summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge 8.7jan.nijtmans2019-08-281-6/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-08-281-6/+5
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-6/+5
* | | | | Merge 8.7jan.nijtmans2019-03-181-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-181-1/+1
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-03-151-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-1/+1
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-03-021-2/+2
|\ \ \ | |/ /
| * | Minor optimization in UTF-8 handling, and add some comments describing how Tc...jan.nijtmans2019-03-021-2/+2
| |\ \ | | |/
| | * Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c...jan.nijtmans2019-03-021-2/+2
| | * Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-2/+2
* | | Merge 8.7jan.nijtmans2019-02-271-3/+3
|\ \ \ | |/ /
| * | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-1/+1
| * | Minor optimizationsjan.nijtmans2019-02-191-1/+1
| * | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)...jan.nijtmans2019-02-181-2/+2
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-1/+1
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | | Merge 8.7jan.nijtmans2018-12-121-5/+5
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-5/+5
* | | Merge 8.7jan.nijtmans2018-11-221-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-221-1/+1
| |\ \ | | |/
| | * More coverity issuesdkf2018-11-201-1/+1
* | | Implement TIP 445dgp2018-11-131-2/+4
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-241-2/+1
| |\ \
| * \ \ merge 8.7dgp2018-10-181-2/+2
| |\ \ \
| * \ \ \ Merge 8.7. Update two macros to TIP 445.dgp2018-04-061-3/+16
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-051-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-02-151-8/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-02-061-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2017-11-301-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-091-2/+10
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | merge trunkdgp2017-09-051-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-06-061-33/+33
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-121-13/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-061-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Revise several ACCEPT_NAN stanzas.dgp2016-03-301-2/+4
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2018-10-211-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn...jan.nijtmans2018-10-211-2/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-09-221-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_M...jan.nijtmans2018-09-221-2/+2
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-7/+7
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | merge 8.7dgp2018-04-051-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Plug memleak when [scan] raises an error.dgp2018-04-051-3/+16
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge 8.7jan.nijtmans2018-03-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt.dgp2018-03-011-2/+2
* | | | | | | | | | | | Merge 8.7jan.nijtmans2018-02-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |