| Commit message (Expand) | Author | Age | Files | Lines |
* | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -47/+64 |
|\ |
|
| * | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -47/+64 |
|
|
* | | Clarified some documentation | dkf | 2019-04-09 | 1 | -6/+12 |
|
|
* | | Correct minor documentation typo | andy | 2019-04-09 | 1 | -1/+1 |
|
|
* | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 2 | -5/+7 |
|
|
* | | Fix outdated comment | jan.nijtmans | 2019-03-21 | 1 | -3/+4 |
|
|
* | | merge updated 8.5-timerate branch | sebres | 2019-03-05 | 1 | -29/+41 |
|\ \
| |/ |
|
| * | highlighting | sebres | 2019-03-05 | 1 | -4/+4 |
|
|
| * | re-integrates the changes from the TIP#527 description into the manpage | sebres | 2019-03-04 | 1 | -25/+37 |
|
|
* | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ... | sebres | 2019-02-13 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | timerate documentation extended | sebres | 2019-02-13 | 1 | -4/+7 |
|
|
| * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 5 | -228/+383 |
| |\ |
|
| | * | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 1 | -214/+355 |
|
|
| * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+114 |
| |\ \ |
|
* | \ \ | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 20 | -233/+370 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation error | jan.nijtmans | 2019-01-31 | 1 | -3/+3 |
|
|
| * | | | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 1 | -2/+12 |
|
|
| * | | | Post-TIP 505 editing of [lreplace] documentation. | dgp | 2018-10-05 | 1 | -22/+12 |
|
|
| * | | | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values | dkf | 2018-09-27 | 1 | -2/+32 |
| |\ \ \ |
|
| | * | | | Updated documentation | dkf | 2018-09-27 | 1 | -2/+32 |
|
|
| * | | | | Give lambda function a name "ReceiveChunked" for easier testing. New function... | jan.nijtmans | 2018-09-23 | 2 | -8/+16 |
|
|
| * | | | | merge 8.6 | kjnash | 2018-09-15 | 3 | -1/+31 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | merge 8.5 | sebres | 2018-08-30 | 1 | -0/+17 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | test-cases to cover quoting of the newline character, and the documentation e... | sebres | 2018-08-30 | 1 | -0/+17 |
|
|
| | * | | | Add a note in the 'clock' man page about the interpretation of impossible val... | Kevin B Kenny | 2018-07-21 | 1 | -0/+13 |
|
|
| | * | | | Doc typo fix from Andy Goth. | dgp | 2018-04-25 | 1 | -1/+1 |
|
|
| * | | | | merge 8.6 | kjnash | 2018-04-21 | 5 | -191/+93 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | merge 8.5 | dgp | 2018-04-07 | 1 | -5/+3 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Correct out-of-date documentation for [string is]. | dgp | 2018-04-07 | 1 | -5/+3 |
|
|
| | * | | | Refine documentation for Tcl_NR* functions. | pooryorick | 2018-02-11 | 2 | -180/+88 |
|
|
| | * | | | Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" ... | jan.nijtmans | 2018-01-24 | 1 | -2/+2 |
|
|
| | * | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -4/+0 |
|
|
| * | | | | Document the new proc http::registerError in http.n | kjnash | 2018-04-20 | 1 | -0/+13 |
|
|
| * | | | | Implement queuing and pipelining for HTTP requests over a persistent connection. | kjnash | 2018-03-27 | 1 | -6/+153 |
| |/ / / |
|
| * | | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ... | jan.nijtmans | 2017-11-29 | 3 | -6/+3 |
|
|
| * | | | No longer document (even though it's only in an example) that Tcl_SavedResult... | jan.nijtmans | 2017-11-16 | 2 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | No longer document (even though it's only in an example) that Tcl_SavedResult... | jan.nijtmans | 2017-11-16 | 2 | -9/+8 |
| | |/ |
|
| | * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|
|
| * | | Documentation correction; issue pointed out by DGP. | dkf | 2017-06-22 | 1 | -2/+3 |
|
|
| * | | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -6/+15 |
|
|
| * | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 1 | -1/+1 |
|
|
| * | | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. | dkf | 2017-06-14 | 1 | -1/+1 |
|
|
* | | | man for timerate (doc/timerate.n) | sebres | 2017-05-11 | 1 | -0/+114 |
|/ / |
|
* | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
|
|
* | | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't... | jan.nijtmans | 2017-03-07 | 1 | -1/+1 |
|
|
* | | s/then/than/ in Eval.3 manpage | bch | 2017-02-06 | 1 | -1/+1 |
|
|
* | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
|
|
* | | Fix [1f4bb8162f]: lsort -dictionary documentation to be improved | fvogel | 2017-01-19 | 1 | -1/+2 |
|
|
* | | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 |
|
|
* | | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
|\ \
| |/ |
|