summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* unnecessary hook struct definitionsjn_no_struct_namesjan.nijtmans2012-08-2113-38/+37
|\
| * 3559678 Fix bad filename normalization when the last component is the empty ↵dgp2012-08-202-2/+12
| |\ | | | | | | | | | string.
| | * 3559678 Fix bad filename normalization when the last component is the empty ↵dgp2012-08-202-2/+12
| | | | | | | | | | | | string.
| * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵jan.nijtmans2012-08-204-27/+12
| |\ \ | | |/ | | | | | | initialized winsock_2 library
| | * ... 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
| | | | | | | | | | | | initialized winsock_2 library
* | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-08-2055-110/+110
|/ / | | | | | | for te compiler.
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
|\ \ | |/ | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
| |\ | | | | | | | | | version numbers.
| | * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | | | | | | | | version numbers.
| | * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | | | | | version numbers.
* | | 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
| | | | | | | | | Backport some improvements from Tcl 8.6
| * | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-132-6/+15
| | | | | | | | | | | | warnings.
* | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-132-6/+15
| | | | | | | | | | | | warnings.
* | | .... 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 ↵twylite2012-07-241-120/+187
| | | | | | | | | | | | | | | | | | | | where required (TcpCloseProc, SocketProc). Refactor socket/descriptor setup. Fix memory leak in socket close (TcpCloseProc) and related dangling pointers in SocketEventProc.
| * | | | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6max2012-07-192-4/+14
| | | | | | | | | | | | | | | | | | | | connections. Fix conversion of host and port for passing to the accept proc to be independent of the IP version.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.)
| | | | |
| \ \ \ \
*-. \ \ \ \ 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-072-0/+6
|\ \ \ \ \ \ | | |/ / / / | | | | | | for the filesystem subsystem.
| | * | | | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-072-0/+6
| |/ / / / | | | | | | | | | | for the filesystem subsystem.
| * | | | 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
| | | | | | | | | | | | | | | (we need a "dde poke" server for that, which is now built into tcldde14g.dll, but not in tcldde14.dll)
* | | | | A little more installer consistency tweaking.stwo2012-08-072-5/+5
| | | | |
* | | | | No need for install-sh to be executable.stwo2012-08-071-1/+0
| | | | |
* | | | | Installer consistency tweaks.stwo2012-08-062-4/+4
| | | | |
* | | | | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-064-13/+3
| | | | | | | | | | | | | | | Only define _USE_32BIT_TIME_T for Tcl build, and only once.
* | | | | Reference to correct Bug #number. jan.nijtmans2012-08-067-10/+18
|\ \ \ \ \ | |/ / / / | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters
| * | | | Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
| | | | |
* | | | | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!)dkf2012-08-052-2/+2
| | | | |
* | | | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-0521-671/+730
| | | | |
* | | | | Unbreak.stwo2012-08-041-1/+1
| | | | |
* | | | | more result generation conversiondkf2012-08-045-45/+49
| | | | |
* | | | | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That'sdkf2012-08-041-174/+78
| | | | | | | | | | | | | | | | | | | | now everyone we care to support, given that the version after is now not supported by Apple...
* | | | | more result generation conversiondkf2012-08-049-286/+310
| | | | |
* | | | | more result generation conversiondkf2012-08-0318-260/+294
| | | | |
* | | | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-0328-595/+742
| | | | |
* | | | | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-022-18/+28
| | | | | | | | | | | | | | | | | | | | It turns out that "dde poke" had the same bug, unfortunately we cannot make a test-case for that. Also modified more test-cases to use unicode variable names, so we can more reliably detect this
* | | | | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-011-1/+1
| | | | |