summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |\ \ \ | | | | |/ | | | |/|
| | | * | test-cases to cover quoting of the newline character, and the documentation ↵sebres2018-08-301-0/+17
| | | | | | | | | | | | | | | | | | | | extended.
| | * | | Add a note in the 'clock' man page about the interpretation of impossible ↵Kevin B Kenny2018-07-211-0/+13
| | | | | | | | | | | | | | | | | | | | values on [clock scan]
| | * | | Doc typo fix from Andy Goth.dgp2018-04-251-1/+1
| | | | |
| * | | | merge 8.6kjnash2018-04-215-191/+93
| |\ \ \ \ | | |/ / /
| | * | | merge 8.5dgp2018-04-071-5/+3
| | |\ \ \ | | | |/ /
| | | * | Correct out-of-date documentation for [string is].dgp2018-04-071-5/+3
| | | | |
| | * | | Refine documentation for Tcl_NR* functions.pooryorick2018-02-112-180/+88
| | | | |
| | * | | Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" ↵jan.nijtmans2018-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | conversions normally don't produce a sign.
| | * | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly ↵jan.nijtmans2017-12-281-4/+0
| | | | | | | | | | | | | | | | | | | | when sizeof(Tcl_UniChar) != 2.
| * | | | Document the new proc http::registerError in http.nkjnash2018-04-201-0/+13
| | | | |
| * | | | Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-271-6/+153
| |/ / /
| * | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵jan.nijtmans2017-11-293-6/+3
| | | | | | | | | | | | | | | | | | | | == 4. Also update documentation to distinguish better between "Tcl_UniChar" and "Unicode character": Those are not necessary the same when TCL_UTF_MAX == 4. No change when TCL_UTF_MAX == 4 or TCL_UTF_MAX == 6.
| * | | No longer document (even though it's only in an example) that ↵jan.nijtmans2017-11-162-3/+3
| |\ \ \ | | |/ / | | | | | | | | Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future.
| | * | No longer document (even though it's only in an example) that ↵jan.nijtmans2017-11-162-9/+8
| | |/ | | | | | | | | | Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future.
| | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| | |
| * | Documentation correction; issue pointed out by DGP.dkf2017-06-221-2/+3
| | |
| * | Rebase for final implementation workdkf2017-06-221-6/+15
| | |
| * | Add test-cases, testing the legacy behavior of "format %#d"jan.nijtmans2017-06-221-1/+1
| | |
| * | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.dkf2017-06-141-1/+1
| | |
* | | man for timerate (doc/timerate.n)sebres2017-05-111-0/+114
|/ /
* | In comments and documentation, distinguish between __int64 (a Microsoft ↵jan.nijtmans2017-03-291-1/+1
| | | | | | | | 64-bit integer type) and int64_t (C99 equivalent)
* | Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-071-1/+1
| | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
* | s/then/than/ in Eval.3 manpagebch2017-02-061-1/+1
| |