diff options
author | hobbs <hobbs> | 2000-01-11 22:08:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-11 22:08:43 (GMT) |
commit | e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb (patch) | |
tree | dc7bc0c63b9ef7b6d7ab415d261037d0369229d6 | |
parent | 19e7a439c8a7d69201c0059a41393d59efa8e8c7 (diff) | |
download | tcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.zip tcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.tar.gz tcl-e169a7fbfae9979ab4245dc20810c9c8eb5f7ebb.tar.bz2 |
see log
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |