Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | 3 times -1 -> TCL_INDEX_NONE | jan.nijtmans | 2020-10-18 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -4/+4 |
|\ | |||||
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 1 | -6/+6 |
| | | | | | | | | stead of Tcl_NewIntObj() | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -3/+3 |
| | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | tip-551 implementation. | griffin | 2020-05-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Update for TIP-551: | griffin | 2020-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for this feature to the expr man page. The keyword "integer value" has been added to the string and expr man page. Added TCL_PARSE_NO_UNDERSCORE flag so that the digit separator can be disabled when need when calling TclParseNumber. Disabled digit separator in the "scan" command when scanning integers and floating-point numbers. This is the one place where existing code may rely on number parsing to stop at an underscore. Disallow underscore between the leading 0 and the radix specifiers 'x', 'o', 'b', and 'd'. Added tests for disallowed underscore use and scan with underscores between digits in the source string. | ||||
* | | | merge 8.6 | dgp | 2020-04-02 | 1 | -8/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | One more caller conversion that simplifies. | dgp | 2020-04-02 | 1 | -8/+1 |
| | | | | | | | | | | | | There may be other callers of TclUtfToUniChar that would be made more correct or consistent with a similar conversion. | ||||
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
| | | | |||||
* | | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -2/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -6/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -1/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -7/+24 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-25 | 1 | -6/+5 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch tip-548. No longer define addtional stub-entries for functions ↵ | jan.nijtmans | 2019-08-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | that will be removed (because of deprecation) anyway | ||||
| * \ \ \ \ \ \ \ | Add 4 new encodings, and add documentation. | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-03-16 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | Move up some stub entries related to Tcl_UniChar Use TCL_UTF_MAX=4 for full Unicode in stead of TCL_UTF_MAX=6 (TCL_UTF_MAX: 3 is default) | ||||
* | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -6/+4 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 1 | -5/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -4/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -7/+24 |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | |||||
| | * | | | | | | | | | 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 |
| | | | |_|_|/ / / / | | | |/| | | | | | | |||||
| * | | | | | | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. | jan.nijtmans | 2019-12-12 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Eliminate excess eol-spacing | jan.nijtmans | 2019-12-02 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -5/+19 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.6. | jan.nijtmans | 2019-11-08 | 1 | -7/+24 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | Add support for libtommath's mp_set_ll() function, since that's the replacement for the deprecated TclBNInitBignumFromWideInt() function. | ||||
| | * | | | | | Fix tclScan.c, not generating a string representation any more with unsigned ↵ | jan.nijtmans | 2019-11-06 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | wideints and unsigned longs. | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-07 | 1 | -5/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
* | | | | | | | Fix tclScan.c, not generating a string representation any more with unsigned ↵ | jan.nijtmans | 2019-11-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | wideints | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -6/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -6/+5 |
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | | | |||||
| | * | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵ | jan.nijtmans | 2019-08-28 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
* | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -8/+10 |
|\ \ \ \ \ | |/ / / / | |||||
* | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ↵ | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | Add type cast in tclUtf.c, making actual check clearer | ||||
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as ↵ | jan.nijtmans | 2019-03-15 | 1 | -1/+1 |
| |/ |/| | | | | | | | libtommath itself does) Make TclInitBugnumFromLong() a static function in stubtable only, as it isn't used by Tcl anymore. | ||||
* | | Minor optimization in UTF-8 handling, and add some comments describing how ↵ | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|\ \ | |/ | | | | | Tcl_UniCharToUtf() handles surrogates. | ||||
| * | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved ↵ | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
| | | | | | | | | merge-conflict in previous cherry-pick merge. | ||||
| * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 ↵ | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
| | | | | | | | | conversions when handling surrogates. Only effective when compiling with -DTCL_UTF_MAX=4|6 (default: 3). Meant for benefit of Androwish. | ||||
* | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 ↵ | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | testcase failure (as seen on travis) fixed now. |