diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 859a3327f..70185c17d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2001-10-24 Christopher Faylor <cgf@redhat.com> + + * shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary + number. + * shared.cc (open_shared): Accept a number to denote the shared memory + region. + (memory_init): Use shared memory version as part of the object name of + the shared region. Ditto for the mount table. + * path.cc (CYGWIN_REGNAME): New define used in place of + CYGWIN_INFO_CYGWIN_REGISTRY_NAME throughout. + * external.cc (cygwin_internal): Implement CW_[GS]ET_CYGWIN_REGISTRY_NAME. + * cygheap.h (init_cygheap::cygwin_regname): New element. + 2001-10-23 Christopher Faylor <cgf@redhat.com> Ensure that all fhandler_*::read definitions are __stdcall throughout. |