summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-251-7/+12
* Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-241-21/+54
* merge 8.5jan.nijtmans2018-05-141-5/+0
|\
| * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-5/+0
* | 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.5sebres2018-05-091-6/+7
|\ \ | |/
| * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-6/+7
* | 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
|\ \ | |/
| * fix genStubs.tcljan.nijtmans2012-05-251-3/+3
| |\
* | \ Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-3/+5
|\ \ \ | |/ /
| * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-6/+13
| |\ \ | | |/
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-3/+7
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-290/+168
|\ \ \ | |/ /
| * | fix merge problem on Linuxjan.nijtmans2012-05-231-563/+243
| |\ \
| | * | MAC_OSX_TK -> MAC_OSX_TCLjan.nijtmans2012-05-221-3/+3
| | * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-571/+251
| | |\ \ | |/ / / | | | _
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-277/+132
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-3/+7
| * | get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-20/+20
| |\ \ | | |/
* | | fix merge errorjan.nijtmans2012-04-241-0/+2
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-69/+122
|\ \ \ \ | | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-75/+238
| | |\ \ | |/ / / | | | _
| | * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-29/+58
| | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-4/+4
| | * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-17/+57
| * | Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-031-20/+6
| |\ \ | | |/
| | * cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-26/+22
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-031-15/+9
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-16/+19
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-16/+16
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-12/+10
* | | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-6/+26
|\ \ \ | |/ /