summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-09-171-1/+1
|\
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-6/+6
* | Merge 8.7jan.nijtmans2020-03-251-7/+12
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-03-251-7/+12
| |\
| | * Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-251-7/+12
* | | Merge 8.7.jan.nijtmans2020-03-241-21/+54
|\ \ \ | |/ /
| * | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR...jan.nijtmans2020-03-241-21/+54
| |\ \ | | |/
| | * Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-241-21/+54
* | | Merge 8.7. jan.nijtmans2018-09-051-5/+5
|\ \ \ | |/ /
| * | merge 8.6jan.nijtmans2018-05-141-5/+0
| |\ \ | | |/
| | * merge 8.5jan.nijtmans2018-05-141-5/+0
| | |\
| | | * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-5/+0
* | | | merge 8.7jan.nijtmans2018-05-111-6/+0
|\ \ \ \ | |/ / /
| * | | merge 8.6jan.nijtmans2018-05-111-8/+7
| |\ \ \ | | |/ /
| | * | merge 8.5jan.nijtmans2018-05-111-8/+7
| | |\ \ | | | |/
| | | * Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-111-8/+7
* | | | merge 8.7dgp2018-05-091-0/+1
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-05-091-6/+7
| |\ \ \ | | |/ /
| | * | merge 8.5sebres2018-05-091-6/+7
| | |\ \ | | | |/
| | | * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-6/+7
* | | | Remove Tcl_CaseObjCmd from tclInt.h as well (was missing in previous commit)jan.nijtmans2018-01-171-1/+0
* | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-4/+0
|\ \ \ \ | |/ / /
| * | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE...jan.nijtmans2018-01-171-9/+11
| |\ \ \
| | * \ \ merge core-8-branchjan.nijtmans2018-01-121-0/+6
| | |\ \ \ | | |/ / / | |/| | |
* | | | | merge core-8-branchjan.nijtmans2018-01-101-5/+7
|\ \ \ \ \ | |/ / / /
| * | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-0/+4
* | | | | merge core-8-branch. jan.nijtmans2017-12-091-5/+4
|\ \ \ \ \ | |/ / / /
| * | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-231-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-0/+2
| | |/ /
* | | | Forgot TclpGetTime()jan.nijtmans2017-11-081-10/+6
* | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo...jan.nijtmans2017-11-081-88/+43
|/ / /
* | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-111-6/+6
|/ /
* | Fix compiler warnings in win32/cygwin buildjan.nijtmans2014-04-161-1/+1
|\ \ | |/
| * Fix compiler warnings in win32/cygwin build.jan.nijtmans2014-04-161-1/+1
* | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-0/+6
|\ \ | |/
| * Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-0/+6
* | 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-8/+8
* | 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
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-211-0/+2
* | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem...jan.nijtmans2012-12-051-14/+27
* | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-6/+14
* | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-241-1/+4
|\ \ | |/
| * make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-241-1/+4
* | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-3/+7
|\ \ | |/
| * add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-3/+12
* | fix genStubs.tcl for OSXjan.nijtmans2012-05-251-3/+3
|\ \ | |/