summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-6/+25
| | | | | | | | | | | | (should work, but not yet tested on UNIX)
| | | * merge trunkjan.nijtmans2012-04-241-1/+1
| | | |\
| | | * \ merge core-8-4-branchjan.nijtmans2012-04-111-1/+1
| | | |\ \
| | | * | | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| | | * | | merge core-8-4-branchjan.nijtmans2012-04-041-0/+1
| | | |\ \ \
| | | * | | | implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-1/+17
| | | | | | |
| * | | | | | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' ↵jan.nijtmans2012-04-231-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | differs in parameter lists from 'int (__cdecl *)(int ,int )'
* | | | | | | merge trunkdkf2012-04-201-9/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | make some more internal tables constjan.nijtmans2012-04-181-9/+9
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | a few CONST -> const changes
| | * | | | | make some more internal tables constjan.nijtmans2012-04-181-9/+9
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | a few CONST -> const changes
| | | * | | | make some more internal tables CONSTjan.nijtmans2012-04-181-1/+1
| | | | |_|/ | | | |/| | | | | | | | fix compilation with -DNO_CONST
* | | | | | merge trunkdkf2012-04-141-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-2/+2
| |\ \ \ \ \
| | * | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-16/+4
| | | | | | |
* | | | | | | merge trunkdkf2012-04-051-32/+37
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | some formatting (*.decls)jan.nijtmans2012-04-041-0/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | remove some unused cygwin-related code some minor gcc warnings
| | * | | | | some formatting (*.decls)jan.nijtmans2012-04-041-2/+2
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings
| | | * | | | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-1/+1
| | | | |_|/ | | | |/| | | | | | | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings
| | * | | | Quick workaround for busted branch tip.dgp2012-04-041-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Quick workaround for busted branch tip.dgp2012-04-041-0/+1
| | | | |/ | | | |/|
| * | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-2/+15
| |\ \ \ \ | | |/ / /
| | * | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-2/+22
| | |\ \ \ | | | |/ /
| | | * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-2/+22
| | | |\ \
| | | | * | better solution for bug-510001bug_510001jan.nijtmans2012-03-291-0/+7
| | | | | | | | | | | | | | | | | | it fills a correctly working stub entry for Win64
| * | | | | Remove the TclpGetTZName implementation for Cygwinjan.nijtmans2012-04-031-19/+2
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | (from 2012-04-02 commit)
| | | | |
| | | \ \
| | *-. \ \ Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-031-19/+2
| | |\ \ \ \ | | | | |/ /
| | | | * | remove unused ThreadSpecificDatajan.nijtmans2012-04-031-5/+0
| | | |/ /
| | | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-13/+1
| | | | | | | | | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-21/+29
| |\ \ \ \ | | |/ / / | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-21/+28
| | |\ \ \ | | | |/ / | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-21/+28
| | | |/ | | | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | | | Start of implementation of TIP 400: zlib improvementsdkf2012-03-311-0/+1
|/ / /
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-33/+120
|\ \ \ | |/ / | | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-33/+120
| |\ \ | | |/ | | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.
| | * add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-231-3/+5
| | |
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-24/+23
| | |
| | * many more cygwin functions presentjan.nijtmans2012-03-221-18/+102
| | |
* | | [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
|\ \ \ | |/ /
| * | [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
| |\ \ | | |/
| | * [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
| | |
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-1/+1
| | | | | | | | | (backported from Tcl 8.5)
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+86
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+86
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-5/+76
| | |\
| | | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-5/+56
| | | |
| | | * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-191-1/+23
| | |/ | | | | | | (works on cygwin, on other UNIX not yet complete)
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+1
|\ \ \ | |/ /
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+1
| | |
* | | 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-0/+2
| |\ \ | | |/ | | | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions