diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 13:17:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 13:17:19 (GMT) |
commit | 107b685b8ae0e89c658570753cd781a4f32a6c1d (patch) | |
tree | aa6a0b2d544fc0106afd2845a9f603c6c086eb10 | |
parent | 1e1b5248c4c9c78ad84cb358aa412dfd265ce5b4 (diff) | |
download | tcl-107b685b8ae0e89c658570753cd781a4f32a6c1d.zip tcl-107b685b8ae0e89c658570753cd781a4f32a6c1d.tar.gz tcl-107b685b8ae0e89c658570753cd781a4f32a6c1d.tar.bz2 |
back to development
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-10-21 Miguel Sofer <msofer@users.sf.net> + + * generic/tcl.h: + * generic/tclHash.c: Tcl_FindHashEntry() now calls + Tcl_CreateHashEntry() with a newPtr set to NULL: this would have + caused a segfault previously and eliminates duplicated code. A + macro has been added to tcl.h (only used when + TCL_PRESERVE_BINARY_COMPATABALITY is not set - ie, not by default). + +2006-10-20 Reinhard Max <max@tclers.tk> + + * unix/configure.in: Added autodetection for OS-supplied timezone + * unix/Makefile.in: files and configure switches to override the + * unix/configure: detected default. + 2006-10-20 Daniel Steffen <das@users.sourceforge.net> *** 8.5a5 TAGGED FOR RELEASE *** |