summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-6/+0
|\ \ \ | |/ /
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-8/+97
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-14/+123
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-0/+32
| | * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-191-6/+37
* | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-0/+2
|\ \ \ | |/ /
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-8/+10
| |\ \ | | |/
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-6/+9
* | | 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
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-5/+5
| | * added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-281-5/+6
| | * * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-101-593/+593
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-585/+593
| | * commit genstubs generated files with unix line endingsdgp2004-05-171-585/+585
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-585/+585
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-11/+11
| * | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-5/+5
| * | Backport various formatting (spacing)nijtmans2010-02-071-128/+125
| * | Various CYGWIN-related fixesnijtmans2010-01-311-7/+7
| * | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+12
* | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-101-5/+5
* | | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-211-9/+9
* | | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-191-290/+9
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-38/+38
* | | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-85/+82
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-7/+7
* | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+12