summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵jan.nijtmans2012-08-242-1/+5
| |\ \ \ | | |/ / | | | | | | | | directly.
| | * | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵jan.nijtmans2012-08-242-1/+5
| | | | | | | | | | | | | | | | directly.
| * | | 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
| | | |
| | | * merge trunkdgp2012-08-232-7/+10
| | | |\ | | |_|/ | |/| |
| | | |
| | \ \
| *-. \ \ [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
| | | | | | | | | | | | | | | (Backported from Tcl 8.6)
| | * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()bug_3496014jan.nijtmans2012-07-161-6/+2
| | | | |
| | | | * merge trunkdgp2012-08-212-2/+12
| | | | |\ | | |_|_|/ | |/| | |
| * | | | 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.
| | | | * merge trunkdgp2012-08-2015-222/+317
| | | | |\ | | |_|_|/ | |/| | |
| * | | | 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
| * | | | 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
| | | | | | | |
| | | | | | | * merge trunkdgp2012-08-08163-3154/+3958
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * Update TclOO package to 0.7, correct copyright dates.dkf2012-07-1212-19/+18
| | | | | | | |
| | | | | | | * Release candidate branch for Tcl 8.6b3.dgp2012-07-119-10/+10
| | | | | | | |
* | | | | | | | merge trunkjan.nijtmans2012-08-0823-619/+903
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [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.
* | | | | | | | merge trunkjan.nijtmans2012-08-0675-2036/+2216
|\ \ \ \ \ \ \ \ | |/ / / / / / /