summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2022-05-221-3/+9
|\
| * 2 more unused stub entriesjan.nijtmans2022-05-221-3/+9
* | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-16/+16
* | Merge 8.5jan.nijtmans2022-03-221-3/+12
|\ \ | |/
| * Reserve 3 more stub entriesjan.nijtmans2022-03-221-3/+12
* | Merge 8.5jan.nijtmans2022-02-231-3/+9
|\ \ | |/
| * 2 more spare stub entriesjan.nijtmans2022-02-231-3/+9
* | Merge 8.5. (add some unused spare stub entries)jan.nijtmans2022-02-121-3/+27
|\ \ | |/
| * Add more spare unused stub entriesjan.nijtmans2022-02-111-3/+27
* | Missing braces (just to be sure)jan.nijtmans2021-10-121-1/+1
* | Fix build failure with --enable-symbols build on Windows: Some code makes ass...jan.nijtmans2021-10-121-5/+9
* | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de...jan.nijtmans2021-10-111-1/+14
* | Merge 8.5jan.nijtmans2021-08-191-3/+15
|\ \ | |/
| * Reserve a few more unused stub entriesjan.nijtmans2021-08-191-3/+15
* | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-2/+2
* | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-3/+24
|\ \ | |/
| * Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-3/+24
| * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-3/+6
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-18/+17
* | New TIP #581 implementationjan.nijtmans2020-07-171-0/+3
* | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-2/+2
* | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-151-3/+6
* | Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-2/+2
* | Merge 8.5jan.nijtmans2019-10-151-0/+58
|\ \ | |/
| * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-3/+57
* | Merge-mark core-8-5-branch. jan.nijtmans2017-01-111-1/+0
|\ \ | |/
* | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-4/+4
* | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-6/+7
* | Fix execute permission bit (should not be set) for *Decls.h filesjan.nijtmans2014-02-111-0/+0
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-12/+12
* | Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
|\ \ | |/
| * 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
| |\
| | * 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-0/+10
|\ \ \ | |/ /
| * | 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 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
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | 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
* | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-0/+3
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-0/+3