summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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 t...jan.nijtmans2020-11-181-2/+4
| | | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-1/+1
| * | | 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 the...jan.nijtmans2020-11-105-91/+118
| | |\ \ \ \ \
| | * \ \ \ \ \ 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 UTF-1...jan.nijtmans2020-11-301-3/+3
* | | | | | | | 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
* | | | | | | | adjust for() loop controls to squelch sign-compare warning, move maxSizeDecad...jan.nijtmans2020-11-261-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | adjust for() loop controls to squelch sign-compare warning, move maxSizeDecad...bch2020-11-261-9/+12
| * | | | | | | | squelch warning by using proper(?) format specifiers; intent needs TBD, so co...bch2020-11-261-2/+2
* | | | | | | | | 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 bro...jan.nijtmans2020-11-251-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy warn...jan.nijtmans2020-11-201-1/+0
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | 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 variants...jan.nijtmans2020-11-185-36/+47
* | | | | | 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 t...jan.nijtmans2020-11-161-2/+4
* | | | | | 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
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | TIP586: C String Parsing Support for binary scanoehhar2020-10-251-3/+12
* | | | | | Merge 8.7dkf2020-11-081-4/+50
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TIP 582: Comments in Expressionsdkf2020-11-081-5/+48
| |\ \ \ \ \
| | * \ \ \ \ Merge 8.7dkf2020-11-013-4/+4
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge 8.7jan.nijtmans2020-10-2475-1446/+1598
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |