summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Protect against spurious wake-ups while waiting on the condition variablevasiljevic2005-07-011-0/+6
| | | | when tearing down the notifier thread [Bug# 1222872].
* formattingcore_8_4_11dgp2005-06-271-1/+0
|
* typo in datedgp2005-06-271-1/+1
|
* * library/auto.tcl: Reverted to Revision 1.12.2.3 (Tcl 8.4.9).dgp2005-06-271-1/+12
| | | | | | | | | Restores the (buggy) behavior of [auto_reset] that fails to clear away auto-loaded commands from non-global namespaces. Fixing this bug exposed an unknown number of buggy files out there (including at least portions of the Tk script library) that cannot tolerate double [source]-ing. The burden of fixing these exposed bugs will not be forced on package/extension/application authors until Tcl 8.5.
* release tag/spellingdgp2005-06-241-3/+3
|
* finalize Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-0/+12
|
* * library/auto.tcl: Make file safe to re-[source] withoutdgp2005-06-241-1/+6
| | | | destroying registered auto_mkindex_parser hooks.
* * tools/tcltk-man2html.tcl: fixed useversion glob pattern to acceptdas2005-06-231-1/+6
| | | | multi-digit patchlevels.
* release tag / changes updatesdgp2005-06-231-2/+2
|
* bug #1225957Kevin B Kenny2005-06-231-0/+7
|
* * unix/Makefile.in (install-private-headers): rewrite tclPort.h whendas2005-06-231-1/+7
| | | | | installing private headers to remove ../unix relative #include path to tclUnixPort.h (which is incorrect at the installed location).
* bug 1225044Kevin B Kenny2005-06-221-0/+3
|
* * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-0/+3
| | | | Thanks to Pat Thoyts for discovery and fix.
* release tagdgp2005-06-221-2/+2
|
* bug 1225727Kevin B Kenny2005-06-221-0/+12
|
* * generic/tclInt.h: Followup to change made on 2005-06-18 byandreas_kupries2005-06-221-0/+8
| | | | | | | Daniel Steffen. There are compilers (*) who error out on the redefinition of WORDS_BIGENDIAN. We have to undef the previous definition (on the command line) first to make this acceptable. (*): AIX native.
* * tests/safe.test: Backport performance improvement fromdgp2005-06-221-2/+7
| | | | reduced $::auto_path.
* * tests/winDde.test: Added some waits to the dde server script topatthoyts2005-06-211-0/+7
| | | | | | let event processing run after we create the dde server and before we exit the server process. This avoids 'server did not respond' errors.
* update changes and release tagdgp2005-06-211-2/+2
|
* bugs 1194458 and 1225044Kevin B Kenny2005-06-211-0/+9
|
* * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-211-0/+5
| | | | | | * generic/tclCmdMZ.c: of the direction of trace scanning, so the * generic/tclInt.h: proper correction can be made. [Bug 1224585] * tests/trace.test (trace-34.2,3):
* formattingdgp2005-06-211-1/+0
|
* * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of thedgp2005-06-211-1/+8
| | | | | * tests/trace.test (trace-34.1): list of active traces to cleanup references to traces being deleted. [Bug 1201035]
* date fixdgp2005-06-201-1/+1
|
* * doc/FileSystem.3: added missing Tcl_GlobTypeData documentationdgp2005-06-201-1/+6
| | | | [Bug 935853]
* update release tagdgp2005-06-191-2/+0
|
* *** 8.4.11 TAGGED FOR RELEASE ***das2005-06-181-0/+14
| | | | | | | | | | | | * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ppc and i386 at the same time), the configure AC_C_BIGENDIAN check is not sufficient in this case because a single run of the compiler builds for two architectures with different endianness. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.13
* release tagdgp2005-06-181-0/+2
|
* * changes: Update changes for 8.4.11 releasedgp2005-06-181-0/+2
|
* * README: Bump version number to 8.4.11dgp2005-06-181-0/+13
| | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf * win/configure:
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-0/+5
|
* Backport unix threading fixdkf2005-06-071-0/+5
|
* Correct crash in stack.test on gcc/win32Kevin B Kenny2005-06-061-0/+5
|
* typodas2005-06-061-1/+1
|
* * unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10das2005-06-041-0/+3
| | | | with USE_TCL_STUBS.
* * macosx/Makefile: fixed 'embedded' target.das2005-06-031-1/+5
|
* note 8.4.10 tag datehobbs2005-06-021-0/+2
|
* * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional varhobbs2005-06-021-0/+4
| | | | | * tools/tcltk-man2html.tcl: add a --useversion to prevent confusion when multiple Tcl source dirs exist.
* minor corrections for 8.4.10 releasehobbs2005-06-021-0/+4
|
* See file.vasiljevic2005-05-311-0/+6
|
* * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defnhobbs2005-05-301-0/+5
| | | | to top of file and clarify name (was 'key'). [Bug 1204064]
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-271-0/+8
| | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/tcl.spec, unix/configure, unix/configure.in: * win/configure, win/configure.in:
* * macosx/Makefile: moved & corrected EMBEDDED_BUILD check.das2005-05-261-0/+8
| | | | | | * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.59
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+4
|
* * unix/configure, unix/configure.in: ensure false Tcl.framework ishobbs2005-05-251-2/+7
| | | | only created with --enable-framework
* * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-241-0/+3
| | | | that need to be handled specially.
* * macosx/Makefile:das2005-05-241-0/+27
| | | | | | | | | | | | | * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: * unix/tclUnixInit.c: moved all Darwin framework build support from macosx/Makefile into the standard unix configure/make buildsystem, the macosx/Makefile is no longer required to build Tcl.framework (but its functionality is still available for backwards compatibility). * unix/configure: autoconf-2.13
* Removed unreferenced stack variablevasiljevic2005-05-201-0/+5
|
* * generic/tclParseExpr.c: Corrected parser to recognize alldgp2005-05-201-0/+7
| | | | | | boolean literals accepted by Tcl_GetBoolean, including prefixes like "y" and "f", and to allow "eq" and "ne" as function names in the proper context. [Bug 1201589].
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashingdas2005-05-191-0/+7
| | | | | | CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran): CFRunLoopAddSource doesn't CFRetain, so can only CFRelease the runLoopSource in Tcl_FinalizeNotifier.