Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
| |\ | |||||
| | * | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
| | | | | | | | | | (concluded from code inspection, not tested yet) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 99 | -209/+209 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 99 | -209/+209 |
| | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | TIP #590 follow-up: Adapt documentation and tclStubLib.c | jan.nijtmans | 2020-12-08 | 1 | -5/+6 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-04 | 10 | -37/+57 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-12-04 | 2 | -27/+27 |
| |\ \ | | |/ | |||||
| | * | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations | jan.nijtmans | 2020-12-04 | 2 | -27/+27 |
| | |\ | |||||
| | | * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte | ||||
| | | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
| * | | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 8 | -10/+30 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-20 | 3 | -4/+4 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-19 | 7 | -41/+63 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵ | jan.nijtmans | 2020-11-10 | 5 | -91/+118 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly | ||||
| | * \ \ \ \ \ | Lesser TIP #590 implementation: Only package renaming, no code changes | jan.nijtmans | 2020-11-06 | 7 | -10/+26 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Correct casing in some error-messages | jan.nijtmans | 2020-11-03 | 1 | -3/+19 |
| | | | | | | | | | |||||
| | | * | | | | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 8 | -40/+46 |
| | |/ / / / / / | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-30 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to ↵ | jan.nijtmans | 2020-11-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UTF-16 with TCL_UTF_MAX==4 Als use more of TIP #587 in encoding.test | ||||
* | | | | | | | | Fix compilation error | jan.nijtmans | 2020-11-27 | 1 | -1/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 19 | -123/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode | ||||
* | | | | | | | | adjust for() loop controls to squelch sign-compare warning, move ↵ | jan.nijtmans | 2020-11-26 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | maxSizeDecade assignment to maintain identical functionality. Thanks, bch! | ||||
| * | | | | | | | | adjust for() loop controls to squelch sign-compare warning, move ↵ | bch | 2020-11-26 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maxSizeDecade assignment to maintain identical functionality | ||||
| * | | | | | | | | squelch warning by using proper(?) format specifiers; intent needs TBD, so ↵ | bch | 2020-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | committing to branch for review | ||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-26 | 2 | -13/+11 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | |||||
| * | | | | | | | More TCL_UNUSED | jan.nijtmans | 2020-11-26 | 2 | -11/+9 |
| | | | | | | | | |||||
| * | | | | | | | squelch warning by using proper format specifiers | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | squelch -Wunused warning | bch | 2020-11-26 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | use new TIP 494 64bit/#define in code comment to be consistent w/ code | bch | 2020-11-26 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | silence warning re: sign-compare | bch | 2020-11-26 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Make HTML documentation html5-compatible. Still works the same with older ↵ | jan.nijtmans | 2020-11-25 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browsers too. Remove obsolete winhelp construction parts: winhelp is obsoleted since Vista | ||||
| | * | | | | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy ↵ | jan.nijtmans | 2020-11-20 | 1 | -1/+0 |
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista) | ||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-23 | 2 | -6/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 2 | -6/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-20 | 3 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-11-20 | 3 | -4/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | | | |||||
| | * | | | | Use '&' in stead of 'and' in copyright statements consistantly | jan.nijtmans | 2020-11-20 | 3 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-18 | 5 | -36/+47 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar ↵ | jan.nijtmans | 2020-11-18 | 5 | -36/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | variants: This handles surrogate pairs better. | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte. Comment 4 testcases (utf-6.110/111/114/115) for being misleading too, because they don't even call Tcl_UtfNext(). No change to code, only testcases | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-16 | 1 | -3/+12 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | TIP #586 implementation: C String Parsing Support for binary scan | jan.nijtmans | 2020-11-16 | 1 | -3/+12 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | Merge 8.7 | jan.nijtmans | 2020-10-28 | 3 | -4/+4 |
| | |\ \ \ \ | | | | |/ / | | | |/| | |