summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubLib.c
Commit message (Collapse)AuthorAgeFilesLines
* Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and ↵jan.nijtmans2013-01-071-44/+28
| | | | | Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions.
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-5/+6
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-1/+0
| | | cause more harm than good. Purged them (except in zlib files).
* Remove double includes (which causes anijtmans2010-01-251-3/+1
| | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-121-5/+5
| | | | | | | * 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-10/+2
|
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-6/+19
| | | | | | | | | | | | | | * 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/+82