Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -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. | dkf | 2009-07-19 | 1 | -4/+20 |
| | |||||
* | CONST -> const | nijtmans | 2008-10-17 | 1 | -22/+22 |
| | |||||
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -22/+22 |
| | | | | and CONST -> const (.c files and internal .h files) | ||||
* | Fix generation of stubs for the OO API. | dkf | 2008-06-01 | 1 | -47/+46 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+190 |