summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-1/+1
| |/ |/|
* | 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
* | 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
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-5/+5
* | Merge 8.6jan.nijtmans2018-11-221-1/+1
|\ \ | |/
| * More coverity issuesdkf2018-11-201-1/+1
* | merge 8.7dgp2018-10-241-2/+1
|\ \
| * | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn...jan.nijtmans2018-10-211-2/+1
* | | merge 8.7dgp2018-10-181-2/+2
|\ \ \ | |/ /
| * | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_M...jan.nijtmans2018-09-221-2/+2
* | | Merge 8.7. Update two macros to TIP 445.dgp2018-04-061-3/+16
|\ \ \ | |/ /
| * | Plug memleak when [scan] raises an error.dgp2018-04-051-3/+16
* | | merge 8.7dgp2018-03-051-3/+3
|\ \ \ | |/ /
| * | We have LLONG_MIN and LLONG_MAX to denote range limits of Tcl_WideInt.dgp2018-03-011-2/+2
| * | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-1/+1
* | | merge 8.7dgp2018-02-151-8/+13
|\ \ \ | |/ /
| * | merge 8.7dgp2018-02-141-2/+2
| |\ \
| * \ \ merge 8.7jan.nijtmans2017-12-061-2/+10
| |\ \ \
| * \ \ \ Rebase to trunkjan.nijtmans2017-09-081-8/+13
| |\ \ \ \
| | * \ \ \ merge trunkjan.nijtmans2017-06-121-33/+33
| | |\ \ \ \
* | | \ \ \ \ merge 8.7dgp2018-02-061-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | merge 8.7dgp2017-11-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
| | |_|_|/ | |/| | |
* | | | | merge 8.7dgp2017-11-091-2/+10
|\ \ \ \ \ | |/ / / /
| * | | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as...jan.nijtmans2017-11-091-2/+10
| |/ / /
* | | | merge trunkdgp2017-09-051-2/+2
|\ \ \ \ | |/ / /
| * | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS...jan.nijtmans2017-09-011-2/+2
* | | | merge trunkdgp2017-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
| | |/ | |/|
* | | merge trunkdgp2017-06-061-33/+33
|\ \ \ | |/ /
| * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-33/+33
* | | merge trunkdgp2017-04-121-13/+8
|\ \ \ | |/ /
| * | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.dgp2017-04-121-13/+8
| |/
* | merge trunkdgp2017-04-061-8/+13
|\ \ | |/
| * Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-8/+13
* | Revise several ACCEPT_NAN stanzas.dgp2016-03-301-2/+4
|/
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-2/+2
* [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-0/+6
|\
| * [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-0/+6
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-23/+32
* | Minor tinkering with style.dkf2011-04-041-3/+7
* | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-4/+4
* | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-0/+11
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+6