summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-1/+5
* Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-161-5/+7
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-3/+3
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-8/+7
* [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-251-10/+5
* [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-241-5/+5
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-211-6/+6
* [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-191-3165/+10
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-8/+18
* [Bug 3029891] Functions that don't belong in the stub table.nijtmans2010-07-241-1/+13
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-3/+3
* Add missing "const" in signature,nijtmans2010-04-021-9/+9
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-1/+35
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-526/+526
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-1069/+1016
* TIP #356 IMPLEMENTATIONdgp2009-09-241-1/+12
* TIP #353 IMPLEMENTATIONdgp2009-08-121-1/+12
* [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-271-3/+3
* CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-117/+1
* Fix my silly blunders. [Bug 2470237]dkf2008-12-271-6/+6
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-271-8/+8
* VOID -> voidnijtmans2008-12-181-5/+5
* fix line endingsdgp2008-12-181-7043/+7043
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-7032/+7043
* * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-161-1/+22
* * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).dgp2008-12-151-3/+3
* regendkf2008-12-111-1/+132
* TIP #337 IMPLEMENTATIONdgp2008-12-091-1/+12
* regendkf2008-12-051-1/+11
* regendkf2008-12-051-125/+139
* TIP #336 IMPLEMENTATIONdgp2008-12-021-1/+21
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-3/+3
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-896/+896
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-3/+3
* * doc/ChnlStack.3: CONSTified the typePtr argumentnijtmans2008-10-041-7/+7
* * doc/Hash.3: CONSTified the typePtr argumentnijtmans2008-10-041-3/+3
* * doc/RegConfig.3: CONSTified the configuration argumentnijtmans2008-10-041-3/+3
* * doc/GetIndex.3: CONSTified the tablePtr argumentnijtmans2008-10-041-3/+4
* regen againdkf2008-10-031-6/+11
* Regendkf2008-10-021-1/+8
* regendkf2008-09-281-32/+49
* Implement TIP #316.dkf2008-09-241-1/+142
* * generic/tcl.h: Reduced the use of CONST86 and eliminateddgp2008-08-211-30/+29
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-32/+32
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-15/+17
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-7/+8
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-5/+5
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-9/+10
* fix line-endingsdas2008-07-221-6651/+6651
* TIP #304 implementationferrieux2008-07-211-6639/+6651