summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-01-062-2/+2
|\
| * Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOSjan.nijtmans2023-01-062-2/+2
* | Merge 8.6jan.nijtmans2023-01-011-2/+2
|\ \ | |/
| * Fix [8e811bc1f1]: Wrong formatting of arguments in man pagejan.nijtmans2023-01-011-2/+2
| |\
| | * Instead of fiddling with html tags, simply enlarge a bit the width in the CSS...fvogel2022-12-292-5/+3
| | * Fix [8e811bc1f1]: Wrong formatting of arguments in man pagefvogel2022-12-281-1/+3
| |/
* | Make two more functions staticjan.nijtmans2022-12-212-11/+8
* | Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-216-121/+118
* | Tweaks to dde and registry extension, so they "load" without 3th argument in ...jan.nijtmans2022-12-212-1/+17
* | Fix [17a1cb8d6e2a51bd]. From now on, noncharacters are no longer rejected in ...jan.nijtmans2022-12-203-88/+9
|\ \
| * | Remove all checks for noncharactersjan.nijtmans2022-12-192-10/+9
|/ /
* | Add two testcases, showing how we can distinguish Invalid Byte sequences, Sur...jan.nijtmans2022-12-191-0/+78
* | When changing the -nocomplainencoding or -strictencoding settings of a channe...jan.nijtmans2022-12-191-0/+2
* | Merge 8.6jan.nijtmans2022-12-161-0/+9
|\ \ | |/
| * Update tclConfig.h.injan.nijtmans2022-12-161-0/+9
* | Merge 8.6jan.nijtmans2022-12-162-0/+33
|\ \ | |/
| * Add checks to the configure script for mknod, tcdrain and uname, for systems ...jan.nijtmans2022-12-162-0/+303
* | merge-markjan.nijtmans2022-12-160-0/+0
|\ \ | |/
| * Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cy...jan.nijtmans2022-12-162-64/+64
* | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. A...jan.nijtmans2022-12-162-1/+7
* | Follow-up for [084ab982fe]: Use -strict to disable noncharacters. This change...jan.nijtmans2022-12-162-6/+17
|\ \
| * \ Merge 8.7jan.nijtmans2022-12-161-1/+1
| |\ \ | |/ / |/| |
* | | Adapt iocmd-8.* testcases to change in previous commitjan.nijtmans2022-12-161-1/+1
| * | Add testcasejan.nijtmans2022-12-161-2/+8
| * | Make -strict work the same for UTF-16 as for UTF-8jan.nijtmans2022-12-151-4/+9
|/ /
* | Fix Tcl_BadChannelOption(), new -nocomplainencoding and -strictencoding optio...jan.nijtmans2022-12-152-6/+6
* | Clarify what "-strict" means for the utf-8 encoder, making it clear that this...jan.nijtmans2022-12-131-5/+6
* | Merge 8.6 - change copyright in Windows build to UCal.apnadkarni2022-12-122-4/+2
|\ \ | |/
| * Change copyright in Windows rc from Activestate to UCal and others to match l...apnadkarni2022-12-122-4/+2
* | More io test-cases. Mostly backported (and modified) from 9.0jan.nijtmans2022-12-111-31/+124
* | Fix [b8f575aa23]: eof erroneously flagged with not reported encoding read errorjan-b8f575aa23jan.nijtmans2022-12-092-2/+45
|\ \
| * \ Merge 8.7. Adapt testcase, showing that after an encoding error we can change...jan.nijtmans2022-12-093-7/+15
| |\ \ | |/ / |/| |
* | | Fix compilation with tcc. Thanks, Cyan Ogilvie for the reportjan.nijtmans2022-12-091-2/+7
| * | Add 2 unit-tests, for the 2 cornercases mentioned in the TIP. This shows that...jan.nijtmans2022-12-091-0/+40
| * | Partial solution for [b8f575aa23]. Still missing: 1) testcases. 2) What if b...jan.nijtmans2022-12-091-1/+1
|/ /
* | Merge 8.6jan.nijtmans2022-12-051-1/+1
|\ \ | |/
| * dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more....jan.nijtmans2022-12-051-3/+2
* | There's no gap on Cygwin any morejan.nijtmans2022-12-051-1/+0
* | On Cygwin, dev_t == unsigned, and long long == longjan.nijtmans2022-12-052-13/+5
* | Eliminate (gcc) warning in tclTest.cjan.nijtmans2022-12-051-3/+4
* | Merge 8.6jan.nijtmans2022-12-011-4/+2
|\ \ | |/
| * Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin...jan.nijtmans2022-12-012-28/+9
* | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-305-12/+12
* | Fix for [084ab982fe]: Use -strict to disable noncharactejan.nijtmans2022-11-302-13/+50
|\ \
| * | Proposed fix for [084ab982fe]: Use -strict to disable noncharactersjan.nijtmans2022-11-292-13/+50
* | | Merge 8.7jan.nijtmans2022-11-3013-418/+261
|\ \ \ | | |/ | |/|
| * | Update to tzdata 2022gjan.nijtmans2022-11-3013-418/+261
| |\ \
| | * | Update to tzdata 2022gjan.nijtmans2022-11-3013-418/+261
* | | | merge-markjan.nijtmans2022-11-290-0/+0
|\ \ \ \ | |/ / /
| * | | Remove ARGSUSED. More type-castsjan.nijtmans2022-11-296-146/+121