DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/awk src/usr.bin/awk/patches
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]