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>2013-07-26 21:28:00 +0400
committerChristopher Faylor <me@cgf.cx>2013-07-26 21:28:00 +0400
commit033fe7d87f571555894c8d92a2c1f25c58c04c52 (patch)
tree43d0ca50df0b6ba472cb7e6f7a4632b510d62fa3 /winsup/cygwin/globals.cc
parenta30f955d286e38b570f5e2ab59d5f096213e0328 (diff)
cygwin directory changes:
* environ.cc (tty_is_gone): Delete. (known): Delete tty, add wincmdln. * globals.cc: Reorganize list of environment bools, remove explicit = false for slight load time optimization. (wincmdln): New global. * spawn.cc (child_info_spawn::worker): Honor wincmdln. doc directory changes: * new-features.sgml (ov-new1.7.23): Add new section. Mention wincmdln. * cygwinenv.xml: Mention wincmdln.
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r--winsup/cygwin/globals.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index 3cbf8f4c1..a39d5c908 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -67,12 +67,13 @@ int NO_COPY dynamically_loaded;
/* Some CYGWIN environment variable variables. */
bool allow_glob = true;
-bool ignore_case_with_glob = false;
+bool detect_bloda;
bool dos_file_warning = true;
+bool ignore_case_with_glob;
+bool pipe_byte;
+bool reset_com;
+bool wincmdln;
winsym_t allow_winsymlinks = WSYM_sysfile;
-bool reset_com = false;
-bool pipe_byte = false;
-bool detect_bloda = false;
bool NO_COPY in_forkee;