| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+42 |
|
|
* | Silence compiler warnings | dgp | 2004-06-08 | 1 | -2/+3 |
|
|
* | * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+13 |
|
|
* | stop compiler warning | dgp | 2004-02-20 | 1 | -2/+2 |
|
|
* | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 1 | -4/+22 |
|
|
* | fix testsuite backport error | vincentdarley | 2003-10-31 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New | andreas_kupries | 2003-10-22 | 1 | -6/+11 |
|
|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -2/+28 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -7/+1 |
|
|
* | cleanup of new simplefs test code | vincentdarley | 2003-02-18 | 1 | -6/+10 |
|
|
* | Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the
| Kevin B Kenny | 2003-02-15 | 1 | -1/+219 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -3/+16 |
|
|
* | fix to crashing filesystem test | vincentdarley | 2003-02-07 | 1 | -44/+62 |
|
|
* | added regression test for recent bug fix | vincentdarley | 2003-02-05 | 1 | -23/+61 |
|
|
* | filesystem bug fix and new test | vincentdarley | 2003-01-28 | 1 | -3/+183 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -94/+94 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -15/+8 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -2/+2 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -9/+28 |
|
|
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 1 | -2/+2 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -2/+3 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -5/+77 |
|
|
* | cleanup of testfilesystem command | hobbs | 2002-04-23 | 1 | -19/+11 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -3/+9 |
|
|
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -48/+1 |
|
|
* | * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs. | hobbs | 2002-02-28 | 1 | -1/+4 |
|
|
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -2/+15 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -17/+152 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -3/+67 |
|
|
* | tclTest.c fix | vincentdarley | 2002-02-01 | 1 | -2/+2 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -17/+19 |
|
|
* | * Converted declarations of TestReport file system | dgp | 2002-01-21 | 1 | -23/+47 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -9/+11 |
|
|
* | * Updated APIs in generic/tclParse.c according to the guidelines | dgp | 2002-01-17 | 1 | -2/+3 |
|
|
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -19/+23 |
|
|
* | * generic/tclTest.c (MainLoop): | dgp | 2002-01-09 | 1 | -1/+2 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 1 | -7/+143 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -4/+6 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -25/+25 |
|
|
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -2/+2 |
|
|
* | * generic/tclTest.c (TestcmdtokenCmd): corrected pointer | hobbs | 2001-09-20 | 1 | -6/+6 |
|
|
* | fs | vincentdarley | 2001-09-06 | 1 | -14/+4 |
|
|
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -52/+104 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -55/+100 |
|
|
* | fs update | vincentdarley | 2001-08-23 | 1 | -35/+35 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -4/+400 |
|
|
* | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 1 | -1/+39 |
|
|
* | * generic/tclTest.c (TestChannelCmd): added cast to mollify | hobbs | 2001-03-31 | 1 | -2/+2 |
|
|
* | 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-03-30 | 1 | -1/+13 |
|
|
* | Now correctly test for (and fix) Bug #119082. | dkf | 2000-11-24 | 1 | -1/+57 |
|
|