| Commit message (Expand) | Author | Age | Files | Lines |
* | Compatibility tweak wrt 8.6 | jan.nijtmans | 2021-03-09 | 1 | -2/+2 |
|
|
* | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 1 | -1/+1 |
|
|
* | Merge 8.7 | jan.nijtmans | 2021-03-09 | 1 | -1/+1 |
|\ |
|
* | | publicize TclWinConvertError | jan.nijtmans | 2020-12-10 | 1 | -0/+5 |
|/ |
|
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-03-25 | 1 | -7/+12 |
|\ |
|
| * | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ... | jan.nijtmans | 2020-03-25 | 1 | -7/+12 |
|
|
* | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR... | jan.nijtmans | 2020-03-24 | 1 | -21/+54 |
|\ \
| |/ |
|
| * | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions... | jan.nijtmans | 2020-03-24 | 1 | -21/+54 |
|
|
* | | merge 8.6 | jan.nijtmans | 2018-05-14 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | merge 8.5 | jan.nijtmans | 2018-05-14 | 1 | -5/+0 |
| |\ |
|
| | * | Unbreak build when HAVE_FTS is not set.
| jan.nijtmans | 2018-05-14 | 1 | -5/+0 |
|
|
* | | | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -8/+7 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -8/+7 |
| |\ \
| | |/ |
|
| | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ... | jan.nijtmans | 2018-05-11 | 1 | -8/+7 |
|
|
* | | | merge 8.6 | dgp | 2018-05-09 | 1 | -6/+7 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | sebres | 2018-05-09 | 1 | -6/+7 |
| |\ \
| | |/ |
|
| | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST... | sebres | 2018-05-09 | 1 | -6/+7 |
|
|
* | | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE... | jan.nijtmans | 2018-01-17 | 1 | -9/+11 |
|\ \ \ |
|
| * \ \ | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -0/+6 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -0/+4 |
|
|
* | | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -0/+2 |
| |/ / |
|
* | | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,... | jan.nijtmans | 2016-11-11 | 1 | -6/+6 |
|/ / |
|
* | | Fix compiler warnings in win32/cygwin build | jan.nijtmans | 2014-04-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix compiler warnings in win32/cygwin build. | jan.nijtmans | 2014-04-16 | 1 | -1/+1 |
|
|
* | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -0/+6 |
|
|
* | | 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 | -8/+8 |
|
|
* | | 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 |
|
|
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it... | jan.nijtmans | 2013-06-21 | 1 | -0/+2 |
|
|
* | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem... | jan.nijtmans | 2012-12-05 | 1 | -14/+27 |
|
|
* | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -6/+14 |
|
|
* | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -1/+4 |
|
|
* | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -3/+12 |
|
|
* | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -3/+3 |
| |\ |
|
* | \ | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -3/+5 |
|\ \ \
| |/ / |
|
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -6/+13 |
| |\ \
| | |/ |
|
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -3/+7 |
|
|
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-24 | 1 | -290/+168 |
|\ \ \
| |/ / |
|
| * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -563/+243 |
| |\ \ |
|
| | * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -3/+3 |
|
|
| | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -571/+251 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -277/+132 |
|
|