summaryrefslogtreecommitdiffstats
path: root/tools/genStubs.tcl
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+1
|\
| * cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in outputjan.nijtmans2021-03-041-11/+14
| * Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-201-6/+6
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-1/+1
* | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ...jan.nijtmans2021-01-271-2/+3
* | Don't use "Copyright <year> _by_" any more. This results in more consistan...jan.nijtmans2020-11-201-1/+1
* | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually us...jan.nijtmans2020-09-071-0/+10
* | genStubs.tcl: Only do an "append line" when there really is something to be d...jan.nijtmans2020-03-301-1/+3
* | In tools/*, use the single-argument version of "expr" always. Making it robus...jan.nijtmans2019-05-311-2/+2
* | 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
|\ \ | |/
* | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATHjan.nijtmans2016-06-011-2/+0
|\ \ | |/
| * Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATHjan.nijtmans2016-06-011-2/+0
* | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-0/+2
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-3/+3
* | 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
* | 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
* | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-2/+6
* | | 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
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-3/+3
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-35/+42
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-1/+1
| |\ \ | | |/
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-5/+5
| * | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-104/+18
| * | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits b...nijtmans2011-01-031-3/+8
| * | Backport various formatting (spacing)nijtmans2010-02-071-13/+25
| * | Add support for win32 CALLBACK functions in genStubs.tclnijtmans2009-12-021-3/+6
| * | Undo local changes which did not belong in the last commit.andreas_kupries2008-07-211-4/+1
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-1/+4
* | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-1/+7