summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-28 05:05:33 +0000
committerChristopher Faylor <me@cgf.cx>2000-02-28 05:05:33 +0000
commitd542443ea4e9615e66b729fc4a93ec72a5305fff (patch)
treec006010e903c36adb0a74879f0f2999224ee1c30 /winsup/cygwin/ChangeLog
parent1dc94f73700244d77cf9ceb5d4e65fd71a2f65f0 (diff)
downloadcygnal-d542443ea4e9615e66b729fc4a93ec72a5305fff.tar.gz
cygnal-d542443ea4e9615e66b729fc4a93ec72a5305fff.tar.bz2
cygnal-d542443ea4e9615e66b729fc4a93ec72a5305fff.zip
* dcrt0.cc (set_os_type): Record OS name string.
(getprogname): Eliminate obsolete function. (dll_crt0_1): Move initial strace initialization output to set_myself. * exceptions.cc (interruptible): Add debugging output. (interrupt_setup): New function. (interrupt_now): Use interrupt_setup to set up common interrupt handler stuff. (interrupt_on_return): Ditto. (call_handler): Move signal_arrived arm and clear threads to region where signalled thread is suspended or suffer races. * pinfo.cc (set_myself): Output interesting information when strace is first initialized. Initialize progname here. * sigproc.cc (sig_dispatch_pending): Modify to ensure that flush signal are sent synchronously. * strace.cc (strace_vsprintf): Move code into strace program. * uname.cc (uname): Use 'osname' global to construct cygwin name + Windows type + version.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 83c70d277..71120baab 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+Sun Feb 27 23:11:57 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * dcrt0.cc (set_os_type): Record OS name string.
+ (getprogname): Eliminate obsolete function.
+ (dll_crt0_1): Move initial strace initialization output to set_myself.
+ * exceptions.cc (interruptible): Add debugging output.
+ (interrupt_setup): New function.
+ (interrupt_now): Use interrupt_setup to set up common interrupt handler
+ stuff.
+ (interrupt_on_return): Ditto.
+ (call_handler): Move signal_arrived arm and clear threads to region
+ where signalled thread is suspended or suffer races.
+ * pinfo.cc (set_myself): Output interesting information when strace is
+ first initialized. Initialize progname here.
+ * sigproc.cc (sig_dispatch_pending): Modify to ensure that flush signal
+ are sent synchronously.
+ * strace.cc (strace_vsprintf): Move code into strace program.
+ * uname.cc (uname): Use 'osname' global to construct cygwin name +
+ Windows type + version.
+
Fri Feb 25 19:26:42 2000 Christopher Faylor <cgf@cygnus.com>
* exceptions.cc (interruptible): Make a little more structured.