diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f471f5b66..acf819b8e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +Sun May 21 20:51:44 2000 Christopher Faylor <cgf@cygnus.com> + + * dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to + avoid a race. + (noload): Add an extra argument for debugging. + * uinfo.cc (uinfo_init): Eliminate test for multiple calls. + (getlogin): Assume that uinfo_init has already been called. + Sat May 20 01:34:57 2000 Christopher Faylor <cgf@cygnus.com> * exceptions.cc (interruptible): Add an argument to control whether |