summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubInit.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.tcl features to genStubs.tcl, partly:nijtmans2010-08-211-2/+2
| | | | Use void (*reserved$i)(void) = 0 instead of void *reserved$i = NULL for unused stub entries, in case pointer-to-function and pointer-to-object are different sizes.
* * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdefdkf2010-04-261-1/+5
| | | | | * generic/tclOOStubInit.c: guards) to ensure that warnings are issued when these files are older than the various *.decls files.
* reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-5/+5
| | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611]
* Follow-up to earlier commit today:nijtmans2010-02-051-8/+6
| | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE.
* Remove double includes (which causes anijtmans2010-01-251-2/+1
| | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore
* Expose function to efficiently return current name of an object.dkf2009-07-191-1/+2
|
* fix line-endingsdas2008-07-221-78/+78
|
* TIP #304 implementationferrieux2008-07-211-78/+78
|
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-121-8/+3
| | | | | | | * generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: * generic/tclOOStubInit.c: * generic/tclOOStubLib.c:
* More patches to make stub generation work.dkf2008-06-011-27/+27
|
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-4/+8
| | | | | | | | | | | | | | * unix/Makefile.in: stub lib; disable broken tclOO genstubs * generic/tclOO.c: make tclOO stubs tables 'static const' * generic/tclOODecls.h: and stub table pointers MODULE_SCOPE * generic/tclOOIntDecls.h: (change generated files manually * generic/tclOOStubInit.c: pending genstubs support for tclOO). * generic/tclOOStubLib.c: * generic/tclOO.c: fix warnings for 'int<->ptr conversion' * generic/tclOOCall.c: and 'signed vs unsigned comparison'. * generic/tclOOMethod.c:
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+79