| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclGetDate.y: Added a cast to the definition of YYFREE to | Kevin B Kenny | 2007-08-06 | 1 | -4/+5 |
|
|
* | Regenerated configure using autoconf 2.59. Autoconf 2.61 changed | andreas_kupries | 2007-08-01 | 1 | -2244/+1665 |
|
|
* | Regen with autoconf 2.61 | Miguel Sofer | 2007-07-31 | 1 | -1628/+2278 |
|
|
* | * unix/configure.in: allow use of 'inline' in Tcl sources | Miguel Sofer | 2007-07-31 | 2 | -3/+4 |
|
|
* | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' | andreas_kupries | 2007-07-20 | 1 | -3/+7 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 4 | -84/+3 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 2 | -3/+3 |
|
|
* | * win/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-15 | 4 | -31/+44 |
|
|
* | More type-pun warning squelches | dkf | 2007-05-05 | 3 | -241/+245 |
|
|
* | Record the dll base addresses for some additional extensions | patthoyts | 2007-05-04 | 1 | -1/+5 |
|
|
* | Comment and open file as text | patthoyts | 2007-05-04 | 1 | -3/+14 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 2 | -11/+11 |
|
|
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 2 | -7/+7 |
|
|
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 4 | -44/+70 |
|
|
* | Thread exit handler marks the current thread as un-initialized. | vasiljevic | 2007-03-24 | 1 | -12/+6 |
|
|
* | * win/Makefile.in: Added code to keep a Cygwin path name from | Kevin B Kenny | 2007-03-23 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -2/+2 |
|
|
* | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -23/+65 |
|
|
* | * win/Makefile.in: Fully qualify LIBRARY_DIR so | mdejong | 2007-03-15 | 1 | -2/+4 |
|
|
* | * library/platform/shell.tcl: Made more robust if an older platform | andreas_kupries | 2007-03-09 | 1 | -3/+3 |
|
|
* | various "const" additions in implementation | nijtmans | 2007-03-08 | 1 | -20/+19 |
|
|
* | * library/platform/shell.tcl (::platform::shell::RUN): In the case | andreas_kupries | 2007-03-05 | 1 | -3/+3 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 2 | -31/+31 |
|
|
* | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+8 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 2 | -3/+12 |
|
|
* | Windows build fix | Joe Mistachkin | 2007-02-04 | 1 | -3/+5 |
|
|
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 1 | -2/+4 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-01-19 | 1 | -2/+2 |
|
|
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". | jenglish | 2007-01-11 | 2 | -36/+23 |
|
|
* | Fixes to work better on Win98. Read version numbers from package index file | patthoyts | 2007-01-11 | 3 | -41/+132 |
|
|
* | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) | dkf | 2007-01-02 | 1 | -106/+120 |
|
|
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 3 | -3/+20 |
|
|
* | Finished coding part of TIP#174. Still have tests and docs to do. | dkf | 2006-11-25 | 3 | -66/+58 |
|
|
* | * tools/genWinImage.tcl (removed): Removed two files used in | dgp | 2006-11-22 | 1 | -143/+0 |
|
|
* | * generic/tclParseExpr.c (removed): Moved all the code of | dgp | 2006-11-09 | 4 | -9/+2 |
|
|
* | Updated version of http package | patthoyts | 2006-10-31 | 1 | -6/+6 |
|
|
* | Fix for bug #1582769 - options conflict with VC2003. | patthoyts | 2006-10-31 | 1 | -1/+8 |
|
|
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 3 | -5/+5 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 3 | -18/+2 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 3 | -2/+18 |
|
|
* | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. | dgp | 2006-10-16 | 2 | -6/+6 |
|
|
* | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 | coldstore | 2006-10-13 | 1 | -4/+4 |
|
|
* | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ... | coldstore | 2006-10-13 | 1 | -5/+9 |
|
|
* | nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was no... | davygrvy | 2006-10-12 | 1 | -10/+14 |
|
|
* | bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_root | patthoyts | 2006-10-06 | 2 | -7/+3 |
|
|
* | Handle possible missing define | patthoyts | 2006-10-01 | 1 | -4/+7 |
|
|
* | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -4/+14 |
|
|
* | Additional compiler flags and amd64 support. | patthoyts | 2006-09-26 | 3 | -19/+49 |
|
|
* | More fixing which struct stat to refer to. Some casts from time_t to int requ... | patthoyts | 2006-09-26 | 3 | -40/+72 |
|
|
* | correct registry version number | vincentdarley | 2006-09-21 | 1 | -2/+2 |
|
|