summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4638a809e..af7fe7214 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+Tue Aug 1 23:37:08 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * strace.h: Add kludgy workarounds to avoid using deprecated methods
+ for variable argument macros when possible.
+ * sigproc.cc: Throughout, use sigproc_printf rather than sip_printf.
+ * strace.cc (strace::prntf): Remove 'active' check, since callers are
+ supposed to ensure this.
+ (__system_printf): Remove. Subsumed by strace::prntf.
+ * winsup.h: Define "NEW_MACRO_VARARGS" to indicate when to use new
+ macro varargs capability.
+
Sun Jul 30 13:54:35 2000 Christopher Faylor <cgf@cygnus.com>
* fhandler_console.cc: Remove VK_DIVIDE detection.