Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix silly errors in REs, in variables, and in tests that were working with | dkf | 2005-11-18 | 2 | -19/+19 |
| | | | | invalid URLs. | ||||
* | Improved URL validation that better describes why validation failed. [Bug ↵ | dkf | 2005-11-18 | 3 | -159/+249 |
| | | | | 1358369] | ||||
* | Whitespace/formatting fixes | dkf | 2005-11-17 | 1 | -17/+17 |
| | |||||
* | * tests/namespace.test: fix comment | Miguel Sofer | 2005-11-17 | 2 | -2/+6 |
| | |||||
* | Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373] | dgp | 2005-11-15 | 2 | -3/+3 |
| | |||||
* | * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic | dgp | 2005-11-14 | 2 | -2/+6 |
| | | | | to aid debugging. | ||||
* | * generic/tclBasic.c (CallCommandTraces): Save/restore the | dgp | 2005-11-14 | 2 | -1/+14 |
| | | | | interp result during traces to fix [Bug 1355342]. | ||||
* | added comments to tests/namespace.test | Miguel Sofer | 2005-11-14 | 1 | -1/+5 |
| | |||||
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-14 | 5 | -12/+84 |
| | | | | | | | | | * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #1355942. The new tests 7.3-6 and the modified 51.13 fail due to the unrelated [Bug 1355342] * tests/trace.test: added tests 20.13-16 for [Bug 1355342] | ||||
* | fixing last commit, no Changelog entry | Miguel Sofer | 2005-11-13 | 1 | -3/+9 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-13 | 3 | -11/+12 |
| | | | | | | * generic/tclObj.c (Tcl_GetCommandFromObj): more partial fixes for [Bug 1354540] - making sure that cached references to a command being deleted cannot be made reusable by a delete trace. | ||||
* | Use correct bug number :-} | dkf | 2005-11-12 | 1 | -1/+1 |
| | |||||
* | Partial fix for [Bug 1355342] | dkf | 2005-11-12 | 2 | -350/+355 |
| | | | | Also ANSIfy the rest of the file | ||||
* | * generic/tclInt.h: Revised TclParseNumber interface to enable | dgp | 2005-11-12 | 4 | -127/+174 |
| | | | | | | * generic/tclScan.c: revision to the [scan] command implementation * generic/tclStrToD.c: to permit tests scan-4.44,55 to pass again. [Bug 1348067]. | ||||
* | typo | das | 2005-11-12 | 1 | -2/+2 |
| | |||||
* | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -653/+665 |
| | | | | Also start moving to use the new code for doing formatted prints to objects | ||||
* | More bits of ANSIfying | dkf | 2005-11-11 | 11 | -392/+433 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-11 | 3 | -10/+22 |
| | | | | | | | | | * generic/tclObj.c (Tcl_GetCommandFromObj): bump the cmd epoch early to insure that cached references to this command are invalidated. Partial fix for [Bug 1352734] - at least insures that namespace-51.13 does not cause a panic. The test is still marked as knownbug, pending resolution of what is actually the correct return value ([Bug 1354540]) | ||||
* | Finish applying the style guide to the RE engine (except for variable and | dkf | 2005-11-10 | 5 | -1472/+1817 |
| | | | | function names, which are a much bigger job to fix!) | ||||
* | Deleted unwanted extra space at end of some lines | dkf | 2005-11-10 | 1 | -5/+5 |
| | |||||
* | bugs 1350291 and 1350293 | Kevin B Kenny | 2005-11-09 | 3 | -60/+117 |
| | |||||
* | doc changes with 1162286 fix | dgp | 2005-11-09 | 1 | -8/+1 |
| | |||||
* | * tests/compile.test: Updated tests with changed behavior | dgp | 2005-11-09 | 8 | -247/+266 |
| | | | | | | | | | * tests/execute.test: due to addition of bignums. * tests/expr-old.test: * tests/expr.test: * tests/parseExpr.test: * tests/platform.test: * tests/string.test: | ||||
* | ANSIfy the RE compiler. | dkf | 2005-11-09 | 8 | -4852/+5523 |
| | |||||
* | More ANSIfying | dkf | 2005-11-09 | 1 | -25/+25 |
| | |||||
* | * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 | hobbs | 2005-11-09 | 2 | -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. | dkf | 2005-11-09 | 2 | -1/+13 |
| | |||||
* | * tests/compExpr-old.test: Updated tests with changed behavior | dgp | 2005-11-08 | 2 | -5/+8 |
| | | | | due to addition of bignums. | ||||
* | * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] | dgp | 2005-11-08 | 2 | -2/+28 |
| | |||||
* | * generic/tclPkg.c: Corrected inconsistencies in the value returned | dgp | 2005-11-08 | 3 | -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] | dkf | 2005-11-08 | 2 | -32/+92 |
| | |||||
* | ANSIfy | dkf | 2005-11-07 | 1 | -7/+9 |
| | |||||
* | Strip a few more pre-ANSI-isms | dkf | 2005-11-07 | 1 | -21/+20 |
| | |||||
* | ANSIfy | dkf | 2005-11-07 | 7 | -90/+89 |
| | |||||
* | Tidy up | dkf | 2005-11-07 | 1 | -41/+47 |
| | |||||
* | * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug | Miguel Sofer | 2005-11-07 | 2 | -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 leaking | dkf | 2005-11-07 | 2 | -29/+44 |
| | | | | is being pursued elsewhere. | ||||
* | Silence a warning. | dkf | 2005-11-07 | 1 | -2/+3 |
| | |||||
* | * tests/trace.test (trace-8.9): added test to detect leak, see | Miguel Sofer | 2005-11-05 | 2 | -1/+30 |
| | | | | [Bug 1348775]. | ||||
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 5 | -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 Sofer | 2005-11-04 | 11 | -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 1071992 | Kevin B Kenny | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | RFE 1071992 | Kevin B Kenny | 2005-11-04 | 4 | -551/+29 |
| | |||||
* | Bug 1163896 | Kevin B Kenny | 2005-11-04 | 3 | -0/+28 |
| | |||||
* | RFE 1333318 | Kevin B Kenny | 2005-11-04 | 2 | -3/+7 |
| | |||||
* | Bug 1298737 | Kevin B Kenny | 2005-11-04 | 4 | -47/+64 |
| | |||||
* | Bug 1263012 | Kevin B Kenny | 2005-11-04 | 2 | -0/+63 |
| | |||||
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 5 | -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). | ||||
* | ANSIfy | dkf | 2005-11-04 | 23 | -1111/+1188 |
| | |||||
* | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode | patthoyts | 2005-11-03 | 4 | -13/+89 |
| | | | | | * win/tclWinConsole.c: support in the console on suitable systems. * win/tclWinInt.h: Patch by Anton Kovalenko |