summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-0/+6
* add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
|\
| * add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
|\ \ | |/
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
| |\
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-92/+49
|\ \ \ | |/ /
| * | fix merge problem on Linuxjan.nijtmans2012-05-231-92/+49
| |\ \
| | * \ Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-94/+51
| | |\ \ | |/ / / | | | _
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-100/+32
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-4/+7
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
|\ \ \ \ | | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
| | |\ \ | |/ / / | | | _
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
| | |\
| | | * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-17/+21
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-2/+2
| | | * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-2/+26
| | |/
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-6/+8
|\ \ \
| * | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-9/+12
* | | | some formatting (*.decls)jan.nijtmans2012-04-041-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | some formatting (*.decls)jan.nijtmans2012-04-041-3/+3
| |\ \ \ | | | |/ | | |/|
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
|\ \ \ \ | |/ / /
| * | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
| |\ \ \ | | |/ /
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
| | |\ \
* | | \ \ Remove the TclpGetTZName implementation for Cygwinjan.nijtmans2012-04-031-15/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-031-17/+4
| |\ \ \ | | |/ /
| | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-267/+265
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-5/+5
|\ \ \ \ | |/ / /
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-5/+5
| |\ \ \ | | |/ /
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-5/+5
| | |/
* | | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-117/+4
|\ \ \ | |/ /
| * | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-448/+336
| |\ \ | | |/
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-18/+162
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-11/+155
| |\ \ | | |/
| | * add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-231-0/+2
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-2/+10
| | * many more cygwin functions presentjan.nijtmans2012-03-221-85/+113
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-5/+5
|\ \ \ | |/ /
| * | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-231-7/+7
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-0/+3
| | * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-191-1/+6
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-1/+1
| |\ \ | | |/
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-5/+5
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0