| Commit message (Expand) | Author | Age | Files | Lines |
* | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
|\ |
|
| * | [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 |
| |\ \
| | |/ |
|
| | * | [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 beh... | dkf | 2016-10-09 | 1 | -8/+23 |
|\ \ \
| |/ / |
|
| * | | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No beh... | dkf | 2016-10-09 | 1 | -8/+23 |
|
|
| * | | Be more accurate about scan's %i | dkf | 2016-10-09 | 1 | -3/+1 |
|
|
* | | | Be more accurate about scan's %i | ferrieux | 2016-10-09 | 1 | -3/+1 |
|
|
* | | | [74bc0e44f5] Document result of [http::unregister]. | dkf | 2016-10-08 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | [74bc0e44f5] Document result of [http::unregister]. | dkf | 2016-10-08 | 1 | -1/+3 |
| |\ \
| | |/ |
|
| | * | [74bc0e44f5] Document result of [http::unregister]. | dkf | 2016-10-08 | 1 | -1/+3 |
|
|
| | * | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ... | jan.nijtmans | 2016-07-08 | 1 | -1/+3 |
|
|
| | * | Implement TIP #440: Add engine to tcl_platform Array | jan.nijtmans | 2016-01-29 | 1 | -0/+5 |
|
|
| | * | Spanish translation of example corrected | oehhar | 2015-11-17 | 1 | -1/+1 |
|
|
* | | | Fix typos in expr documentation. | pooryorick | 2016-10-05 | 1 | -11/+11 |
|
|
* | | | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. | pooryorick | 2016-10-05 | 1 | -214/+171 |
|
|
* | | | Fix documentation of [expr] operators, replacing "divisor" with "dividend" | pooryorick | 2016-10-03 | 1 | -3/+3 |
|
|
* | | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ... | dkf | 2016-07-26 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ... | dkf | 2016-07-26 | 1 | -0/+12 |
| |\ \ |
|
| | * | | Make a few tests more resilient to differences in the semantics of pipes betw...bug_db0a5f6417 | dkf | 2016-07-24 | 1 | -0/+12 |
|
|
* | | | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size a... | dkf | 2016-07-24 | 2 | -9/+17 |
|\ \ \ \
| |/ / / |
|
| * | | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size a... | dkf | 2016-07-24 | 2 | -9/+17 |
| |/ / |
|
* | | | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channe... | dgp | 2016-07-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix docs and test failures. I had rolled back .PS1 (Powershell files) as bein... | ashok | 2016-07-15 | 1 | -1/+1 |
|
|
* | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl... | jan.nijtmans | 2016-07-12 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | dgp | 2016-07-09 | 2 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Fixed docs for prior check-in (exec of .CMD files on Windows) | ashok | 2016-07-09 | 1 | -2/+3 |
|
|
| * | | Bugfix [3613671]. file owned implementation for Windows. | ashok | 2016-07-09 | 1 | -4/+3 |
|
|
* | | | Merge core-8-6-branch:
| jan.nijtmans | 2016-07-07 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. | ashok | 2016-07-07 | 1 | -1/+3 |
|
|
* | | | Use conventional list operations for ensemble dispatch | jan.nijtmans | 2016-07-04 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | typo and end-of-line spacing | jan.nijtmans | 2016-07-04 | 1 | -1/+1 |
|
|
* | | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -1/+1 |
|
|
* | | | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -6/+12 |
|\ \ \
| |/ / |
|
| * | | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -6/+12 |
|
|
| * | | [c3d956be5b] Clearer text about positioning of optional arguments. | dkf | 2016-06-27 | 1 | -5/+23 |
|
|
| * | | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::con... | jan.nijtmans | 2016-06-02 | 1 | -2/+12 |
|
|
* | | | [c3d956be5b] Clearer text about positioning of optional arguments. | dkf | 2016-06-27 | 1 | -5/+23 |
|
|
* | | | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure | gahr | 2016-06-01 | 1 | -2/+12 |
|\ \ \ |
|
| * | | | Add a note in tcltest manual page to betray false expectations on msec and usec. | gahr | 2016-05-04 | 1 | -0/+6 |
|
|
| * | | | Implement msec and usec verbosity levels in tcltest::configure | gahr | 2016-04-20 | 1 | -2/+6 |
|
|
* | | | | Change "integer string" to "integer" in documentation for [tell]. It's not n... | andy | 2016-05-26 | 1 | -1/+1 |
|/ / / |
|
* | | | merge trunktip_444 | gahr | 2016-04-04 | 90 | -93/+93 |
|\ \ \ |
|
| * | | | Allow unstable Tcl releases to use unstable packages by default (this makes "... | jan.nijtmans | 2016-03-11 | 1 | -2/+2 |
|
|
| * | | | Eliminate exess spacings in remaining doc pages | jan.nijtmans | 2016-03-08 | 89 | -91/+91 |
| |/ / |
|
* | | | merge trunk | gahr | 2016-03-03 | 111 | -399/+399 |
|\ \ \
| |/ / |
|
| * | | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 111 | -399/+399 |
|
|
* | | | Clarify that weekends are intended as Saturdays and Sundays | gahr | 2016-03-03 | 1 | -1/+1 |
|
|