Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -2/+2 |
|\ | | | | | | | setargv() function on mingw. | ||||
* | | Missing constraints | dgp | 2011-11-08 | 2 | -16/+136 |
| | | |||||
* | | Added test case to the test suite | dgp | 2011-10-27 | 1 | -0/+4 |
| | | |||||
* | | Backport 2902268 fix.bug_2902268 | dgp | 2011-10-26 | 1 | -6/+27 |
| | | |||||
* | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+33 |
| | | |||||
* | | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 |
| | | |||||
* | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| | | |||||
* | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -28/+38 |
|\ \ | |/ | |||||
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -19/+33 |
| | | |||||
* | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 2 | -0/+32 |
| | | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated). | ||||
* | | remove stray copy/paste | dgp | 2011-09-07 | 1 | -4/+0 |
| | | |||||
* | | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 1 | -0/+61 |
| | | |||||
* | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 2 | -2/+20 |
| | | | | | | [scan Inf %g] is portable; remove constraint. | ||||
* | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+7 |
| | | |||||
* | | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -2/+3 |
| | | |||||
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+7 |
| | | |||||
* | | merge new test | dgp | 2011-07-13 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 2 | -0/+10 |
| | | |||||
| * | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
| | | |||||
| * | Fixed the shift in line numbers used for testing 'info frame' introduced by ↵ | andreask | 2011-04-20 | 1 | -0/+2 |
| | | | | | | | | checkin [79367df0f0] (Mar 2, 2011). | ||||
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+33 |
| | | |||||
* | | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | * Use [package ifneeded] so slave gets exactly same tcltest version as master * Use [configure] command instead of legacy ::argv magic to pass tcltest configuration options to slave interp. Test files using the new [loadIntoSlaveInterpreter] command updated to declare their need for tcltest 2.3.3 as minimum acceptable release. | ||||
* | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 2 | -20/+16 |
| | | |||||
* | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -0/+16 |
| | | | | | | | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | ||||
* | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 3 | -9/+37 |
| | | |||||
* | | merge | dgp | 2011-03-06 | 1 | -0/+38 |
|\ \ | |||||
| * \ | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
| |\ \ | | |/ | | | | * tests/parse.test: \x and \u substitutions. [Bug 3200987] | ||||
| | * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
| | | | | | | | | | * tests/parse.test: \x and \u substitutions. [Bug 3200987] | ||||
* | | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -0/+4 |
|/ / | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 140 | -286/+2 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 132 | -270/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -17/+18 |
| | | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF | ||||
| * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 2 | -7/+125 |
| | | | | | | | | | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. | ||||
| * | Fix [Bug 2954959] expr abs(-0.0) is -0.0 | nijtmans | 2010-02-22 | 1 | -2/+19 |
| | | | | | | | | Added some test cases, adapted and backported from 8.5 | ||||
| * | Backport test to prove Tcl 8.4 is not buggy (2918610). | dgp | 2010-01-05 | 1 | -1/+16 |
| | | |||||
| * | (Backport) Fix [Bug 2891556] and improve test to detect similar ↵ | ferrieux | 2009-11-16 | 1 | -1/+2 |
| | | | | | | | | manifestations in the future. | ||||
| * | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -1/+32 |
| | | | | | | | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch. | ||||
| * | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-10 | 4 | -263/+330 |
| | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows. | ||||
| * | * tests/info.test: Resolve ambiguous resolution of variable | andreas_kupries | 2009-11-09 | 1 | -2/+2 |
| | | | | | | | | "res". Backport from 8.5 | ||||
| * | Fix for [Bug 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -4/+7 |
| | | |||||
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -12/+251 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EvalTokensStandard, Tcl_EvalEx, EvalEx, TclAdvanceContinuations, TclEvalObjEx): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd, ListLines): * generic/tclCompCmds.c (*): * generic/tclCompile.c (TclSetByteCodeFromAny, TclInitCompileEnv, TclFreeCompileEnv, TclCompileScript): * generic/tclCompile.h (CompileEnv): * generic/tclInt.h (ContLineLoc, Interp): * generic/tclObj.c (ThreadSpecificData, ContLineLocFree, TclThreadFinalizeObjects, TclInitObjSubsystem, TclContinuationsEnter, TclContinuationsEnterDerived, TclContinuationsCopy, TclContinuationsGet, TclFreeObj): * generic/tclProc.c (TclCreateProc): * generic/tclVar.c (TclPtrSetVar): * tests/info.test (info-30.0-22): Extended parser, compiler, and execution with code and attendant data structures tracking the positions of continuation lines which are not visible in script's, to properly account for them while counting lines for #280, during direct and compiled execution. | ||||
| * | regression tests | dgp | 2009-08-21 | 1 | -1/+33 |
| | | |||||
| * | another test | dgp | 2009-08-19 | 1 | -1/+11 |
| | | |||||
| * | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
| | | |||||
| * | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
| | | |||||
| * | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-17 | 1 | -1/+32 |
| | | | | | | | | * tests/fileName.test: matches something like ~foo. [Bug 2837800] |