summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵jan.nijtmans2016-06-291-1/+1
| | | | which are deprecated.
* [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-6/+12
|\
| * [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.
* | [c3d956be5b] Clearer text about positioning of optional arguments.dkf2016-06-271-5/+23
| |
* | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configuregahr2016-06-011-2/+12
|\ \
| * | Add a note in tcltest manual page to betray false expectations on msec and usec.gahr2016-05-041-0/+6
| | |
| * | Implement msec and usec verbosity levels in tcltest::configuregahr2016-04-201-2/+6
| | |
* | | Change "integer string" to "integer" in documentation for [tell]. It's not ↵andy2016-05-261-1/+1
|/ / | | | | | | necessary to emphasize EIAS in every man page. The phrase "integer string" dates back to 1999 [ee1e5d143e], previous was "decimal string" which dates back to 1998, in fact the oldest version in Fossil [196f92fd17].
* | merge trunktip_444gahr2016-04-0490-93/+93
|\ \
| * | Allow unstable Tcl releases to use unstable packages by default (this makes ↵jan.nijtmans2016-03-111-2/+2
| | | | | | | | | | | | "package require Tk" find the expected 8.7a0 version in stead of 8.6). Make many "package" test-cases work even when the environment variable TCL_PKG_PREFER_LATEST is set.
| * | Eliminate exess spacings in remaining doc pagesjan.nijtmans2016-03-0889-91/+91
| |/
* | merge trunkgahr2016-03-03111-399/+399
|\ \ | |/
| * Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-02111-399/+399
| |
* | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1
| |
* | [5f71353740] Support the "weekdays" unit in [clock add]gahr2016-02-171-7/+6
|/
* 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
|\ \ | |/
| * Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unixjan.nijtmans2015-08-061-1/+1
| |
* | Spell out [info exists] in example code for [exit] command.andy2015-07-141-1/+1
| |
* | Documentation: source ignores BOM for unicode filesoehhar2015-07-071-0/+2
|\ \ | |/
| * Documentation: source ignores BOM for unicode filesoehhar2015-07-071-0/+2
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-19/+285
|\ \
| * | Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetoehhar2015-06-261-19/+285
| | |
| * | Merge trunkoehhar2015-06-222-2/+2
| |\ \ | |/ / |/| |
| * | merge trunkoehhar2015-05-31231-1137/+1453
| |\ \
| | \ \
| \ \ \
*-. \ \ \ [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests.dgp2015-06-181-1/+1
|\ \ \ \ \ | | | |_|/ | | |/| |
| * | | | lreplace: more tests, doc improvementaspect_lreplace_refixaspect2015-06-161-1/+1
| | | | |
* | | | | Stop documentation lie about command rename traces and comment lie aboutdgp2015-06-081-1/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | what's done with them in TclOO.
| * | | Stop telling lie about command delete traces.dgp2015-06-081-1/+1
| | | |