summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dump_setup.cc
Commit message (Collapse)AuthorAgeFilesLines
* * dump_setup.cc (parse_filename): Don't consider '_' part of the version.Christopher Faylor2002-01-291-1/+1
|
* * cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor2001-11-121-1/+1
| | | | | | (main): Reflect argument change for dump_setup. * dump_setup.cc (dump_setup): Add preliminary extra argument for future use. * path.cc (read_mounts): Open registry with read-only access.
* * cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor2001-11-111-5/+3
| | | | | * dump_setup.cc (dump_setup): Change header. Remove typo. Always sort packages output.
* * dump_setup.cc: New file.Christopher Faylor2001-11-111-0/+251
* Makefile.in: Add info for dump_setup.o. * cygcheck.cc (main): Recognize '-c' option for checking setup installed base. * path.cc (cygpath): Read mount table if not loaded.