summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Fix comments at the top of the *.decls files, which are not correct any more ...nijtmans@users.sourceforge.net2015-11-241-2/+2
|\
| * Fix comments at the top of the *.decls files, which are not correct any more ...nijtmans@users.sourceforge.net2015-11-241-2/+2
| * Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...nijtmans@users.sourceforge.net2013-03-281-5/+0
| * Add dummy (undocumented) TclCanceled function in stub table (not exported as ...nijtmans@users.sourceforge.net2013-03-271-0/+5
| * remove unneccessary duplicationnijtmans@users.sourceforge.net2013-03-271-8/+0
| * Extend the public stub table with dummy NULL entries, up to the size of the T...nijtmans@users.sourceforge.net2013-01-071-0/+3
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...nijtmans@users.sourceforge.net2013-01-071-0/+4
| | * Remove all the long dead mac entries in tcl*.decls filesnijtmans@users.sourceforge.net2012-11-151-49/+0
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...nijtmans@users.sourceforge.net2012-06-061-3/+3
* | | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...nijtmans@users.sourceforge.net2015-10-081-2/+2
* | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...nijtmans@users.sourceforge.net2015-09-221-3/+3
* | | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-311-0/+8
|\ \ \
| * \ \ Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...nijtmans@users.sourceforge.net2012-05-241-0/+8
| |\ \ \ | | |/ /
| | * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...nijtmans@users.sourceforge.net2012-05-221-0/+8
| | |\ \ | | | |/
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-171-2/+2
|\ \ \ \ | |/ / /
| * | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...nijtmans@users.sourceforge.net2012-05-151-2/+2
| |\ \ \ | | |/ /
| | * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...nijtmans@users.sourceforge.net2012-05-151-2/+2
| | |\ \ | | | |/
| | | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...nijtmans@users.sourceforge.net2012-05-141-5/+8
| | * | Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-1/+1
| | |\ \ | | | |/
| | | * Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-4/+4
* | | | updated C API to be more focused on supporting just some operationsdonal.k.fellows@manchester.ac.uk2012-05-101-1/+3
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-04-101-2/+2
|\ \ \ \ | |/ / /
| * | | cygwin should use SetEnvironmentVariable for windows envnijtmans@users.sourceforge.net2012-04-061-2/+2
| |\ \ \ | | |/ /
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-04-051-1/+1
|\ \ \ \ | |/ / /
| * | | some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-1/+1
| |\ \ \ | | |/ /
| | * | cleanup tcl.decls (unnecessary "generic" argument)nijtmans@users.sourceforge.net2012-04-031-842/+842
| | |\ \ | | | |/
| | | * clean-up tcl.decls the same way as tclInt.declsnijtmans@users.sourceforge.net2012-04-031-863/+867
* | | | Start of implementation of TIP 400: zlib improvementsdonal.k.fellows@manchester.ac.uk2012-03-311-0/+4
|/ / /
* | | [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-03-201-2/+2
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-03-201-2/+2
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinnijtmans@users.sourceforge.net2012-03-191-2/+2
| | * Tcl_HashStats does not return a CONSTnijtmans@users.sourceforge.net2011-09-061-1/+1
* | | New internal routines TclScanElement() and TclConvertElement().dgp@users.sourceforge.net2011-05-101-4/+4
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.dgp@users.sourceforge.net2011-05-101-4/+4
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.akupries@shaw.ca2006-09-221-1/+21
| | * TIP#218 IMPLEMENTATIONakupries@shaw.ca2005-01-271-1/+19
| | * fix for [Bug 732477]Joe Mistachkin2003-05-131-2/+2
| | * * generic/tcl.decls:das2003-05-131-1/+9
| * | Backport various formatting (spacing)nijtmans2010-02-071-227/+237
| * | fix [Bug 2308236] signature of Tcl_HashStats() wrongnijtmans2008-11-181-2/+2
* | | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.nijtmans2011-01-191-3/+3
* | | [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-151-630/+631
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-2/+2
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-4/+4
* | | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-251-6/+2
* | | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-241-3/+3
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-2/+6