Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | jan.nijtmans | 2021-01-22 | 1 | -11/+16 |
|\ \ \ | |/ / | | | | | | | Tcl_CreateFileHandler | ||||
| * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> ↵ | jan.nijtmans | 2021-01-22 | 1 | -4/+0 |
| | | | | | | | | | | | | Tcl_MacOSXNotifierAddRunLoopMode | ||||
| * | | 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 |
|\ \ \ | |/ / | | | | Remove Tcl_MacOSXOpenBundleResources() completely. | ||||
| * | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2020-03-24 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | | | | Tcl_MacOSXOpenBundleResources() completely | ||||
| | * | | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling ↵ | jan.nijtmans | 2020-03-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources: One more stub entry which can be removed in Tcl 9.0 | ||||
* | | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that ↵ | jan.nijtmans | 2019-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | no battery-extensions use it any more) Remove two functions which are not used any more (they changed to macro's earlier) | ||||
* | | | | 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 |
| |\ \ \ | | |/ / | | | | | | | | | -DUNICODE) | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -20/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵ | jan.nijtmans | 2019-07-11 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers. | ||||
| * | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not ↵ | jan.nijtmans | 2019-07-07 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | on 9.0 any more | ||||
| * | | | | 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 ↵ | jan.nijtmans | 2019-06-03 | 1 | -0/+7 |
| |/ / / | | | | | | | | | | | | | more flexible replacement functions | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | in UNICODE mode. Also, remove this from the stub table because it should never be called this way. Prevent a possible crash on win32 startup. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | overrides the entry for Tcl_MacOSXOpenBundleResources (since MacOSX is UNIX as well...). | ||||
| * | | | 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. ↵ | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
| | | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | Put extern "C" guards around all stub table struct definitions, so it is ↵ | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ \ | |/ |/| | | | | | usable for C++ compilers as well without the danger of modifying the calling convention. For tclDecls.h and tclOODecls.h it was no problem, because tcl.h and tclOO.h already contain those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct. | ||||
| * | Put extern "C" guards around all stub table struct definitions, so it is ↵ | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
| | | | | | | | | | | usable for C++ compilers as well without the danger of modifying the calling convention. For tclDecls.h it was no problem, because tcl.h already contains those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct. | ||||
* | | 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 ↵ | jan.nijtmans | 2012-05-15 | 1 | -25/+3 |
|\ \ | |/ | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -35/+3 |
| |\ | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 1 | -30/+30 |
| | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | ||||
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | so it can be used for the Plat* interfaces as well | ||||
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -11/+8 |
| |\ \ | | |/ | | | | so it can be used for the Plat* interfaces as well | ||||
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -11/+8 |
| | | | | | | | | | so it can be used for the Plat* interfaces as well | ||||
| | * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 |
| | | | |||||
| | * | make genstubs | dgp | 2012-04-03 | 1 | -36/+35 |
| | | | |||||
* | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+22 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+32 |
| |\ \ | | |/ | |||||
| | * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 1 | -27/+27 |
| | | | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * generic/tclDecls.h: Regenerated on a unix box. | andreas_kupries | 2004-06-10 | 1 | -197/+197 |
| | | | | | | | | | | | | | | | | | | | | | * generic/tclIntDecls.h: The Win/DOS EOLs from the * generic/tclIntPlatDecls.h: last regen screwed up compilation * generic/tclPlatDecls.h: with an older gcc. * generic/tclStubInit.c: |