From: noer AT cygnus DOT com (Geoffrey Noer) Subject: New winsup snapshot 981201 1 Dec 1998 14:57:52 -0800 Message-ID: <19981201145300.37690.cygnus.cygwin32.developers@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: cygwin32-developers AT cygnus DOT com Here's a final (?) snapshot before 20.1 which should be out this week if all goes well. Changes since Chris' last snapshot are appended. -- Geoffrey Noer noer AT cygnus DOT com --------------------------> snip <--------------------------------- Tue Dec 1 14:43:35 1998 Christopher Faylor * sigproc.cc (sigproc_init): Set maintid and signal_mutex early to avoid races in wait_sig initialization. (__get_signal_mutex): Improve debug output. (__release_signal_mutex): Ditto. * spawn.cc (spawn_guts): Allocate more space for string when building up from #! and absolute path is not known. Otherwise weird stuff like infinite recursion or unknown file errors occur. Tue Dec 1 08:34:18 1998 Christopher Faylor * mkvers.sh: Accomodate lack of timezone in date output so that year shows up correctly. Mon Nov 30 14:30:51 1998 Jeff Johnston * times.cc (times): Altered function so that on non-Windows-NT systems it does not use the GetProcessTimes() API which is not supported. Mon Nov 30 00:38:54 1998 Christopher Faylor * dcrt0.cc: Fix incorrect use of struct on exception_list typedef. * debug.cc (thread_stub): Ditto. * dll_init.cc: Ditto. * include/Windows32/Structures.h: Correct typo where typedef SYSTEM_POWER_STATUS was being used as a struct. Sun Nov 29 22:03:17 1998 Christopher Faylor patch from Corinna Vinschen : * fhandler_console.cc (fhandler_console::ioctl): Added ioctl commands TCGETA, TCSETA, TCSETAW, TCSETAF.