cvs commit: src/lib/libc/stdlib getopt_long.c src/include getopt.h
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Mon Jan 10 08:45:53 PST 2005
joerg 2005/01/10 08:45:15 PST
DragonFly src repository
Modified files:
lib/libc/stdlib getopt_long.c
include getopt.h
Log:
Add support for getopt_long_only. It allows using long options with a single
dash by prefering them over aggregated short options.
Revision Changes Path
1.4 +58 -25 src/lib/libc/stdlib/getopt_long.c
1.2 +2 -0 src/include/getopt.h
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/getopt_long.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/include/getopt.h.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list