summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 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 TclpGetTZNamebug_3514475jan.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
|\ \ \ | |/ /
| * | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-10/+35
| |\ \ | | |/
| | * forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefilejan.nijtmans2012-03-261-20/+29
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-93/+155
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-123/+280
| |\ \ | | |/
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-11/+34
| | * many more cygwin functions presentjan.nijtmans2012-03-221-144/+197
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-6/+6
|\ \ \ | |/ /
| * | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-231-10/+10