summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
* Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* Bug fixdgp2021-04-141-1/+2
* Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
* Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-111-1/+18
* Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-046-6/+50
* Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-032-23/+35
* Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-1/+1
* Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
|\
| * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
| * Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
| |\ | |/ |/|
| * Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not reco...jan.nijtmans2021-01-071-162/+132
| * Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode correctly...jan.nijtmans2021-01-041-3/+3
| * merge 8.6dgp2020-12-151-1/+1
| |\
| | * Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761:jan.nijtmans2020-12-141-1/+1
| * | merge 8.6dgp2020-12-101-2/+2
| |\ \ | | |/
| | * Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+2
| * | merge 8.6dgp2020-12-0725-156/+158
| |\ \ | | |/
| | * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-042-27/+27
| | |\
| | * | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-2619-123/+123
| | * | Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-203-4/+4
| | * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-161-2/+4
| * | | merge 8.6dgp2020-10-272-3/+3
| |\ \ \ | | |/ /
| | * | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-262-3/+3
| * | | Merge 8.6. Update "changes", but left out numerous utf-8 testsuite changes an...jan.nijtmans2020-10-261-2/+2
| |\ \ \ | | |/ /
| | * | Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: w...jan.nijtmans2020-10-231-2/+2
| * | | merge 8.6dgp2020-10-211-1/+1
| |\ \ \ | | |/ /
| | * | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-211-1/+1
| * | | merge 8.6dgp2020-10-191-0/+8
| |\ \ \ | | |/ /
| | * | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete...jan.nijtmans2020-10-151-0/+8
| * | | merge 8.6dgp2020-10-1322-85/+100
| |\ \ \ | | |/ /
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-1322-85/+100
| * | | merge 8.6dgp2020-10-091-20/+22
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2020-10-091-20/+22
| | |\ \
| * | \ \ merge 8.6dgp2020-10-085-6/+12
| |\ \ \ \ | | |/ / /
| | * | | Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-084-4/+4
| | * | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ...jan.nijtmans2020-10-081-2/+8
| * | | | merge 8.6dgp2020-09-301-8/+8
| |\ \ \ \ | | |/ / /
| | * | | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V...jan.nijtmans2020-09-281-8/+8
| * | | | merge 8.6dgp2020-09-2812-100/+95
| |\ \ \ \ | | |/ / /
| | * | | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-2811-99/+94
| | * | | When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-251-1/+1
| | |\ \ \
| * | \ \ \ merge 8.6dgp2020-09-212-7/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-202-7/+10
| * | | | | merge 8.6dgp2020-09-202-16/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Silence compiler warning -- fix safety of macro.dgp2020-09-201-1/+1
| | * | | | Make the check to avoid generating a string representation in [uplevel] a lit...pooryorick2020-09-202-16/+17
| * | | | | merge 8.6dgp2020-09-191-11/+34
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-11/+34
| * | | | | merge 8.6dgp2020-09-1549-985/+1048
| |\ \ \ \ \ | | |/ / / /