summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-01-181-48/+48
|\
| * Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-41/+41
| * merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-9/+7
| |\
| * \ Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-1/+0
| |\ \
| * | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-2/+2
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-8/+8
| |/ /
* | | merge core-8-branchjan.nijtmans2017-11-171-10/+7
|\ \ \ | | |/ | |/|
| * | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-171-5/+5
| |\ \
| | * | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-5/+5
| | |/
| * | Merge core-8-6-branchjan.nijtmans2017-11-131-1/+0
| |\ \
| | * \ No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-131-1/+0
| | |\ \
| | | * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-131-1/+0
| * | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-131-4/+2
| | |_|/ | |/| |
* | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-5/+5
|/ / /
* | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-1/+1
* | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port.limeboy2016-12-141-1/+1
* | | Implement the whole TIP 456 specification.limeboy2016-11-241-1/+1
* | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-0/+11
|/ /
* | Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-241-2/+2
|\ \ | |/
| * Fix comments at the top of the *.decls files, which are not correct any more ...jan.nijtmans2015-11-241-2/+2
| * Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...jan.nijtmans2013-03-281-5/+0
| * Add dummy (undocumented) TclCanceled function in stub table (not exported as ...jan.nijtmans2013-03-271-0/+5
| * remove unneccessary duplicationjan.nijtmans2013-03-271-8/+0
| * Extend the public stub table with dummy NULL entries, up to the size of the T...jan.nijtmans2013-01-071-0/+3
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-071-0/+4
| | * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-151-49/+0
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-3/+3
* | | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-2/+2
* | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-3/+3
* | | merge trunkdkf2012-05-311-0/+8
|\ \ \
| * \ \ Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-0/+8
| |\ \ \ | | |/ /
| | * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-0/+8
| | |\ \ | | | |/
* | | | merge trunkdkf2012-05-171-2/+2
|\ \ \ \ | |/ / /
| * | | 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-5/+8
| | * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| | |\ \ | | | |/
| | | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-4/+4
* | | | updated C API to be more focused on supporting just some operationsdkf2012-05-101-1/+3
* | | | merge trunkdkf2012-04-101-2/+2
|\ \ \ \ | |/ / /
| * | | cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-061-2/+2
| |\ \ \ | | |/ /
* | | | merge trunkdkf2012-04-051-1/+1
|\ \ \ \ | |/ / /
| * | | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
| |\ \ \ | | |/ /
| | * | cleanup tcl.decls (unnecessary "generic" argument)jan.nijtmans2012-04-031-842/+842
| | |\ \ | | | |/
| | | * clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-031-863/+867
* | | | Start of implementation of TIP 400: zlib improvementsdkf2012-03-311-0/+4
|/ / /
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+2
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+2
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-2/+2
| | * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-061-1/+1