summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on ↵oehhar2020-11-171-1/+2
| | | | | | | | pending flush" missing
* | Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. ↵jan.nijtmans2020-11-172-7/+9
| | | | | | | | Also fix 2 (minor) syntax errors in man-pages
* | Ticket [361303]: http doc: status values incompleteoehhar2020-11-161-4/+9
| |
* | Ticket [4f511270af7]: http documentation: -query data may be any dataoehhar2020-11-161-3/+5
| |
* | Ticket [93551c1230]: Document that http::geturl processes the event loop ↵oehhar2020-11-161-0/+3
| | | | | | | | without -command
* | Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, ↵oehhar2020-11-161-1/+1
| | | | | | | | not returns a boolean
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-4/+5
| |
* | Revert changes in previous commit to clock.n and lassign.njan.nijtmans2020-10-262-5/+5
| |
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵jan.nijtmans2020-10-262-5/+5
| | | | | | | | error messages)
* | Fix [53d5155335]: Typo in interp.njan.nijtmans2020-10-151-1/+1
| |
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-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.nijtmans2020-09-071-1/+1
| | | | | | | | "TIP 581" after .TP
* | TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-051-11/+11
| | | | | | | | affecting anything serious
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-042-17/+17
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-047-195/+195
| |
* | Implement TIP #581: Master/Slavejan.nijtmans2020-08-312-1/+34
|\ \
| * \ Merge 8.6jan.nijtmans2020-08-031-1/+1
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-07-201-4/+4
| |\ \ \
| * | | | New TIP #581 implementationjan.nijtmans2020-07-172-1/+34
| | | | |
* | | | | Merge 8.6kjnash2020-08-281-0/+4
|\ \ \ \ \
| * | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵kjnash2020-08-241-0/+4
| | |_|/ / | |/| | | | | | | | | | | | | http(n). Bump version to 2.9.5.
* | | | | Merge 8.6kjnash2020-08-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | doc fixjan.nijtmans2020-08-031-1/+1
| | |/ / | |/| |
* | | | Adapt Safe Base for interpreter names with namespace separators. Add a test ↵kjnash2020-07-211-1/+9
|/ / / | | | | | | | | | and revise safe(n). Fixes bug [693851].
* | | Doc/internal variable tweaksjan.nijtmans2020-07-171-4/+4
|/ /
* | merge 8.5sebres2020-07-161-6/+6
|\ \ | |/
| * doc/clock.n: clearer form explaininng format groups on outputsebres2020-06-301-6/+6
| |
* | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-5/+5
| |
* | Merge 8.6jan.nijtmans2020-07-081-8/+14
|\ \
| * \ merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate:sebres2020-06-241-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 ↵aku2020-06-231-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)sebres2020-04-161-8/+8
| | | |
* | | | Merge 8.6. re-generate tclParse.cjan.nijtmans2020-06-232-3/+4
|\ \ \ \ | |/ / /
| * | | Clearify documentation regarding [a7c1c2c7e5]jan.nijtmans2020-06-211-1/+2
| | | |
| * | | Merge 8.6kjnash2020-06-19103-161/+187
| |\ \ \
| * | | | Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation ↵kjnash2019-07-141-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.nijtmans2020-05-271-2/+3
| |/ / / |/| | | | | | | | | | | | | | | with literal T behaves strange (I like it!)
* | | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵jan.nijtmans2020-05-131-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | See: [81242a48c8]
| * | | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵jan.nijtmans2020-05-131-1/+1
| |\ \ \ | | | | | | | | | | | | | | | See: [81242a48c8]
| | * \ \ Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵jan.nijtmans2020-05-121-5/+7
| | |\ \ \ | | | | | | | | | | | | | | | | | | documentation.
| | * | | | Demonstration for documentation bug, and suggestion for improved wording. ↵jan.nijtmans2020-05-101-1/+3
| | |/ / / | | | | | | | | | | | | | | | More explanation will follow in the ticket.
| | * | | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵jan.nijtmans2020-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | adapted to the needs of TIPs 389/542.
| | * | | Merge 8.6jan.nijtmans2020-04-241-1/+3
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Merge 8.6jan.nijtmans2020-04-141-7/+21
| | |\ \ \ | | | | |/ | | | |/|
| | * | | merge 8.6dgp2020-03-311-9/+13
| | |\ \ \
| | * \ \ \ merge 8.6dgp2020-03-281-4/+7
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2020-03-171-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.6jan.nijtmans2020-02-261-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | typo fixdkf2020-02-221-1/+1
| | | | | | | | |
| | * | | | | | | Fix See also links in list commandsapnadkarni2020-01-2316-29/+50
| | | | | | | | |