Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-12-15 06:36:14 +0300
committerChristopher Faylor <me@cgf.cx>2005-12-15 06:36:14 +0300
commitbc0d578d394137ada6d486e1a0ea6366605cf25c (patch)
treef8daf4f6387cbe2192060a1d3c21aaf1c017e4c1 /winsup/utils
parent64ee06c7821e2ddfc8f80be4b45da9bf03dd6a44 (diff)
* cygcheck.cc (common_apps): Add a few more binaries to look for.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc4
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index fc263888f..19517cdab 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-14 Christopher Faylor <cgf@timesys.com>
+
+ * cygcheck.cc (common_apps): Add a few more binaries to look for.
+
2005-12-05 Christopher Faylor <cgf@timesys.com>
* strace.cc (show_usecs): Renamed from 'usecs'.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 0467a415a..c019d5041 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -89,14 +89,18 @@ static common_apps[] = {
{"gcc", 0},
{"gdb", 0},
{"grep", 0},
+ {"kill", 0},
{"ld", 0},
{"ls", 0},
{"make", 0},
{"mv", 0},
+ {"perl", 0},
{"rm", 0},
{"sed", 0},
+ {"ssh", 0},
{"sh", 0},
{"tar", 0},
+ {"test", 0},
{0, 0}
};