summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+1
|\
| * merge updated 8.5-timerate branchsebres2019-03-051-0/+1
| |\
| | * amend: html-code order changedsebres2019-03-041-1/+1
| | * tools/tcltk-man2html: html-code for micro (sec) charactersebres2019-03-041-0/+1
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
* | | Added a wrapper script for native builds to utilize Tcl to generate a VFS to ...hypnotoad2018-11-211-0/+54
* | | Implement TIP 445dkf2018-11-062-0/+0
* | | Merge 8.6jan.nijtmans2018-10-191-0/+12
|\ \ \ | |/ /
| * | Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be u...jan.nijtmans2018-10-191-0/+12
| * | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion)...jan.nijtmans2018-10-171-8/+31
| |\ \ | | |/
* | | Merge 8.6 jan.nijtmans2018-10-081-0/+0
|\ \ \ | |/ /
* | | Stub fix, safe interpreter fix, and use more size_t wherever possiblejan.nijtmans2018-09-121-0/+0
|\ \ \
| * | | Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows.jan.nijtmans2018-09-071-0/+0
* | | | TIP #430 implementationjan.nijtmans2018-09-121-0/+99
|\ \ \ \ | |/ / /
| * | | Merging changes with 8.7hypnotoad2018-08-141-0/+126
| |\ \ \
| * \ \ \ merge 8.7dgp2018-05-112-6/+11
| |\ \ \ \
| * | | | | Pairing down the tip#430 branch to only include files and utilitieshypnotoad2017-11-082-104/+99
| * | | | | Pulling changes from trunkhypnotoad2017-09-059-1151/+1881
| |\ \ \ \ \
| * \ \ \ \ \ Pulling changes from zipfshypnotoad2017-03-105-1828/+1138
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Pulling changes from Trunkhypnotoad2016-09-084-1133/+1828
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge zipfsjan.nijtmans2016-08-196-11/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged with trunk, fixes to allow builds outside of the tcl/unix|win directoryhypnotoad2015-10-2611-117/+123
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Checkpointing the core_zip_vfs branch against the lastest releasehypnotoad2015-03-171-1/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add a mode for injecting the TkDll into the VFShypnotoad2014-11-131-0/+6
| * | | | | | | | | | | Fixes to allow a standard tclsh build to do the zip file encoding, instead of hypnotoad2014-10-211-1/+0
| * | | | | | | | | | | Replaced calls to zip with calls to the new pure-tcl zipfile encoder embeddedhypnotoad2014-10-211-0/+6
| * | | | | | | | | | | Removed non-working code from the end of the mkVfs.tcl scripthypnotoad2014-09-151-14/+0
| * | | | | | | | | | | Developed an improved bootloader built around TclSetPreInitScript. The new bo...hypnotoad2014-09-121-4/+2
| * | | | | | | | | | | Created a designated bootloader for Tclkits under windowshypnotoad2014-09-061-0/+109
* | | | | | | | | | | | merge core-8-branchdkf2018-08-261-0/+126
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | merge 8.6jan.nijtmans2018-06-251-0/+126
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | / / | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Add another suppress rule for valgrind, factor test code intopooryorick2018-06-221-0/+10
| | * | | | | | | | | Suppress more valgrind "still reachable" reports and ensure that threads arepooryorick2018-06-211-17/+70
| | * | | | | | | | | Add valgrind suppression for dlopen and ensure that processes are reaped inpooryorick2018-06-201-0/+10
| | * | | | | | | | | Remove recent auto_path modification in tests/all.tcl and suppress morepooryorick2018-06-201-0/+20
| | * | | | | | | | | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrindpooryorick2018-06-191-0/+33
| | * | | | | | | | | Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with TCL_UTF_MA...jan.nijtmans2018-05-112-6/+11
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | / | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also...jan.nijtmans2018-05-112-7/+16
* | | | | | | | | | Improve script compilation. Prove that compilation works with safe interps.dkf2018-08-111-2/+20
* | | | | | | | | | Combine the two bits of scripted code inside TclOO's definition into one.dkf2018-08-051-1/+1
* | | | | | | | | | Make it much easier to maintain the TclOO initialisation script.dkf2018-08-051-0/+164
|/ / / / / / / / /
* | | | | | | | | Implement special "string totitle" for Extended Georgian characters (new beha...jan.nijtmans2018-05-011-1/+1
* | | | | | | | | Upgrade everything to Unicode 11 (still in beta, expected in june 2018)jan.nijtmans2018-04-292-5/+10
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Tweak libtommath building, such that it doesn't depend on uint64_t any more. ...jan.nijtmans2017-08-301-0/+6
* | | | | | | | libtommath 1.0.1 rc2, for test purposes onlyjan.nijtmans2017-08-291-5/+0
* | | | | | | | slightly better formatting, both in genStubs.tcl and in the generated XXX_DEP...jan.nijtmans2017-05-031-2/+3
* | | | | | | | Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now ac...jan.nijtmans2017-05-021-13/+19
* | | | | | | | Entry for text.n into exclude_refs_map inserted.gcramer2017-04-201-0/+1
* | | | | | | | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ...jan.nijtmans2017-04-131-0/+3
* | | | | | | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE...jan.nijtmans2017-04-061-1/+1