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-11-22 20:19:17 +0300
committerChristopher Faylor <me@cgf.cx>2005-11-22 20:19:17 +0300
commita39cfda7ba28acc3b3c8251c4b61582ed7bbaca6 (patch)
tree340e88d73e2f752b06bfb621bb24f82b5779b049 /winsup/utils/cygpath.cc
parent9cd22f86fcd88171082c8b912eb407bd16c27837 (diff)
* Makefile.in: Link cygcheck with libwininet.a.
* cygcheck.cc: Add includes. (grep_packages): New global variable. (display_internet_error): New function. (safe_chars): New global variable. (base_url): Ditto. (package_grep): New function. (usage): Reword --help output for clarity. Document new argument. (longopts): Add 'package-query' option. (opts): Add 'p' option, reorder to be consistent with 'longopts'. (main): Accommodate new option. * utils.sgml (cygcheck): Update --help output. Document new -p option.
Diffstat (limited to 'winsup/utils/cygpath.cc')
-rw-r--r--winsup/utils/cygpath.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc
index 62657594c..639bba5c1 100644
--- a/winsup/utils/cygpath.cc
+++ b/winsup/utils/cygpath.cc
@@ -379,6 +379,7 @@ dowin (char option)
GetWindowsDirectory (buf, MAX_PATH);
strcat (buf, "\\Profiles");
}
+fprintf (stderr, "************** buf %s\n", buf);
break;
case 'S':