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 0fcd078f9..12f2b7001 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-01 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAME
+ privilege when building the name string.
+ (open_shared): Remove the call to OpenFileMapping.
+ (shared_info::initialize): Move cygheap initialization to ...
+ (memory_init): ... here. Suppress now useless shared_h variable.
+ (user_shared_initialize): Make tu a cygpsid.
+
2003-12-01 Dr. Volker Zell <Dr.Volker.Zell@oracle.com>
* include/tzfile.h: Remove duplicate definition of TM_SUNDAY.