summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2008-07-12 18:09:17 +0000
committerEric Blake <eblake@redhat.com>2008-07-12 18:09:17 +0000
commit25dab6dc60abf8e526d47ea9770de2e655868d60 (patch)
tree385558a673caa6ff06540497b887cde7c9d0387b /winsup/cygwin/ChangeLog
parent5423479e3fd284d928ced92cd07f4d590243f88f (diff)
downloadcygnal-25dab6dc60abf8e526d47ea9770de2e655868d60.tar.gz
cygnal-25dab6dc60abf8e526d47ea9770de2e655868d60.tar.bz2
cygnal-25dab6dc60abf8e526d47ea9770de2e655868d60.zip
Fix usage of recently fixed Interlocked* functions.
* winbase.h (ilockincr, ilockdecr, ilockexch, ilockcmpexch): Add volatile qualifier, to match Interlocked* functions.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2bb73d0e8..31a865758 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-12 Eric Blake <ebb9@byu.net>
+
+ Fix usage of recently fixed Interlocked* functions.
+ * winbase.h (ilockincr, ilockdecr, ilockexch, ilockcmpexch): Add
+ volatile qualifier, to match Interlocked* functions.
+
2008-07-11 Corinna Vinschen <corinna@vinschen.de>
* select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.
@@ -246,7 +252,7 @@
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try to
use FileIdBothDirectoryInformation on NFS shares. Fix comment to
explain why.
- * path.cc (symlink_info::check): Reinstantiate no_ea. Use in
+ * path.cc (symlink_info::check): Reinstantiate no_ea. Use in
erroneously changed condition.
2008-05-23 Christopher Faylor <me+cygwin@cgf.cx>
@@ -385,7 +391,7 @@
2008-05-20 Corinna Vinschen <corinna@vinschen.de>
- * path.cc (symlink_info::check_shortcut): Minimize requested file
+ * path.cc (symlink_info::check_shortcut): Minimize requested file
access flags.
(symlink_info::check_sysfile): Ditto. Add missing `else'.
(symlink_info::check): Only retry to open file if first try failed
@@ -969,7 +975,7 @@
2008-04-07 Corinna Vinschen <corinna@vinschen.de>
- * postinstall: Set IFS to LF only. Change while loop in subshell to
+ * postinstall: Set IFS to LF only. Change while loop in subshell to
for loop in parent shell. Add code to read system mount points and
system cygdrive prefix from registry and append them to /etc/fstab.
@@ -1036,7 +1042,7 @@
2008-04-03 Corinna Vinschen <corinna@vinschen.de>
Cleanup.
- * exceptions.cc (windows_system_directory): Make static. Convert to
+ * exceptions.cc (windows_system_directory): Make static. Convert to
WCHAR.
(_cygtls::inside_kernel): Accommodate above change. Check module
path name for leading \\?\ and skip, if so.
@@ -2163,4 +2169,3 @@
(fhandler_pipe::create): Simplify based on above change.
* tty.cc (tty_list::allocate): Remove non-NT code.
-