| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+11 |
|
|
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 2 | -6/+183 |
|
|
* | * generic/tcl.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 2 | -3/+3 |
|
|
* | * changes: Update for 8.5.6 release. | dgp | 2008-12-21 | 1 | -1/+5 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -3/+3 |
|
|
* | Backported a fix for reading HTTP-like protocols that used to work and | patthoyts | 2008-10-23 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 2 | -3/+3 |
|
|
* | Fix version typo | Joe Mistachkin | 2008-10-10 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Bump to 8.5.5 for release. | dgp | 2008-10-10 | 2 | -3/+3 |
|
|
* | * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: | nijtmans | 2008-10-07 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.5b1 to distinguish | dgp | 2008-08-28 | 2 | -3/+3 |
|
|
* | * library/http/http.tcl: Remove 8.5 requirement. | dgp | 2008-08-11 | 2 | -4/+4 |
|
|
* | * library/http/http.tcl: Bump http version to 2.7.1 to account | dgp | 2008-08-11 | 3 | -9/+9 |
|
|
* | * generic/tcl.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 2 | -3/+3 |
|
|
* | Undo local changes which did not belong in the last commit. | andreas_kupries | 2008-07-21 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: Bump to 8.5.3 for release. | dgp | 2008-06-30 | 2 | -3/+3 |
|
|
* | Backported fix for dde/registry versions and the staticpkg build option | patthoyts | 2008-06-25 | 2 | -11/+40 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 2 | -4/+4 |
|
|
* | * 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/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 |
|
|