| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 3 | -20/+38 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 4 | -13/+25 |
|
|
* | added definition of NULL to strstr.c for Bug 1175161 | Kevin B Kenny | 2005-04-12 | 2 | -1/+12 |
|
|
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 2 | -11/+14 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 3 | -4/+10 |
|
|
* | See file. | vasiljevic | 2005-04-07 | 1 | -0/+26 |
|
|
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed | vasiljevic | 2005-04-07 | 1 | -20/+21 |
|
|
* | Fixed TclpFreeAllocCache() to recognize when being called | vasiljevic | 2005-04-07 | 1 | -7/+10 |
|
|
* | Modified TclFinalizeThreadAlloc() to explicitly call | vasiljevic | 2005-04-07 | 1 | -1/+3 |
|
|
* | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). | vasiljevic | 2005-04-07 | 1 | -1/+3 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 3 | -49/+13 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 3 | -46/+55 |
|
|
* | * win/tclWinTime.c (TclpGetDate): use time_t for 'time' | hobbs | 2005-03-30 | 2 | -17/+18 |
|
|
* | purge outdated comment | dgp | 2005-03-23 | 1 | -4/+2 |
|
|
* | date typo | dgp | 2005-03-18 | 1 | -1/+1 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 5 | -24/+90 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 2 | -15/+17 |
|
|
* | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 2 | -5/+16 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames - ensure build ... | vincentdarley | 2005-03-15 | 1 | -4/+10 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 4 | -22/+155 |
|
|
* | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 8 | -39/+51 |
|
|
* | Make it all work on OpenBSD. Imported patch from ports tree. | patthoyts | 2005-03-15 | 3 | -281/+334 |
|
|
* | * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 2 | -12/+17 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 2 | -14/+23 |
|
|
* | backport tcltest test improvements | dgp | 2005-02-25 | 1 | -15/+17 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 4 | -21/+39 |
|
|
* | Formatting typo fix. [Bug 1149605] | dkf | 2005-02-23 | 2 | -2/+6 |
|
|
* | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not | hobbs | 2005-02-17 | 2 | -6/+11 |
|
|
* | * /doc/variable.n: fix for [Bug 1124160], variables are detected | Miguel Sofer | 2005-02-16 | 2 | -2/+7 |
|
|
* | 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 | 4 | -383/+315 |
|
|
* | added comments | Miguel Sofer | 2005-02-10 | 1 | -1/+6 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 3 | -4/+46 |
|
|
* | More consistency. [Bug 1117017] | dkf | 2005-02-10 | 2 | -5/+14 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 2 | -2/+6 |
|
|
* | correct autoconf generation for sol64-gcc support | hobbs | 2005-01-29 | 2 | -8/+8 |
|
|
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. | hobbs | 2005-01-28 | 3 | -255/+298 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 2 | -4/+51 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 17 | -306/+891 |
|
|
* | typo | dgp | 2005-01-27 | 1 | -2/+2 |
|
|
* | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 2 | -15/+21 |
|
|
* | * unix/tcl.m4 (Darwin): fixed bug with static build linking to | das | 2005-01-25 | 3 | -6/+14 |
|
|
* | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 2 | -1/+30 |
|
|
* | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 2 | -3/+10 |
|
|
* | Convert u_int to unsigned to make clashes with types in standard C headers less | dkf | 2005-01-10 | 2 | -3/+9 |
|
|
* | Horrible hack to keep the old error message. | dkf | 2005-01-06 | 1 | -2/+10 |
|
|
* | Fix performance nasty in http::mapReply [1020491] and clean up version numbers. | dkf | 2005-01-06 | 3 | -26/+28 |
|
|
* | Add more locale mapping info for Chinese. [1084595] | dkf | 2005-01-05 | 2 | -1/+9 |
|
|
* | Change emacs mode comment style to stop problems with older man. [1085127] | dkf | 2005-01-05 | 2 | -2/+10 |
|
|
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 3 | -23/+36 |
|
|