summaryrefslogtreecommitdiffstats
path: root/generic/tclOOBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-31/+31
* More -Wconversion warning fixesjan.nijtmans2023-03-081-19/+21
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-22/+22
* Merge 8.7jan.nijtmans2022-11-111-1/+2
|\
| * Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-111-1/+1
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-19/+19
|\ \
| * \ Merge 9.0jan.nijtmans2022-04-141-3/+2
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-02-241-3/+3
| |\ \
| * | | Fix ParseArgsObjv() wrapperjan.nijtmans2022-01-281-1/+1
| * | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-1/+1
| * | | more progressjan.nijtmans2022-01-261-4/+4
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+2
| | |/ | |/|
* | | More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-3/+3
| |/ |/|
* | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | Merge 8.7jan.nijtmans2020-08-131-1/+1
|\ \ | |/
| * More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-1/+1
* | Merge 8.7jan.nijtmans2020-03-071-26/+13
|\ \ | |/
| * Unused arguments in the OO source code files.dgp2020-03-071-26/+13
* | Merge 8.7jan.nijtmans2020-02-281-27/+40
|\ \ | |/
| * Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-13/+26
| |\
| * \ Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ | | |/
| * | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-15/+15
* | | Merge 8.7jan.nijtmans2019-08-151-2/+2
|\ \ \ | | |/ | |/|
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-2/+2
| |/
* | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1
* | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-5/+5
|\ \ | |/
* | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-1/+1
* | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-3/+29
|\ \ | |/
| * Add better error handling and make the delegation work with cloning.dkf2018-06-271-2/+12
| * Make the delegates work by moving their creation into C.dkf2018-06-231-3/+19
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-3/+3
|\ \ | |/
* | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-4/+4
|/
* Correct results from unknown method handler.dkf2018-05-131-1/+25
* More efficient way of getting array element names; why search when direct loo...dkf2018-05-071-14/+4
* Make the 'varname' method know about private variables.dkf2018-05-071-0/+53
* Private methods seem to be working...dkf2018-05-051-1/+2
* TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd.pooryorick2017-12-261-13/+0
* Rebase for final implementation workdkf2017-06-221-5/+27
* explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-5/+1
* added compilation for [nextto]dkf2014-01-191-4/+16
* make function static once more; not needed outside of source filedkf2014-01-071-12/+9
* merge main working branchdkf2013-12-301-34/+37
|\
| * Bump TclOO version to 1.0.1dkf2013-09-181-1/+1
| * Don't allocate memory until you know you're going to use it and arrange fordgp2013-08-211-1/+2