Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | finish the TIP 404 implementation. | dgp | 2012-09-12 | 4 | -9/+12 | |
| | ||||||
* | tip#404 file locale mcset: mc(fl)(m)set | oehhar | 2012-09-12 | 5 | -11/+161 | |
|\ | ||||||
| * | ChangeLog entry addedtip_404 | oehhar | 2012-09-07 | 1 | -1/+9 | |
| | | ||||||
| * | 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. | |||||
* | | 3564735 Protect against mem corruption when var resolvers misbehave. | dgp | 2012-09-11 | 1 | -2/+6 | |
| | | ||||||
* | | fix running package-tests on Windows, correct TCLSH_PROG in this case | jan.nijtmans | 2012-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 | |
| | | ||||||
* | | Minor clarification of description; all traces use a command prefix for ↵ | dkf | 2012-09-05 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | their callbacks. | |||||
| * | | Minor clarification of description; all traces use a command prefix for their | dkf | 2012-09-05 | 1 | -1/+1 | |
| | | | | | | | | | callbacks. | |||||
* | | | ...and the date too. | dgp | 2012-08-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update changes for 8.6b3 | dgp | 2012-08-30 | 1 | -2/+8 | |
| |/ |/| | ||||||
* | | 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()bug_3496014 | 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 trunkbug_3545363 | 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 | |
| | | | | | |