Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | | | | | time-calibration cycle optimization [f6637d3dd8] (clock ticks never backwards, more precise and smooth drifting) | ||||
| * | timerate documentation extended | sebres | 2019-02-13 | 1 | -4/+7 |
| | | |||||
| * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge ↵ | sergey.brester | 2019-02-12 | 5 | -228/+383 |
| |\ | | | | | | | | | | --baseline 0055a16a8b core-8-5-branch`) | ||||
| | * | [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 ↵ | jan.nijtmans | 2018-09-23 | 2 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | function quoteString and code cleanup | ||||
| * | | | | 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 ↵ | sebres | 2018-08-30 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | extended. | ||||
| | * | | | Add a note in the 'clock' man page about the interpretation of impossible ↵ | Kevin B Kenny | 2018-07-21 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | values on [clock scan] | ||||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | conversions normally don't produce a sign. | ||||
| | * | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly ↵ | jan.nijtmans | 2017-12-28 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | when sizeof(Tcl_UniChar) != 2. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | == 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.nijtmans | 2017-11-16 | 2 | -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.nijtmans | 2017-11-16 | 2 | -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 -> 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 ↵ | jan.nijtmans | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
* | | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 1 | -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 manpage | bch | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -12/+36 |
| | | | | | | | | Don't use TCL_NO_DEPRECATED for disabling tests-cases: Those were not deprecated in 8.6 yet. Minor code clean-up. No functional changes. | ||||
* | | 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 |
|\ \ | |/ | |||||
| * | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
| | | |||||
* | | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
| | | |||||
* | | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵ | dkf | 2016-10-09 | 1 | -8/+23 |
| | | | | | | | | behaviour change. | ||||
* | | Be more accurate about scan's %i | dkf | 2016-10-09 | 1 | -3/+1 |
| | |