summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
Commit message (Collapse)AuthorAgeFilesLines
* Simplify macro handling in tclOO*Decls.h, just as already done in "novem" ↵jan.nijtmans2014-02-261-0/+1
| | | | | [0c37ab8944], itcl*Decls.h and tdbc*Decls.h. This doesn't change the way symbols are exported. This simplifications were already present in the Tcl 8.6.2 headers, but those were buggy when tclOO was linked in statically without using stubs.
* Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". jan.nijtmans2013-10-141-2/+1
| | | In pkgooa.c, check whether the internal TclOO stub table is initialized correctly as well, some internal simplifications and improved comments.
* Fix TclOO API export rules.dkf2013-10-021-1/+0
|
* Restore copyright assignments and some improved comments in tclOO.decls: ↵jan.nijtmans2013-09-301-3/+18
| | | | previous commit was a blind revert of [371bcd0714], but those changes should not have been reverted.
* Fix [f51efe99a7] by reverting [371bcd0714]jan.nijtmans2013-09-301-18/+3
|
* [dfc08326e3]: Corrected symbol export for TclOO to match Tcl so things work asdkf2013-09-281-3/+18
| | | expected in a static build.
* FRQ 3010352 implementationfreq_3010352_impljan.nijtmans2011-09-211-1/+1
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | | cause more harm than good. Purged them (except in zlib files).
* [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-151-46/+47
| | | | | | | | features to genStubs.tcl. Make the "generic" argument in the *.decls files optional (no change to any tcl*Decls.h files) This allows genStubs.tcl to generate the ttk stub files as well, while keeping full compatibility with existing *.decls files.
* [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