Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect comment: underscore ('_') is allowed in a packageName | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. ↵ | jan.nijtmans | 2021-03-11 | 1 | -1/+18 |
| | | | | This makes Tcl_UtfCharComplete() usable to protect Tcl_UtfNext() calls for overflow. No change for TCL_UTF_MAX=3 (default build) | ||||
* | Add some more unused entries to the stub table, keeping up with the table ↵ | jan.nijtmans | 2021-03-04 | 6 | -6/+50 |
| | | | | size increase of higher Tcl versions | ||||
* | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ↵ | jan.nijtmans | 2021-03-03 | 2 | -23/+35 |
| | | | | (through 8.6). No change for TCL_UTF_MAX=3. Adapt test-cases accordingly | ||||
* | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. ↵ | jan.nijtmans | 2021-02-19 | 1 | -1/+1 |
| | | | | Thanks to Tom Lane for the bug-report and the fix. | ||||
* | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
|\ | | | | | | | Centos6.9 64-bits) | ||||
| * | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵ | jan.nijtmans | 2021-01-20 | 1 | -0/+9 |
| | | | | | | | | | | bits (from cross-compile Centos6.9 64-bits). Since autoconf-2.59 has limited support for cross-compilation, a better fix has to wait for Tcl 8.7 (which uses autoconf-2.70) | ||||
| * | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode ↵ | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
| |\ | |/ |/| | | | regexps | ||||
| * | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not ↵ | jan.nijtmans | 2021-01-07 | 1 | -162/+132 |
| | | | | | | | | recommended, but it should work. See: [https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/|gnu printf] | ||||
| * | Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode ↵ | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | | | | | | | correctly to UTF-16 with TCL_UTF_MAX==5 | ||||
| * | merge 8.6 | dgp | 2020-12-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761: | jan.nijtmans | 2020-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | integral size mismatch in argument; Only happening on 32-bit Windows | ||||
| * | | merge 8.6 | dgp | 2020-12-10 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. | jan.nijtmans | 2020-12-10 | 1 | -2/+2 |
| | | | | | | | | | (concluded from code inspection, not tested yet) | ||||
| * | | merge 8.6 | dgp | 2020-12-07 | 25 | -156/+158 |
| |\ \ | | |/ | |||||
| | * | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations | jan.nijtmans | 2020-12-04 | 2 | -27/+27 |
| | |\ | |||||
| | * | | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 19 | -123/+123 |
| | | | | | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode | ||||
| | * | | Use '&' in stead of 'and' in copyright statements consistantly | jan.nijtmans | 2020-11-20 | 3 | -4/+4 |
| | | | | |||||
| | * | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵ | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte. Comment 4 testcases (utf-6.110/111/114/115) for being misleading too, because they don't even call Tcl_UtfNext(). No change to code, only testcases | ||||
| * | | | merge 8.6 | dgp | 2020-10-27 | 2 | -3/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵ | jan.nijtmans | 2020-10-26 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | error messages) | ||||
| * | | | Merge 8.6. Update "changes", but left out numerous utf-8 testsuite changes ↵ | jan.nijtmans | 2020-10-26 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | and TZ update (since 2020d will come soon) | ||||
| | * | | Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: ↵ | jan.nijtmans | 2020-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | writing 1 byte into a region of size 0 [-Wstringop-overflow=] 9997 | RemovePoint(nextPtr)[0] = '\r'; | ^ | ||||
| * | | | merge 8.6 | dgp | 2020-10-21 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 | jan.nijtmans | 2020-10-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge 8.6 | dgp | 2020-10-19 | 1 | -0/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵ | jan.nijtmans | 2020-10-15 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now | ||||
| * | | | merge 8.6 | dgp | 2020-10-13 | 22 | -85/+100 |
| |\ \ \ | | |/ / | |||||
| | * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 22 | -85/+100 |
| | | | | | | | | | | | | | | | | stead of Tcl_NewIntObj() | ||||
| * | | | merge 8.6 | dgp | 2020-10-09 | 1 | -20/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5 | jan.nijtmans | 2020-10-09 | 1 | -20/+22 |
| | |\ \ | |||||
| * | \ \ | merge 8.6 | dgp | 2020-10-08 | 5 | -6/+12 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 4 | -4/+4 |
| | | | | | |||||
| | * | | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵ | jan.nijtmans | 2020-10-08 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | with "glob" | ||||
| * | | | | merge 8.6 | dgp | 2020-09-30 | 1 | -8/+8 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to ↵ | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | TCL_CHANNEL_VERSION_5. Not actually a change, since supported procs are the same. So all internal channels have the same type | ||||
| * | | | | merge 8.6 | dgp | 2020-09-28 | 12 | -100/+95 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 11 | -99/+94 |
| | | | | | |||||
| | * | | | When sourcing script files (even when simulating that through open|read), ↵ | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files. | ||||
| * | \ \ \ | merge 8.6 | dgp | 2020-09-21 | 2 | -7/+10 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated ↵ | jan.nijtmans | 2020-09-20 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | once. Addation brackets in TclHasStringRep() macro | ||||
| * | | | | | merge 8.6 | dgp | 2020-09-20 | 2 | -16/+17 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Silence compiler warning -- fix safety of macro. | dgp | 2020-09-20 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Make the check to avoid generating a string representation in [uplevel] a ↵ | pooryorick | 2020-09-20 | 2 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | little less intrusive. | ||||
| * | | | | | merge 8.6 | dgp | 2020-09-19 | 1 | -11/+34 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 1 | -11/+34 |
| | | | | | | |||||
| * | | | | | merge 8.6 | dgp | 2020-09-15 | 49 | -985/+1048 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 17 | -266/+266 |
| | | | | | | | | | | | | | | | | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
| | * | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
| | * | | | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 2 | -4/+4 |
| | | | | | |