Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition in | hobbs | 2005-08-17 | 2 | -5/+36 |
| | | | | file mkdir (backport from head 2005-06-13) [Bug 1217375] | ||||
* | backport of 2005-08-10 fix to tclEvent.c | Kevin B Kenny | 2005-08-16 | 2 | -19/+26 |
| | |||||
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 2 | -1/+8 |
| | |||||
* | fix abs(MIN_INT) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 3 | -5/+28 |
| | |||||
* | silence compiler warning | dgp | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 2 | -36/+29 |
| | |||||
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 5 | -27/+50 |
| | | | | | | * generic/tclEvent.c: order of finalization routines. * generic/tclInt.h: [Bug 1251399] * generic/tclObj.c: | ||||
* | * unix/configure, unix/tcl.m4: revert 2005-07-28 change. | das | 2005-07-30 | 4 | -523/+595 |
| | | | | | | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds for bugs/changes in behaviour in Mac OS X 10.4 Tiger, sync formatting changes from HEAD. | ||||
* | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 3 | -5/+26 |
| | |||||
* | * win/README: Update link to msys_mingw8.zip. | mdejong | 2005-07-29 | 2 | -13/+8 |
| | | | | | Remove old Cygwin + Mingw info, people should just build with the msys + mingw configuration. | ||||
* | * unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY on | hobbs | 2005-07-28 | 3 | -256/+265 |
| | | | | Darwin only for SHARED_BUILD | ||||
* | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 5 | -7/+50 |
| | |||||
* | * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921] | dgp | 2005-07-26 | 2 | -4/+5 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2005-07-26 | 3 | -1/+24 |
| | | | | | | | | * unix/configure.in: Check for a $prefix/share directory and add it the the package if found. This will check for Tcl packages in /usr/local/share when Tcl is configured with the default dist install. [patch 1231015] | ||||
* | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 2 | -9/+10 |
| | | | | | per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194] | ||||
* | typo | dgp | 2005-07-26 | 1 | -2/+2 |
| | |||||
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 3 | -17/+34 |
| | | | | | * tests/trace.test (trace-34.4): command delete traces fire while the command still exists. [Bug 1047286] | ||||
* | * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): | mdejong | 2005-07-25 | 3 | -17/+123 |
| | | | | | | | | | | | * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Split confused search for tclsh on PATH and build and install locations into two macros. SC_PROG_TCLSH searches just the PATH. SC_BUILD_TCLSH determines the name of the tclsh executable in the Tcl build directory. [Tcl bug 1160114] [Tcl patch 1244153] | ||||
* | correction to reversed logic | dgp | 2005-07-23 | 1 | -2/+2 |
| | |||||
* | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-22 | 7 | -122/+124 |
| | | | | | | | | * library/history.tcl: use of Tcl 8.4 feautures. Thanks to * library/init.tcl: Patrick Fradin for prompting on this. * library/package.tcl: [Patch 1237755]. * library/safe.tcl: * library/word.tcl: | ||||
* | * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing | hobbs | 2005-07-08 | 5 | -584/+378 |
| | | | | | * unix/tclUnixPort.h: any use of readdir_r as it is not * unix/tclUnixThrd.c: necessary and just confuses things. | ||||
* | * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) | dgp | 2005-07-05 | 4 | -11/+104 |
| | | | | | | | * generic/tclEncoding.c that permits longer lifetimes of the * generic/tclInt.h Tcl_Encoding values kept as intreps of Tcl_Obj's. Reduces the need for repeated reading of encoding definition files from the filesystem. [Bug 1077262] | ||||
* | * generic/tclNamesp.c: Allow for [namespace import] of a command | dgp | 2005-07-05 | 3 | -3/+19 |
| | | | | | * tests/namespace.test: over a previous [namespace import] of itself without throwing an error. [RFE 1230597] | ||||
* | Protect against spurious wake-ups while waiting on the condition variable | vasiljevic | 2005-07-01 | 2 | -6/+14 |
| | | | | when tearing down the notifier thread [Bug# 1222872]. | ||||
* | formattingcore_8_4_11 | dgp | 2005-06-27 | 1 | -1/+0 |
| | |||||
* | typo in date | dgp | 2005-06-27 | 1 | -1/+1 |
| | |||||
* | * library/auto.tcl: Reverted to Revision 1.12.2.3 (Tcl 8.4.9). | dgp | 2005-06-27 | 3 | -26/+32 |
| | | | | | | | | | 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. | ||||
* | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -23/+23 |
| | | | | destroying registered auto_mkindex_parser hooks. | ||||
* | release tag/spelling | dgp | 2005-06-24 | 1 | -3/+3 |
| | |||||
* | 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] |