| Commit message (Expand) | Author | Age | Files | Lines |
* | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] | dkf | 2008-05-31 | 3 | -8/+35 |
|
|
* | Fixed line endings | patthoyts | 2008-05-27 | 1 | -18/+18 |
|
|
* | Missed one! | dkf | 2008-05-26 | 1 | -9/+1 |
|
|
* | Remove obsolete winhelp targets. They weren't supported and didn't work. | dkf | 2008-05-26 | 2 | -95/+1 |
|
|
* | Oops. Undo commit of the local tweaks. | andreas_kupries | 2008-05-23 | 1 | -3/+3 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 2 | -5/+6 |
|
|
* | We should use the thread allocator for threaded builds. Added 'tclalloc' opti... | patthoyts | 2008-05-15 | 3 | -8/+14 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -1/+44 |
|
|
* | Record tclvfs base | patthoyts | 2008-05-02 | 1 | -1/+3 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -35/+35 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 12 | -253/+246 |
|
|
* | Added a htmlhelp target to replace winhelp | patthoyts | 2008-04-27 | 1 | -6/+58 |
|
|
* | note that cygwin is not supported | mdejong | 2008-04-19 | 1 | -1/+4 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -217/+225 |
|
|
* | Added 'make html' support for people on Windows, inspired by Pat Thoyts. | dkf | 2008-04-09 | 1 | -1/+17 |
|
|
* | autoconf-2.59 | dgp | 2008-04-07 | 1 | -1/+1 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 2 | -1/+7 |
|
|
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -17/+17 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 2 | -3/+1 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 1 | -3/+2 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 6 | -27/+29 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 2 | -3/+3 |
|
|
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -3/+3 |
|
|
* | regen | dkf | 2008-03-07 | 1 | -2/+425 |
|
|
* | Add AC_HEADER_STDC to support msys/win64. | dkf | 2008-03-07 | 1 | -2/+3 |
|
|
* | Set version 2.5.5 | patthoyts | 2008-02-26 | 1 | -3/+3 |
|
|
* | Add a linker hint for msvc to include ws2_32.lib | patthoyts | 2008-02-22 | 1 | -1/+5 |
|
|
* | Fix for bug #1818565. Always check that the state array exists in the http::s... | patthoyts | 2008-02-22 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish | dgp | 2008-02-13 | 2 | -3/+3 |
|
|
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 2 | -3/+3 |
|
|
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -3/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 2 | -3/+3 |
|
|
* | remove note about gcc compiler warnings | hobbs | 2007-12-14 | 1 | -10/+7 |
|
|
* | fix typo | hobbs | 2007-12-14 | 1 | -2/+2 |
|
|
* | updated notes | hobbs | 2007-12-14 | 1 | -41/+36 |
|
|
* | 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 |
|
|