summaryrefslogtreecommitdiffstats
path: root/generic/tclPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-07-271-4/+4
* Merge 9.0jan.nijtmans2023-03-221-2/+2
|\
| * One missing int -> Tcl_Size changejan.nijtmans2023-03-221-2/+2
| * Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-2/+2
| * typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-2/+2
* | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ...jan.nijtmans2022-10-231-2/+2
* | Better Tcl8 compatibility for tclPlatDecls.h and tclInt.hjan.nijtmans2022-06-261-1/+101
* | Experiment: Make tcl.h from Tcl 9.0 usable to compile extensions for Tcl 8.x ...jan.nijtmans2021-12-041-2/+2
* | Merge 8.7jan.nijtmans2021-04-081-0/+5
|\ \ | |/
| * Merge 8.7jan.nijtmans2021-03-091-3/+20
| |\
| * | publicize TclWinConvertErrorjan.nijtmans2020-12-101-0/+5
* | | Merge 8.7jan.nijtmans2021-01-251-0/+8
|\ \ \ | | |/ | |/|
| * | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-251-0/+8
* | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH...jan.nijtmans2021-01-221-11/+16
|\ \ \ | |/ /
| * | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti...jan.nijtmans2021-01-221-4/+0
| * | Rebase to core-8-branchjan.nijtmans2021-01-221-0/+10
| |\ \ | | |/ | |/|
| | * rebasejan.nijtmans2013-07-091-0/+10
| | |\
| | | * Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]jan.nijtmans2013-06-281-0/+6
| | |/
* | | Merge 8.7.jan.nijtmans2020-03-241-7/+8
|\ \ \ | |/ /
| * | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR...jan.nijtmans2020-03-241-0/+5
| |\ \
| | * | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVer...jan.nijtmans2020-03-241-0/+5
* | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no...jan.nijtmans2019-09-251-1/+1
* | | | Merge 8.7jan.nijtmans2019-09-191-7/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-1/+1
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-09-141-20/+12
|\ \ \ \ | |/ / /
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-6/+4
| * | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o...jan.nijtmans2019-07-071-1/+1
| |\ \ \
| * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-2/+2
| * | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now.jan.nijtmans2019-06-271-11/+9
| * | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtfjan.nijtmans2019-06-261-1/+8
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-0/+7
| |/ / /
* | | | Merge trunkjan.nijtmans2018-09-261-27/+0
|\ \ \ \ | |/ / /
| * | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-27/+0
* | | | Merge trunkjan.nijtmans2018-09-121-0/+27
|\ \ \ \ | |/ / /
| * | | Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it ...jan.nijtmans2018-09-061-7/+20
| * | | Change to TclZipfs_AppHook to accomidate Windowstne2017-11-201-6/+20
| |/ /
* | | More size_t API changes (*.decls files are complete now)jan.nijtmans2018-07-031-4/+4
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-4/+4
|/ /
* | 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-3/+3
* | 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
* | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-25/+3
|\ \ | |/
| * Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-35/+3
| |\
| | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-141-30/+30
* | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+1
|\ \ \ | |/ /
| * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-11/+8
| |\ \ | | |/
| | * move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-11/+8
| | * move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-3/+1