diff options
author | Christopher Faylor <me@cgf.cx> | 2000-07-18 00:12:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-07-18 00:12:10 +0000 |
commit | b7be354a269da2fae07067fdd77a5d329f5c10eb (patch) | |
tree | 6e33cb3e2bd4064f6861035d22135f5653f8d427 /winsup/cygwin | |
parent | 5bc584ba65db809b22dd2e10eb2cef922ca60d26 (diff) | |
download | newlib-b7be354a269da2fae07067fdd77a5d329f5c10eb.zip newlib-b7be354a269da2fae07067fdd77a5d329f5c10eb.tar.gz newlib-b7be354a269da2fae07067fdd77a5d329f5c10eb.tar.bz2 |
Update ChangeLog.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c62e309..2926643 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -2,6 +2,8 @@ Mon Jul 17 14:57:53 2000 Christopher Faylor <cgf@cygnus.com> Throughout, eliminate third argument to path_conv and use new PC_* constants for second argument. + * dcrt0.cc (dll_crt0_1): Reorganize to allow more initialization prior + to returning due to dynamic loading. * path.h: Generalize SYMLINK_* constants to PC_*. (path_conv): Create a new method. Fold third argument into second. * dll_init.cc (dll_list::alloc): Try harder to find space to allocate |