summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-074-13/+0
* removed leftover from failed attempt to unify stub tables.jan.nijtmans2012-09-071-8/+0
* Minor clarification of description; all traces use a command prefix for their...dkf2012-09-051-1/+1
|\
| * Minor clarification of description; all traces use a command prefix for theirdkf2012-09-051-1/+1
* | ...and the date too.dgp2012-08-301-1/+1
* | Update changes for 8.6b3dgp2012-08-301-2/+8
* | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code...andreask2012-08-271-1/+7
* | minor: tidy up formattingdkf2012-08-261-11/+11
|\ \ | |/
| * minor: tidy up formattingdkf2012-08-251-66/+71
* | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-252-1/+6
|\ \ | |/
| * [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-252-1/+6
* | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-242-1/+5
|\ \ | |/
| * make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-242-1/+5
* | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+7
|\ \ | |/
| * small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+6
| |
| \
*-. \ [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj().jan.nijtmans2012-08-232-7/+10
|\ \ \ | | |/
| | * [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesjan.nijtmans2012-08-232-1/+11
| * | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()bug_3496014jan.nijtmans2012-07-161-6/+2
* | | 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-202-2/+12
|\ \ \ | | |/ | |/|
| * | 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-202-2/+12
* | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-204-27/+12
|\ \ \ | |/ /
| * | ... and don't forget ChangeLog entryjan.nijtmans2012-08-201-0/+8
| * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-203-27/+3
* | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-172-4/+11
|\ \ \ | |/ /
| * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-172-4/+11
| |\ \
| | * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-0/+5
| | * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-4/+6
* | | | build htmlhelp, not winhelp by defaultjan.nijtmans2012-08-151-1/+1
* | | | Only build the threaded builds by defaultjan.nijtmans2012-08-153-54/+20
|\ \ \ \ | |/ / /
| * | | Only build the threaded builds by default. jan.nijtmans2012-08-154-115/+175
| * | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-132-6/+15
* | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-132-6/+15
* | | | .... but be less verbosejan.nijtmans2012-08-131-1/+1
* | | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-136-6/+32
* | | | minor fixjan.nijtmans2012-08-131-1/+1
* | | | Complete multi-fd server socket channels on Windows [Bug #3545363].max2012-08-092-120/+205
|\ \ \ \
| * \ \ \ merge trunkbug_3545363dkf2012-07-3187-209/+494
| |\ \ \ \
| * | | | | Updated ChangeLog for changes in [7a82c3e6]twylite2012-07-301-0/+8
| * | | | | [Bug: 3545363]: Handle socket with multiple underlying file descriptors where...twylite2012-07-241-120/+187
| * | | | | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6max2012-07-192-4/+14
* | | | | | Fix http-3.29 for machines without IPv6 support.max2012-08-092-4/+16
* | | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file.stwo2012-08-082-1/+6
* | | | | | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-083-50/+61
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-083-148/+104
* | | | | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-0711-542/+746
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-072-0/+6
|\ \ \ \ \ \ \ | | |/ / / / /
| | * | | | | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-072-0/+6
| |/ / / / /
| * | | | | Installer improvements, like [226a993973].stwo2012-08-074-131/+526
* | | | | | add 3 testcases for "dde poke", only active with --enable-symbolsjan.nijtmans2012-08-072-1/+75
* | | | | | A little more installer consistency tweaking.stwo2012-08-072-5/+5