summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-101-2/+2
|\
| * Merge 8.6jan.nijtmans2020-12-101-2/+2
| |\
| | * Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+2
| | | | | | | | | (concluded from code inspection, not tested yet)
* | | Merge 8.7jan.nijtmans2020-12-0899-209/+209
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-0899-209/+209
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-12-081-4/+5
|\ \ \ | |/ /
| * | TIP #590 follow-up: Adapt documentation and tclStubLib.cjan.nijtmans2020-12-081-5/+6
| | |
* | | Merge 8.7jan.nijtmans2020-12-0410-37/+57
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-042-27/+27
| |\ \ | | |/
| | * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-042-27/+27
| | |\
| | | * Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-181-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.nijtmans2020-10-221-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 Namesjan.nijtmans2020-12-048-10/+30
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2020-11-203-4/+4
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-11-197-41/+63
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵jan.nijtmans2020-11-105-91/+118
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly
| | * \ \ \ \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-067-10/+26
| | |\ \ \ \ \ \
| | | * | | | | | Correct casing in some error-messagesjan.nijtmans2020-11-031-3/+19
| | | | | | | | |
| | | * | | | | | Case-sensitive package namesjan.nijtmans2020-11-038-40/+46
| | |/ / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2020-11-301-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to ↵jan.nijtmans2020-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UTF-16 with TCL_UTF_MAX==4 Als use more of TIP #587 in encoding.test
* | | | | | | | Fix compilation errorjan.nijtmans2020-11-271-1/+0
| | | | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2020-11-261-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2020-11-261-2/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-2619-123/+123
| | | | | | | | | | | | | | | | | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | | | | | | | adjust for() loop controls to squelch sign-compare warning, move ↵jan.nijtmans2020-11-261-9/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | maxSizeDecade assignment to maintain identical functionality. Thanks, bch!
| * | | | | | | | adjust for() loop controls to squelch sign-compare warning, move ↵bch2020-11-261-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maxSizeDecade assignment to maintain identical functionality
| * | | | | | | | squelch warning by using proper(?) format specifiers; intent needs TBD, so ↵bch2020-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | committing to branch for review
* | | | | | | | | Merge 8.7jan.nijtmans2020-11-262-13/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | More TCL_UNUSEDjan.nijtmans2020-11-262-11/+9
| | | | | | | |
| * | | | | | | squelch warning by using proper format specifiersjan.nijtmans2020-11-261-2/+2
| | | | | | | |
* | | | | | | | squelch -Wunused warningbch2020-11-261-0/+1
| | | | | | | |
* | | | | | | | use new TIP 494 64bit/#define in code comment to be consistent w/ codebch2020-11-261-1/+1
| | | | | | | |
* | | | | | | | silence warning re: sign-comparebch2020-11-261-1/+1
| | | | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2020-11-251-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make HTML documentation html5-compatible. Still works the same with older ↵jan.nijtmans2020-11-251-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.nijtmans2020-11-201-1/+0
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista)
* | | | | | | | Merge 8.7jan.nijtmans2020-11-232-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | More ©-sign consolidationjan.nijtmans2020-11-232-6/+6
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2020-11-203-4/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-11-203-4/+4
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-203-4/+4
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2020-11-185-36/+47
|\ \ \ \ \ \ | |/ / / / /
| * | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar ↵jan.nijtmans2020-11-185-36/+47
| | | | | | | | | | | | | | | | | | | | | | | | variants: This handles surrogate pairs better.
* | | | | | Merge 8.7jan.nijtmans2020-11-161-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-11-161-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-161-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.7jan.nijtmans2020-11-161-3/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TIP #586 implementation: C String Parsing Support for binary scanjan.nijtmans2020-11-161-3/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge 8.7jan.nijtmans2020-10-283-4/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |