Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | Fix "make test-packages" on cygwin | ||||
* | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -2/+4 |
| | |||||
* | merge trunk | dgp | 2012-08-08 | 1 | -30/+50 |
|\ | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -22/+26 |
| | | |||||
| * | import small refactoring from TclOO package codebase | dkf | 2012-07-31 | 1 | -8/+24 |
| | | |||||
* | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ | |||||
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
| | |||||
* | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -39/+29 |
| | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -1/+0 |
| | |||||
* | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -0/+23 |
| | |||||
* | gcc warning: unused but set variable | jan.nijtmans | 2012-03-27 | 1 | -2/+1 |
| | |||||
* | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -35/+115 |
| | |||||
* | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -134/+252 |
| | |||||
* | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -1/+19 |
| | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. | ||||
* | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -0/+1 |
| | | | adding a dummy ifneeded script) and not just some of them. | ||||
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+2 |
| | |||||
* | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 1 | -0/+16 |
| | |||||
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -46/+38 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | Reorganization of call context reference count management so that code | dkf | 2011-03-01 | 1 | -16/+5 |
| | | | is (mostly) simpler. | ||||
* | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 1 | -3/+3 |
| | | | | Tcl, as this is about the last chance to get this right. | ||||
* | Code Audit results: | dkf | 2010-03-05 | 1 | -3/+2 |
| | | | | | | | | * use do { ... } while (0) in macros * avoid shadowing one local variable with another * use clearer 'foo.bar++;' instead of '++foo.bar;' where result not required (i.e., semantically equivalent) * follow Engineering Manual rules on spacing and declarations | ||||
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 1 | -6/+24 |
| | |||||
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -3/+3 |
| | | | | | | | | 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] | ||||
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -2/+40 |
| | | | | reliably call the object's destructor. | ||||
* | [Bug 2949397]: Prevent destructors from running on the two core class objects | dkf | 2010-02-11 | 1 | -2/+9 |
| | | | | when the whole interpreter is being destroyed. | ||||
* | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 1 | -3/+3 |
| | | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE. | ||||
* | Chisel away at reducing the cost of recent changes. | dkf | 2010-02-02 | 1 | -59/+55 |
| | |||||
* | Make things compile... D'oh! | dkf | 2010-01-28 | 1 | -2/+2 |
| | |||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -15/+72 |
| | | | | Stop crashes from odd destruction routes. | ||||
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] | dkf | 2009-11-24 | 1 | -4/+44 |
| | |||||
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -3/+3 |
| | |||||
* | Expose function to efficiently return current name of an object. | dkf | 2009-07-19 | 1 | -2/+10 |
| | |||||
* | Reorganize method cache handling a bit to better support itcl nasty cases. | dkf | 2009-07-12 | 1 | -22/+38 |
| | | | | [Bug 1895546] | ||||
* | Fix [Bug 2414858]. | dkf | 2009-05-08 | 1 | -1/+2 |
| | |||||
* | Missed a spot. | dkf | 2009-05-05 | 1 | -2/+4 |
| | |||||
* | Stop deletion of support namespaces leading to a potential crash. | dkf | 2009-05-04 | 1 | -10/+58 |
| | |||||
* | Fix [Bug 2481109] | dkf | 2009-01-06 | 1 | -3/+5 |
| | |||||
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 1 | -6/+12 |
| | |||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -2/+20 |
| | |||||
* | Improve the semantics of C-implemented destructors slightly. | dkf | 2008-09-01 | 1 | -18/+31 |
| | |||||
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -1/+9 |
| | |||||
* | * generic/tclOO.c: Revised TclOO's check for an interp | dgp | 2008-08-06 | 1 | -2/+2 |
| | | | | | | | | | | being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727]. | ||||
* | new TclNRAddCallback macro for internal use instead of the public | Miguel Sofer | 2008-07-18 | 1 | -4/+4 |
| | | | | Tcl_NRAddCallback | ||||
* | NRE-enable the TclOO constructor system. | dkf | 2008-07-18 | 1 | -11/+140 |
| | |||||
* | * generic/tcl.decls: Change the public api prefix from | Miguel Sofer | 2008-07-18 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | * generic/tcl.h: TclNR_foo to Tcl_NRfoo * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclInterp.c: * generic/tclNRE.h: * generic/tclNamesp.c: * generic/tclOO.c: * generic/tclOOBasic.c: * generic/tclOOCall.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclStubInit.c: | ||||
* | NRE-aware TclOO. | dkf | 2008-07-16 | 1 | -10/+126 |
| | |||||
* | Make [next] work as described in TIP. [Bug 1998244] | dkf | 2008-06-19 | 1 | -6/+15 |
| | |||||
* | * generic/tclOO.c: use TclOOStubs hooks field to retrieve | das | 2008-06-12 | 1 | -3/+3 |
| | | | | | | | * generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: * generic/tclOOStubInit.c: * generic/tclOOStubLib.c: | ||||
* | * generic/tclOO.c (ReleaseClassContents): Fix the one remaining | Kevin B Kenny | 2008-06-02 | 1 | -1/+5 |
| | | | | | | | valgrind complaint about oo.test, caused by failing to protect the Object as well as the Class corresponding to a subclass being deleted and hence getting a freed-memory read when attempting to delete the class command. [Bug 1981001] | ||||
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in | das | 2008-05-31 | 1 | -5/+6 |
| | | | | | | | | | | | | | | * 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: |