cvs commit: src/usr.bin/make buf.c buf.h
Max Okumoto
okumoto at crater.dragonflybsd.org
Sun Jan 23 21:08:47 PST 2005
okumoto 2005/01/23 21:07:34 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.
Revision Changes Path
1.21 +64 -124 src/usr.bin/make/buf.c
1.17 +1 -2 src/usr.bin/make/buf.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.h.diff?r1=1.16&r2=1.17&f=u
More information about the Commits
mailing list