summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* and remove the two characters from string trim as welljan.nijtmans2012-10-091-2/+0
|
* merge trunk jan.nijtmans2012-10-097-27/+55
|\ | | | | <p>Dont include U+0082 and U+0083 in the Tcl space set
| * [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.
| *---. 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
| | |_|/ / | |/| | |
| * | | | Workaround for &#91;socket -server foo -myaddr localhost 0&#93; failure on OSX.max2012-09-262-2/+19
| | | | |
* | | | | update documentationjan.nijtmans2012-09-265-27/+29
|\ \ \ \ \ | |/ / / /
| * | | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-234-20/+20
| | | | |
* | | | | tip 318 updatejan.nijtmans2012-09-234-12/+44
|/ / / /
* | | | 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.