| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | corrected latest entry | dgp | 2003-03-12 | 1 | -3/+4 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -0/+6 |
|
|
* | Added two missing uses of $(DBGX) so that tclpip8x.dll loads without
| Kevin B Kenny | 2003-03-11 | 1 | -0/+5 |
|
|
* | Removed an unused local variable that caused compilation problems on
| Kevin B Kenny | 2003-03-09 | 1 | -0/+5 |
|
|
* | * doc/tcltest.n: Added missing "-body" to example. Thanks to | dgp | 2003-03-08 | 1 | -0/+5 |
|
|
* | * tests/io.test: | mdejong | 2003-03-07 | 1 | -0/+8 |
|
|
* | * tests/encoding.test: Name temp files *.tcltestout | mdejong | 2003-03-07 | 1 | -0/+7 |
|
|
* | * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime | dkf | 2003-03-07 | 1 | -0/+5 |
|
|
* | * tests/io.test: Doh! Undo accidental commenting | mdejong | 2003-03-07 | 1 | -0/+5 |
|
|
* | * tests/io.test: Define a fileevent constraint and add | mdejong | 2003-03-07 | 1 | -0/+7 |
|
|
* | * tests/io.test: Define an openpipe constraint and add | mdejong | 2003-03-07 | 1 | -3/+10 |
|
|
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to | dgp | 2003-03-06 | 1 | -0/+6 |
|
|
* | Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]. | Kevin B Kenny | 2003-03-06 | 1 | -0/+6 |
|
|
* | * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): | mdejong | 2003-03-06 | 1 | -0/+18 |
|
|
* | * generic/tclIO.c (Tcl_Flush): Compare the | mdejong | 2003-03-06 | 1 | -0/+11 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Check that | mdejong | 2003-03-06 | 1 | -0/+11 |
|
|
* | * generic/tclIO.c (WriteBytes, WriteChars, | mdejong | 2003-03-06 | 1 | -0/+10 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): | mdejong | 2003-03-06 | 1 | -0/+14 |
|
|
* | no message | davygrvy | 2003-03-06 | 1 | -0/+4 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 1 | -0/+15 |
|
|
* | typos | dgp | 2003-03-04 | 1 | -2/+2 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -0/+24 |
|
|
* | Mac OS Classic specific fixes:core_8_4_2 | das | 2003-03-03 | 1 | -0/+14 |
|
|
* | mark Mar 3 date for 8.4.2 | hobbs | 2003-03-03 | 1 | -0/+4 |
|
|
* | Corrected a Makefile.vc bug introduced by the change of DBGX from
| Kevin B Kenny | 2003-03-03 | 1 | -0/+4 |
|
|
* | * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for | dgp | 2003-03-03 | 1 | -0/+10 |
|
|
* | * win/configure: | hobbs | 2003-03-01 | 1 | -0/+7 |
|
|
* | updated changes file for Tcl 8.4.2 release | dgp | 2003-02-28 | 1 | -1/+1 |
|
|
* | file documentation fix | vincentdarley | 2003-02-28 | 1 | -0/+4 |
|
|
* | see ChangeLog | hobbs | 2003-02-27 | 1 | -7/+15 |
|
|
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 1 | -0/+6 |
|
|
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c... | chengyemao | 2003-02-27 | 1 | -0/+7 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when | hobbs | 2003-02-27 | 1 | -1/+7 |
|
|
* | * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching | dgp | 2003-02-25 | 1 | -0/+7 |
|
|
* | * tests/pid.test: See below [Bug #678412]. | andreas_kupries | 2003-02-25 | 1 | -2/+6 |
|
|
* | * tests/execute.test: cleaning up testobj's at the end, to avoid | Miguel Sofer | 2003-02-25 | 1 | -0/+6 |
|
|
* | Fix for Bug #571002 | vasiljevic | 2003-02-22 | 1 | -0/+4 |
|
|
* | fixed typo | das | 2003-02-22 | 1 | -1/+1 |
|
|
* | Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] | dkf | 2003-02-21 | 1 | -0/+6 |
|
|
* | * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel): | das | 2003-02-21 | 1 | -0/+5 |
|
|
* | fixed very old typos | das | 2003-02-21 | 1 | -2/+2 |
|
|
* | * library/package.tcl (tclPkgUnknown): Minor performance tweaks | dgp | 2003-02-21 | 1 | -0/+6 |
|
|
* | * unix/tcl.m4: | das | 2003-02-21 | 1 | -0/+8 |
|
|
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 1 | -0/+15 |
|
|
* | Typo fix [Bug #688943] | dkf | 2003-02-20 | 1 | -0/+4 |
|
|
* | * unix/tclUnixThrd.c (TclpReaddir): | hobbs | 2003-02-20 | 1 | -0/+7 |
|
|
* | added missing bug # | das | 2003-02-19 | 1 | -1/+1 |
|
|
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -0/+20 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -0/+10 |
|
|
* | * unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and | andreas_kupries | 2003-02-19 | 1 | -0/+9 |
|
|