| Commit message (Expand) | Author | Age | Files | Lines |
* | * compat/tmpnam.c (removed): The routine tmpnam() is no longer | dgp | 2007-10-18 | 1 | -4/+0 |
|
|
* | * win/makefile.vc: removed old dependency cruft that is no longer needed. | davygrvy | 2007-10-16 | 1 | -26/+6 |
|
|
* | * win/makefile.vc: include path problem fixed for 'depend' target. Never fight | davygrvy | 2007-10-15 | 1 | -2/+2 |
|
|
* | * tools/mkdepends.tcl (new): Initial stab at generating automatic | davygrvy | 2007-10-14 | 1 | -19/+23 |
|
|
* | sync with tk fixing tk install fault | patthoyts | 2007-10-12 | 1 | -1/+2 |
|
|
* | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 4 | -108/+180 |
|
|
* | * win/makefile.vc: Fixed my bad spelling mistakes from years back. | davygrvy | 2007-10-12 | 1 | -6/+5 |
|
|
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 4 | -18/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 2 | -3/+3 |
|
|
* | * README: Bump version number to 8.5b1 | dgp | 2007-09-19 | 2 | -3/+3 |
|
|
* | * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() | dgp | 2007-09-18 | 1 | -2/+2 |
|
|
* | Add crt flags for tclStubLib now it makes use of C-library functions | patthoyts | 2007-09-17 | 1 | -2/+2 |
|
|
* | Do not error on warnings for amd64 symbols build. | patthoyts | 2007-09-17 | 1 | -4/+4 |
|
|
* | Default for 8.5 is threaded build | patthoyts | 2007-09-17 | 1 | -6/+6 |
|
|
* | * unix/Makefile.in: Perform missing updates of the tcltest Tcl | dgp | 2007-09-12 | 1 | -3/+3 |
|
|
* | Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling). | patthoyts | 2007-09-12 | 3 | -76/+218 |
|
|
* | * 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 |
|
|