| Commit message (Expand) | Author | Age | Files | Lines |
* | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V... | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
|
|
* | 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), alw... | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
|\ |
|
| * | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow. | sebres | 2020-07-16 | 1 | -2/+2 |
|
|
* | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o... | jan.nijtmans | 2020-09-20 | 2 | -7/+10 |
|
|
* | | 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 lit... | pooryorick | 2020-09-20 | 2 | -16/+17 |
|
|
* | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. | pooryorick | 2020-09-19 | 1 | -11/+34 |
|
|
* | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 17 | -266/+266 |
|
|
* | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
* | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 2 | -4/+4 |
|
|
* | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 8 | -46/+52 |
|
|
* | | Don't use sizeof() for structs containing a flexible array as last element. L... | jan.nijtmans | 2020-09-10 | 3 | -13/+13 |
|
|
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 4 | -28/+27 |
|
|
* | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 10 | -560/+560 |
|
|
* | | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 8 | -21/+27 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-08-19 | 22 | -52/+104 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-07-21 | 4 | -43/+43 |
| |\ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -5/+5 |
| |\ \ \ |
|
| * | | | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 3 | -2/+8 |
|
|
* | | | | | Fix [e87000d8425ab86a]: crash for "fconfigure stdout" in Win32. | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|
|
* | | | | | Fix value of CMD_DEAD flag | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|
|
* | | | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 20 | -49/+49 |
|
|
* | | | | | Fix mistake in [7eed2baf73] | pooryorick | 2020-08-10 | 1 | -1/+1 |
|
|
* | | | | | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 2 | -1/+3 |
|
|
* | | | | | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 1 | -1/+51 |
| |_|/ /
|/| | | |
|
* | | | | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 4 | -43/+43 |
| |/ /
|/| | |
|
* | | | Doc/internal variable tweaks | jan.nijtmans | 2020-07-17 | 1 | -5/+5 |
|/ / |
|
* | | Fix [5bbd044812]: Fix index underflow. | jan.nijtmans | 2020-07-16 | 1 | -2/+2 |
|
|
* | | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin... | sebres | 2020-07-15 | 1 | -1/+17 |
|
|
* | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. | jan.nijtmans | 2020-07-15 | 2 | -3/+3 |
|
|
* | | Fix [5019748c73]: FreeScan resp. Oldscan does not recognize positive time zon... | jan.nijtmans | 2020-07-10 | 2 | -151/+120 |
|\ \ |
|
| * | | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize posi... | jan.nijtmans | 2020-07-09 | 2 | -151/+120 |
|
|
* | | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c... | jan.nijtmans | 2020-07-10 | 1 | -0/+2 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-07-08 | 1 | -147/+131 |
|\ \ |
|
| * \ | Merge 8.5 | jan.nijtmans | 2020-06-25 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate: | sebres | 2020-06-24 | 1 | -149/+133 |
| |\ \ |
|
| | * | | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan... | aku | 2020-06-23 | 1 | -2/+3 |
|
|
| | * | | code simplification, no interim copy/move buffers, no decompression d-string,... | sebres | 2020-04-16 | 1 | -127/+103 |
|
|
| | * | | small amend combining similar parts | sebres | 2020-04-16 | 1 | -20/+10 |
|
|
| | * | | zlib: optimize ZlibTransformInput, if inflate is done no read and no generate... | sebres | 2020-04-16 | 1 | -25/+25 |
|
|
| | * | | zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE (4K);... | sebres | 2020-04-16 | 1 | -1/+4 |
|
|
| | * | | added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is ... | sebres | 2020-04-16 | 1 | -5/+21 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-06-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | avoid %pure-parser deprecation warning from Bison 3.4 | jan.nijtmans | 2020-06-23 | 2 | -4/+4 |
|
|
* | | | | re-generate with bison 3.1 | jan.nijtmans | 2020-06-23 | 1 | -109/+206 |
|
|
* | | | | Merge 8.6. re-generate tclParse.c | jan.nijtmans | 2020-06-23 | 3 | -1103/+1003 |
|\ \ \ \
| |/ / / |
|
| * | | | Backport some changes in tclGetDate.y from 8.7. | jan.nijtmans | 2020-06-23 | 2 | -982/+984 |
|
|
| * | | | merge 8.5 | sebres | 2020-06-02 | 1 | -19/+16 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | avoid segfault if Tcl_FreeParse, if parse structure remains uninitialized (pa... | sebres | 2020-06-02 | 1 | -19/+16 |
|
|