Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Reentrant mcfl(m)set command, test, document mcflset as recommended for ↵ | oehhar | 2012-09-07 | 3 | -12/+56 | |
| | | | | message files | |||||
* | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some | dkf | 2012-08-27 | 3 | -5/+103 | |
| | | | added documentation. No tests for new functionality yet. | |||||
* | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵ | andreask | 2012-08-27 | 1 | -1/+7 | |
| | | | | code which wasn't prepared to deal with that. | |||||
* | 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 ↵ | jan.nijtmans | 2012-08-24 | 2 | -1/+5 | |
|\ \ | |/ | | | | | directly. | |||||
| * | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵ | jan.nijtmans | 2012-08-24 | 2 | -1/+5 | |
| | | | | | | | | directly. | |||||
* | | 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 | |
| | | | | | | | | | (Backported from Tcl 8.6) | |||||
| * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj() | jan.nijtmans | 2012-07-16 | 1 | -6/+2 | |
| | | | ||||||
* | | | 3559678 Fix bad filename normalization when the last component is the empty ↵ | dgp | 2012-08-20 | 2 | -2/+12 | |
|\ \ \ | | |/ | |/| | | | | string. | |||||
| * | | 3559678 Fix bad filename normalization when the last component is the empty ↵ | dgp | 2012-08-20 | 2 | -2/+12 | |
| | | | | | | | | | | | | string. | |||||
* | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵ | jan.nijtmans | 2012-08-20 | 4 | -27/+12 | |
|\ \ \ | |/ / | | | | | | | initialized winsock_2 library | |||||
| * | | ... 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 | |
| | | | | | | | | | | | | initialized winsock_2 library | |||||
* | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 2 | -4/+11 | |
|\ \ \ | |/ / | | | | | | | version numbers. | |||||
| * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 2 | -4/+11 | |
| |\ \ | | | | | | | | | | | | | version numbers. | |||||
| | * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | version numbers. | |||||
| | * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | version numbers. | |||||
* | | | | 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 | |
| | | | | | | | | | | | | Backport some improvements from Tcl 8.6 | |||||
| * | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | warnings. | |||||
* | | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | warnings. | |||||
* | | | | .... 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 trunk | 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 ↵ | twylite | 2012-07-24 | 1 | -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 IPv6 | max | 2012-07-19 | 2 | -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. | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 handler | dgp | 2012-08-07 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ | | |/ / / / / | | | | | | | | for the filesystem subsystem. | |||||
| | * | | | | | 3554250 Overlooked one field of cleanup in the thread exit handler | dgp | 2012-08-07 | 2 | -0/+6 | |
| |/ / / / / | | | | | | | | | | | | | for the filesystem subsystem. | |||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | (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. | stwo | 2012-08-07 | 2 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | No need for install-sh to be executable. | stwo | 2012-08-07 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Installer consistency tweaks. | stwo | 2012-08-06 | 2 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 4 | -13/+3 | |
| | | | | | | | | | | | | | | | | | | Only define _USE_32BIT_TIME_T for Tcl build, and only once. | |||||
* | | | | | | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 7 | -10/+18 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters |