summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-262-3/+3
* Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: w...jan.nijtmans2020-10-231-2/+2
* Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-211-1/+1
* Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete...jan.nijtmans2020-10-151-0/+8
* More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-1322-85/+100
* Merge 8.5jan.nijtmans2020-10-091-20/+22
|\
| * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-092-30/+37
* | 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
* | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V...jan.nijtmans2020-09-281-8/+8
* | 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
|\ \ | |/
| * cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow.sebres2020-07-161-2/+2
* | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-202-7/+10
* | 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
* | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-11/+34
* | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-1417-266/+266
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-112-4/+4
* | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-118-46/+52
* | Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-103-13/+13
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-044-28/+27
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-0110-560/+560
* | Implement TIP #581: Master/Slavejan.nijtmans2020-08-318-21/+27
|\ \
| * \ Merge 8.6jan.nijtmans2020-08-1922-52/+104
| |\ \ | |/ / |/| |
| * | Merge 8.6jan.nijtmans2020-07-214-43/+43
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-07-201-5/+5
| |\ \ \
| * | | | New TIP #581 implementationjan.nijtmans2020-07-173-2/+8
* | | | | Fix [e87000d8425ab86a]: crash for "fconfigure stdout" in Win32.jan.nijtmans2020-08-121-1/+1
* | | | | Fix value of CMD_DEAD flagjan.nijtmans2020-08-121-1/+1
* | | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-1120-49/+49
* | | | | Fix mistake in [7eed2baf73]pooryorick2020-08-101-1/+1
* | | | | Fix for [29e8848eb976], imported alias in a deletion trace.pooryorick2020-08-102-1/+3
* | | | | Add and use testservicemode command; replace update by vwaitculler2020-08-081-1/+51
| |_|/ / |/| | |
* | | | Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-204-43/+43
| |/ / |/| |
* | | Doc/internal variable tweaksjan.nijtmans2020-07-171-5/+5
|/ /
* | Fix [5bbd044812]: Fix index underflow.jan.nijtmans2020-07-161-2/+2
* | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin...sebres2020-07-151-1/+17
* | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-152-3/+3
* | Fix [5019748c73]: FreeScan resp. Oldscan does not recognize positive time zon...jan.nijtmans2020-07-102-151/+120
|\ \
| * | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize posi...jan.nijtmans2020-07-092-151/+120
* | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c...jan.nijtmans2020-07-101-0/+2
|/ /
* | Merge 8.6jan.nijtmans2020-07-081-147/+131
|\ \
| * \ Merge 8.5jan.nijtmans2020-06-251-2/+2
| |\ \ | | |/
| * | merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate:sebres2020-06-241-149/+133
| |\ \
| | * | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan...aku2020-06-231-2/+3