summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
* Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
* Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
* Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
* Remove TODO comment which is already donejan.nijtmans2021-05-071-2/+0
* Handle POSIX error EILSEQ: "invalid byte sequence"jan.nijtmans2021-05-061-0/+6
* Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
|\
| * Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* | merge 8.5; adapt fix for 8.6dgp2021-04-141-1/+8
|\ \ | |/
| * Bug fixdgp2021-04-141-1/+2
* | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo...jan.nijtmans2021-04-011-6/+6
* | remove useless save/restorejan.nijtmans2021-03-301-2/+0
* | Merge 8.5jan.nijtmans2021-03-221-1/+1
|\ \ | |/
| * 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
* | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backpor...jan.nijtmans2021-03-211-7/+25
* | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-196-38/+38
* | Delete some useless code. Was only place where we fed an uncontrolled value t...dkf2021-03-181-2/+0
* | Remove incorrect/useless commentjan.nijtmans2021-03-181-2/+1
* | Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix [4c...jan.nijtmans2021-03-101-0/+17
* | Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-103-11/+10
* | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-047-6/+46
|\ \ | |/
| * 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
* | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 a...jan.nijtmans2021-03-021-3/+3
* | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3...jan.nijtmans2021-03-021-3/+17
* | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-233-11/+48
* | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-1/+1
|\ \ | |/
| * Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-1/+1
* | Performance optimization in TzsetIfNecessary() function. Cherry-picked from s...jan.nijtmans2021-02-183-1/+34
* | Fix bug in previous commit: Don't update stringPtr->numChars when doing a "st...jan.nijtmans2021-02-161-3/+0
* | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-161-3/+41
* | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported...jan.nijtmans2021-02-162-5/+5
* | Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-8/+9
* | More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-056-93/+92
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-274-8/+8
* | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
|\ \ | |/
| * 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
* | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -...jan.nijtmans2021-01-202-17/+17
| |/ |/|
* | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
|\ \ | |/
| * 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
| |\ \ | | |/