| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | Add type-cast, making sure that the unary minus is handled correctly on any c... | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
| |\ \
| | |/ |
|
| | * | Better fix for [3390638]: making the intVal variable unsigned prevents the ne... | jan.nijtmans | 2019-12-16 | 1 | -15/+4 |
|
|
| * | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app... | jan.nijtmans | 2019-12-02 | 1 | -1/+1 |
|
|
* | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -3/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem... | jan.nijtmans | 2019-09-12 | 1 | -27/+24 |
|
|
* | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it... | jan.nijtmans | 2019-10-29 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-12 | 1 | -3/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2019-09-12 | 1 | -3/+3 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making... | jan.nijtmans | 2019-09-12 | 1 | -8/+8 |
|
|
| | * | | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -10/+10 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -8/+8 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -8/+8 |
|
|
* | | | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
|/ / / / |
|
* | | | | TIP #544 implementation. Documentation still missing. | jan.nijtmans | 2019-05-15 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -3/+3 |
|
|
* | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch() | jan.nijtmans | 2019-03-27 | 1 | -1/+3 |
|
|
* | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -3/+3 |
|
|
* | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
|
|
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|
|
* | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 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 TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -11/+8 |
|
|
* | | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use... | jan.nijtmans | 2019-01-18 | 1 | -3/+7 |
|
|
* | | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -24/+18 |
|
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|
|
* | | | Merge and adapt 8.6 | dgp | 2018-11-09 | 1 | -0/+17 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | dgp | 2018-11-09 | 1 | -0/+17 |
| |\ \
| | |/ |
|
| | * | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -4/+17 |
|
|
| | * | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl... | sebres | 2018-11-09 | 1 | -0/+4 |
|
|
* | | | Implement TIP 445 | dkf | 2018-11-06 | 1 | -15/+15 |
|\ \ \ |
|
| * \ \ | merge 8.7 | dgp | 2018-10-24 | 1 | -115/+72 |
| |\ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2018-10-18 | 1 | -111/+360 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-03-15 | 1 | -72/+183 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-03-10 | 1 | -1/+138 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-23 | 1 | -5/+7 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-15 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-01-23 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -4/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|