summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
Commit message (Collapse)AuthorAgeFilesLines
* TIP #336 IMPLEMENTATIONdgp2008-12-021-4/+4
| | | | | | | | | | | | | | | | | | * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine. * generic/tcl.h: Dropped default access to interp->errorLine. * generic/tclCmdAH.c: Restore it with -DUSE_INTERP_ERRORLINE. * generic/tclCmdMZ.c: Updated callers. * generic/tclDictObj.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclOOBasic.c: * generic/tclOODefinedCmds.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclResult.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-34/+64
|
* Fix [Bug 2155658]dkf2008-10-101-1/+7
|
* Implementation of TIP #320.#320.#320.dkf2008-09-231-1/+95
|
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1831
|
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-953/+0
|
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+953
other developers