| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed newline appended to POST data. | patthoyts | 2009-04-19 | 1 | -3/+3 |
|
|
* | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. | patthoyts | 2009-04-10 | 4 | -15/+40 |
|
|
* | * library/platform/platform.tcl: Extended the darwin sections to | andreas_kupries | 2009-04-08 | 1 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to | dgp | 2009-04-08 | 1 | -3/+3 |
|
|
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+12 |
|
|
* | Update to installed module version number | dkf | 2009-02-24 | 1 | -3/+3 |
|
|
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 2 | -6/+183 |
|
|
* | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 3 | -8/+66 |
|
|
* | fix [Bug 2605232] tdbc doesn't build when | nijtmans | 2009-02-16 | 1 | -2/+2 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 7 | -35/+35 |
|
|
* | * win/makefile.vc: Allow nmake flags such as -a (rebuild | davygrvy | 2009-02-01 | 1 | -5/+5 |
|
|
* | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han... | ferrieux | 2009-01-27 | 1 | -2/+2 |
|
|
* | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). | ferrieux | 2009-01-26 | 1 | -2/+14 |
|
|
* | Addressed the over-building nature of the htmlhelp target by moving from a | davygrvy | 2009-01-19 | 1 | -10/+9 |
|
|
* | * win/build.vc.bat: Improved tools detection and error message. | davygrvy | 2009-01-19 | 3 | -116/+67 |
|
|
* | * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 2 | -3/+3 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 2 | -12/+29 |
|
|
* | fix build of zlib objects with msvc | nijtmans | 2008-12-23 | 3 | -16/+16 |
|
|
* | Fix [Bug 2459725] | dkf | 2008-12-23 | 1 | -25/+25 |
|
|
* | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. | patthoyts | 2008-12-22 | 1 | -10/+27 |
|
|
* | Support the pkgs tree | patthoyts | 2008-12-22 | 1 | -10/+25 |
|
|
* | Revised the zlib objects so that they are
| Kevin B Kenny | 2008-12-20 | 1 | -14/+49 |
|
|
* | * win/Makefile.in:
| Kevin B Kenny | 2008-12-20 | 3 | -23/+59 |
|
|
* | Minor updates to make building work better with msys on Windows. | dkf | 2008-12-20 | 1 | -5/+5 |
|
|
* | Assign a base address for tdbc | patthoyts | 2008-12-20 | 1 | -5/+9 |
|
|
* | More autoconf hacking; now seems to be working fully on Unix... | dkf | 2008-12-19 | 1 | -7/+13 |
|
|
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 2 | -4/+4 |
|
|
* | * win/configure.in: | Kevin B Kenny | 2008-12-19 | 3 | -2510/+1872 |
|
|
* | nmake build file support for zlib | patthoyts | 2008-12-19 | 1 | -10/+28 |
|
|
* | Corrections to make things work with msys | dkf | 2008-12-18 | 1 | -3/+3 |
|
|
* | Try to do the wizardry again... | dkf | 2008-12-18 | 3 | -428/+19 |
|
|
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -2/+55 |
|
|
* | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 1 | -2/+2 |
|
|
* | regen | dkf | 2008-12-14 | 1 | -1768/+2912 |
|
|
* | Improve build rules on Win w.r.t. zlib | dkf | 2008-12-14 | 4 | -18/+27 |
|
|
* | Eliminate warning: different 'const' qualifiers | nijtmans | 2008-12-11 | 3 | -6/+6 |
|
|
* | start of zlib support for windows | dkf | 2008-12-11 | 1 | -1/+17 |
|
|
* | *** empty log message *** | nijtmans | 2008-12-11 | 1 | -3/+4 |
|
|
* | Fix [Bug 2380318] | dkf | 2008-12-03 | 1 | -6/+50 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -36/+86 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 2 | -2/+2 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -3/+3 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 2 | -2/+2 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 12 | -183/+184 |
|
|
* | Fixed a failure to read SHOUTcast streams with the new 2.7 | patthoyts | 2008-10-23 | 1 | -3/+3 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 3 | -7/+7 |
|
|
* | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 5 | -37/+40 |
|
|
* | Use the environment variable for program files to find the html help compiler | patthoyts | 2008-10-14 | 1 | -4/+4 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-14 | 2 | -3/+3 |
|
|
* | We need to initialize the thread id variable to 0 as on 64 bit windows | patthoyts | 2008-10-13 | 1 | -1/+5 |
|
|