summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43
|
* documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-032-7/+32
|
* merge trunkdkf2012-10-0363-289/+604
|\
| * Workaround for [socket -server foo -myaddr localhost 0] failure on OSX.max2012-09-262-2/+19
| |
| * eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-234-20/+20
| |
| * New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-205-13/+5
| |\
| | * Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-074-13/+0
| | |
| * | [Frq 3527238]: Full unicode support for dde. Dde version is now 1.4.0b2.jan.nijtmans2012-09-207-48/+62
| |\ \
| | * \ merge trunkfrq_3527238jan.nijtmans2012-09-1958-342/+736
| | |\ \ | | |/ / | |/| | <p>change dde version to 1.4.0b2
| * | | Let "nmakehlp -V" start searching digits after the found match (suggested by ↵jan.nijtmans2012-09-192-5/+8
| | | | | | | | | | | | | | | | Harald Oehlmann)
| * | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵jan.nijtmans2012-09-192-5/+14
| | | | | | | | | | | | | | | | 330 and 336).
| * | | merge release branchdgp2012-09-1826-45/+125
| |\ \ \
| | * | | Tag Tcl 8.6b3 for release.core_8_6_b3core_8_6_b3_rcdgp2012-09-171-0/+2
| | | | |
| | * | | merge trunkdgp2012-09-173-3/+14
| | |\ \ \ | | |/ / / | |/| | |
| * | | | eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| |\ \ \ \
| | * | | | eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| | | | | |
| | * | | | Nicer style test.stwo2012-09-161-2/+2
| | | | | |
| | * | | | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
| | |\ \ \ \
| | | * | | | 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735dgp2012-09-061-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a pointer to Var while Tcl expects pointer to VarInHash. This may not be the total solution to Bug 3564735 (Itcl may be misbehaving), but this will prevent memory corruption.
| | * | | | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-073-0/+11
| | |/ / / / | | | | | | | | | | | | | | | | | | [2417695]
| * | | | | Nicer style test.stwo2012-09-161-2/+2
| | | | | |
| * | | | | Mistaken cleanup command.dgp2012-09-141-1/+0
| | | | | |
| * | | | | Missing test cleanup.dgp2012-09-141-0/+12
| | | | | |
| | | * | | 3555001 Safer stale config fix.dgp2012-09-142-2/+8
| | | |\ \ \
| | | | * | | Safer stale config fix for review.bug_3555001dgp2012-09-132-2/+8
| | | |/ / /
| | | * | | merge trunkdgp2012-09-131-2/+2
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | autoconf-2.59dgp2012-09-131-2/+2
| | | | | |
| | | * | | First draft of tcl/pkgs/README bundling instructions.dgp2012-09-131-1/+57
| | | | | |
| | | * | | Revert committed debugging configuration.dgp2012-09-131-1/+1
| | | | | |
| | | * | | merge trunkdgp2012-09-131-0/+7
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix msgcat-0.7 when running tests outside of the build tree (part of Bug ↵jan.nijtmans2012-09-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | #3549770)
| | | * | | merge trunkdgp2012-09-132-4/+4
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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
| | | * | | merge trunkdgp2012-09-128-17/+170
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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.
| | | | * | | merge trunkdgp2012-09-121-2/+6
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
| | | | | | |
| | | | * | | merge trunkdgp2012-09-112-9/+1
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | 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
| | | | | |
| | | | * | correct font issues in define.ndgp2012-09-073-8/+22
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | silence thread.test warning messages Automake updates
| | | | * | merge trunkdgp2012-09-063-5/+11
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | 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
| | | | | |