Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -21/+21 |
|\ \ | |/ | |||||
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -21/+21 |
| | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -28/+28 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -28/+28 |
| |\ | |||||
| | * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -54/+27 |
|\ \ \ | |/ / | |||||
| * | | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 1 | -54/+27 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -35/+62 |
|\ \ \ | |/ / | |||||
| * | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -27/+54 |
| |\ \ | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -14/+14 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-07-24 | 1 | -6/+6 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than ↵ | jan.nijtmans | 2019-07-23 | 1 | -6/+6 |
| |/ / | | | | | | | | | | rename the variables in something else. | ||||
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles ↵ | jan.nijtmans | 2019-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | warning-free now on MSVC. | ||||
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵ | jan.nijtmans | 2019-02-01 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | >2GiB in more places. | ||||
* | | | merge 8.7 | dgp | 2018-11-16 | 1 | -6/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dgp | 2018-11-16 | 1 | -6/+8 |
| |\ \ | | |/ | |||||
| | * | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 1 | -6/+8 |
| | | | |||||
| * | | Test cases (and some fixes) | dkf | 2018-10-28 | 1 | -2/+2 |
| | | | |||||
| * | | Definition and introspection commands. | dkf | 2018-10-28 | 1 | -0/+52 |
| | | | |||||
* | | | Implement TIP 524 | dgp | 2018-11-13 | 1 | -0/+52 |
| | | | |||||
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -2/+2 |
|/ / | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
* | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -3/+7 |
| | | |||||
* | | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -1/+2 |
| | | |||||
* | | Private methods seem to be working... | dkf | 2018-05-05 | 1 | -1/+2 |
| | | |||||
* | | Testing the private variables. | dkf | 2018-04-15 | 1 | -4/+20 |
| | | |||||
* | | Added tests for [info object creationid] | dkf | 2018-04-15 | 1 | -1/+1 |
| | | |||||
* | | Added introspectors mentioned in TIP. | dkf | 2018-04-12 | 1 | -19/+135 |
|/ | |||||
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a ↵ | dkf | 2015-11-21 | 1 | -0/+12 |
| | | | | method call. | ||||
* | Say what is meant more clearly, put syntax checks before semantic checks. | dkf | 2015-07-01 | 1 | -42/+43 |
| | |||||
* | Implementation of TIP #436: Improve TclOO isa Introspection | dkf | 2015-07-01 | 1 | -34/+25 |
| | |||||
* | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -22/+22 |
| | | | | | generation where we can detect that we're not in the WrongNumArgs case. The compiler just checks that the argument count is in the right range and issues a standard dispatch; that's enough to do an efficient job. | ||||
* | Slim down the code a bit more; we can make more safe assumptions. | dkf | 2012-12-17 | 1 | -13/+7 |
| | |||||
* | Simplify the [info object] and [info class] additions. | dgp | 2012-12-13 | 1 | -9/+3 |
| | |||||
* | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | Added more TclOO introspection bytecodes ([info object class], [info object ↵ | dkf | 2012-11-02 | 1 | -53/+32 |
| | | | | namespace]). Also moved TclOO-in-8.6 to using the main Tcl internal ensemble builder. | ||||
* | merge trunk | dgp | 2012-08-08 | 1 | -30/+34 |
|\ | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -30/+34 |
| | | |||||
* | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ | |||||
* | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 1 | -0/+1 |
| | |||||
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+90 |
| | |||||
* | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 1 | -13/+9 |
| | |||||
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -1/+134 |
| | | | | | | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | | Added more introspection: ability to look up namespace of an object. | dkf | 2009-05-15 | 1 | -1/+36 |
| | | |||||
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -21/+21 |
| | | | | | | | | etc.) | ||||
* | | Fix [Bug 2489836] | dkf | 2009-01-06 | 1 | -3/+7 |
| | | |||||
* | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -4/+4 |
| | | | | | | | | | | const tables. No functional or API change. |