diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-04 18:06:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-04 18:06:47 (GMT) |
commit | 1b5fe3d675d4cc34efc61475912cff429a755b5b (patch) | |
tree | 5028aa392a5b1beb865716491aac742846558ad0 /ChangeLog | |
parent | e0670e6da0fa957eff9b3e856c65fcd41eb9c711 (diff) | |
download | tcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.zip tcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.tar.gz tcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.tar.bz2 |
More result hygiene.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ +2008-10-04 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCmdIL.c (InfoFrameCmd): Improved hygiene of result + * generic/tclRegexp.c (TclRegAbout): handling. + 2008-10-04 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclLoad.c: Make sure that any library which - doesn't have an unloadproc is only really unloaded when - no library code is executed yet. [Bug 2059262] + * generic/tclLoad.c: Make sure that any library which doesn't have an + unloadproc is only really unloaded when no library code is executed + yet. [Bug 2059262] 2008-10-04 Donal K. Fellows <dkf@users.sf.net> |