summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-052-38/+45
|\
| * Add test for [9c5a00c69d], tilde expansion of ~userapnadkarni2023-03-041-0/+10
| |
| * Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
|/
* Test constraint notInCIenv no longer necessary (due to previous fix)jan.nijtmans2023-03-041-4/+1
|
* Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windowsjan.nijtmans2023-03-041-1/+1
|
* Fix [f9eafc3886]: Error handling in zlib comment/filenamejan.nijtmans2023-02-282-9/+70
|\
| * Fix testcasesjan.nijtmans2023-02-271-20/+4
| |
| * fill in bug ticket-nrjan.nijtmans2023-02-261-4/+4
| |
| * Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ↵jan.nijtmans2023-02-262-9/+86
|/ | | | testcases
* More dstring testcases, extracted from [46dda6fc29]jan.nijtmans2023-02-261-0/+32
|
* See [d19fe0a5b] for follow-up to previous commitjan.nijtmans2023-02-231-7/+4
|
* Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32jan.nijtmans2023-02-222-3/+30
|\
| * Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for ↵jan.nijtmans2023-02-212-3/+30
| | | | | | | | utf-16/utf-32
* | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib ↵jan.nijtmans2023-02-221-5/+7
|\ \ | |/ |/| | | 1.21)
| * Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap ↵jan.nijtmans2023-02-211-5/+7
|/ | | | (introduced via tcllib 1.21)
* (Cherry-pick) Make Tcl_UniCharToUtf more readable.jan.nijtmans2023-02-012-30/+33
|
* new testcase encoding-18.1. Testcase cleanupjan.nijtmans2023-01-271-75/+76
|
* Better error-message for previous commit. Some more code-cleanup, backported ↵jan.nijtmans2023-01-233-200/+153
| | | | from 8.7
* Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-221-5/+7
|\
| * Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problemjan.nijtmans2023-01-191-5/+7
| |
* | Missed one more off-by-one error, also, tests misnumbered for merge forward.Kevin B Kenny2023-01-222-8/+8
| |
* | Remove unneeded hard-coded array sizeKevin B Kenny2023-01-221-1/+1
| |
* | Bug [e3dcab1d14] fixKevin B Kenny2023-01-222-29/+67
|/
* Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix ↵pooryorick2023-01-152-17/+27
| | | | issues in TclStringCmp when checkEq is 1.
* Properly quote contents of Make variables to pass through gdb.run file.pooryorick2023-01-141-3/+8
|
* Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion)jan.nijtmans2023-01-062-0/+6
|\
| * Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion)jan.nijtmans2023-01-042-0/+6
| |
* | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOSjan.nijtmans2023-01-062-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 ↵fvogel2022-12-292-5/+3
| | | | | | | | CSS stylesheet.
| * Fix [8e811bc1f1]: Wrong formatting of arguments in man pagefvogel2022-12-281-1/+3
|/
* Update tclConfig.h.injan.nijtmans2022-12-161-0/+9
|
* Add checks to the configure script for mknod, tcdrain and uname, for systems ↵jan.nijtmans2022-12-162-0/+303
| | | | (like VxWorks) which don't have it. See [aa4d088e5d]
* Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a ↵jan.nijtmans2022-12-162-64/+64
| | | | Cygwin build
* Change copyright in Windows rc from Activestate to UCal and others to match ↵apnadkarni2022-12-122-4/+2
| | | | license.
* dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any ↵jan.nijtmans2022-12-051-3/+2
| | | | more. There's no gap in Tcl_StatBuf for 64-bit Cygwin
* Backport TIP #402: General Platform UNC Support from 8.7, but only for ↵jan.nijtmans2022-12-012-28/+9
| | | | Cygwin and QNX. This was already partially present, but was never completed.
* Update to tzdata 2022gjan.nijtmans2022-11-3013-418/+261
|\
| * Update to tzdata 2022gjan.nijtmans2022-11-3013-418/+261
| |
* | Remove ARGSUSED. More type-castsjan.nijtmans2022-11-296-146/+121
| |
* | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be ↵jan.nijtmans2022-11-2912-16/+16
| | | | | | | | compiled for Tcl 9.0 as well.
* | Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of ↵jan.nijtmans2022-11-251-6/+6
| | | | | | | | panicing. Backported from 8.7 (undocumented feature)
* | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not ↵jan.nijtmans2022-11-236-24/+63
| | | | | | | | used by Tcl, but can be used by extensions (backported from 8.7)
* | Re-generate configure scripts (with correct autoconf version)jan.nijtmans2022-11-232-10/+14
| |
* | merge releasedgp2022-11-229-23/+70
|\ \
| * | improve accuracy of a changes linecore-8-6-13dgp2022-11-211-1/+1
| | |
| * | bump release datedgp2022-11-201-1/+1
| | |
| * | merge 8.6dgp2022-11-201-9/+13
| |\ \
| * \ \ merge 8.6dgp2022-11-189-18/+12
| |\ \ \
| * \ \ \ merge 8.6dgp2022-11-149-16/+8
| |\ \ \ \