summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
* Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
|\
| * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
* | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+10
* | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
|\ \ | |/
| * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
* | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
|\ \ | |/
| * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| * Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when...jan.nijtmans2013-04-091-8/+6
* | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-8/+6
* | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...jan.nijtmans2013-03-281-11/+3
* | Add dummy (undocumented) TclCanceled function in stub table (not exported as ...jan.nijtmans2013-03-271-3/+11
* | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+12
|\ \ | |/
| * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+12
* | Extend the public stub table with dummy NULL entries, up to the size of the T...jan.nijtmans2013-01-071-0/+162
|\ \ | |/
| * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-071-0/+177
| * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-151-18/+51
* | fix genStubs.tcljan.nijtmans2012-05-251-9/+9
|\ \ | |/
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-12/+12
|\ \ | |/
* | fix merge problem on Linuxjan.nijtmans2012-05-231-12/+12
|\ \
| * | MAC_OSX_TK -> MAC_OSX_TCLjan.nijtmans2012-05-221-9/+9
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-12/+12
| |\ \ |/ / / | | _
| * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-11/+11
* | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-2/+2
|\ \ | |/
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-71/+2
| * clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-031-152/+155
| * make genstubsdgp2012-04-031-1227/+1212
| * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-061-3/+2
* | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-4/+4
|\ \
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-5/+5
* | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-5/+5
|\ \ \ | |/ / |/| / | |/
* | 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
| * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-1/+65
| * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-1/+189
| * * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-101-4142/+4142
| * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-4142/+4142
| * commit genstubs generated files with unix line endingsdgp2004-05-171-4142/+4142
| * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-4142/+4142
| * fix for [Bug 732477]Joe Mistachkin2003-05-131-3/+3
* | Backport various formatting (spacing)nijtmans2010-02-071-1592/+1435
* | fix [Bug 2308236] signature of Tcl_HashStats() wrongnijtmans2008-11-181-3/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclDecls.h: regen with new genStubs.tcl.das2007-12-101-43/+143
* | various "const" additions, in line with TIP #27nijtmans2007-02-231-35/+36
* | TIP#298 IMPLEMENTATIONdgp2006-12-011-8/+8
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-1/+68
* | * tools/genStubs.tcl: Updated script to no longer produce thedgp2006-11-151-1678/+1516
* | TIP 27 changes for Tcl_CreateEncodingKevin B Kenny2006-09-261-3/+3
* | TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-1/+14