| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-branch | dkf | 2019-05-17 | 1 | -1/+2 |
|\ |
|
| * | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -1/+1 |
|
|
| * | leak plug completed | dgp | 2019-05-03 | 1 | -1/+1 |
|
|
| * | WIP | dgp | 2019-05-01 | 1 | -0/+1 |
|
|
* | | Implementation of [file tempdir]; hand-tested on OSX... | dkf | 2019-04-30 | 1 | -0/+1 |
|/ |
|
* | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -0/+3 |
|
|
* | Implement TIP 504 | dkf | 2019-04-14 | 1 | -0/+3 |
|\ |
|
| * | merge 8.7 | dgp | 2019-04-08 | 1 | -16/+35 |
| |\ |
|
| * \ | merge 8.7 | dgp | 2019-02-14 | 1 | -20/+19 |
| |\ \ |
|
| * \ \ | merge 8.7 | dgp | 2018-11-19 | 1 | -32/+49 |
| |\ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2018-10-27 | 1 | -4/+4 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-10-17 | 1 | -8/+41 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-09-11 | 1 | -13/+19 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-06-04 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-24 | 1 | -31/+46 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-11 | 1 | -0/+14 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-25 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | A compiler for [string insert] mirroring the one for [linsert]. | dgp | 2018-03-21 | 1 | -0/+3 |
|
|
* | | | | | | | | | | | | | Implement TIP 367 | dkf | 2019-04-14 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Implementation of [lremove]. | dkf | 2019-03-30 | 1 | -0/+3 |
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -0/+25 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -1/+0 |
|
|
* | | | | | | | | | | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -0/+11 |
|
|
* | | | | | | | | | | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 1 | -31/+100 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -6/+0 |
|
|
* | | | | | | | | | | | | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
|
|
* | | | | | | | | | | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -1/+3 |
|
|
* | | | | | | | | | | | | | | Revert recent commit that breaks the encapsulation interface of TIP 445. | dgp | 2019-02-22 | 1 | -3/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | code review with small amend (note nameLength is number of bytes, the argumen... | sebres | 2019-01-31 | 1 | -3/+2 |
|
|
| * | | | | | | | | | | | | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo... | sebres | 2019-01-30 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Ot... | jan.nijtmans | 2019-01-31 | 1 | -1/+3 |
|
|
* | | | | | | | | | | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -0/+2 |
|
|
* | | | | | | | | | | | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | Slightly more efficient TclGetIntForIndexM macro, compared to previous commit | jan.nijtmans | 2019-01-17 | 1 | -5/+5 |
|
|
* | | | | | | | | | | | | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -3/+2 |
|
|
* | | | | | | | | | | | | | Remove unused MODULE_SCOPE functions | jan.nijtmans | 2018-12-20 | 1 | -5/+0 |
|
|
* | | | | | | | | | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu... | jan.nijtmans | 2018-11-27 | 1 | -0/+1 |
|
|
* | | | | | | | | | | | | | merge 8.6 | sebres | 2018-11-22 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
| | | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -16/+16 |
|
|
* | | | | | | | | | | | | | Implement TIP 523 | dkf | 2018-11-06 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Implement TIP 523, New lpop command | pspjuth | 2018-10-22 | 1 | -0/+3 |
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | merge 8.7 | dgp | 2018-10-24 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|