summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Those type-casts don't work well in C++jan.nijtmans2023-10-121-0/+2
* Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-101-0/+3
* Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ...jan.nijtmans2023-10-101-0/+3
* Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-131-25/+13
* Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-301-8/+8
* Add one more unused stub entryjan.nijtmans2023-04-151-3/+6
* Don't introduce size_t in a header-file which didn't use it before. Make more...jan.nijtmans2023-03-171-6/+6
* Add some undocumented stub functions. Those can prevent a crash like [http://...jan.nijtmans2023-03-161-9/+21
* Fix a few -Wconversion warningsjan.nijtmans2023-03-071-1/+1
* Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windowsjan.nijtmans2023-03-041-1/+1
* Merge 8.5jan.nijtmans2022-11-221-3/+15
|\
| * Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0)jan.nijtmans2022-11-221-3/+15
* | Merge 8.5. Update to tzdata 2022fjan.nijtmans2022-10-301-9/+12
|\ \ | |/
| * One more unused stub entryjan.nijtmans2022-10-301-29/+32
* | Update tzdata to 2022d. Add one more unused stub entryjan.nijtmans2022-09-261-3/+6
|\ \ | |/
| * Add some more unused stub entriesjan.nijtmans2022-09-261-3/+24
* | Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-221-3/+21
* | 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
|\ \ | |/