Up to [Development] / projects / ltp / lib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 6 14:33:29 2000 UTC (17 years, 1 month ago) by nstraz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
- lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap corruption. - Egor Duda <deo@logos-m.ru> - Cleaned up some comments in usctest.h
Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 31 18:40:28 2000 UTC (17 years, 1 month ago) by nstraz
Branch: MAIN
Changes since 1.2: +10 -10
lines
Diff to previous 1.2 (colored)
Finished updating parse_opts man page, made sure everything is in sync, and removed the rest of mc_getopt.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 30 18:43:38 2000 UTC (17 years, 1 month ago) by nstraz
Branch: MAIN
Changes since 1.1: +118 -452
lines
Diff to previous 1.1 (colored)
- Removed mc_getopt.c and used getopt() instead. user defined help is now passed into parse_opts(). Related changes to all tests. - Fixed prototype issues and code cleanup on all tests. cc -Wall now produces no warnings on Linux.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 27 17:13:18 2000 UTC (17 years, 2 months ago) by alaffin
Branch: MAIN
New additions: - tst_ library code. - new quickhit tests - more general code cleanup