summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added documentationdkf2019-03-303-2/+57
|
* Merge 8.6jan.nijtmans2019-03-272-5/+7
|\
| * 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.
* | lots of changes to the "info" page. Replace "command procedure" with "routine"pooryorick2019-03-226-247/+156
| | | | | | in Tcl.n.
* | Remove incorrect comment. jan.nijtmans2019-03-211-6/+0
|\ \ | |/ | | Simplify handling of last bytes in Tcl_UniCharToUtfDString(), since TclUtfToUniChar() already turns out to handle cp1252 fall-back correctly.
| * Fix outdated commentjan.nijtmans2019-03-211-3/+4
| |
* | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ↵jan.nijtmans2019-03-181-3/+4
| | | | | | | | Add type cast in tclUtf.c, making actual check clearer
* | enlarge a few small buffers, which could overflow using Unicode characters > ↵jan.nijtmans2019-03-181-2/+2
| | | | | | | | /UFFFF. Eliminate some end-of-line spacing
* | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-0/+129
|\ \ | |/ | | | | performance test suite)
| * 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
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge 8.6jan.nijtmans2019-02-191-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Merge 8.6jan.nijtmans2019-01-311-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | |
* | | | | TIP #512 documentation: Indicate which functions cannot be called through ↵jan.nijtmans2018-11-216-2/+18
| | | | | | | | | | | | | | | | | | | | the stub table any more.
* | | | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-073-0/+0
| | | | |
* | | | | Implement TIP 524dkf2018-11-062-72/+187
|\ \ \ \ \
| * | | | | Documentationdkf2018-10-282-72/+187
| | | | | |
* | | | | | Implement TIP 523dkf2018-11-061-0/+96
|\ \ \ \ \ \
| * | | | | | Simplify to only accept index arguemnts. No index list.pspjuth2018-10-241-0/+96
| |/ / / / / | | | | | | | | | | | | Added manual page.
* | | | | | Implement TIP 519dkf2018-11-061-6/+17
|\ \ \ \ \ \
| * | | | | | More tests. Better implementation.dkf2018-10-211-7/+9
| | | | | | |
| * | | | | | Rebase on 8.7dkf2018-10-201-4/+13
| | | | | | |
* | | | | | | Added documentationdkf2018-11-061-4/+10
| | | | | | |
* | | | | | | Implement TIP 445dkf2018-11-063-0/+0
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Implement TIP 406dkf2018-11-063-0/+416
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | merge core-8-branchdkf2018-11-062-3/+13
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | [TIP 522] New option "-errorCode" to [tcltest::test] in tcltest 2.5dgp2018-10-291-2/+12
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Documentation and revision bump for tip 522pspjuth2018-10-221-2/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Missing ',' in documentation (discovered by MacOSX help processing). Some ↵jan.nijtmans2018-10-221-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | whitespacing
| * | | | | Make it easier to extend cookiejar for policy reasonsdkf2018-10-152-4/+54
| | | | | |
| * | | | | Fix up citationsdkf2018-10-142-3/+4
| | | | | |
| * | | | | Added more documentation.dkf2018-10-142-1/+89
| | | | | |
| * | | | | Added documentationdkf2018-10-142-0/+277
| | | | | |
| * | | | | merge core-8-branchdkf2018-10-14230-1651/+4001
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Minor doc updatedkf2018-10-121-5/+2
| | | | | |
* | | | | | Added docs for [zipfs lmkimg] and [zipfs lmkzip]dkf2018-10-121-16/+30
| | | | | |
* | | | | | Better document how to package an executable script in a zipfsdkf2018-10-121-3/+35
| | | | | |
* | | | | | Document [zipfs canonical] and add examples of how to use passwords.dkf2018-10-121-2/+28
| | | | | |
* | | | | | Put documented [zipfs find] in ensemble. Add examples to docs.dkf2018-10-111-16/+64
| | | | | |
* | | | | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFULdkf2018-10-0910-25/+32
| | | | | |
* | | | | | Improve documentation of [tcl::process]dkf2018-10-091-35/+54
| | | | | |