| 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 | 58 | -358/+369 |
|\ |
|
| * | merge-mark | jan.nijtmans | 2019-02-01 | 0 | -0/+0 |
| |\ |
|
| | * | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 166 | -12038/+25610 |
|
|
* | | | merge 8.7 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 5 | -69/+142 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 4 | -62/+82 |
| |\ \
| | |/ |
|
| | * | merge fix [e3f481f187] regression to lookup non-ASCII proc/lambda formal argu... | sebres | 2019-02-01 | 4 | -63/+84 |
| | |\ |
|
| | | * | 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 | 3 | -15/+34 |
|
|
| * | | | speedup "process.test" using signal (via file delete) for the child-process i... | sebres | 2019-02-01 | 1 | -7/+61 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 4 | -86/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | fix [f559bbde4e]: TclInt.h: tclUnixPort.h:162:13: fatal error: ../compat/unis... | jan.nijtmans | 2019-01-31 | 4 | -86/+1 |
| |\ \ \ |
|
| | * | | | Fix for [f559bbde4e] (even though that's not really a bug) | jan.nijtmans | 2019-01-28 | 4 | -86/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 3 | -57/+21 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Ot... | jan.nijtmans | 2019-01-31 | 2 | -56/+20 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-01-31 | 1 | -2/+2 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation error | jan.nijtmans | 2019-01-31 | 1 | -3/+3 |
| | |/ |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
|\ \ \
| |/ / |
|
| * | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
| |\ \ |
|
| | * \ | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
| | |\ \ |
|
| | | * | | Update to libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
|
|
* | | | | | 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 | 10 | -74/+44 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 13 | -60/+19 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 7 | -15/+15 |
|
|
| * | | | | | 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 |
|
|
* | | | | | | merge 8.7 | sebres | 2019-01-25 | 174 | -7800/+10836 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | renumeration of test | sebres | 2019-01-25 | 1 | -1/+1 |
|
|
| * | | | | | more tests for INST_EXPON: base -1, big exponent (odd/even). | sebres | 2019-01-25 | 1 | -3/+5 |
|
|
| * | | | | | More simplifications in tclExecute.c (INST_EXPON), much more and well-arrange... | sebres | 2019-01-25 | 2 | -112/+141 |
|
|
| * | | | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 8 | -27/+32 |
|
|
| * | | | | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 7 | -146/+64 |
|
|
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-01-22 | 5 | -33/+5 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ... | jan.nijtmans | 2019-01-22 | 5 | -34/+5 |
|
|
| * | | | | | Update included libtommath to v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 159 | -7464/+10553 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Merge libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | Update to libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
|
|
| * | | | | | fixes creation of libtcl.vfs using links, if ln-command does not support "-t"... | sebres | 2019-01-21 | 2 | -5/+5 |
|
|
| * | | | | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu... | sebres | 2019-01-21 | 4 | -8/+8 |
|
|
| * | | | | | speed up build process (preparing zip - creating of libtcl.vfs/tcl_library di... | sebres | 2019-01-21 | 2 | -11/+32 |
|
|
* | | | | | | 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 |
|
|