Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | See file. | vasiljevic | 2005-10-14 | 1 | -0/+6 |
| | |||||
* | Fix [Bug 1284178] and tweak tests to accommodate. | dkf | 2005-10-13 | 1 | -0/+5 |
| | |||||
* | Temporary ifdef TCL_THREADS changes done to de-activate pending | vasiljevic | 2005-10-13 | 1 | -0/+6 |
| | | | | event processing when channel is being closed/cutted. | ||||
* | ensure MODULE_SCOPE decl | hobbs | 2005-10-10 | 1 | -0/+4 |
| | |||||
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to | hobbs | 2005-10-07 | 1 | -0/+6 |
| | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337] | ||||
* | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug | andreas_kupries | 2005-10-05 | 1 | -0/+3 |
| | | | | 1109294]. Applied the patch provided by David Gravereaux. | ||||
* | * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of | andreas_kupries | 2005-10-05 | 1 | -0/+6 |
| | | | | | David Welton's patch for it, and added a note about wideSeekProc. | ||||
* | test to fix for 979640 | hobbs | 2005-10-05 | 1 | -0/+1 |
| | |||||
* | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 | hobbs | 2005-10-05 | 1 | -0/+11 |
| | | | | | | | | | | * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add USE_PUTENV_FOR_UNSET to existing USE_PUTENV define to account for various systems that have putenv(), but can't unset env vars with it. Note difference between Windows and Linux for actually unsetting the env var (use of '='). Correct the resizing of the environ array. We assume that we are in full ownership, but that's not correct.[Bug 979640] | ||||
* | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] | hobbs | 2005-10-05 | 1 | -0/+2 |
| | |||||
* | * tests/http.test: do not URI encode -._~ according | hobbs | 2005-10-05 | 1 | -0/+3 |
| | | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) | ||||
* | * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static | hobbs | 2005-10-05 | 1 | -0/+3 |
| | | | | * generic/tclEncoding.c (TclFindEncodings): make static | ||||
* | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second | hobbs | 2005-10-05 | 1 | -0/+5 |
| | | | | shl_load only. [Bug 1204237] | ||||
* | See file. | vasiljevic | 2005-10-04 | 1 | -0/+9 |
| | |||||
* | * generic/tclMain.c: Separate encoding conversion of command line | dgp | 2005-09-30 | 1 | -0/+5 |
| | | | | arguments from list formatting. [Bug 1306162]. | ||||
* | Fix [Bug 1116542] | dkf | 2005-09-27 | 1 | -0/+6 |
| | |||||
* | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] | Miguel Sofer | 2005-09-15 | 1 | -0/+4 |
| | |||||
* | autoconf-2.13 | dgp | 2005-09-15 | 1 | -0/+2 |
| | |||||
* | Added yet another corner-case hack, this time for RHEL3. [Bug 1287638] | dkf | 2005-09-15 | 1 | -8/+13 |
| | |||||
* | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative | dgp | 2005-09-07 | 1 | -0/+7 |
| | | | | | | * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect handling was producing byte sequences outside of Tcl's legal internal encoding. [Bug 1283976]. | ||||
* | renumber expr-39.* to expr-46.* | Kevin B Kenny | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -0/+8 |
| | |||||
* | Backport of fix for [Bug 1267380] | dkf | 2005-08-25 | 1 | -0/+6 |
| | |||||
* | * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition in | hobbs | 2005-08-17 | 1 | -0/+5 |
| | | | | 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 | 1 | -0/+7 |
| | |||||
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 1 | -0/+6 |
| | |||||
* | fix abs(MIN_INT) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -0/+7 |
| | |||||
* | * generic/tclObj.c: Simplified routines that manage the typeTable. | dgp | 2005-08-04 | 1 | -0/+4 |
| | |||||
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -0/+7 |
| | | | | | | * 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 | 1 | -0/+8 |
| | | | | | | * 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 | 1 | -0/+5 |
| | |||||
* | * win/README: Update link to msys_mingw8.zip. | mdejong | 2005-07-29 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+5 |
| | | | | Darwin only for SHARED_BUILD | ||||
* | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -0/+9 |
| | |||||
* | * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921] | dgp | 2005-07-26 | 1 | -0/+2 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2005-07-26 | 1 | -0/+9 |
| | | | | | | | | * 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 | 1 | -0/+4 |
| | | | | | per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194] | ||||
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -0/+6 |
| | | | | | * 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 | 1 | -0/+12 |
| | | | | | | | | | | | * 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] | ||||
* | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-22 | 1 | -0/+9 |
| | | | | | | | | * 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 | 1 | -6/+12 |
| | | | | | * 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 | 1 | -0/+6 |
| | | | | | | | * 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 | 1 | -0/+6 |
| | | | | | * 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 | 1 | -0/+6 |
| | | | | 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 | 1 | -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/spelling | dgp | 2005-06-24 | 1 | -3/+3 |
| | |||||
* | finalize Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -0/+12 |
| | |||||
* | * library/auto.tcl: Make file safe to re-[source] without | dgp | 2005-06-24 | 1 | -1/+6 |
| | | | | destroying registered auto_mkindex_parser hooks. |