diff options
author | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
commit | 7740b0e06748d320d01e78ed1b37b6af57303ed2 (patch) | |
tree | 68c108463cd5e0b8113340ffdae98410b1bc9639 /ChangeLog | |
parent | 1b3cdd9ffdb36d92789700c4ebfea3dd2af15613 (diff) | |
download | tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.zip tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.gz tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.bz2 |
update patchlevel to 8.5a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 19 insertions, 9 deletions
@@ -1,15 +1,25 @@ +2004-03-01 Jeff Hobbs <jeffh@ActiveState.com> + + * README: update patchlevel to 8.5a1 + * generic/tcl.h: + * tools/tcl.wse.in, tools/tclSplash.bmp: + * unix/configure, unix/configure.in, unix/tcl.spec: + * win/README.binary, win/configure, win/configure.in: + + * unix/tcl.m4: update HP-11 build libs setup + 2004-03-01 Don Porter <dgp@users.sourceforge.net> - * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on - IRIX64-6.5* systems. [Bug 218561] - * unix/configure: autoconf-2.57 + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on + IRIX64-6.5* systems. [Bug 218561] + * unix/configure: autoconf-2.57 - * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 - * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a - * tests/trace.test (trace-29.10): bug by testing the CallFrame - level instead of the iPtr->numLevels level when deciding what traces - created by Tcl_Create(Obj)Trace to call. Added test to expose the - error, and made fix. [Request 462580] + * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 + * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a + * tests/trace.test (trace-29.10): bug by testing the CallFrame + level instead of the iPtr->numLevels level when deciding what traces + created by Tcl_Create(Obj)Trace to call. Added test to expose the + error, and made fix. [Request 462580] 2004-02-28 Vince Darley <vincentdarley@users.sourceforge.net> |