Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
|\ | |||||
| * | Use TclListObjLength/TclListObjGetElements in stead of ↵ | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
| | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type | ||||
* | | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ↵ | jan.nijtmans | 2022-01-12 | 1 | -2/+2 |
| | | | | | | | | macro's like this. | ||||
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 1 | -4/+4 |
| | | | | | | | | stead of Tcl_NewIntObj() | ||||
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -20/+19 |
| | | |||||
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -3/+3 |
| | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
| | | | | | | | | size_t or int | ||||
* | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
| | | |||||
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -3/+0 |
| | | |||||
* | | More | dgp | 2020-03-09 | 1 | -10/+4 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -2/+4 |
|\ \ | |||||
| * \ | merge 8.7 | dgp | 2019-12-30 | 1 | -21/+21 |
| |\ \ | |||||
| * | | | Start of TIP 543 implementation. | dgp | 2019-05-10 | 1 | -2/+4 |
| | | | | |||||
* | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -0/+2 |
|\ \ \ \ | | |/ / | |/| | | | | | | Windows) without -Wunused-parameters warnings | ||||
* | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -13/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Remove "register" keyword in various places. Also add some type-casts to ↵ | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | help C++ compatibility. | ||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -18/+18 |
| |/ / / | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -31/+31 |
|\ \ \ \ | |/ / / | |||||
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -3/+3 |
|/ / | |||||
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
| | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -12/+4 |
|\ \ | |/ | | | In addition, tclWinSerial.c: Change back two internal variables from size_t -> int, shouldn't have been done here. | ||||
| * | More coverity issues | dkf | 2018-11-20 | 1 | -12/+4 |
| | | |||||
* | | merge 8.6 | dgp | 2018-04-19 | 1 | -0/+41 |
|\ \ | |/ | |||||
| * | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+41 |
| | | |||||
* | | merge 8.6 | dgp | 2018-04-17 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | merge 8.5 | dgp | 2018-04-17 | 1 | -1/+11 |
| |\ | |||||
| | * | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. | dgp | 2018-04-17 | 1 | -1/+11 |
| | | | |||||
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as ↵ | jan.nijtmans | 2013-04-19 | 1 | -0/+3 |
| | | | | | | | | | | | | (faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct | ||||
* | | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a ↵ | jan.nijtmans | 2017-03-21 | 1 | -0/+6 |
| | | | | | | | | | | | | few more stub entries which are not used any more. | ||||
* | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
| | | | | | | | | | | | | in many places where possible. | ||||
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|/ / | |||||
* | | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are ↵ | jan.nijtmans | 2016-01-18 | 1 | -1/+2 |
| | | | | | | | | deprecated functions. | ||||
* | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -10/+10 |
| | | |||||
* | | Possible fix for testing. | dgp | 2014-10-02 | 1 | -4/+3 |
| | | |||||
* | | [bc1a96407a] Partial solution should avoid crash, but may lead to wrong ↵ | dgp | 2014-10-02 | 1 | -1/+5 |
| | | | | | | | | behavior. | ||||
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 |
| | | |||||
* | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> ↵ | jan.nijtmans | 2013-02-27 | 1 | -2/+4 |
| | | | | | | | | Tcl_VarTraceInfo2 conversions. | ||||
* | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -1/+5 |
|\ \ | |/ | | | Test-case and fix provided by Poor Yorick. | ||||
| * | revert mangling with "code" variable. This caused unrelated var.test failures. | jan.nijtmans | 2013-02-19 | 1 | -3/+3 |
| | | |||||
| * | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -3/+7 |
| | | | | | | Test-case and fix provided by Poor Yorick. | ||||
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | | | | Fix "make test-packages" on cygwin |