Age | Commit message (Expand) | Author | Files | Lines |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 1 | -0/+2 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -34/+49 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -3/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -7/+3 |
2004-12-03 | some minor fixes | Benoit Mortier | 1 | -2/+3 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+2 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -9/+12 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -1/+1 |
2004-02-20 | spell fix "received" | Karl DeBisschop | 1 | -1/+1 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -0/+4 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -97/+91 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -3/+3 |
2003-08-04 | markup for translation | Karl DeBisschop | 1 | -81/+66 |
2003-05-14 | Added examples | Ton Voon | 1 | -2/+8 |
2003-03-13 | negate must be POSIXly correct in handling options, else wrapped options get ... | Karl DeBisschop | 1 | -1/+1 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -11/+1 |
2003-03-11 | Fixed reading too many argv parameters and changed to asprintf | Ton Voon | 1 | -2/+2 |
2003-02-12 | Remove unnecessary \ and fix coredump with no parameters specified | Ton Voon | 1 | -2/+4 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -9/+9 |
2002-11-09 | define and use usage3 where second part of message is a an int/char | Karl DeBisschop | 1 | -3/+3 |
2002-10-07 | use asprintf, inhibit splint warning | Karl DeBisschop | 1 | -22/+18 |
2002-09-08 | wrapper to invert return status | Karl DeBisschop | 1 | -0/+299 |