summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b822077dd..6c96d684f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2010-06-21 Christopher Faylor <me+cygwin@cgf.cx>
+ * tmpbuf.h: New file.
+ * flock.cc: Include tmpbuf.h for new tmpbuf functionality.
+ (allow_others_to_sync): Use tmpbuf rather than tmp_pathbuf. Explain
+ why.
+ (lf_setlock): For consistency, use tmpbuf rather than tmp_pathbuf.
+ (lf_getlock): Ditto.
+
+2010-06-21 Christopher Faylor <me+cygwin@cgf.cx>
+
* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.
2010-06-21 Christopher Faylor <me+cygwin@cgf.cx>