summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-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 improvedfvogel2017-01-191-1/+2
|
* [253ba6e818] Improved description of [variable] behaviour.dkf2016-10-301-1/+6
|
* [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
|\
| * [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
| |
* | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments.dkf2016-10-091-0/+1
|\ \ | |/
| * [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments.dkf2016-10-091-0/+1
| |
* | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵dkf2016-10-091-8/+23
| | | | | | | | behaviour change.
* | Be more accurate about scan's %idkf2016-10-091-3/+1
| |
* | [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
|\ \ | |/
| * [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
| |
| * (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ↵jan.nijtmans2016-07-081-1/+3
| | | | | | | | on Windows.
| * Implement TIP #440: Add engine to tcl_platform Arrayjan.nijtmans2016-01-291-0/+5
| |
| * Spanish translation of example correctedoehhar2015-11-171-1/+1
| |
* | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ↵dkf2016-07-261-0/+12
|\ \ | | | | | | | | | between OSs.
| * | Make a few tests more resilient to differences in the semantics of pipes ↵bug_db0a5f6417dkf2016-07-241-0/+12
| | | | | | | | | | | | between operating systems.
* | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size ↵dkf2016-07-242-9/+17
|/ / | | | | | | and that synchronous copying returns.
* | Fix docs and test failures. I had rolled back .PS1 (Powershell files) as ↵ashok2016-07-151-1/+1
| | | | | | | | being executable without fixing tests and docs.
* | Fixed docs for prior check-in (exec of .CMD files on Windows)ashok2016-07-091-2/+3
| |
* | Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-4/+3
| |
* | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows.ashok2016-07-071-1/+3
| |
* | typo and end-of-line spacingjan.nijtmans2016-07-041-1/+1
| |
* | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-6/+12
| |
* | [c3d956be5b] Clearer text about positioning of optional arguments.dkf2016-06-271-5/+23
| |
* | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-021-2/+12
| | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
* | Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-02111-399/+399
| |
* | Fix a few more very minor formatting glitches.dkf2016-02-111-3/+3
| |
* | Fix minor formatting glitchdkf2016-02-111-3/+3
| |
* | Add docs and tests.Joe Mistachkin2016-01-151-0/+5
| |
* | Document the Tcl_CancelEval function correctly. It was missing its second ↵dkf2016-01-011-5/+13
| | | | | | | | argument, making using it correctly impossible, especially from C++.
* | Spanish translation of example correctedoehhar2015-11-171-1/+1
| |
* | [154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a ↵dkf2015-10-191-1/+2
| | | | | | | | namespace.
* | Fix [8587cb648c445f7]: clock default format incorrectjan.nijtmans2015-10-071-13/+13
|\ \ | |/
| * Fix [8587cb648c445f7]: clock default format incorrectjan.nijtmans2015-10-071-13/+13
| |
* | Fix [b1f19286f0]: for command documentation. jan.nijtmans2015-09-301-2/+2
|\ \ | |/ | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
| * Fix [b1f19286f0]: for command documentation. jan.nijtmans2015-09-301-1/+1
| | | | | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
* | Document that multi-threading is on by default since 8.6jan.nijtmans2015-09-041-5/+6
| |
* | Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-049-71/+71
| | | | | | | | documentation updates)
* | [7703ff1082] Improved wording.dkf2015-08-301-4/+5
|\ \ | |/
| * [7703ff1082] Improved wording.dkf2015-08-301-4/+5
| |
* | Fix [7703ff1082]: extra argument ?pattern? of parray is not documentedjan.nijtmans2015-08-271-8/+9
|\ \ | |/
| * Fix [7703ff1082]: extra argument ?pattern? of parray is not documentedjan.nijtmans2015-08-271-8/+9
| |
* | [465213d171] Documentation correction for Tcl_NewMethod.dkf2015-08-181-1/+3
| |
* | [2c509f6291] Minor documentation correction from Peter Lewerin.dkf2015-08-181-1/+1
| |
* | [d06b029d9d] next(n) documentation examples correction, from Peter Lewerin.dkf2015-08-181-2/+2
| |
* | [e424e31ac7]: Corrected documentation of [regexp -indices] to mention all ↵dkf2015-08-171-1/+1
| | | | | | | | affected arguments.
* | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unixjan.nijtmans2015-08-061-1/+1
|\ \ | |/