summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-33/+120
|\
| * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-33/+120
| |\
| | * 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
* | | [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
| | |/
* | | 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 directlyjan.nijtmans2011-03-251-4/+4
* | | 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/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-1/+20
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-1/+62
| | * make genstubsdkf2004-10-141-1/+17
| | * * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-101-942/+942
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-941/+942
| | * commit genstubs generated files with unix line endingsdgp2004-05-171-941/+941
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-941/+941
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-3/+13
| | * * generic/tcl.decls:das2003-05-131-1/+2
| | * * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-1/+24
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+9
| * | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-2/+2
| * | Backport various formatting (spacing)nijtmans2010-02-071-49/+1
| * | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-1/+8
| * | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+2
* | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-0/+1
* | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-2/+2
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+4
* | | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-161-1/+2
* | | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-251-14/+2
* | | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-211-113/+113
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-2/+14
* | | * generic/tclInt.decs: Reverted to the original TIP 337 implementationdgp2010-07-021-2/+2
* | | [Bug #803489] Tcl_FindNamespace problem in the Stubs tablenijtmans2010-07-021-2/+2
* | | * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdefdkf2010-04-261-1/+7
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-1/+4
* | | regendkf2010-03-201-2/+3
* | | Fix Bug #2959713: Link error with gcc 4.1nijtmans2010-02-281-1/+2