| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe | andreas_kupries | 2004-07-15 | 2 | -0/+7 |
|
|
* | Added new fix for the Tcl Bug #770053. Now we conditionaly perform | vasiljevic | 2004-07-15 | 2 | -2/+24 |
|
|
* | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 4 | -5/+96 |
|
|
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the | andreas_kupries | 2004-07-15 | 2 | -2/+9 |
|
|
* | Remoevd initialization of TSD for the new thread in NewThreadProc() | vasiljevic | 2004-07-15 | 1 | -10/+1 |
|
|
* | Backout of changes to fix the Tcl Bug #770053. | vasiljevic | 2004-07-15 | 1 | -2/+7 |
|
|
* | * README, generic/tcl.h, tools/tcl.wse.in: bumped to | hobbs | 2004-07-13 | 10 | -25/+31 |
|
|
* | See file... | vasiljevic | 2004-07-13 | 1 | -0/+6 |
|
|
* | Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURN | vasiljevic | 2004-07-13 | 1 | -1/+3 |
|
|
* | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 3 | -40/+59 |
|
|
* | see changes | hobbs | 2004-07-02 | 1 | -0/+7 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special | hobbs | 2004-07-02 | 2 | -16/+41 |
|
|
* | * generic/regcomp.c (stid): correct minor pointer size error | hobbs | 2004-07-02 | 1 | -2/+2 |
|
|
* | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 4 | -18/+141 |
|
|
* | Fix [Bug 981733]; bizarre resolver brokenness strikes again! | dkf | 2004-06-29 | 2 | -2/+11 |
|
|
* | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 7 | -20/+128 |
|
|
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 4 | -42/+239 |
|
|
* | Fixed dde -async test. | patthoyts | 2004-06-15 | 2 | -2/+4 |
|
|
* | * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in | patthoyts | 2004-06-14 | 2 | -41/+164 |
|
|
* | * generic/tclDecls.h: Regenerated on a unix box. | andreas_kupries | 2004-06-10 | 6 | -7236/+7244 |
|
|
* | Partialy fixed Bug #932314 | vasiljevic | 2004-06-10 | 1 | -6/+14 |
|
|
* | Partially corrected [Bug 932314]. | vasiljevic | 2004-06-10 | 1 | -0/+7 |
|
|
* | silence compiler warning | dgp | 2004-06-08 | 1 | -2/+2 |
|
|
* | Silence compiler warnings | dgp | 2004-06-08 | 3 | -7/+6 |
|
|
* | * generic/tclCompile.c: handle warning [Bug 969066] | Miguel Sofer | 2004-06-08 | 2 | -2/+10 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -13/+16 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 12 | -7235/+7532 |
|
|
* | * tests/clock.test: Commented clock-9.1 that the test will fail
| Kevin B Kenny | 2004-05-27 | 1 | -2/+8 |
|
|
* | * tests/clock.test: Added a single test for the presence of %G
| Kevin B Kenny | 2004-05-27 | 2 | -50/+64 |
|
|
* | * generic/tclEncoding.c: | rmax | 2004-05-27 | 3 | -6/+154 |
|
|
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 3 | -8/+14 |
|
|
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 4 | -25/+30 |
|
|
* | * doc/http.n (http::config): add -urlencoding option (default utf-8) | hobbs | 2004-05-25 | 5 | -24/+91 |
|
|
* | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so
| Kevin B Kenny | 2004-05-25 | 2 | -13/+11 |
|
|
* | * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to | hobbs | 2004-05-25 | 2 | -2/+10 |
|
|
* | * doc/set.n: accurate description of name resolution process, | Miguel Sofer | 2004-05-24 | 2 | -15/+18 |
|
|
* | * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] | Miguel Sofer | 2004-05-22 | 2 | -9/+35 |
|
|
* | Backport of bizarre error-loss bug found by KBK and myself. | dkf | 2004-05-19 | 2 | -3/+14 |
|
|
* | Removed one bogus clearance of the has-more flag. Erroneously kept | andreas_kupries | 2004-05-19 | 1 | -3/+1 |
|
|
* | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 3 | -7/+122 |
|
|
* | * compat/strftime.c (_fmt, ISO8601Week):
| Kevin B Kenny | 2004-05-18 | 4 | -23/+241 |
|
|
* | commit genstubs generated files with unix line endings | dgp | 2004-05-17 | 5 | -7227/+7227 |
|
|
* | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 10 | -7260/+7272 |
|
|
* | Docbug. [Bug 953374] | dkf | 2004-05-17 | 2 | -2/+7 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 11 | -161/+366 |
|
|
* | no message | davygrvy | 2004-05-10 | 1 | -0/+3 |
|
|
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | no message | davygrvy | 2004-05-10 | 1 | -0/+5 |
|
|
* | (BuildCommandLine): Append a space when the path got primed. | davygrvy | 2004-05-10 | 1 | -4/+6 |
|
|
* | * doc/unset.n: added upvar.n to the "see also" list | Miguel Sofer | 2004-05-07 | 2 | -2/+6 |
|
|