summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Missing test cleanup.dgp2012-09-141-0/+12
|
* autoconf-2.59dgp2012-09-131-2/+2
|
* Fix msgcat-0.7 when running tests outside of the build tree (part of Bug ↵jan.nijtmans2012-09-131-0/+7
| | | | #3549770)
* 3566106 Solaris9/x86 support. Thanks Dagobert and others.dgp2012-09-131-2/+2
|
* 3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for ↵twylite2012-09-131-2/+2
| | | | filesystem-7.1.1
* finish the TIP 404 implementation.dgp2012-09-124-9/+12
|
* tip#404 file locale mcset: mc(fl)(m)setoehhar2012-09-125-11/+161
|\
| * ChangeLog entry addedtip_404oehhar2012-09-071-1/+9
| |
| * Reentrant mcfl(m)set command, test, document mcflset as recommended for ↵oehhar2012-09-073-12/+56
| | | | | | | | message files
| * Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with somedkf2012-08-273-5/+103
| | | | | | added documentation. No tests for new functionality yet.
* | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
| |
* | fix running package-tests on Windows, correct TCLSH_PROG in this casejan.nijtmans2012-09-101-1/+1
| |
* | removed leftover from failed attempt to unify stub tables.jan.nijtmans2012-09-071-8/+0
| |
* | Minor clarification of description; all traces use a command prefix for ↵dkf2012-09-051-1/+1
|\ \ | | | | | | | | | their callbacks.
| * | Minor clarification of description; all traces use a command prefix for theirdkf2012-09-051-1/+1
| | | | | | | | | callbacks.
* | | ...and the date too.dgp2012-08-301-1/+1
| | |
* | | Update changes for 8.6b3dgp2012-08-301-2/+8
| |/ |/|
* | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵andreask2012-08-271-1/+7
| | | | | | | | code which wasn't prepared to deal with that.
* | minor: tidy up formattingdkf2012-08-261-11/+11
|\ \ | |/
| * minor: tidy up formattingdkf2012-08-251-66/+71
| |
* | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-252-1/+6
|\ \ | |/
| * [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-252-1/+6
| |
* | 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
| |
| |
| \
*-. \ [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
| | |
* | | 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
* | | 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.