cvs commit: src/usr.bin/make buf.c buf.h
    Max Okumoto 
    okumoto at crater.dragonflybsd.org
       
    Wed Jan 26 18:20:19 PST 2005
    
    
  
okumoto     2005/01/26 18:19:45 PST
DragonFly src repository
  Modified files:
    usr.bin/make         buf.c buf.h 
  Log:
  - Rewrite Buffer object to maintain only write pointer.  There is no
    need to maintain both a write pointer and a length.
  
  test by a full build world.
  
  Revision  Changes    Path
  1.26      +82 -140   src/usr.bin/make/buf.c
  1.22      +4 -5      src/usr.bin/make/buf.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.c.diff?r1=1.25&r2=1.26&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.h.diff?r1=1.21&r2=1.22&f=u
    
    
More information about the Commits
mailing list