summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More ANSIfyingdkf2005-11-091-25/+25
|
* * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-092-3/+9
| | | | | based on errors seen on OS X 10.3 with lots of links in a dir. [Bug 1034337 followup]
* Added target to make it easier to debug crashing tests.dkf2005-11-092-1/+13
|
* * tests/compExpr-old.test: Updated tests with changed behaviordgp2005-11-082-5/+8
| | | | due to addition of bignums.
* * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]dgp2005-11-082-2/+28
|
* * generic/tclPkg.c: Corrected inconsistencies in the value returneddgp2005-11-083-31/+274
| | | | | | | * tests/pkg.test: by Tcl_PkgRequire(Ex) so that the returned values will always agree with what is stored in the package database. This way repeated calls to Tcl_PkgRequire(Ex) have the same results. Thanks to Hemang Lavana. [Bug 1162286].
* Fix for [Bug 1348775]dkf2005-11-082-32/+92
|
* ANSIfydkf2005-11-071-7/+9
|
* Strip a few more pre-ANSI-ismsdkf2005-11-071-21/+20
|
* ANSIfydkf2005-11-077-90/+89
|
* Tidy updkf2005-11-071-41/+47
|
* * tests/trace.test (trace-13.2-4): added tests to detect leak, see [BugMiguel Sofer2005-11-072-18/+54
| | | | 1348775]. The recently added trace-8.9 test is now 13.4.
* Squelch the false [Bug 1342858] by removing traces cleanly. The trace leakingdkf2005-11-072-29/+44
| | | | is being pursued elsewhere.
* Silence a warning.dkf2005-11-071-2/+3
|
* * tests/trace.test (trace-8.9): added test to detect leak, seeMiguel Sofer2005-11-052-1/+30
| | | | [Bug 1348775].
* * win/tclWinPort.h: Applied patch #1267871 by Matt Newman forpatthoyts2005-11-045-17/+69
| | | | | | * win/tclWinPipe.c: extended error code support on Windows. * tests/exec.test: Tests for extended error codes. * generic/tclPipe.c: Permit long codes (platform macros permitting).
* * generic/tclBinary.c:Miguel Sofer2005-11-0411-83/+61
| | | | | | | | | | | | | | | | * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclIOCmd.c: * generic/tclLink.c: * generic/tclTest.c: * generic/tclVar.c: fix for [Bug 1334947]. The functions TclPtrSetVar, Tcl_ObjSetVar2 and Tcl_SetVar2Ex now always consume the newValuePtr argument - i.e., they will free a 0-refCount object if they failed to set the variable. Fixed all callers in the core.
* RFE 1071992Kevin B Kenny2005-11-041-1/+1
|
* RFE 1071992Kevin B Kenny2005-11-044-551/+29
|
* Bug 1163896Kevin B Kenny2005-11-043-0/+28
|
* RFE 1333318Kevin B Kenny2005-11-042-3/+7
|
* Bug 1298737Kevin B Kenny2005-11-044-47/+64
|
* Bug 1263012Kevin B Kenny2005-11-042-0/+63
|
* * generic/tclInt.h:Miguel Sofer2005-11-045-84/+215
| | | | | | | | * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use the same approach as the 8.4 patch in the ticket (i.e., removed the patch committed on 2005-31-10).
* ANSIfydkf2005-11-0423-1111/+1188
|
* * win/tclWin32Dll.c: Applied patch #1256872 to provide unicodepatthoyts2005-11-034-13/+89
| | | | | * win/tclWinConsole.c: support in the console on suitable systems. * win/tclWinInt.h: Patch by Anton Kovalenko
* Applied patch #1096916 to support building with MSVC 8.patthoyts2005-11-0311-47/+123
| | | | | | | | | | | | | * generic/regerror.c: Avoid use of reserved word. * generic/tcl.h: Select the right Tcl_Stat structure * generic/tclDate.c: Casts to handle 64 bit time_t case. * tests/env.test: Include essential envvar on Win32 * win/nmakehlp.c: Handle new return codes. * win/makefile.vc: Use the selected options. * win/rules.vc: Check options are applicable * win/tclWinPort.h: Disable deprecated function warnings * win/tclWinSock.c: Provide default value to avoid warning. * win/tclWinTime.c: Add casts to handle 64bit time_t type.
* ANSIfydkf2005-11-0210-653/+626
|
* ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-024-1286/+1201
|
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-0210-626/+635
|
* ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-027-924/+1030
|
* Partial ANSIfydkf2005-11-021-213/+209
|
* ANSIfydkf2005-11-028-1151/+1165
|
* * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistakendgp2005-11-012-13/+19
| | | | | assumption that all command traces are set at the script level. Report/fix from Jacques H. de Villiers. [Bug 1337941]
* * tests/unixNotfy.test (1.1,2): Update error message whitespace todgp2005-11-013-5/+11
| | | | | | | match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range.
* Fix test that checked for non-standard case of error message (which dkf2005-11-011-23/+23
| | | | was fixed by earlier check-in)
* Think-o fixesdkf2005-11-011-3/+3
|
* ANSIfy. Also converted some deeply nested code to a less nested form for ↵dkf2005-11-0114-2694/+2761
| | | | easier reading.
* * expr.test (expr-46.13): Added test that illustratesdgp2005-11-012-1/+9
| | | | shortcoming of Patch 1340260.
* * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don.Miguel Sofer2005-10-313-14/+19
| | | | * tests/trace.test: fix duplicate test numbers
* typodgp2005-10-311-2/+2
|
* Convert to using ANSI decls/definitions and using the (ANSI) assumption that ↵dkf2005-10-317-1802/+1782
| | | | | | NULL can be cast to any pointer type transparently.
* Cleanup and ANSIfydkf2005-10-313-1127/+660
|
* Assorted syntactic cleanupsdkf2005-10-301-120/+110
|
* fix Changelog entryMiguel Sofer2005-10-291-1/+1
|
* * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-293-5/+37
| | | | | | | | | 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.
* fix datevincentdarley2005-10-231-1/+1
|
* fix to glob memory leak and file stat ino/nlink on windowsvincentdarley2005-10-234-138/+173
|
* * tests/foreach.test (foreach-8.1): added test for [Bug 1189274]Miguel Sofer2005-10-222-1/+18
|
* * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. ObjMiguel Sofer2005-10-222-4/+9
| | | | leak detection and patch by Eric Melbardis.