| Commit message (Expand) | Author | Age | Files | Lines |
* | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 45 | -322/+334 |
|\ |
|
* \ | merge 8.7 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 3 | -62/+59 |
|\ \
| |/ |
|
| * | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 3 | -62/+60 |
| |\ |
|
| | * | TclPushVarName: rewritten iterators over token-strings considering utf-8 mult... | sebres | 2019-01-31 | 1 | -29/+33 |
|
|
| | * | code review with small amend (note nameLength is number of bytes, the argumen... | sebres | 2019-01-31 | 2 | -20/+18 |
|
|
| | * | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo... | sebres | 2019-01-30 | 2 | -15/+12 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 2 | -55/+19 |
|\ \ \
| |/ / |
|
| * | | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Ot... | jan.nijtmans | 2019-01-31 | 2 | -56/+20 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 24 | -94/+90 |
|\ \ \
| |/ / |
|
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 24 | -96/+92 |
|
|
* | | | merge 8.7 | sebres | 2019-01-28 | 2 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ... | sebres | 2019-01-28 | 2 | -2/+1 |
| |\ \
| | |/ |
|
| | * | merge 8.5 | sebres | 2019-01-28 | 1 | -1/+1 |
| | |\ |
|
| | | * | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it... | sebres | 2019-01-28 | 1 | -1/+1 |
|
|
| | * | | Remove unnecessary inclusion of tclPort.h in tclIntDecls.h | pooryorick | 2019-01-26 | 1 | -1/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-26 | 7 | -71/+41 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 10 | -57/+16 |
| |\ \ \
| | |/ / |
|
| | * | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 5 | -13/+13 |
|
|
| * | | | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
| |\ \ \
| | |/ / |
|
| | * | | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
| | |\ \
| | | |/ |
|
| | | * | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
|
|
| | | * | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f... | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
|
|
* | | | | merge 8.7 | sebres | 2019-01-25 | 5 | -282/+185 |
|\ \ \ \
| |/ / / |
|
| * | | | More simplifications in tclExecute.c (INST_EXPON), much more and well-arrange... | sebres | 2019-01-25 | 1 | -110/+115 |
|
|
| * | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 5 | -26/+25 |
|
|
| * | | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 4 | -146/+45 |
|
|
* | | | | Fix handling of 'a'/'A' in previous commit: Sinze TclGetByteArrayFromObj is a... | jan.nijtmans | 2019-01-24 | 1 | -2/+2 |
|
|
* | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 22 | -68/+76 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-18 | 3 | -15/+25 |
|\ \ \ \
| |/ / / |
|
| * | | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use... | jan.nijtmans | 2019-01-18 | 2 | -6/+17 |
|
|
| * | | | Slightly more efficient TclGetIntForIndexM macro, compared to previous commit | jan.nijtmans | 2019-01-17 | 1 | -5/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-16 | 8 | -97/+70 |
|\ \ \ \
| |/ / / |
|
| * | | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 7 | -93/+66 |
|
|
* | | | | next amend to [3e0a2d99f3]: fixes TclGetIntForIndex for border case of end of... | sebres | 2019-01-15 | 2 | -11/+22 |
|
|
* | | | | fixes out-of-range index [string is ... -fail idx ...] on 32-bit platform (sh... | sebres | 2019-01-15 | 1 | -1/+1 |
|
|
* | | | | merge 8.7 (mingw/win-autoconf build, etc) | sebres | 2019-01-14 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tc... | sebres | 2019-01-14 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | minor optimization: check length instead of content - don't touch other memor... | sebres | 2019-01-14 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 2 | -5/+60 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-01-13 | 2 | -5/+60 |
| |\ \ \
| | |/ / |
|
| | * | | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 2 | -3/+4 |
|
|
| | * | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+54 |
|
|
| | * | | Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1... | jan.nijtmans | 2019-01-11 | 1 | -1/+1 |
|
|
* | | | | merge 8.7 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 1 | -2/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 1 | -2/+6 |
| |\ \ \
| | |/ / |
|
| | * | | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ... | sebres | 2019-01-08 | 1 | -2/+6 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-31 | 1 | -5/+31 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem t... | jan.nijtmans | 2018-12-30 | 1 | -5/+31 |
|
|
* | | | | merge 8.7 | sebres | 2018-12-28 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 (resolved warnings) | sebres | 2018-12-28 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|