summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to describe these changes.dgp2020-03-311-8/+13
|
* [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.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
| |
* | s/in stead/instead/dgp2020-01-081-1/+1
| |
* | Remove another mention of interp->result.dgp2020-01-081-2/+2
| |
* | Revise documentation that refers to direct access to interp->result.dgp2020-01-081-17/+17
| |
* | Remove the "new in 8.5" markings from the 8.6 branch of docs.dgp2020-01-061-2/+0
| |
* | Tcl_TransferResult was new in 8.6, so mark the man page with that version.dgp2020-01-051-1/+1
| |
* | formatting typo and rewritedgp2020-01-051-2/+2
| |
* | Rewrite: lead paragraph with name of documented routine.dgp2020-01-051-6/+8
| |
* | Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-11/+13
| |
* | More eol-spacingjan.nijtmans2019-12-0240-42/+42
| |
* | Eliminate unneccessary eol-spacing from documentation.jan.nijtmans2019-12-0249-51/+51
| |
* | Fix [02773491861d9fd0]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation is ↵jan.nijtmans2019-10-141-1/+1
| | | | | | | | wrong
* | Docfix: \0 is special in nroff, so use \e0 insteaddkf2019-09-031-3/+3
| |
* | Correct NUL encoding in documentationandy2019-08-241-1/+1
| |
* | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bugjan.nijtmans2019-08-151-1/+1
| |
* | Tcl_ObjectDeleted was only partially documented. Oops.dkf2019-07-031-2/+16
| |
* | General improvements to the expr manpagedkf2019-06-101-5/+23
|\ \ | |/
| * General improvements to the expr manpagedkf2019-06-101-15/+65
| |
* | More localized documentation of lazy operators.dgp2019-06-101-2/+7
| |
* | merge 8.5sebres2019-05-241-1/+1
|\ \ | |/
| * fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
| |
* | merge 8.5dgp2019-05-111-4/+4
|\ \ | |/
| * Revised documented advice that made obsolete reference to interp->result.dgp2019-05-111-4/+4
| |
* | timerate: code style, doc styledkf2019-04-231-47/+64
|\ \ | |/
| * timerate: code style, doc styledkf2019-04-231-47/+64
| |
* | Clarified some documentationdkf2019-04-091-6/+12
| |
* | Correct minor documentation typoandy2019-04-091-1/+1
| |
* | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-272-5/+7
| | | | | | | | | | Adapt test-cases to test for exactly one more than this maximum value. Make sure that the maximum is the same for DIGIT_BIT > 28. Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more.
* | Fix outdated commentjan.nijtmans2019-03-211-3/+4
| |
* | merge updated 8.5-timerate branchsebres2019-03-051-29/+41
|\ \ | |/
| * highlightingsebres2019-03-051-4/+4
| |
| * re-integrates the changes from the TIP#527 description into the manpagesebres2019-03-041-25/+37
| |
* | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ↵sebres2019-02-131-4/+7
|\ \ | |/ | | | | time-calibration cycle optimization [f6637d3dd8] (clock ticks never backwards, more precise and smooth drifting)
| * timerate documentation extendedsebres2019-02-131-4/+7
| |
| * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge ↵sergey.brester2019-02-125-228/+383
| |\ | | | | | | | | | --baseline 0055a16a8b core-8-5-branch`)
| | * [TIP 525] Backport package tcltest 2.5dgp2018-10-291-214/+355
| | |
| * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+114
| |\ \
* | \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0720-233/+370
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation errorjan.nijtmans2019-01-311-3/+3
| | | |
| * | | [TIP 525] Backport package tcltest 2.5dgp2018-10-291-2/+12
| | | |
| * | | Post-TIP 505 editing of [lreplace] documentation.dgp2018-10-051-22/+12
| | | |
| * | | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Valuesdkf2018-09-271-2/+32
| |\ \ \
| | * | | Updated documentationdkf2018-09-271-2/+32
| | | | |
| * | | | Give lambda function a name "ReceiveChunked" for easier testing. New ↵jan.nijtmans2018-09-232-8/+16
| | | | | | | | | | | | | | | | | | | | function quoteString and code cleanup
| * | | | merge 8.6kjnash2018-09-153-1/+31
| |\ \ \ \ | | |/ / /
| | * | | merge 8.5sebres2018-08-301-0/+17
| | |\ \ \ | | | | |/ | | | |/|