summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ssp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
|
* * ssp.c (version): New global variable.Christopher Faylor2002-06-061-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 Faylor2002-02-271-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 Faylor2000-10-281-2/+2
|
* * ssp.c: newDJ Delorie2000-10-191-0/+802
* ssp.txt: new * Makefile.in: build ssp.exe