summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
* tip-551 implementation.griffin2020-05-301-2/+2
|\
| * Update for TIP-551: griffin2020-05-231-2/+2
* | merge 8.6dgp2020-04-021-8/+1
|\ \
| * | One more caller conversion that simplifies.dgp2020-04-021-8/+1
* | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | More TCL_UNUSED.dgp2020-03-081-2/+1
* | | Merge 8.7jan.nijtmans2020-02-131-2/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-12-131-6/+4
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-031-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 8.7jan.nijtmans2019-11-151-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-11-111-7/+24
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2019-11-041-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-251-6/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-121-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Add 4 new encodings, and add documentation.jan.nijtmans2019-03-181-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-03-161-3/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
* | | | | | | | | | Merge 8.7jan.nijtmans2019-12-131-6/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-5/+3
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-4/+2
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | Merge 8.7jan.nijtmans2019-11-111-7/+24
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | * | | | | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | * | | | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
| | | | |_|_|/ / / / | | | |/| | | | | |
| * | | | | | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2019-12-031-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Eliminate excess eol-spacingjan.nijtmans2019-12-021-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2019-11-091-5/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. jan.nijtmans2019-11-081-7/+24
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fix tclScan.c, not generating a string representation any more with unsigned ...jan.nijtmans2019-11-061-8/+10
* | | | | | | Merge 8.7jan.nijtmans2019-11-071-5/+7
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Fix tclScan.c, not generating a string representation any more with unsigned ...jan.nijtmans2019-11-061-2/+3
* | | | | | | Merge 8.7jan.nijtmans2019-11-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2019-10-301-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
* | | | | | Mark more unused parametersjan.nijtmans2019-09-031-0/+1
* | | | | | Merge tip-548jan.nijtmans2019-08-291-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.7, and continue implementation. Almost donejan.nijtmans2019-07-101-8/+10
|\ \ \ \ \ | |/ / / /
* | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
|/ / / /
* | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-181-1/+1
| |_|/ |/| |
* | | 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