summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-04-11106-6146/+5704
|\
| * merge 8.6dgp2018-04-072-6/+3
| |\
| | * merge 8.5dgp2018-04-072-6/+3
| | |\
| | | * Correct out-of-date documentation for [string is].dgp2018-04-072-6/+3
| * | | Plug memleak in [format] applied to bignums.dgp2018-04-051-0/+1
| * | | Plug memleak when [scan] raises an error.dgp2018-04-051-3/+16
| * | | [string cat] was failing to NUL terminate string reps.dgp2018-04-052-0/+3
| * | | Failed to mutex protect all multi-thread access to the hash tables in thedgp2018-04-051-0/+5
| * | | Refactor the [lrange] machinery into a single routine TclListObjRange().dgp2018-03-305-68/+192
| |\ \ \
| | * \ \ merge 8.7dgp2018-03-3096-6069/+5484
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Remove MINGW32 from the UNIX makefile, since Mingw should always build from t...jan.nijtmans2018-03-262-4/+4
| * | | | No need any more on 64-bit cygwin for special *Long* stub entries.jan.nijtmans2018-03-251-22/+0
| * | | | workaround for TclFormatInt on CYGWIN is no longer necessary now.jan.nijtmans2018-03-251-4/+0
| * | | | Update TZ info to tzdata2018d.José Ignacio Marín2018-03-2486-3141/+3142
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update TZ info to tzdata2018d.José Ignacio Marín2018-03-2486-3141/+3142
| * | | | TIP 503 implementation.dgp2018-03-201-2/+0
| |\ \ \ \
| | * | | | Last bit of TIP 503 implementation.dgp2018-03-051-2/+0
| * | | | | Merge over testing improvements from the TIP 475 work.dgp2018-03-204-1954/+1389
| * | | | | Test and fix for botch in binary string replace.dgp2018-03-202-0/+7
| * | | | | Bring back makefile.vc to CRLF line-endings, as all other *.vc filesjan.nijtmans2018-03-151-945/+945
| | | | * | merge 8.7dgp2018-03-15202-5366/+6226
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Refactored lrange to common function.pspjuth2017-12-294-80/+87
| | | | * | Optimise lrange for unshared object.pspjuth2017-12-282-0/+115
* | | | | | merge 8.7dgp2018-03-1529-706/+2580
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6dgp2018-03-154-2/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Missing test cleanups that break later tests.dgp2018-03-154-2/+12
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Memleak and lifetime management fixes for components of the OO system.dgp2018-03-143-239/+305
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge rest of 8.7 except the botched apply/backout dance.dgp2018-03-146-174/+346
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | merge 8.6dgp2018-03-142-9/+4
| |\ \ \ \ \ \
| * | | | | | | unused variable fixdgp2018-03-141-2/+1
| * | | | | | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-144-91/+157
| * | | | | | | merge markdgp2018-03-140-0/+0
| |\ \ \ \ \ \ \
| * | | | | | | | cherry pick the desirable part of the merge.dgp2018-03-143-74/+186
| * | | | | | | | backout the latest mergedgp2018-03-146-309/+191
| * | | | | | | | silence compiler warningdgp2018-03-141-1/+1
| * | | | | | | | merge 8.6dgp2018-03-146-191/+309
| |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ Merge in 8.7 changes not already here.dgp2018-03-1420-300/+1926
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | merge 8.6dgp2018-03-134-114/+175
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ close forkdgp2018-03-131-27/+85
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tip 499 msgcat custom preferences: documentation addedoehhar2018-03-131-27/+85
| * | | | | | | | | | | Fix bugs in msgcat that prevent clean test suite run.dgp2018-03-132-1/+6
| |/ / / / / / / / / /
| * | | | | | | | | | tip490 oo for msgcat: added documentationoehhar2018-03-133-10/+103
| * | | | | | | | | | msgcat 1.7.0 features need foundation of Tcl 8.7.dgp2018-03-125-5/+6
| * | | | | | | | | | Revert change that broke usage with Tcl 9dgp2018-03-121-1/+0
| * | | | | | | | | | merge 8.6dgp2018-03-121-11/+24
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Implement TIP 499: Custom locale search list for msgcatdgp2018-03-123-59/+213
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Undo setting of execute permissions.dgp2018-03-126-0/+0
| | * | | | | | | | | | | Do not allow prefixed subcommands for mcutiloehhar2018-02-082-6/+11
| | * | | | | | | | | | | Add subcommand mcpreferences to export getpreferences and getsystemlocale fun...oehhar2018-02-082-26/+63
| | * | | | | | | | | | | TIP 499: Custom locale search for msgcatoehhar2018-02-076-42/+154