| Commit message (Expand) | Author | Age | Files | Lines |
* | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 2 | -2/+10 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 13 | -14/+14 |
|
|
* | Visual Studio 2008/MSVC 9 support | patthoyts | 2007-12-10 | 1 | -4/+10 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 | hobbs | 2007-12-05 | 2 | -2/+4 |
|
|
* | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that | dgp | 2007-12-03 | 1 | -3/+3 |
|
|
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib | hobbs | 2007-12-03 | 2 | -4/+4 |
|
|
* | Improved list of files to ignore | dkf | 2007-12-01 | 1 | -17/+18 |
|
|
* | win/makefile.vc: add ws2_32.lib to baselibs | hobbs | 2007-11-30 | 1 | -2/+2 |
|
|
* | * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build. | hobbs | 2007-11-30 | 3 | -287/+86 |
|
|
* | * generic/tclWinSock.c (InitializeHostName): Correct error in | dgp | 2007-11-29 | 1 | -3/+3 |
|
|
* | * win/tclWinSock.c: Add mising encoding conversion of the [info | dgp | 2007-11-27 | 1 | -5/+10 |
|
|
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 2 | -3/+3 |
|
|
* | Reduce cast count. | dkf | 2007-11-19 | 1 | -239/+265 |
|
|
* | Spelling mistake in comment! | dkf | 2007-11-19 | 1 | -2/+2 |
|
|
* | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for great... | patthoyts | 2007-11-15 | 1 | -6/+6 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -3/+3 |
|
|
* | minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD... | Kevin B Kenny | 2007-11-10 | 1 | -15/+11 |
|
|
* | 2007-11-10 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-11-10 | 1 | -158/+40 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -6/+90 |
|
|
* | Sync to Tk: use -fp:strict always | patthoyts | 2007-10-31 | 1 | -11/+1 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 2 | -3/+3 |
|
|
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 2 | -3/+3 |
|
|
* | * 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 |
|
|