summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-8/+8
* TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-3/+3
* Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-3/+3
* Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-1/+3
* Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-1/+1
* Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-3/+3
* Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-1/+1
* More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
* Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-1/+1
|\
| * Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-1/+1
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
|/
* New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ...jan.nijtmans2019-01-221-11/+8
* Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use...jan.nijtmans2019-01-181-3/+7
* More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-24/+18
* If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
* Merge and adapt 8.6dgp2018-11-091-0/+17
|\
| * merge 8.5dgp2018-11-091-0/+17
| |\
| | * Revise bug fix to support (length == 0) correctly.dgp2018-11-091-4/+17
| | * closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl...sebres2018-11-091-0/+4
* | | Implement TIP 445dkf2018-11-061-15/+15
|\ \ \
| * \ \ merge 8.7dgp2018-10-241-115/+72
| |\ \ \
| * \ \ \ merge 8.7dgp2018-10-181-111/+360
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-151-72/+183
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-03-101-1/+138
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-02-231-5/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-02-151-0/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2018-02-091-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-02-061-5/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-01-231-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-12-191-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-301-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-151-21/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-271-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-161-14/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Reduce direct use of the tclEmptyStringRep.dgp2016-10-121-3/+3
| * | | | | | | | | | | | | | | | | | | | Purge another direct access to bytes field.dgp2016-10-121-1/+1
| * | | | | | | | | | | | | | | | | | | | merge trunkdgp2016-07-091-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-221-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Revise the "end-offset" objType to use proposed routines, and not export ordgp2016-04-111-123/+34
| * | | | | | | | | | | | | | | | | | | | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-0/+2
| * | | | | | | | | | | | | | | | | | | | | | Revised "end-offset" Tcl_ObjType to use new routine.dgp2016-03-241-8/+7
* | | | | | | | | | | | | | | | | | | | | | | Fix compilation on Visual C++ 6.0, which doesn't have LLONG_MIN/LLONG_MAXjan.nijtmans2018-10-291-18/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Streamline and comment combined routine.dgp2018-10-231-24/+34
* | | | | | | | | | | | | | | | | | | | | | rework the logic a bitdgp2018-10-231-30/+27
* | | | | | | | | | | | | | | | | | | | | | End the deprecated practice of accepting "e" and "en" as valid index values.dgp2018-10-231-3/+5
* | | | | | | | | | | | | | | | | | | | | | Refactor the SetEndOffsetFromAny() routine into its only caller.dgp2018-10-231-102/+59