summaryrefslogtreecommitdiffstats
path: root/generic/tclPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-03-091-3/+20
|\
| * Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-251-0/+8
| * 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
| | |/
* | | publicize TclWinConvertErrorjan.nijtmans2020-12-101-0/+5
|/ /
* | 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
* | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-1/+1
|\ \ \ | |/ /
* | | 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
|/ / /
* | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-27/+0
* | | 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
|/ /
* | 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
| | * make genstubsdgp2012-04-031-36/+35
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+22
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+32
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-27/+27
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-101-197/+197
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-197/+197
| | * commit genstubs generated files with unix line endingsdgp2004-05-171-197/+197
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-197/+197
| | * * generic/tcl.decls:das2003-05-131-1/+12
| * | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-1/+5
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-9/+3
| * | Backport various formatting (spacing)nijtmans2010-02-071-17/+17
* | | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-191-25/+9
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-1/+14
* | | Move inclusion of <tchar.h> from tclPlatDecls.hnijtmans2010-04-151-16/+4
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-5/+5