summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
| | |
* | | 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.
* | | 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)
| | * | | | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be ↵jan.nijtmans2020-04-181-23/+14
| | | | | | | | | | | | | | | | | | | | | | | | updated later, when implementation is ready and agreed upon.
| * | | | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how ↵jan.nijtmans2020-04-221-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | it was. Will be updated later, when implementation is ready and agreed upon.
| * | | | | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-5/+14
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Improve the docs for Tcl_UtfNext.dgp2020-04-161-5/+14
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-04-141-7/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-7/+21
| |\ \ \ \ | | |/ / /
| | * | | Improve the precision of the Tcl_UtfPrev documentation.dgp2020-04-131-7/+21
| | | | |
* | | | | merge 8.6dgp2020-03-311-9/+13
|\ \ \ \ \ | |/ / / /
| * | | | Tweaksdgp2020-03-311-3/+2
| | | | |
| * | | | Update docs to describe these changes.dgp2020-03-311-8/+13
| | | | |
* | | | | merge 8.6dgp2020-03-281-4/+7
|\ \ \ \ \ | |/ / / /
| * | | | [ffeb2097af] Restore the standard and original practice of ignoring invaliddgp2020-03-281-4/+7
| | | | | | | | | | | | | | | characters when decoding base64. Error only in -strict mode. See RFC 2045.
| * | | | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-1/+2
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-03-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-174-6/+6
| |\ \ \ \ | | |/ / / | | | | | | | | | | Unicode tables. Not used in 8.6 yet.
| | * | | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-095-10/+10
| | | | |