cvs commit: src/usr.bin/awk src/usr.bin/awk/patches
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Nov 9 00:49:03 PST 2004
joerg 2004/11/09 00:47:36 PST
DragonFly src repository
Modified files:
usr.bin/awk Makefile
Added files:
usr.bin/awk/patches run.c.patch tran.c.patch
Log:
Small speedups:
- run.c: instead of counting string lenght and using strcpy afterwards anyway,
use memmove
- tran.c: use strdup instead of malloc + strcpy
Submitted-by: Andreas Hauser <andy at xxxxxxxxxxxxxxx>
Revision Changes Path
1.7 +3 -0 src/usr.bin/awk/Makefile
http://www.dragonflybsd.org/cvsweb/src/usr.bin/awk/Makefile.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list