| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/configure: Regen. | mdejong | 2002-03-15 | 1 | -0/+15 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle | mdejong | 2002-03-14 | 1 | -0/+9 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile, | mdejong | 2002-03-12 | 1 | -0/+7 |
|
|
* | * Bumped tcltest to 2.0.2 | dgp | 2002-03-11 | 1 | -0/+5 |
|
|
* | * library/tcltest/tcltest.tcl (getMatchingFiles): Pass | mdejong | 2002-03-11 | 1 | -0/+6 |
|
|
* | * generic/tclEncoding.c: Fix typo in comment. | mdejong | 2002-03-11 | 1 | -0/+9 |
|
|
* | * win/README: Update to indicate that Mingw 1.1 is | mdejong | 2002-03-09 | 1 | -0/+7 |
|
|
* | (DoCopyFile): correctly set retval to TCL_OK | hobbs | 2002-03-08 | 1 | -0/+4 |
|
|
* | * win/tclWin32Dll.c (TclpCheckStackSpace): | mdejong | 2002-03-08 | 1 | -1/+9 |
|
|
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -1/+10 |
|
|
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 1 | -0/+8 |
|
|
* | tclInt.h: restoring correct operation ordering in TclDecrRefCount | Miguel Sofer | 2002-03-06 | 1 | -0/+6 |
|
|
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -0/+7 |
|
|
* | adjust 8.4a4 release tagcore_8_4_a4 | hobbs | 2002-03-05 | 1 | -1/+13 |
|
|
* | 8.4a4 tagged for release | hobbs | 2002-03-04 | 1 | -0/+11 |
|
|
* | * tests/io.test: | hobbs | 2002-03-04 | 1 | -0/+10 |
|
|
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 1 | -1/+16 |
|
|
* | see ChangeLog | hobbs | 2002-03-01 | 1 | -0/+11 |
|
|
* | generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872] | Miguel Sofer | 2002-02-28 | 1 | -0/+6 |
|
|
* | Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] | Miguel Sofer | 2002-02-28 | 1 | -0/+5 |
|
|
* | * doc/GetIndex.3: | dgp | 2002-02-28 | 1 | -0/+11 |
|
|
* | * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference | dgp | 2002-02-28 | 1 | -0/+6 |
|
|
* | mem leak fixes | hobbs | 2002-02-28 | 1 | -0/+9 |
|
|
* | * tests/socket.test (2.7): Accepted and applied patch for Tcl SF | andreas_kupries | 2002-02-27 | 1 | -0/+4 |
|
|
* | * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize | andreas_kupries | 2002-02-27 | 1 | -9/+20 |
|
|
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+2 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 1 | -0/+8 |
|
|
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+4 |
|
|
* | see ChangeLog | hobbs | 2002-02-26 | 1 | -0/+43 |
|
|
* | bugfix to the bugfix to the new [for] compiled code | Miguel Sofer | 2002-02-26 | 1 | -0/+7 |
|
|
* | * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the | andreas_kupries | 2002-02-26 | 1 | -0/+6 |
|
|
* | typo | dgp | 2002-02-26 | 1 | -1/+1 |
|
|
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 1 | -0/+7 |
|
|
* | * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64. | dgp | 2002-02-25 | 1 | -0/+1 |
|
|
* | * compat/strtod.c (strtod): simplified #includes | dgp | 2002-02-25 | 1 | -0/+6 |
|
|
* | * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that | das | 2002-02-25 | 1 | -0/+5 |
|
|
* | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | Miguel Sofer | 2002-02-25 | 1 | -0/+10 |
|
|
* | Minor cleanup of compat functions to get rid of GCC warnings. | dkf | 2002-02-25 | 1 | -0/+5 |
|
|
* | * compat/strtoull.c (strtoull): | dgp | 2002-02-24 | 1 | -0/+8 |
|
|
* | * configure: Regen. | mdejong | 2002-02-23 | 1 | -0/+7 |
|
|
* | * generic/tclInt.h: | dgp | 2002-02-22 | 1 | -0/+8 |
|
|
* | see ChangeLog | hobbs | 2002-02-22 | 1 | -0/+4 |
|
|
* | see ChangeLog | hobbs | 2002-02-22 | 1 | -0/+11 |
|
|
* | Optimising [if], [for] and [while] for constant conditions | Miguel Sofer | 2002-02-22 | 1 | -0/+7 |
|
|
* | Added TIP#76 implementation, docs + tests. | dkf | 2002-02-22 | 1 | -0/+6 |
|
|
* | Const-ifying declarations of strtoll/strtoull and new compat code. | dkf | 2002-02-22 | 1 | -0/+10 |
|
|
* | no message | davygrvy | 2002-02-21 | 1 | -0/+30 |
|
|
* | no message | davygrvy | 2002-02-21 | 1 | -0/+13 |
|
|
* | Improving 'long long' detection... | dkf | 2002-02-21 | 1 | -0/+5 |
|
|
* | no message | davygrvy | 2002-02-20 | 1 | -5/+21 |
|
|