| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo | dgp | 2003-10-07 | 1 | -1/+1 |
|
|
* | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 1 | -0/+5 |
|
|
* | * tests/regexp.test: Matched [makeFile] with [removeFile]. | dgp | 2003-10-07 | 1 | -0/+3 |
|
|
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 1 | -0/+6 |
|
|
* | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 1 | -0/+3 |
|
|
* | * tests/cmdMZ.test: Updated [package require tcltest] lines to | dgp | 2003-10-06 | 1 | -0/+8 |
|
|
* | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -0/+6 |
|
|
* | * win/tclWinPipe.c: fixed a bug in BuildCommandLine. | mdejong | 2003-10-04 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 1 | -0/+6 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -0/+7 |
|
|
* | * README: Bumped patch level to 8.4.5 to prepare | dgp | 2003-10-02 | 1 | -0/+16 |
|
|
* | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". | das | 2003-10-01 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 1 | -1/+10 |
|
|
* | Correctly check the types of boolean options to http::geturl [Bug 811170] | dkf | 2003-09-29 | 1 | -0/+3 |
|
|
* | Added note to make it clearer that frameworks are an OSX feature [Bug 619440] | dkf | 2003-09-29 | 1 | -0/+5 |
|
|
* | no message | davygrvy | 2003-09-28 | 1 | -1/+1 |
|
|
* | no message | davygrvy | 2003-09-28 | 1 | -0/+7 |
|
|
* | * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden | das | 2003-09-25 | 1 | -4/+9 |
|
|
* | add thanks | dgp | 2003-09-24 | 1 | -1/+1 |
|
|
* | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 1 | -0/+5 |
|
|
* | * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's | dgp | 2003-09-23 | 1 | -0/+7 |
|
|
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to | Miguel Sofer | 2003-09-19 | 1 | -0/+6 |
|
|
* | * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 | dgp | 2003-09-10 | 1 | -0/+5 |
|
|
* | credit update | dgp | 2003-09-08 | 1 | -1/+1 |
|
|
* | Backported fix from HEAD for Bug 788780 | vasiljevic | 2003-09-01 | 1 | -0/+4 |
|
|
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -2/+4 |
|
|
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -0/+5 |
|
|
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and | hobbs | 2003-08-06 | 1 | -4/+9 |
|
|
* | * library/msgcat/msgcat.tcl: Added escape so that non-Windows | dgp | 2003-08-06 | 1 | -0/+7 |
|
|
* | * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): | Miguel Sofer | 2003-08-05 | 1 | -0/+9 |
|
|
* | *** empty log message *** | rmax | 2003-07-24 | 1 | -0/+6 |
|
|
* | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -0/+1 |
|
|
* | * unix/Makefile.in: changes to html-tcl & html-tk | das | 2003-07-23 | 1 | -0/+3 |
|
|
* | * unix/Makefile.in: added macosx/README to dist target. | das | 2003-07-23 | 1 | -0/+4 |
|
|
* | * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 | patthoyts | 2003-07-22 | 1 | -0/+5 |
|
|
* | note 8.4.4 tag datecore_8_4_4 | hobbs | 2003-07-21 | 1 | -0/+6 |
|
|
* | Updated changes for 8.4.4 release | dgp | 2003-07-21 | 1 | -1/+1 |
|
|
* | * macosx/Makefile: added option to allow installing manpages | das | 2003-07-19 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -0/+6 |
|
|
* | Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] | dkf | 2003-07-18 | 1 | -0/+5 |
|
|
* | * doc/tcltest.n: Restored the [Eval] proc to replace | dgp | 2003-07-18 | 1 | -0/+9 |
|
|
* | * generic/tclIOUtil.c: correct MT-safety issues with filesystem | hobbs | 2003-07-18 | 1 | -0/+3 |
|
|
* | * library/http/pkgIndex.tcl: merged to v2.4.4 from head | hobbs | 2003-07-18 | 1 | -2/+7 |
|
|
* | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -0/+13 |
|
|
* | * doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible | dgp | 2003-07-18 | 1 | -2/+7 |
|
|
* | * macosx/Makefile: added var to allow overriding of tclsh used | das | 2003-07-18 | 1 | -0/+5 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -0/+10 |
|
|
* | * library/safe.tcl (FileInAccessPath): normalize paths before | hobbs | 2003-07-16 | 1 | -0/+3 |
|
|
* | * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found | hobbs | 2003-07-16 | 1 | -0/+5 |
|
|
* | * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the | hobbs | 2003-07-16 | 1 | -0/+4 |
|
|