| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
|\ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
|
|
| * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -4/+6 |
|
|
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
|
|
* | | Unbreak build | jan.nijtmans | 2021-04-13 | 1 | -1/+1 |
|
|
* | | Fix [f566e1c817]: macOS: -DTCL_NO_DEPRECATED | jan.nijtmans | 2021-04-12 | 1 | -1/+6 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -14/+14 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -9/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -1/+10 |
| |\ |
|
| | * | Same trouble fixed the same way in Tcl_AppendElement(). | dgp | 2020-04-09 | 1 | -1/+10 |
|
|
| * | | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio... | jan.nijtmans | 2020-01-25 | 1 | -4/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -19/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Some eol whitespace eliminations | jan.nijtmans | 2020-01-07 | 1 | -2/+2 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-01-06 | 1 | -19/+13 |
| |\ \ \
| | |/ / |
|
| | * | | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 1 | -19/+13 |
|
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -13/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -4/+4 |
| |\ \ \ |
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -13/+13 |
|
|
* | | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -4/+4 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -4/+4 |
| |/ / / |
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -9/+9 |
|/ / / |
|
* | | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th... | jan.nijtmans | 2019-05-09 | 1 | -5/+1 |
|
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT and | dgp | 2018-03-05 | 1 | -17/+0 |
|
|
* | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 1 | -1/+1 |
|
|
* | | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -2/+2 |
|
|
* | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -13/+42 |
|/ / |
|
* | | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -2/+2 |
|
|
* | | Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are ... | jan.nijtmans | 2013-07-05 | 1 | -0/+2 |
|
|
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+3 |
|
|
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -24/+33 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -23/+20 |
|
|
* | | [Bug 3386417] avoid a reference loop between the bytecode and its companion e... | ferrieux | 2011-08-09 | 1 | -0/+23 |
|
|
* | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -6/+9 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. | dgp | 2011-03-03 | 1 | -2/+2 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|