Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finalize Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 4 | -17/+24 |
| | |||||
* | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 2 | -21/+33 |
| | | | | destroying registered auto_mkindex_parser hooks. | ||||
* | new 8.4.11 release date: June 28 | dgp | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept | das | 2005-06-23 | 2 | -2/+7 |
| | | | | multi-digit patchlevels. | ||||
* | release tag / changes updates | dgp | 2005-06-23 | 2 | -3/+5 |
| | |||||
* | bug #1225957 | Kevin B Kenny | 2005-06-23 | 3 | -314/+296 |
| | |||||
* | * unix/Makefile.in (install-private-headers): rewrite tclPort.h when | das | 2005-06-23 | 2 | -3/+12 |
| | | | | | installing private headers to remove ../unix relative #include path to tclUnixPort.h (which is incorrect at the installed location). | ||||
* | update changes for 8.4.11 | dgp | 2005-06-22 | 1 | -6/+5 |
| | |||||
* | bug 1225044 | Kevin B Kenny | 2005-06-22 | 2 | -21/+44 |
| | |||||
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 2 | -3/+6 |
| | | | | Thanks to Pat Thoyts for discovery and fix. | ||||
* | update for 8.4.11 | dgp | 2005-06-22 | 1 | -1/+3 |
| | |||||
* | release tag | dgp | 2005-06-22 | 1 | -2/+2 |
| | |||||
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 6 | -11/+58 |
| | |||||
* | * generic/tclInt.h: Followup to change made on 2005-06-18 by | andreas_kupries | 2005-06-22 | 2 | -1/+10 |
| | | | | | | | 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 from | dgp | 2005-06-22 | 2 | -3/+12 |
| | | | | reduced $::auto_path. | ||||
* | * tests/winDde.test: Added some waits to the dde server script to | patthoyts | 2005-06-21 | 2 | -32/+47 |
| | | | | | | 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 tag | dgp | 2005-06-21 | 2 | -3/+10 |
| | |||||
* | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 4 | -42/+49 |
| | |||||
* | * generic/tclBasic.c: Made the walk of the active trace list aware | dgp | 2005-06-21 | 6 | -10/+56 |
| | | | | | | * 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): | ||||
* | formatting | dgp | 2005-06-21 | 1 | -1/+0 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the | dgp | 2005-06-21 | 3 | -3/+41 |
| | | | | | * tests/trace.test (trace-34.1): list of active traces to cleanup references to traces being deleted. [Bug 1201035] | ||||
* | date fix | dgp | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | * doc/FileSystem.3: added missing Tcl_GlobTypeData documentation | dgp | 2005-06-20 | 2 | -7/+40 |
| | | | | [Bug 935853] | ||||
* | update release tag | dgp | 2005-06-19 | 1 | -2/+0 |
| | |||||
* | *** 8.4.11 TAGGED FOR RELEASE *** | das | 2005-06-18 | 4 | -3/+42 |
| | | | | | | | | | | | | * 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 tag | dgp | 2005-06-18 | 1 | -0/+2 |
| | |||||
* | * changes: Update changes for 8.4.11 release | dgp | 2005-06-18 | 2 | -1/+11 |
| | |||||
* | * README: Bump version number to 8.4.11 | dgp | 2005-06-18 | 10 | -16/+29 |
| | | | | | | | | | | | | * 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] | dkf | 2005-06-17 | 3 | -17/+32 |
| | |||||
* | Backport unix threading fix | dkf | 2005-06-07 | 2 | -3/+8 |
| | |||||
* | Correct crash in stack.test on gcc/win32 | Kevin B Kenny | 2005-06-06 | 2 | -298/+247 |
| | |||||
* | typo | das | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | * unix/tclLoadDyld.c: fixed header confilict when building this file | das | 2005-06-04 | 2 | -1/+5 |
| | | | | with USE_TCL_STUBS. | ||||
* | * macosx/Makefile: fixed 'embedded' target. | das | 2005-06-03 | 2 | -5/+8 |
| | |||||
* | note 8.4.10 tag date | hobbs | 2005-06-02 | 1 | -0/+2 |
| | |||||
* | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var | hobbs | 2005-06-02 | 3 | -19/+32 |
| | | | | | * tools/tcltk-man2html.tcl: add a --useversion to prevent confusion when multiple Tcl source dirs exist. | ||||
* | minor corrections for 8.4.10 release | hobbs | 2005-06-02 | 2 | -8/+14 |
| | |||||
* | updated changes for 8.4.10 release | dgp | 2005-06-02 | 1 | -1/+69 |
| | |||||
* | Cosmetic change (fixed identation in Tcl_FinalizeNotifier) | vasiljevic | 2005-05-31 | 1 | -4/+4 |
| | |||||
* | See file. | vasiljevic | 2005-05-31 | 1 | -0/+6 |
| | |||||
* | Notifier thread is created as joinable. Attempt to solve the | vasiljevic | 2005-05-31 | 1 | -3/+8 |
| | | | | Tcl Bug #1082283. | ||||
* | update to patchlevel 8.4.10 | hobbs | 2005-05-30 | 1 | -2/+2 |
| | |||||
* | * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defn | hobbs | 2005-05-30 | 2 | -20/+31 |
| | | | | to top of file and clarify name (was 'key'). [Bug 1204064] | ||||
* | * README: Bumped patchlevel to 8.4.10 | hobbs | 2005-05-27 | 9 | -15/+23 |
| | | | | | | | * 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. | das | 2005-05-26 | 4 | -13/+22 |
| | | | | | | * 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 cast | hobbs | 2005-05-25 | 2 | -4/+7 |
| | |||||
* | * unix/configure, unix/configure.in: ensure false Tcl.framework is | hobbs | 2005-05-25 | 3 | -17/+22 |
| | | | | only created with --enable-framework | ||||
* | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars | das | 2005-05-24 | 2 | -3/+6 |
| | | | | that need to be handled specially. | ||||
* | * macosx/Makefile: | das | 2005-05-24 | 9 | -631/+801 |
| | | | | | | | | | | | | | * 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 | ||||
* | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-24 | 3 | -43/+342 |
| | | | | | | | | | | * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: added support for [load]ing .bundle binaries in addition to .dylib's: .bundle's can be [unload]ed (unlike .dylib's), and can be [load]ed from memory, e.g. directly from VFS without needing to be written out to a temporary location first. [Bug 1202209] * unix/configure: autoconf-2.13 |