| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | 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 |
|/ / |
|
* | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ... | jan.nijtmans | 2018-09-26 | 1 | -27/+0 |
|
|
* | | 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 |
|/ |
|
* | 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 |
|
|
| | * | 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 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclDecls.h: Regenerated on a unix box. | andreas_kupries | 2004-06-10 | 1 | -197/+197 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -197/+197 |
|
|
| | * | commit genstubs generated files with unix line endings | dgp | 2004-05-17 | 1 | -197/+197 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -197/+197 |
|
|
| | * | * generic/tcl.decls: | das | 2003-05-13 | 1 | -1/+12 |
|
|
| * | | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -1/+5 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -9/+3 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -17/+17 |
|
|
* | | | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re... | nijtmans | 2010-08-19 | 1 | -25/+9 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -1/+14 |
|
|
* | | | Move inclusion of <tchar.h> from tclPlatDecls.h | nijtmans | 2010-04-15 | 1 | -16/+4 |
|
|
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -5/+5 |
|
|
* | | | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -12/+12 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -4/+4 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -4/+4 |
|
|
* | | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -14/+14 |
|
|
* | | | fix line-endings | das | 2008-07-22 | 1 | -137/+137 |
|
|
* | | | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -137/+137 |
|
|
* | | | * generic/tclDecls.h: make genstubs | das | 2008-04-08 | 1 | -2/+2 |
|
|