| Commit message (Expand) | Author | Age | Files | Lines |
* | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dll | jan.nijtmans | 2012-09-07 | 4 | -13/+0 |
|
|
* | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 |
|
|
* | Minor clarification of description; all traces use a command prefix for their... | dkf | 2012-09-05 | 1 | -1/+1 |
|\ |
|
| * | Minor clarification of description; all traces use a command prefix for their | dkf | 2012-09-05 | 1 | -1/+1 |
|
|
* | | ...and the date too. | dgp | 2012-08-30 | 1 | -1/+1 |
|
|
* | | Update changes for 8.6b3 | dgp | 2012-08-30 | 1 | -2/+8 |
|
|
* | | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code... | andreask | 2012-08-27 | 1 | -1/+7 |
|
|
* | | minor: tidy up formatting | dkf | 2012-08-26 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | minor: tidy up formatting | dkf | 2012-08-25 | 1 | -66/+71 |
|
|
* | | [Bug 3561330]: Use the correct full name of March in Ukrainian. | dkf | 2012-08-25 | 2 | -1/+6 |
|\ \
| |/ |
|
| * | [Bug 3561330]: Use the correct full name of March in Ukrainian. | dkf | 2012-08-25 | 2 | -1/+6 |
|
|
* | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 2 | -1/+5 |
|\ \
| |/ |
|
| * | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 2 | -1/+5 |
|
|
* | | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+6 |
|
|
| | | |
| \ | |
*-. \ | [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj(). | jan.nijtmans | 2012-08-23 | 2 | -7/+10 |
|\ \ \
| | |/ |
|
| | * | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid values | jan.nijtmans | 2012-08-23 | 2 | -1/+11 |
|
|
| * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()bug_3496014 | jan.nijtmans | 2012-07-16 | 1 | -6/+2 |
|
|
* | | | 3559678 Fix bad filename normalization when the last component is the empty s... | dgp | 2012-08-20 | 2 | -2/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | 3559678 Fix bad filename normalization when the last component is the empty s... | dgp | 2012-08-20 | 2 | -2/+12 |
|
|
* | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 4 | -27/+12 |
|\ \ \
| |/ / |
|
| * | | ... and don't forget ChangeLog entry | jan.nijtmans | 2012-08-20 | 1 | -0/+8 |
|
|
| * | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 3 | -27/+3 |
|
|
* | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 2 | -4/+11 |
|\ \ \
| |/ / |
|
| * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 2 | -4/+11 |
| |\ \ |
|
| | * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 1 | -0/+5 |
|
|
| | * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
|
|
* | | | | build htmlhelp, not winhelp by default | jan.nijtmans | 2012-08-15 | 1 | -1/+1 |
|
|
* | | | | Only build the threaded builds by default | jan.nijtmans | 2012-08-15 | 3 | -54/+20 |
|\ \ \ \
| |/ / / |
|
| * | | | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 4 | -115/+175 |
|
|
| * | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ... | stwo | 2012-08-13 | 2 | -6/+15 |
|
|
* | | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ... | stwo | 2012-08-13 | 2 | -6/+15 |
|
|
* | | | | .... but be less verbose | jan.nijtmans | 2012-08-13 | 1 | -1/+1 |
|
|
* | | | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build | jan.nijtmans | 2012-08-13 | 6 | -6/+32 |
|
|
* | | | | minor fix | jan.nijtmans | 2012-08-13 | 1 | -1/+1 |
|
|
* | | | | Complete multi-fd server socket channels on Windows [Bug #3545363]. | max | 2012-08-09 | 2 | -120/+205 |
|\ \ \ \ |
|
| * \ \ \ | merge trunkbug_3545363 | dkf | 2012-07-31 | 87 | -209/+494 |
| |\ \ \ \ |
|
| * | | | | | Updated ChangeLog for changes in [7a82c3e6] | twylite | 2012-07-30 | 1 | -0/+8 |
|
|
| * | | | | | [Bug: 3545363]: Handle socket with multiple underlying file descriptors where... | twylite | 2012-07-24 | 1 | -120/+187 |
|
|
| * | | | | | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 | max | 2012-07-19 | 2 | -4/+14 |
|
|
* | | | | | | Fix http-3.29 for machines without IPv6 support. | max | 2012-08-09 | 2 | -4/+16 |
|
|
* | | | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file. | stwo | 2012-08-08 | 2 | -1/+6 |
|
|
* | | | | | | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 3 | -50/+61 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 3 | -148/+104 |
|
|
* | | | | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 11 | -542/+746 |
|
|
| | | | | | | |
| \ \ \ \ \ | |
*-. \ \ \ \ \ | 3554250 Overlooked one field of cleanup in the thread exit handler | dgp | 2012-08-07 | 2 | -0/+6 |
|\ \ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | 3554250 Overlooked one field of cleanup in the thread exit handler | dgp | 2012-08-07 | 2 | -0/+6 |
| |/ / / / / |
|
| * | | | | | Installer improvements, like [226a993973]. | stwo | 2012-08-07 | 4 | -131/+526 |
|
|
* | | | | | | add 3 testcases for "dde poke", only active with --enable-symbols | jan.nijtmans | 2012-08-07 | 2 | -1/+75 |
|
|
* | | | | | | A little more installer consistency tweaking. | stwo | 2012-08-07 | 2 | -5/+5 |
|
|