Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 1 | -1/+2 |
| | |||||
* | * ssp.c (version): New global variable. | Christopher Faylor | 2002-06-06 | 1 | -108/+254 |
| | | | | | | | | | | (longopts): Ditto. (opts): Ditto. (run_program): Correct cmd_line typos to cmdline. (usage): New function. Standardize usage output. Add ssp.txt to --help output. (print_version): New function. (main): Accommodate getopt. | ||||
* | * ssp.c (help_desk): Fix compiler warning. Christopher Faylor <cgf@redhat.com> | Christopher Faylor | 2002-02-27 | 1 | -42/+42 |
| | | | | | | | | | | | | | | | Change appropriate globals to statics throughout. * cygcheck.cc (usage): Simplify usage output. Generalize to allow use for help. (longopts): Add version option. (opts): Add 'V" version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes. Use usage to output help message. * Makefile.in (CXXFLAGS): Add override so that HAVE_DECL_GETOPT is defined. (libbfd): Use -B rather than -L so that bfd from build directory is correctly found. (libintl): Ditto. | ||||
* | Cleanup formatting on some files. Remove excessive whitespace. | Christopher Faylor | 2000-10-28 | 1 | -2/+2 |
| | |||||
* | * ssp.c: new | DJ Delorie | 2000-10-19 | 1 | -0/+802 |
* ssp.txt: new * Makefile.in: build ssp.exe |