summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge tip-579-8-6. All tests now pass.kjnash2020-07-251-3/+37
|\
| * Rename command safe::setAutoPathSync to safe::setSyncMode. Add a section ↵kjnash2020-07-251-3/+33
| | | | | | | | TYPICAL USE to doc/safe.n.
| * For each slave, record a value of -autoPath instead of discarding it and ↵kjnash2020-07-231-3/+7
| | | | | | | | relying on the value of ::auto_path in the slave. Clarify the distinction between the two, both in library/safe.tcl and in doc/safe.n. Amend four tests to expect the correct value. Add code to tests to examine both values where appropriate. Add three more tests for cases in which the distinction is important. Renumber and re-title tests in safe-stock86.test to correspond to those in safe.test, and add code to safe-stock86.test to set the Sync Mode.
| * Merge safe-bugfixes-8-6kjnash2020-07-211-1/+9
| |\
| * \ Merge safe-bugfixes-8-6kjnash2020-07-181-4/+4
| |\ \
| * \ \ Merge 8.6kjnash2020-07-161-6/+6
| |\ \ \
| * \ \ \ Merge safe-bugfixes-8-6kjnash2020-07-161-5/+5
| |\ \ \ \
| * | | | | Update safe(n) to document the changes.kjnash2020-07-091-2/+133
| | | | | |
* | | | | | Rename command safe::setAutoPathSync to safe::setSyncMode.kjnash2020-07-251-3/+3
| | | | | |
* | | | | | Merge safe-extra-tests-8-7kjnash2020-07-221-1/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge safe-bugfixes-8-6kjnash2020-07-211-1/+9
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Adapt Safe Base for interpreter names with namespace separators. Add a test ↵kjnash2020-07-211-1/+9
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | and revise safe(n). Fixes bug [693851].
* | | | | | Merge safe-extra-tests-8-7kjnash2020-07-192-10/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-07-172-10/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | | | |
* | | | | Merge safe-extra-tests-8-7kjnash2020-07-161-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-07-151-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-5/+5
| | | |/ | | |/|
* | | | Merge 8.7kjnash2020-07-142-8/+11
|\ \ \ \ | |/ / /
| * | | Fix [8ef3897561]: Typo in [dict append] man pagejan.nijtmans2020-07-111-7/+7
| | | |
| * | | Merge 8.6. Fix documentation for \Uhhhhhhhh escape sequences > U+FFFF, which ↵jan.nijtmans2020-07-101-1/+4
| |\ \ \ | | |/ / | | | | | | | | are no longer "reserved for the future": It's already working in 8.7.
* | | | Update safe(n) to document the changes.kjnash2020-07-091-2/+133
|/ / /
* | | Merge 8.6jan.nijtmans2020-07-091-3/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-081-8/+14
| |\ \
| * \ \ Merge 8.6. re-generate tclParse.cjan.nijtmans2020-06-232-3/+4
| |\ \ \
| * | | | 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!)
* | | | | merge 8.6sebres2020-06-241-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.6jan.nijtmans2020-06-212-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.
* | | | | tip-551 implementation.griffin2020-05-302-19/+46
|\ \ \ \ \
| * | | | | Update for TIP-551: griffin2020-05-232-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for this feature to the expr man page. The keyword "integer value" has been added to the string and expr man page. Added TCL_PARSE_NO_UNDERSCORE flag so that the digit separator can be disabled when need when calling TclParseNumber. Disabled digit separator in the "scan" command when scanning integers and floating-point numbers. This is the one place where existing code may rely on number parsing to stop at an underscore. Disallow underscore between the leading 0 and the radix specifiers 'x', 'o', 'b', and 'd'. Added tests for disallowed underscore use and scan with underscores between digits in the source string.
* | | | | | Escape the backslash in documentationjan.nijtmans2020-05-271-2/+2
| | | | | |
* | | | | | Fix documentation for tcl_wordchars/tcl_nonwordchars matching the ↵jan.nijtmans2020-05-271-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | implementation. See: [f1253530cdd8].
* | | | | | Merge 8.6jan.nijtmans2020-05-131-2/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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.
* | | | | | | Little tweak to Tcl_UniCharAtIndex(): Protect against negative index, return ↵jan.nijtmans2020-05-121-1/+2
| |_|/ / / / |/| | | | | | | | | | | | | | | | | -1 in that case.
* | | | | | 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.5.jan.nijtmans2020-04-241-1/+3
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | Fix regression in Tcl_UtfComplete(), actually already present for longer time but masked by error in TclUtfNext() macro. Adapt expectations accordingly ("/xA0/xA0" should really have length 2 ....)
| | * | | | documentation: descibes the empty list creation (with reserved space) where ↵sebres2020-04-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | objv is NULL, like Tcl_NewListObj(n, NULL)