| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-07-27 | 1 | -4/+4 |
|
|
* | Merge 9.0 | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
|\ |
|
| * | One missing int -> Tcl_Size change | jan.nijtmans | 2023-03-22 | 1 | -2/+2 |
|
|
| * | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions) | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
|
|
| * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -2/+2 |
|
|
* | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ... | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
|
|
* | | Better Tcl8 compatibility for tclPlatDecls.h and tclInt.h | jan.nijtmans | 2022-06-26 | 1 | -1/+101 |
|
|
* | | Experiment: Make tcl.h from Tcl 9.0 usable to compile extensions for Tcl 8.x ... | jan.nijtmans | 2021-12-04 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Merge 8.7 | jan.nijtmans | 2021-03-09 | 1 | -3/+20 |
| |\ |
|
| * | | publicize TclWinConvertError | jan.nijtmans | 2020-12-10 | 1 | -0/+5 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 1 | -0/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers too | jan.nijtmans | 2021-01-25 | 1 | -0/+8 |
|
|
* | | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH... | jan.nijtmans | 2021-01-22 | 1 | -11/+16 |
|\ \ \
| |/ / |
|
| * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti... | jan.nijtmans | 2021-01-22 | 1 | -4/+0 |
|
|
| * | | Rebase to core-8-branch | jan.nijtmans | 2021-01-22 | 1 | -0/+10 |
| |\ \
| | |/
| |/| |
|
| | * | rebase | jan.nijtmans | 2013-07-09 | 1 | -0/+10 |
| | |\ |
|
| | | * | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098] | jan.nijtmans | 2013-06-28 | 1 | -0/+6 |
| | |/ |
|
* | | | Merge 8.7. | jan.nijtmans | 2020-03-24 | 1 | -7/+8 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR... | jan.nijtmans | 2020-03-24 | 1 | -0/+5 |
| |\ \ |
|
| | * | | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVer... | jan.nijtmans | 2020-03-24 | 1 | -0/+5 |
|
|
* | | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no... | jan.nijtmans | 2019-09-25 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -7/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -20/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -6/+4 |
|
|
| * | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o... | jan.nijtmans | 2019-07-07 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|
|
| * | | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now. | jan.nijtmans | 2019-06-27 | 1 | -11/+9 |
|
|
| * | | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf | jan.nijtmans | 2019-06-26 | 1 | -1/+8 |
|
|
| * | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge trunk | jan.nijtmans | 2018-09-26 | 1 | -27/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ... | jan.nijtmans | 2018-09-26 | 1 | -27/+0 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2018-09-12 | 1 | -0/+27 |
|\ \ \ \
| |/ / / |
|
| * | | | Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it ... | jan.nijtmans | 2018-09-06 | 1 | -7/+20 |
|
|
| * | | | Change to TclZipfs_AppHook to accomidate Windows | tne | 2017-11-20 | 1 | -6/+20 |
| |/ / |
|
* | | | More size_t API changes (*.decls files are complete now) | jan.nijtmans | 2018-07-03 | 1 | -4/+4 |
|
|
* | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 1 | -4/+4 |
|/ / |
|
* | | Fix execute permission bit (should not be set) for *Decls.h files | jan.nijtmans | 2014-02-11 | 1 | -0/+0 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|
|
* | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 1 | -25/+3 |
|\ \
| |/ |
|
| * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 1 | -35/+3 |
| |\ |
|
| | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 1 | -30/+30 |
|
|
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -11/+8 |
| |\ \
| | |/ |
|
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -11/+8 |
|
|
| | * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 |
|
|