summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturnjan.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
|\
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-253-2397/+2397
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
* | `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
|\ \ | |/
| * 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 execute permission on many files which shouldn't have it.jan.nijtmans2013-10-172-0/+0
| * Bump to 8.5.15 for release.dgp2013-08-291-1/+1
* | Fix uniClass tool which was the real cause for [a876646efe], and add test-cas...jan.nijtmans2013-06-181-1/+1
|\ \ | |/
| * Fix uniClass tool which was the real cause for [a876646efe], and add test-cas...jan.nijtmans2013-06-181-1/+1
| * Release branch for Tcl 8.5.14.dgp2013-03-211-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
|\ \ | |/
| * Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe...jan.nijtmans2012-11-151-1/+1
| |\
| | * Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe...jan.nijtmans2012-11-151-1/+1
| | * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-151-72/+186
| * | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, lib...oehhar2012-11-081-2/+2
| * | Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| * | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
| * | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+5
* | | 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.off_trunkdkf2012-11-082-10/+40
| * | | Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3
* | | | Remove files and references for long outdated Wise Installer.dgp2012-11-074-2626/+0
|/ / /
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-1/+1
* | | fix genStubs.tcl for OSXjan.nijtmans2012-05-251-1/+1
|\ \ \ | |/ /
| * | fix genStubs.tcljan.nijtmans2012-05-251-1/+1
| |\ \ | | |/
| | * fix genStubs.tcljan.nijtmans2012-05-251-1/+1
* | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
|\ \ \ | |/ /
| * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-17/+23
| |\ \ | | |/
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-12/+26
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-10/+22
|\ \ \ | |/ /
| * | MAC_OSX_TK -> MAC_OSX_TCLjan.nijtmans2012-05-221-1/+1
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-4/+69
| |\ \ | | |/
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-21/+155
* | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-2/+2
|\ \ \ | |/ /
| * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-2/+2
| |\ \ | | |/
| | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-141-89/+6
| | * cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-3/+13