summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵jan.nijtmans2014-07-111-2/+3
|\ | | | | | | | | longer a whitespace, but for Tcl it still is. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
| * Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵jan.nijtmans2014-07-111-1/+2
| | | | | | | | | | | | longer a whitespace, but for Tcl it still is. "NEL/Next Line" (U+0085) should have been a Unicode whitespace, but never was in Tcl. This is corrected in Tcl 8.6, but for legacy reasons not in Tcl 8.5. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
* | Clarify http::config and http::geturl -headers roles in setting request headers.dgp2014-07-021-1/+2
| |
* | [cb042d294e] Improve consistency of [dict] wrong-args error messages.dkf2014-06-151-5/+5
| |
* | Add missing calls to Tcl_DecrRefCount() in string object man page examples.andy2014-06-041-1/+4
| |
* | Ditto [dict append], [dict incr], and [dict lappend]. Update description of ↵andy2014-05-211-4/+7
| | | | | | | | [dict create] to explicitly state that it returns the new dictionary.
* | Ditto [dict unset].andy2014-05-211-1/+2
| |
* | Update dict man page to state that [dict set] returns the updated dictionary ↵andy2014-05-211-1/+1
| | | | | | | | value.
* | [958bc05fbe]: Clarify "clock format" using "%R"jan.nijtmans2014-05-131-2/+3
|\ \ | |/
| * [958bc05fbe]: Clarify "clock format" using "%R"jan.nijtmans2014-05-131-2/+3
| |
| * Corrected description of where tcl_platform(user) comes from on Unix.dkf2014-05-071-2/+2
| |
* | Corrected description of where tcl_platform(user) comes from on Unix.dkf2014-05-071-2/+2
| |
* | Clarify fcopy manpage regarding its bidirectional uses. [1350564]ferrieux2014-04-281-3/+24
| |
* | [3597178]: Improve documentation of what's going on with encodingsdkf2014-02-232-11/+51
| |
* | [9bf7e67b37]: minor documentation blooperdkf2014-02-161-1/+1
| |
* | Improve descriptions of character escapes and ranges in Tcl.n.dkf2013-12-151-17/+22
| | | | | | Improve output format handlers to cope with added escape for en-dashes.
* | Grammar check...dkf2013-11-121-1/+1
| |
* | [528717] Slight rewording to clarify what the evaluation steps are.dkf2013-11-121-1/+1
| |
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-05230-230/+230
|\ \ | |/ | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-05209-209/+209
| | | | | | | | and possibly others.
* | [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-2/+2
|\ \ | |/ | | string, by allowing uppercase %X, %E and %G.
| * [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-2/+2
| | | | | | string, by allowing uppercase %X, %E and %G.
* | Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-173-0/+0
|\ \ | |/
| * 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-281-3/+4
| |\ | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
* | | Added missing documentation. Corrected result of Tcl_OOInitStubs in non-stub ↵dkf2013-10-041-0/+54
| | | | | | | | | | | | case.
* | | typo; spotted by studkf2013-09-281-1/+1
| | |
* | | merge trunk; update changesdgp2013-09-191-4/+7
|\ \ \
| * | | [3606943]: Corrected description of method search order.dkf2013-09-191-4/+7
| | | |
* | | | merge trunk; update changesdgp2013-09-171-5/+21
|\ \ \ \ | |/ / /
| * | | small improvements to the documentationdkf2013-09-171-4/+16
| | | |
| * | | Add back -wrapchar option to "binary encode uuencode"jan.nijtmans2013-09-151-1/+8
| |\ \ \
| | * | | Add back -wrapchar option to "binary encode uuencode".jan.nijtmans2013-09-141-1/+8
| | | | |
| * | | | And the decoder too.dkf2013-09-141-1/+1
| |/ / /
| * | | [2152292] Corrected implementation of uuencoding.dkf2013-09-141-10/+7
| | | |
* | | | doc fix exposed by `make html`dgp2013-09-031-1/+1
|/ / /
* | | Unbreak doc; the apropos index entry *must* be one line. dkf2013-08-241-2/+1
| | | | | | | | | (This is an external constraint forced by the requirement to fit into the standard Unix manual system.)
* | | fix NRE docsmig2013-08-231-6/+7
| | |
* | | Correction to documentationdkf2013-08-221-2/+3
| | |
* | | [3612422]: Refer to correct part of tclvars(n) rather than page itself.dkf2013-08-2112-29/+41
| | |
* | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.oehhar2013-05-271-3/+4
|\ \ \ | | |/ | |/| | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| * | Corrected args -> arg arg ... in msgcat docbug3036566oehhar2013-05-081-2/+2
| | |
| * | Document mcunknown format parametersoehhar2013-05-081-3/+4
| | |
* | | * doc/file.n: [Bug 3613671]: Added note to portability section on thedkf2013-05-221-0/+7
|/ / | | | | fact that [file owned] does not produce useful results on Windows.
* | Documentation fix.dgp2013-04-081-1/+1
| |
* | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-1/+1
|\ \ | |/
| * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-141-1/+1
| | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
* | [3603804]: Improve example to actually be capable of throwing the trapped errorsdkf2013-02-081-1/+1
| |
* | More extensive use of the techniques to improve other edge cases in ensemble ↵dkf2013-01-282-3/+3
| | | | | | | | compilation.
* | Clarify readable fileevent "false positives" in the case of multibyte ↵ferrieux2013-01-131-7/+10
| | | | | | | | encodings/transforms [Bug 3436609].
* | adjust stub library version numberjan.nijtmans2013-01-051-3/+3
|\ \ | |/