| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/compExpr-old.test: Update existing tests to not fail | dgp | 2006-08-22 | 9 | -843/+676 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -3/+3 |
|
|
* | Error message consistency improvements. [Bug 1534628] | dkf | 2006-08-09 | 1 | -5/+5 |
|
|
* | Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] | dkf | 2006-08-09 | 1 | -1/+4 |
|
|
* | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests | das | 2006-08-02 | 9 | -205/+241 |
|
|
* | Bug 1426279 | Kevin B Kenny | 2006-07-31 | 1 | -1/+40 |
|
|
* | Fixed Bug 1494664 | Kevin B Kenny | 2006-07-30 | 1 | -1/+19 |
|
|
* | Fixed Bug 1505383 | Kevin B Kenny | 2006-07-30 | 1 | -1770/+2299 |
|
|
* | * generic/tclExecute.c: Corrected flawed overflow detection in | dgp | 2006-07-26 | 1 | -1/+5 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2006-07-21 | 1 | -1/+15 |
|
|
* | * generic/tclParseExpr.c: Completely new expression parser | dgp | 2006-07-05 | 3 | -7/+7 |
|
|
* | * generic/tclMain.c (Tcl_Main): Corrected flaw that required | dgp | 2006-05-05 | 1 | -1/+22 |
|
|
* | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-25 | 1 | -1/+5 |
|
|
* | fix for Martin Lemburg's DST conversion bug. | Kevin B Kenny | 2006-04-19 | 1 | -1/+14 |
|
|
* | * generic/tclTrace.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -1/+38 |
|
|
* | * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] | dgp | 2006-04-07 | 1 | -0/+20 |
|
|
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -3/+7 |
|
|
* | * tests/compExpr-old.test: Updated testmathfunctions constraint | dgp | 2006-04-06 | 7 | -16/+18 |
|
|
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 3 | -8/+11 |
|
|
* | Ooops | dkf | 2006-04-05 | 1 | -2/+2 |
|
|
* | Nail [Bug 1464039] by allowing the empty string to be exactly matched by | dkf | 2006-04-05 | 1 | -1/+17 |
|
|
* | * generic/tclPathObj.c: More fixes for path normalization when /../ | dgp | 2006-03-29 | 1 | -0/+40 |
|
|
* | Change the "pc" constraint to synonym "win" for consistency with the | dgp | 2006-03-27 | 1 | -5/+5 |
|
|
* | * generic/tclExecute.c: Corrections to INST_EXPON detection of | dgp | 2006-03-25 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c: Revised INST_EXPON implementation to do | dgp | 2006-03-24 | 1 | -1/+7 |
|
|
* | * tests/env.test: With case preserved (see 2006-03-21 commit) | dgp | 2006-03-23 | 1 | -2/+2 |
|
|
* | * tests/stack.test: Run the stack tests in subshells, so that they | rmax | 2006-03-22 | 1 | -29/+29 |
|
|
* | typo | dgp | 2006-03-21 | 1 | -2/+2 |
|
|
* | Committed test cases for Bug 1451233 | dgp | 2006-03-21 | 1 | -1/+11 |
|
|
* | Added knownBug constraints. | dgp | 2006-03-21 | 3 | -7/+7 |
|
|
* | * tests/env.test: Preserve case of saved env vars. [Bug 1409272] | dgp | 2006-03-21 | 1 | -15/+9 |
|
|
* | typo | dgp | 2006-03-21 | 2 | -4/+4 |
|
|
* | revert broken commit | dgp | 2006-03-21 | 1 | -2/+2 |
|
|
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 34 | -441/+322 |
|
|
* | * generic/tclInt.decls: implement globbing for HFS creator & type | das | 2006-03-21 | 1 | -8/+50 |
|
|
* | Clean up constraint handling | dkf | 2006-03-20 | 1 | -11/+5 |
|
|
* | Clean up the constraint handling | dkf | 2006-03-20 | 1 | -21/+16 |
|
|
* | correct [makeFile] syntax | dgp | 2006-03-20 | 1 | -3/+3 |
|
|
* | Clean up tests (mostly constraints relating to testchmod) | dkf | 2006-03-20 | 4 | -184/+187 |
|
|
* | fix to two filesystem issues | vincentdarley | 2006-03-19 | 1 | -7/+16 |
|
|
* | fix to file writeable on windows | vincentdarley | 2006-03-18 | 3 | -8/+24 |
|
|
* | * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be | andreas_kupries | 2006-03-16 | 1 | -19/+36 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -1/+33 |
|
|
* | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -4/+4 |
|
|
* | add proper test constraints | vincentdarley | 2006-03-15 | 1 | -3/+3 |
|
|
* | 90% fix of file writable issues on Windows | vincentdarley | 2006-03-14 | 1 | -3/+43 |
|
|
* | * generic/tclProc.c (ObjInterpProcEx): | Miguel Sofer | 2006-03-10 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Complete missing bit of TIP 215 implementation | dgp | 2006-03-08 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to | dgp | 2006-03-06 | 1 | -2/+23 |
|
|
* | * generic/tclPathObj.c: Fix for failed normalization of | dgp | 2006-03-03 | 1 | -0/+70 |
|
|