| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Tweak libtommath building, such that it doesn't depend on uint64_t any more. ... | jan.nijtmans | 2017-08-30 | 1 | -0/+6 |
|
|
| * | libtommath 1.0.1 rc2, for test purposes only | jan.nijtmans | 2017-08-29 | 1 | -5/+0 |
|
|
| * | slightly better formatting, both in genStubs.tcl and in the generated XXX_DEP... | jan.nijtmans | 2017-05-03 | 1 | -2/+3 |
|
|
| * | Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now ac... | jan.nijtmans | 2017-05-02 | 1 | -13/+19 |
|
|
| * | Entry for text.n into exclude_refs_map inserted. | gcramer | 2017-04-20 | 1 | -0/+1 |
|
|
| * | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ... | jan.nijtmans | 2017-04-13 | 1 | -0/+3 |
|
|
| * | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE... | jan.nijtmans | 2017-04-06 | 1 | -1/+1 |
|
|
| * | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 1 | -1/+1 |
|
|
| * | Fixes to docs made possible by recent HTML rendering fixes for Tk. | dkf | 2017-03-16 | 1 | -2/+1 |
|
|
| * | Add mappings for groff-style character naming, used in experimental branches ... | dkf | 2017-03-12 | 1 | -1/+9 |
|
|
| * | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -1/+1 |
|
|
| * | Implement tag "deprecated" in genStubs.tcl. Will be used in Tk 8.7, for taggi... | jan.nijtmans | 2017-01-17 | 1 | -1/+17 |
|
|
| * | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or... | jan.nijtmans | 2016-12-20 | 1 | -1/+1 |
|
|
| * | Fix the generated copyright sections in the HTML help file | jan.nijtmans | 2016-11-04 | 1 | -0/+5 |
| |\ |
|
* | \ | Pulling changes from zipfs | hypnotoad | 2017-03-10 | 5 | -1828/+1138 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix the generated copyright sections in the HTML help file. | Joe Mistachkin | 2016-11-02 | 1 | -0/+5 |
|
|
* | | | Pulling changes from Trunk | hypnotoad | 2016-09-08 | 4 | -1133/+1828 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH | jan.nijtmans | 2016-06-01 | 6 | -11/+1 |
| |\ \
| | |/ |
|
| * | | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 3 | -1131/+1826 |
|
|
| * | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -2/+2 |
|
|
* | | | merge zipfs | jan.nijtmans | 2016-08-19 | 6 | -11/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH | jan.nijtmans | 2016-06-01 | 6 | -11/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH | jan.nijtmans | 2016-06-01 | 6 | -12/+0 |
|
|
| | * | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -1/+1 |
|
|
* | | | Merged with trunk, fixes to allow builds outside of the tcl/unix|win directory | hypnotoad | 2015-10-26 | 11 | -117/+123 |
|\ \ \
| |/ / |
|
| * | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ... | jan.nijtmans | 2015-09-22 | 1 | -0/+2 |
|
|
| * | | Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, in... | jan.nijtmans | 2015-09-01 | 1 | -1/+5 |
|
|
| * | | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 7 | -95/+95 |
|
|
| * | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 2 | -21/+21 |
| |\ \
| | |/ |
|
| | * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 3 | -2397/+2397 |
|
|
| | * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
|
|
| | * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
|
|
* | | | Checkpointing the core_zip_vfs branch against the lastest release | hypnotoad | 2015-03-17 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | `make html` must tolerate bundled packages using configure.ac over configure.in. | dgp | 2015-03-06 | 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 |
|/ / |
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | | Improve descriptions of character escapes and ranges in Tcl.n. | dkf | 2013-12-15 | 2 | -1/+2 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -2/+3 |
|
|
* | | [01b77111e5]: Small fixes relating to this bug. In particular, the package name | dkf | 2013-10-28 | 2 | -3/+8 |
|
|
* | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 2 | -0/+0 |
|\ \
| |/ |
|
| * | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 2 | -0/+0 |
|
|
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
|
|