| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 1 | -1/+1 |
|
|
* | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -23/+24 |
|
|
* | 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst... | jan.nijtmans | 2023-04-12 | 1 | -1/+1 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
* | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -8/+14 |
|
|
* | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -4/+4 |
|
|
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|
|
* | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
|
|
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | Revert change in ParseLexeme() too | jan.nijtmans | 2020-04-23 | 1 | -2/+3 |
|
|
* | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -3/+2 |
|\ |
|
| * | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has no | dgp | 2020-04-14 | 1 | -3/+2 |
|
|
| * | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f... | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
|
|
* | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
* | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
|
|
* | | More signed/unsigned type correction. | dgp | 2016-03-22 | 1 | -3/+3 |
|\ \ |
|
| * | | (cherry-pick): Fix signed-unsigned-compare warning (reported by François Vog... | jan.nijtmans | 2016-03-22 | 1 | -1/+1 |
|/ / |
|
* | | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). | dgp | 2015-07-29 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). | dgp | 2015-07-29 | 1 | -1/+3 |
|
|
* | | Fix some gcc compiler warnings (probably cygwin-only) | jan.nijtmans | 2014-12-08 | 1 | -20/+20 |
|\ \
| |/ |
|
| * | Fix some gcc compiler warnings (probably cygwin-only) | jan.nijtmans | 2014-12-08 | 1 | -3/+3 |
|
|
* | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c... | dgp | 2014-12-05 | 1 | -27/+24 |
|\ \
| |/ |
|
| * | Limit isalpha(.) calls in the expr parser to only apply to known ASCII | dgp | 2014-12-04 | 1 | -3/+4 |
|
|
| * | Stop using isalnum(.). Its results are not portable. Replace with our | dgp | 2014-12-04 | 1 | -5/+10 |
|
|
| * | Same issue in expr parser also tested and fixed. | dgp | 2014-11-26 | 1 | -20/+12 |
|
|
* | | Working towards better handling of stack balance with break and continue exce... | dkf | 2013-10-08 | 1 | -2/+2 |
|
|
* | | More macro use. | dgp | 2013-09-13 | 1 | -3/+1 |
|
|
* | | Push fixup on the stack only when needed. | dgp | 2013-09-12 | 1 | -12/+6 |
|
|
* | | Swap the two fixups used when compiling the ternary operator. | dgp | 2013-09-12 | 1 | -17/+16 |
|
|
* | | Stop allocating JumpFixups for jumps that can never need any fixing up. | dgp | 2013-09-12 | 1 | -22/+15 |
|
|
* | | Eliminate another surplus storage field. Make a(n ab)use of the existing | dgp | 2013-09-11 | 1 | -5/+7 |
|
|
* | | Make use of the existing JumpFixup fields. Eliminate extra storage | dgp | 2013-09-11 | 1 | -5/+2 |
|
|
* | | Stop the save and restore of currStackDepth. Just manage it correctly so | dgp | 2013-09-11 | 1 | -7/+1 |
|
|
* | | Make more use of the CompileTokens() macro. | dgp | 2013-06-25 | 1 | -2/+1 |
|
|
* | | Select improvements in stack depth estimates brought over from mig-review. | dgp | 2013-06-11 | 1 | -0/+1 |
|
|
* | | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -8/+5 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -1/+1 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| |\ |
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -154/+186 |
|
|
* | | | 3408408 Partial improvement by sharing as literals the computed values of | dgp | 2011-09-15 | 1 | -2/+24 |
|
|
| | | | |
| \ \ | |
*-. \ \ | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -45/+73 |
|\ \ \ \
| | |/ / |
|
| | * | | missing 'break' | dgp | 2011-09-07 | 1 | -0/+1 |
| |/ / |
|
| * | | Tidiness, comments, and tests. | dgp | 2011-09-07 | 1 | -5/+28 |
|
|
| * | | Don't extend numbers with non-alphanumeric characters into barewords. | dgp | 2011-09-06 | 1 | -0/+6 |
|
|
| * | | 3401704 New patch to enable nancy(), influence(), 99bottles(). | dgp | 2011-09-06 | 1 | -43/+38 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|