summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunktip_400_impldkf2012-10-164-18/+30
|\
| * Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-143-1/+8
| |\ | | | | | | | | | source code.
| | * Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-143-1/+8
| | | | | | | | | | | | source code.
| * | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-132-1/+6
| |\ \ | | |/
| | * Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-132-1/+6
| | |
| * | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8.jan.nijtmans2012-10-062-17/+16
| | |
| * | 3574819 Increase test robustness by creating files in fresh directory todgp2012-10-051-1/+2
| | | | | | | | | reduce trouble with any existing files in an existing directory.
* | | merge trunkdkf2012-10-042-3/+15
|\ \ \ | |/ /
| | |
| | \
| | \
| | \
| *---. \ When checking for std channels being closed, compare the channel state,dgp2012-10-032-3/+15
| |\ \ \ \ | | | | |/ | | | | | not the channel itself so that stacked channels do not cause trouble.
| | | | * When checking for std channels being closed, compare the channel state,dgp2012-10-032-5/+15
| | | | |\ | | | |/ / | | |/| | not the channel itself so that stacked channels do not cause trouble.
| | | | * When checking for std channels being closed, compare the channel state,dgp2012-10-032-20/+30
| | | | | | | | | | | | | | | not the channel itself so that stacked channels do not cause trouble.
| | * | | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-258-28/+219
| | |\ \ \
| | | * | | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-175-7/+19
| | | | | |
| | | * | | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-125-24/+203
| | | | | |
| | | | * | Fix for core bug yet to be named/numbered.dgp_stackedstdchandgp2012-10-021-3/+9
| | |_|/ / | |/| | |
* | | | | 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
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |