| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
|\ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -4/+4 |
|
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
|
|
| * | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V... | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
|
|
* | | Fix [0386e9a967]: Bitrot in tclZlib.c | jan.nijtmans | 2022-01-07 | 1 | -6/+6 |
|
|
* | | merge 8.7 | dgp | 2021-03-15 | 1 | -1/+1 |
|\ \ |
|
| * | | Tweak usage of TCL_NO_DEPRECATED | jan.nijtmans | 2021-03-15 | 1 | -1/+1 |
|
|
* | | | Make Tcl_GetBytesFromObj work with size_t length parameter (just as Tcl_GetBy... | jan.nijtmans | 2021-01-18 | 1 | -13/+13 |
|
|
* | | | Merge TIP 481 (resolve conflicts) | dgp | 2021-01-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -5/+8 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -232/+271 |
| |\ \ \ |
|
* | \ \ \ | merge 8.7 | dgp | 2020-12-10 | 1 | -3/+3 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | | | | merge 8.7 | dgp | 2020-12-07 | 1 | -1/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+4 |
| | |/ /
| |/| | |
|
* | | | | merge 8.7 | dgp | 2020-10-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP #587: Default utf-8 for source command | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Merge 8.7 | jan.nijtmans | 2020-10-01 | 1 | -1/+1 |
|
|
* | | | | | merge 8.7 | dgp | 2020-10-03 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| |/ / / |
|
* | | | | merge 8.7 | dgp | 2020-09-17 | 1 | -9/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -3/+4 |
|
|
| * | | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff... | jan.nijtmans | 2020-09-17 | 1 | -6/+6 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | merge 8.7 | dgp | 2020-09-15 | 1 | -145/+131 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-06-25 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2020-06-25 | 1 | -2/+2 |
|
|
| * | | | amend to 8.6th zlib-fix resolving warnings in 8.7 (int vs size_t, void * vs c... | sebres | 2020-06-24 | 1 | -3/+3 |
|
|
| * | | | merge 8.6 | sebres | 2020-06-24 | 1 | -147/+133 |
| |\ \ \
| | |/ / |
|
| | * | | 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 |
|
|
| | * | | | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L... | jan.nijtmans | 2020-04-20 | 1 | -32/+32 |
|
|
| | * | | | zlib, *BO*: fixes possible segfault (or buffer overrun), for instance if limi... | sebres | 2020-04-16 | 1 | -1/+3 |
| | |/ / |
|
* | | | | merge 8.7 | dgp | 2020-04-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if gener... | sebres | 2020-04-15 | 1 | -1/+1 |
|
|
* | | | | merge 8.7 | dgp | 2020-04-01 | 1 | -14/+59 |
|\ \ \ \
| |/ / / |
|
| * | | | Use TclGetBytesFromObj to check that all commands and public routines that | dgp | 2020-04-01 | 1 | -14/+59 |
|/ / / |
|
* | | | Create a new macro to deal with unused arguments so we can silence compiler | dgp | 2020-03-02 | 1 | -2/+1 |
|
|
* | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -4/+9 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATED | jan.nijtmans | 2020-01-29 | 1 | -1/+1 |
|
|
* | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -1/+2 |
|
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -25/+25 |
|/ / / |
|
* | | | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings | jan.nijtmans | 2019-04-08 | 1 | -1/+1 |
|
|