summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-11 22:08:43 (GMT)
committerhobbs <hobbs>2000-01-11 22:08:43 (GMT)
commite169a7fbfae9979ab4245dc20810c9c8eb5f7ebb (patch)
treedc7bc0c63b9ef7b6d7ab415d261037d0369229d6
parent19e7a439c8a7d69201c0059a41393d59efa8e8c7 (diff)
downloadtcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.zip
tcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.tar.gz
tcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.tar.bz2
see log
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea708b7..5b3f86b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2000-01-10 Jeff Hobbs <hobbs@scriptics.com>
+
+ * compat/waitpid.c: use pid_t type instead of int [Bug: 3999]
+
+ * generic/tclUtf.c: changed Tcl_UtfBackslash to not allow
+ non-octal digits (8,9) in \ooo substs. [Bug: 3975]
+
+ * generic/tcl.h: noted need to change win/tcl.m4 and
+ tools/tclSplash.bmp for minor version changes
+
+ * library/http2.1/http.tcl: trim value for $state(meta) key
+
+ * unix/tclUnixFile.c: fixed signature style on functions
+
+ * unix/Makefile.in: made sure tcl.m4 would be installed with dist
+
+ * unix/tcl.m4: added ELF support for NetBSD [Bug: 3959]
+
1999-12-22 Jeff Hobbs <hobbs@scriptics.com>
* changes: updated changes file