summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
Commit message (Expand)AuthorAgeFilesLines
* TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-11/+11
* Change 'skip' argument from int to size_t. Should have been part of TIP #630...jan.nijtmans2022-09-091-2/+2
* Merge 8.7jan.nijtmans2022-08-211-0/+14
|\
| * Merge 8.7jan.nijtmans2022-06-251-11/+11
| |\
| | * Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr...jan.nijtmans2022-06-231-11/+11
| * | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-0/+14
| |/
* | some morejan.nijtmans2022-02-211-2/+2
* | more int->size_tjan.nijtmans2022-02-171-4/+4
* | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-1/+1
* | Almost complete (at least the API)jan.nijtmans2022-01-271-1/+1
* | more progressjan.nijtmans2022-01-261-1/+1
* | Merge 8.7jan.nijtmans2021-09-271-1/+4
|\ \ | |/
| * Turn code snippets in TIP into a branch.dkf2021-08-011-0/+6
* | Merge 8.7jan.nijtmans2021-08-271-1/+1
|\ \
| * \ repair broken builddgp2021-08-261-1/+1
| |\ \
| | * | repair broken builddgp2021-08-261-1/+1
* | | | Merge 8.7jan.nijtmans2021-08-261-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-08-261-0/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Add a few spare unused stub entries in TclOOjan.nijtmans2021-08-261-0/+3
* | | Merge 8.7jan.nijtmans2021-01-271-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-01-271-1/+1
| |\ \ | | |/
| | * *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-1/+1
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-2/+5
|\ \ \ | |/ /
| * | Minor updates to C API to handle private methods.dkf2018-05-191-0/+3
| * | Corrections for a number of small things to align with TIPdkf2018-05-191-2/+2
| |/
* | change ClientData -> void * in a lot of places (mainly header files)jan.nijtmans2017-12-281-11/+11
|/
* Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c...jan.nijtmans2014-02-261-0/+1
* Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". jan.nijtmans2013-10-141-2/+1
* Fix TclOO API export rules.dkf2013-10-021-1/+0
* Restore copyright assignments and some improved comments in tclOO.decls: prev...jan.nijtmans2013-09-301-3/+18
* Fix [f51efe99a7] by reverting [371bcd0714]jan.nijtmans2013-09-301-18/+3
* [dfc08326e3]: Corrected symbol export for TclOO to match Tcl so things work asdkf2013-09-281-3/+18
* FRQ 3010352 implementationjan.nijtmans2011-09-211-1/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-151-46/+47
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdkf2010-03-051-6/+6
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-3/+3
* Expose function to efficiently return current name of an object.dkf2009-07-191-4/+20
* CONST -> constnijtmans2008-10-171-22/+22
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-22/+22
* Fix generation of stubs for the OO API.dkf2008-06-011-47/+46
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+190