| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|\ |
|
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-11-22 | 1 | -0/+54 |
|\ \
| |/ |
|
| * | Added a wrapper script for native builds to utilize Tcl to generate a VFS to ... | hypnotoad | 2018-11-21 | 1 | -0/+54 |
|
|
| * | Implement TIP 445 | dkf | 2018-11-06 | 2 | -0/+0 |
|
|
* | | Implement TIP 445 | dgp | 2018-11-13 | 2 | -0/+0 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2018-10-19 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2018-10-19 | 1 | -0/+12 |
| |\ |
|
| | * | Add support for "nostub" in genStubs.tcl. Not used by Tcl 8.6, but might be u... | jan.nijtmans | 2018-10-19 | 1 | -0/+12 |
|
|
| | * | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion)... | jan.nijtmans | 2018-10-17 | 1 | -8/+31 |
| | |\ |
|
* | | \ | Merge 8.7 | jan.nijtmans | 2018-10-08 | 1 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6
| jan.nijtmans | 2018-10-08 | 1 | -0/+0 |
| |\ \ \
| | |/ / |
|
* | | | | Merge 8.7 (TIP #430 implementation) | jan.nijtmans | 2018-09-12 | 2 | -0/+99 |
|\ \ \ \
| |/ / / |
|
| * | | | Stub fix, safe interpreter fix, and use more size_t wherever possible | jan.nijtmans | 2018-09-12 | 1 | -0/+0 |
| |\ \ \ |
|
| | * | | | Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows. | jan.nijtmans | 2018-09-07 | 1 | -0/+0 |
|
|
| * | | | | TIP #430 implementation | jan.nijtmans | 2018-09-12 | 1 | -0/+99 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merging changes with 8.7 | hypnotoad | 2018-08-14 | 1 | -0/+126 |
| | |\ \ \ |
|
| | * \ \ \ | merge 8.7 | dgp | 2018-05-11 | 2 | -6/+11 |
| | |\ \ \ \ |
|
| | * | | | | | Pairing down the tip#430 branch to only include files and utilities | hypnotoad | 2017-11-08 | 2 | -104/+99 |
|
|
| | * | | | | | Pulling changes from trunk | hypnotoad | 2017-09-05 | 9 | -1151/+1881 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Pulling changes from zipfs | hypnotoad | 2017-03-10 | 5 | -1828/+1138 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Pulling changes from Trunk | hypnotoad | 2016-09-08 | 4 | -1133/+1828 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merge zipfs | jan.nijtmans | 2016-08-19 | 6 | -11/+1 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merged with trunk, fixes to allow builds outside of the tcl/unix|win directory | hypnotoad | 2015-10-26 | 11 | -117/+123 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Checkpointing the core_zip_vfs branch against the lastest release | hypnotoad | 2015-03-17 | 1 | -1/+5 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Add a mode for injecting the TkDll into the VFS | hypnotoad | 2014-11-13 | 1 | -0/+6 |
|
|
| | * | | | | | | | | | | | Fixes to allow a standard tclsh build to do the zip file encoding, instead of | hypnotoad | 2014-10-21 | 1 | -1/+0 |
|
|
| | * | | | | | | | | | | | Replaced calls to zip with calls to the new pure-tcl zipfile encoder embedded | hypnotoad | 2014-10-21 | 1 | -0/+6 |
|
|
| | * | | | | | | | | | | | Removed non-working code from the end of the mkVfs.tcl script | hypnotoad | 2014-09-15 | 1 | -14/+0 |
|
|
| | * | | | | | | | | | | | Developed an improved bootloader built around TclSetPreInitScript. The new bo... | hypnotoad | 2014-09-12 | 1 | -4/+2 |
|
|
| | * | | | | | | | | | | | Created a designated bootloader for Tclkits under windows | hypnotoad | 2014-09-06 | 1 | -0/+109 |
|
|
* | | | | | | | | | | | | | Implement TIP 478: Add Expected Class Level Behaviors to oo::class | dkf | 2018-09-02 | 1 | -0/+182 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | merge core-8-branch | dkf | 2018-08-26 | 1 | -0/+126 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Improve script compilation. Prove that compilation works with safe interps. | dkf | 2018-08-11 | 1 | -2/+20 |
|
|
| * | | | | | | | | | | | | Combine the two bits of scripted code inside TclOO's definition into one. | dkf | 2018-08-05 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | Make it much easier to maintain the TclOO initialisation script. | dkf | 2018-08-05 | 1 | -0/+164 |
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-06-25 | 1 | -0/+126 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -0/+126 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | / /
| | | |_|_|_|_|_|_|/ /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Add another suppress rule for valgrind, factor test code into | pooryorick | 2018-06-22 | 1 | -0/+10 |
|
|
| | * | | | | | | | | | Suppress more valgrind "still reachable" reports and ensure that threads are | pooryorick | 2018-06-21 | 1 | -17/+70 |
|
|
| | * | | | | | | | | | Add valgrind suppression for dlopen and ensure that processes are reaped in | pooryorick | 2018-06-20 | 1 | -0/+10 |
|
|
| | * | | | | | | | | | Remove recent auto_path modification in tests/all.tcl and suppress more | pooryorick | 2018-06-20 | 1 | -0/+20 |
|
|
| | * | | | | | | | | | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind | pooryorick | 2018-06-19 | 1 | -0/+33 |
|
|
| | * | | | | | | | | | Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with TCL_UTF_MA... | jan.nijtmans | 2018-05-11 | 2 | -6/+11 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / /
| | |/| | | | | | | /
| | | | |_|_|_|_|_|/
| | | |/| | | | | | |
|
| | | * | | | | | | | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also... | jan.nijtmans | 2018-05-11 | 2 | -7/+16 |
|
|
* | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| * | | | | | | | | | Implement special "string totitle" for Extended Georgian characters (new beha... | jan.nijtmans | 2018-05-01 | 1 | -1/+1 |
|
|
* | | | | | | | | | | Merge 8.7 (= upgrade to Unicode 11 beta) | jan.nijtmans | 2018-04-29 | 2 | -5/+10 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| * | | | | | | | | | Upgrade everything to Unicode 11 (still in beta, expected in june 2018) | jan.nijtmans | 2018-04-29 | 2 | -5/+10 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Fix [9f3c253df5eec5669673d05fe3a51e4afcf99418|9f3c253df5]: Tcl build broken o... | jan.nijtmans | 2018-04-15 | 1 | -0/+2 |
|
|