summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
* | | | | add coffbase for samplejan.nijtmans2012-07-311-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | add coffbase for samplejan.nijtmans2012-07-311-1/+2
| |\ \ \ \ | | |/ / /
| | * | | add coffbase for samplejan.nijtmans2012-07-311-1/+2
| | | | |
* | | | | oopsjan.nijtmans2012-07-311-1/+1
| | | | |
* | | | | add thread to coffbase.txt, so the thread extension can use itjan.nijtmans2012-07-311-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+9
| |\ \ \ \ | | |/ / /
| | * | | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+17
| | | | |
* | | | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-314-22/+35
| | | | | | | | | | | | | | | objects.
* | | | | small cosmetic fixesdkf2012-07-311-182/+182
| | | | |
* | | | | import small refactoring from TclOO package codebasedkf2012-07-311-8/+24
| | | | |
* | | | | [Frq 3544967] Missing objectfiles in static libjan.nijtmans2012-07-314-54/+45
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | same fore Makefile.infrq_3544967jan.nijtmans2012-07-182-46/+31
| | | | |