| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/unixInit.test (7.1): fixed failure when running tests | das | 2005-04-21 | 1 | -0/+5 |
|
|
* | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 1 | -0/+6 |
|
|
* | * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one | hobbs | 2005-04-20 | 1 | -0/+5 |
|
|
* | no message | davygrvy | 2005-04-19 | 1 | -0/+19 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -0/+11 |
|
|
* | added definition of NULL to strstr.c for Bug 1175161 | Kevin B Kenny | 2005-04-12 | 1 | -0/+6 |
|
|
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 1 | -0/+3 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 1 | -0/+6 |
|
|
* | See file. | vasiljevic | 2005-04-07 | 1 | -0/+26 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -0/+8 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 1 | -1/+4 |
|
|
* | * win/tclWinTime.c (TclpGetDate): use time_t for 'time' | hobbs | 2005-03-30 | 1 | -8/+12 |
|
|
* | date typo | dgp | 2005-03-18 | 1 | -1/+1 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 1 | -3/+12 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 1 | -0/+6 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -0/+7 |
|
|
* | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -0/+12 |
|
|
* | Make it all work on OpenBSD. Imported patch from ports tree. | patthoyts | 2005-03-15 | 1 | -0/+5 |
|
|
* | * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 1 | -0/+6 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -0/+5 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 1 | -0/+8 |
|
|
* | Formatting typo fix. [Bug 1149605] | dkf | 2005-02-23 | 1 | -0/+4 |
|
|
* | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not | hobbs | 2005-02-17 | 1 | -3/+8 |
|
|
* | * /doc/variable.n: fix for [Bug 1124160], variables are detected | Miguel Sofer | 2005-02-16 | 1 | -0/+5 |
|
|
* | correct ChangeLog notes | hobbs | 2005-02-10 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-10 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -0/+7 |
|
|
* | More consistency. [Bug 1117017] | dkf | 2005-02-10 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 1 | -0/+5 |
|
|
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. | hobbs | 2005-01-28 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 1 | -0/+5 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -0/+23 |
|
|
* | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 1 | -0/+5 |
|
|
* | * unix/tcl.m4 (Darwin): fixed bug with static build linking to | das | 2005-01-25 | 1 | -0/+8 |
|
|
* | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 1 | -0/+10 |
|
|
* | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 1 | -0/+5 |
|
|
* | Convert u_int to unsigned to make clashes with types in standard C headers less | dkf | 2005-01-10 | 1 | -0/+6 |
|
|
* | Fix performance nasty in http::mapReply [1020491] and clean up version numbers. | dkf | 2005-01-06 | 1 | -0/+6 |
|
|
* | Add more locale mapping info for Chinese. [1084595] | dkf | 2005-01-05 | 1 | -0/+3 |
|
|
* | Change emacs mode comment style to stop problems with older man. [1085127] | dkf | 2005-01-05 | 1 | -0/+5 |
|
|
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 1 | -0/+7 |
|
|
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 1 | -1/+1 |
|
|
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 1 | -0/+6 |
|
|
* | Minor doc fixes | dkf | 2004-12-09 | 1 | -0/+5 |
|
|
* | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9 | hobbs | 2004-12-07 | 1 | -1/+6 |
|
|
* | updated for 8.4.9 release | hobbs | 2004-12-03 | 1 | -6/+12 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -0/+6 |
|
|
* | * library/auto.tcl (tcl_findLibrary): Disabled use of [file normali... | dgp | 2004-12-01 | 1 | -0/+5 |
|
|
* | * tests/reg.test (reg-32.*): Added missing testregexp constraints. | dgp | 2004-11-27 | 1 | -0/+2 |
|
|
* | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying | dgp | 2004-11-26 | 1 | -0/+5 |
|
|