summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | 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
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | / / | | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | |
| * | | | | | | | | | | 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
| * | | | | | | | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-1/+1
| * | | | | | | | | Fixes to docs made possible by recent HTML rendering fixes for Tk.dkf2017-03-161-2/+1
| * | | | | | | | | Add mappings for groff-style character naming, used in experimental branches ...dkf2017-03-121-1/+9
| * | | | | | | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-1/+1
| * | | | | | | | | Implement tag "deprecated" in genStubs.tcl. Will be used in Tk 8.7, for taggi...jan.nijtmans2017-01-171-1/+17
| * | | | | | | | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-1/+1
| * | | | | | | | | Fix the generated copyright sections in the HTML help filejan.nijtmans2016-11-041-0/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Fix the generated copyright sections in the HTML help file.Joe Mistachkin2016-11-021-0/+5
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATHjan.nijtmans2016-06-016-11/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATHjan.nijtmans2016-06-016-11/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | configure.in -> configure.acjan.nijtmans2016-03-083-1131/+1826
| * | | | | | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-031-2/+2
| |/ / / / / /
| * | | | | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-0/+2
| * | | | | | Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, in...jan.nijtmans2015-09-011-1/+5
| * | | | | | Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-017-95/+95
| * | | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-252-21/+21
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | `make html` must tolerate bundled packages using configure.ac over configure.in.dgp2015-03-061-1/+5
| | |_|_|/ / | |/| | | |
| * | | | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-3/+3
| * | | | | Improve descriptions of character escapes and ranges in Tcl.n.dkf2013-12-152-1/+2
| * | | | | Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-2/+3
| |\ \ \ \ \
| * | | | | | [01b77111e5]: Small fixes relating to this bug. In particular, the package namedkf2013-10-282-3/+8
| * | | | | | Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-172-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Fix uniClass tool which was the real cause for [a876646efe], and add test-cas...jan.nijtmans2013-06-181-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Prefer to extract package data from the *contents* not the directory name.dgp2012-12-121-8/+49
| * | | | | | | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-7/+15
| * | | | | | | | A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-161-2/+2
| * | | | | | | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe...jan.nijtmans2012-11-151-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-2/+6
| * | | | | | | | | merge updates to make HTML generation betterdkf2012-11-082-11/+43
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Added tooltip generation to contents and keywords pages.dkf2012-11-082-10/+40
| | * | | | | | | | | Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3