Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on ↵ | oehhar | 2020-11-17 | 1 | -1/+2 | |
| | | | | | | | | pending flush" missing | |||||
* | | Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. ↵ | jan.nijtmans | 2020-11-17 | 2 | -7/+9 | |
| | | | | | | | | Also fix 2 (minor) syntax errors in man-pages | |||||
* | | Ticket [361303]: http doc: status values incomplete | oehhar | 2020-11-16 | 1 | -4/+9 | |
| | | ||||||
* | | Ticket [4f511270af7]: http documentation: -query data may be any data | oehhar | 2020-11-16 | 1 | -3/+5 | |
| | | ||||||
* | | Ticket [93551c1230]: Document that http::geturl processes the event loop ↵ | oehhar | 2020-11-16 | 1 | -0/+3 | |
| | | | | | | | | without -command | |||||
* | | Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, ↵ | oehhar | 2020-11-16 | 1 | -1/+1 | |
| | | | | | | | | not returns a boolean | |||||
* | | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -4/+5 | |
| | | ||||||
* | | Revert changes in previous commit to clock.n and lassign.n | jan.nijtmans | 2020-10-26 | 2 | -5/+5 | |
| | | ||||||
* | | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵ | jan.nijtmans | 2020-10-26 | 2 | -5/+5 | |
| | | | | | | | | error messages) | |||||
* | | Fix [53d5155335]: Typo in interp.n | jan.nijtmans | 2020-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -4/+4 | |
| | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | |||||
* | | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵ | jan.nijtmans | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | | | "TIP 581" after .TP | |||||
* | | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 1 | -11/+11 | |
| | | | | | | | | affecting anything serious | |||||
* | | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 2 | -17/+17 | |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | |||||
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 7 | -195/+195 | |
| | | ||||||
* | | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 2 | -1/+34 | |
|\ \ | ||||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-08-03 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -4/+4 | |
| |\ \ \ | ||||||
| * | | | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 2 | -1/+34 | |
| | | | | | ||||||
* | | | | | Merge 8.6 | kjnash | 2020-08-28 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵ | kjnash | 2020-08-24 | 1 | -0/+4 | |
| | |_|/ / | |/| | | | | | | | | | | | | | http(n). Bump version to 2.9.5. | |||||
* | | | | | Merge 8.6 | kjnash | 2020-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | doc fix | jan.nijtmans | 2020-08-03 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Adapt Safe Base for interpreter names with namespace separators. Add a test ↵ | kjnash | 2020-07-21 | 1 | -1/+9 | |
|/ / / | | | | | | | | | | and revise safe(n). Fixes bug [693851]. | |||||
* | | | Doc/internal variable tweaks | jan.nijtmans | 2020-07-17 | 1 | -4/+4 | |
|/ / | ||||||
* | | merge 8.5 | sebres | 2020-07-16 | 1 | -6/+6 | |
|\ \ | |/ | ||||||
| * | doc/clock.n: clearer form explaininng format groups on output | sebres | 2020-06-30 | 1 | -6/+6 | |
| | | ||||||
* | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. | jan.nijtmans | 2020-07-15 | 1 | -5/+5 | |
| | | ||||||
* | | Merge 8.6 | jan.nijtmans | 2020-07-08 | 1 | -8/+14 | |
|\ \ | ||||||
| * \ | merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate: | sebres | 2020-06-24 | 1 | -8/+14 | |
| |\ \ | | | | | | | | | | | | | | | | | default read ahead limit set to 4K (instead of 1); better SF/BO prevention; code simplification, no interim copy/move buffers, no decompression d-string, the inflate occurring in single step (ResultDecompress combines ResultGenerate and ResultCopy); better handling in non-blocking mode (also recognizes or distinguish no data/EAGAIN cases). | |||||
| | * | | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream ↵ | aku | 2020-06-23 | 1 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expansion) and [f70ce1fead] (multi-stream decoding without readahead limit shenanigans) are fixed. Verified that the tests fail with commit [4eb66645d6], just before the zlib fixes. Tweaked the zlib manpage paragraphs about -limit. Tweaked some code comments. Fixed typos in description of two unrelated zlib tests. | |||||
| | * | | few documentation changes (limit default and handling is changed) | sebres | 2020-04-16 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Merge 8.6. re-generate tclParse.c | jan.nijtmans | 2020-06-23 | 2 | -3/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Clearify documentation regarding [a7c1c2c7e5] | jan.nijtmans | 2020-06-21 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge 8.6 | kjnash | 2020-06-19 | 103 | -161/+187 | |
| |\ \ \ | ||||||
| * | | | | Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation ↵ | kjnash | 2019-07-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | in library/http/http.tcl. Bump http version to 2.9.1. Also, give correct major version in doc/http.n and adjust example user-agent string to a 2.9 value. | |||||
* | | | | | Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp ↵ | jan.nijtmans | 2020-05-27 | 1 | -2/+3 | |
| |/ / / |/| | | | | | | | | | | | | | | | with literal T behaves strange (I like it!) | |||||
* | | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | See: [81242a48c8] | |||||
| * | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | See: [81242a48c8] | |||||
| | * \ \ | Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵ | jan.nijtmans | 2020-05-12 | 1 | -5/+7 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | documentation. | |||||
| | * | | | | Demonstration for documentation bug, and suggestion for improved wording. ↵ | jan.nijtmans | 2020-05-10 | 1 | -1/+3 | |
| | |/ / / | | | | | | | | | | | | | | | | More explanation will follow in the ticket. | |||||
| | * | | | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵ | jan.nijtmans | 2020-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | adapted to the needs of TIPs 389/542. | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2020-04-24 | 1 | -1/+3 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -7/+21 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | * | | | merge 8.6 | dgp | 2020-03-31 | 1 | -9/+13 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge 8.6 | dgp | 2020-03-28 | 1 | -4/+7 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-03-17 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | typo fix | dkf | 2020-02-22 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix See also links in list commands | apnadkarni | 2020-01-23 | 16 | -29/+50 | |
| | | | | | | | | |