cvs commit: src/usr.bin/tr cset.c

Tim J. Robbins tjr at FreeBSD.org
Wed Jul 14 01:33:15 PDT 2004


tjr         2004-07-14 08:33:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tr           cset.c 
  Log:
  Splay the left and right subtrees on min - 1 and max + 1, respectively,
  before trying to coalesce. Forgetting to splay caused us to miss many
  opportunities for coalescing.
  
  Revision  Changes    Path
  1.3       +20 -34    src/usr.bin/tr/cset.c


More information about the cvs-src mailing list