summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
Commit message (Collapse)AuthorAgeFilesLines
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdkf2010-03-051-6/+6
| | | | Tcl, as this is about the last chance to get this right.
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-3/+3
| | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings
* Expose function to efficiently return current name of an object.dkf2009-07-191-4/+20
|
* CONST -> constnijtmans2008-10-171-22/+22
|
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-22/+22
| | | | and CONST -> const (.c files and internal .h files)
* Fix generation of stubs for the OO API.dkf2008-06-011-47/+46
|
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+190