Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is ↵ | dgp | 2015-02-20 | 1 | -1/+1 |
|\ | | | | | | | optional. Update the docs to make that clear. | ||||
| * | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is | dgp | 2015-02-20 | 1 | -1/+1 |
| | | | | | | optional. Update the docs to make that clear. | ||||
* | | Documented "fconfigure $h -connecting" on socket man pagetip_427 | oehhar | 2014-12-17 | 1 | -0/+9 |
| | | |||||
* | | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -48/+13 |
|\ \ | |/ | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
| * | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -47/+13 |
| | | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
* | | [2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command ↵ | dgp | 2014-10-09 | 1 | -23/+10 |
|\ \ | |/ | | | | | traces. | ||||
| * | [2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command ↵ | dgp | 2014-10-09 | 1 | -23/+10 |
| | | | | | | | | traces. | ||||
* | | Tidy up the docs | dkf | 2014-08-03 | 1 | -7/+12 |
| | | |||||
* | | Don't use [pid] in tests, stick to constant literals. | ferrieux | 2014-08-02 | 1 | -0/+2 |
| | | |||||
* | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 1 | -0/+8 |
| | | |||||
* | | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵ | jan.nijtmans | 2014-07-11 | 1 | -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.nijtmans | 2014-07-11 | 1 | -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. | dgp | 2014-07-02 | 1 | -1/+2 |
| | | |||||
* | | [cb042d294e] Improve consistency of [dict] wrong-args error messages. | dkf | 2014-06-15 | 1 | -5/+5 |
| | | |||||
* | | Add missing calls to Tcl_DecrRefCount() in string object man page examples. | andy | 2014-06-04 | 1 | -1/+4 |
| | | |||||
* | | Ditto [dict append], [dict incr], and [dict lappend]. Update description of ↵ | andy | 2014-05-21 | 1 | -4/+7 |
| | | | | | | | | [dict create] to explicitly state that it returns the new dictionary. | ||||
* | | Ditto [dict unset]. | andy | 2014-05-21 | 1 | -1/+2 |
| | | |||||
* | | Update dict man page to state that [dict set] returns the updated dictionary ↵ | andy | 2014-05-21 | 1 | -1/+1 |
| | | | | | | | | value. | ||||
* | | [958bc05fbe]: Clarify "clock format" using "%R" | jan.nijtmans | 2014-05-13 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | [958bc05fbe]: Clarify "clock format" using "%R" | jan.nijtmans | 2014-05-13 | 1 | -2/+3 |
| | | |||||
| * | Corrected description of where tcl_platform(user) comes from on Unix. | dkf | 2014-05-07 | 1 | -2/+2 |
| | | |||||
* | | Corrected description of where tcl_platform(user) comes from on Unix. | dkf | 2014-05-07 | 1 | -2/+2 |
| | | |||||
* | | Clarify fcopy manpage regarding its bidirectional uses. [1350564] | ferrieux | 2014-04-28 | 1 | -3/+24 |
| | | |||||
* | | [3597178]: Improve documentation of what's going on with encodings | dkf | 2014-02-23 | 2 | -11/+51 |
| | | |||||
* | | [9bf7e67b37]: minor documentation blooper | dkf | 2014-02-16 | 1 | -1/+1 |
| | | |||||
* | | Improve descriptions of character escapes and ranges in Tcl.n. | dkf | 2013-12-15 | 1 | -17/+22 |
| | | | | | | Improve output format handlers to cope with added escape for en-dashes. | ||||
* | | Grammar check... | dkf | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | [528717] Slight rewording to clarify what the evaluation steps are. | dkf | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 230 | -230/+230 |
|\ \ | |/ | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 209 | -209/+209 |
| | | | | | | | | and possibly others. | ||||
* | | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -2/+2 |
|\ \ | |/ | | | string, by allowing uppercase %X, %E and %G. | ||||
| * | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 1 | -2/+2 |
| | | | | | | string, by allowing uppercase %X, %E and %G. | ||||
* | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 3 | -0/+0 |
|\ \ | |/ | |||||
| * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -3/+4 |
| |\ | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
* | | | Added missing documentation. Corrected result of Tcl_OOInitStubs in non-stub ↵ | dkf | 2013-10-04 | 1 | -0/+54 |
| | | | | | | | | | | | | case. | ||||
* | | | typo; spotted by stu | dkf | 2013-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk; update changes | dgp | 2013-09-19 | 1 | -4/+7 |
|\ \ \ | |||||
| * | | | [3606943]: Corrected description of method search order. | dkf | 2013-09-19 | 1 | -4/+7 |
| | | | | |||||
* | | | | merge trunk; update changes | dgp | 2013-09-17 | 1 | -5/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | small improvements to the documentation | dkf | 2013-09-17 | 1 | -4/+16 |
| | | | | |||||
| * | | | Add back -wrapchar option to "binary encode uuencode" | jan.nijtmans | 2013-09-15 | 1 | -1/+8 |
| |\ \ \ | |||||
| | * | | | Add back -wrapchar option to "binary encode uuencode". | jan.nijtmans | 2013-09-14 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | And the decoder too. | dkf | 2013-09-14 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | [2152292] Corrected implementation of uuencoding. | dkf | 2013-09-14 | 1 | -10/+7 |
| | | | | |||||
* | | | | doc fix exposed by `make html` | dgp | 2013-09-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Unbreak doc; the apropos index entry *must* be one line. | dkf | 2013-08-24 | 1 | -2/+1 |
| | | | | | | | | | (This is an external constraint forced by the requirement to fit into the standard Unix manual system.) | ||||
* | | | fix NRE docs | mig | 2013-08-23 | 1 | -6/+7 |
| | | | |||||
* | | | Correction to documentation | dkf | 2013-08-22 | 1 | -2/+3 |
| | | | |||||
* | | | [3612422]: Refer to correct part of tclvars(n) rather than page itself. | dkf | 2013-08-21 | 12 | -29/+41 |
| | | | |||||
* | | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | oehhar | 2013-05-27 | 1 | -3/+4 |
|\ \ \ | | |/ | |/| | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. |