summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-293-5/+34
| | | | | | | | | fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280.
* * generic/tclExecute.c (ExprRoundFunc):mdejong2005-10-283-11/+35
| | | | | | | | | | | Fix typo where number before rounding is compared with smallest integer instead of number after rounding. This fix does not change the results of any tests. * tests/expr.test: Add round() tests for cases near the min and max int values. * tests/util.test: Remove pointless warning code about testobj command.
* * generic/tclBasic.c:Miguel Sofer2005-10-2316-79/+154
| | | | | | | | | | | | | | | | | | | | | * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclLink.c: * generic/tclMain.c: * generic/tclProc.c: * generic/tclScan.c: * generic/tclTest.c: * generic/tclVar.c: * mac/tclMacInit.c: * unix/tclUnixInit.c: * win/tclWinInit.c: Insure that the core never calls TclPtrSetVar, Tcl_SetVar2Ex, Tcl_ObjSetVar2 or Tcl_SetObjErrorCode with a 0-ref new value. It is not possible to handle error returns correctly in that case [Bug 1334947], one has the choice of leaking the object in some cases, or else risk crashing in some others.
* * generic/tclExecute.c (INST_CONCAT): disable the optimisation forMiguel Sofer2005-10-222-3/+10
| | | | wide integers, [Bug 1251791].
* See file.vasiljevic2005-10-141-0/+6
|
* Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992vasiljevic2005-10-141-14/+2
| | | | for more info.
* Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-133-7/+20
|
* Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-6/+5
|
* Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-132-1/+14
| | | | event processing when channel is being closed/cutted.
* ensure MODULE_SCOPE declhobbs2005-10-102-1/+18
|
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tohobbs2005-10-073-46/+69
| | | | | * 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 Bugandreas_kupries2005-10-052-7/+14
| | | | 1109294]. Applied the patch provided by David Gravereaux.
* * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application ofandreas_kupries2005-10-052-8/+16
| | | | | David Welton's patch for it, and added a note about wideSeekProc.
* test to fix for 979640hobbs2005-10-052-13/+9
|
* * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-053-15/+46
| | | | | | | | | | * 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]hobbs2005-10-052-424/+431
|
* * tests/http.test: do not URI encode -._~ accordinghobbs2005-10-053-6/+13
| | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)
* * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make statichobbs2005-10-053-6/+9
| | | | * generic/tclEncoding.c (TclFindEncodings): make static
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-052-6/+10
| | | | shl_load only. [Bug 1204237]
* See file.vasiljevic2005-10-041-0/+9
|
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-2/+14
| | | | | timer for the channel. Also, prevents events still in the event queue from triggering on the current channel.
* Tcl_ClearChannelHandlers(): bail out early if passed NULL argumentvasiljevic2005-10-041-3/+6
|
* * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-302-26/+28
| | | | arguments from list formatting. [Bug 1306162].
* Fix [Bug 1116542]dkf2005-09-273-3/+29
|
* * doc/ParseCmd.3: copy/paste fix [Bug 1292427]Miguel Sofer2005-09-152-2/+6
|
* autoconf-2.13dgp2005-09-152-229/+280
|
* Added yet another corner-case hack, this time for RHEL3. [Bug 1287638]dkf2005-09-152-8/+16
|
* * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-073-37/+49
| | | | | | * 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 Kenny2005-08-292-14/+14
|
* fix test case numberingKevin B Kenny2005-08-291-2/+2
|
* Bug 1275043Kevin B Kenny2005-08-293-11/+103
|
* Backport of fix for [Bug 1267380]dkf2005-08-252-1/+13
|
* * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition inhobbs2005-08-172-5/+36
| | | | file mkdir (backport from head 2005-06-13) [Bug 1217375]
* backport of 2005-08-10 fix to tclEvent.cKevin B Kenny2005-08-162-19/+26
|
* Solaris mis-names the cp1251 encoding.dkf2005-08-052-1/+8
|
* fix abs(MIN_INT) [Bug 1241572]Kevin B Kenny2005-08-053-5/+28
|
* silence compiler warningdgp2005-08-041-2/+2
|
* * generic/tclObj.c: Simplified routines that manage the typeTable.dgp2005-08-042-36/+29
|
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-035-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.das2005-07-304-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"dkf2005-07-293-5/+26
|
* * win/README: Update link to msys_mingw8.zip.mdejong2005-07-292-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 onhobbs2005-07-283-256/+265
| | | | Darwin only for SHARED_BUILD
* Backport of fix for [Bug 1245953]dkf2005-07-285-7/+50
|
* * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921]dgp2005-07-262-4/+5
|
* * unix/configure: Regen.mdejong2005-07-263-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 usedgp2005-07-262-9/+10
| | | | | per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194]
* typodgp2005-07-261-2/+2
|
* * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp2005-07-263-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):mdejong2005-07-253-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]