summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-06 12:03:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-05-06 12:03:34 +0000
commiteed691a929c282b1f85799c63e05667087054771 (patch)
treea21e4d62375c419a5782714336636e09499a5621 /winsup/cygwin/ChangeLog
parente1de7bfabdcc0a5530b9f16cbf4c6bfb2b47b506 (diff)
downloadcygnal-eed691a929c282b1f85799c63e05667087054771.tar.gz
cygnal-eed691a929c282b1f85799c63e05667087054771.tar.bz2
cygnal-eed691a929c282b1f85799c63e05667087054771.zip
* libc/minires.c (scanline): Fix type in calls to ctype functions
to stay in unsigned char range for char values >= 0x80. * regex/regcomp.c: Ditto, throughout. * regex/regex2.h (ISWORD): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3374f58d2..8da30a4bc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2009-05-06 Corinna Vinschen <corinna@vinschen.de>
+ * libc/minires.c (scanline): Fix type in calls to ctype functions
+ to stay in unsigned char range for char values >= 0x80.
+ * regex/regcomp.c: Ditto, throughout.
+ * regex/regex2.h (ISWORD): Ditto.
+
+2009-05-06 Corinna Vinschen <corinna@vinschen.de>
+
* cygheap.cc (cygheap_init): Set umask to a sane default.
* uinfo.cc (cygheap_user::ontherange): Don't use HOMEDRIVE/HOMEPATH
to set HOME. Default to /home/USERNAME.