Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | rebase TIP [http://tip.tcl.tk/414|#414] implementation | jan.nijtmans | 2013-11-08 | 1 | -0/+41 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | rebase TIP [http://tip.tcl.tk/414|#414] implementation | jan.nijtmans | 2013-10-18 | 1 | -0/+41 | |
| |\ \ \ | ||||||
| | * \ \ | Rebase TIP #414 implementation. | jan.nijtmans | 2013-09-07 | 1 | -0/+41 | |
| | |\ \ \ | ||||||
| | | * \ \ | Rebase. | jan.nijtmans | 2013-07-08 | 1 | -0/+41 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Remove usability of -DUSE_TCL_STUBS | |||||
| | | | * \ \ | TIP #414 implementation | jan.nijtmans | 2013-06-04 | 1 | -0/+53 | |
| | | | |\ \ \ | | | |/ / / / | ||||||
| | | | * | | | rebase | jan.nijtmans | 2013-04-11 | 1 | -0/+53 | |
| | | | |\ \ \ | ||||||
| | | | | * \ \ | rebase | jan.nijtmans | 2013-04-03 | 1 | -0/+53 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | better comments | jan.nijtmans | 2013-04-03 | 1 | -12/+10 | |
| | | | | | | | | | ||||||
| | | | | | * | | | initsubsystems | jan.nijtmans | 2013-04-01 | 1 | -0/+60 | |
| | | | | | |\ \ \ | | | | | |/ / / / | ||||||
| | | | | | * | | | Fix Tcl_Main macro | jan.nijtmans | 2013-03-31 | 1 | -4/+0 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Going forward trying to define a better Tcl_InitStubsystems() | jan.nijtmans | 2013-03-31 | 1 | -61/+23 | |
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | | * | | | Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad ↵ | jan.nijtmans | 2013-03-26 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idea at all, provided it has a Tcl_Interp* argument as well, so it can initialize the stub table. A typedef for the function is not necessary, as a variable-argument function doesn't do any type checking. It's for the experienced developer anyway. | |||||
| | | | | | * | | | Add TCL_INIT_STUFF | jan.nijtmans | 2013-03-26 | 1 | -1/+7 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flag | jan.nijtmans | 2013-03-26 | 1 | -29/+2 | |
| | | | | | | | | | ||||||
| | | | | | * | | | merge trunk. | jan.nijtmans | 2013-02-20 | 1 | -22/+22 | |
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | | doc improvements | |||||
| | | | | | * | | | Merge trunk. | jan.nijtmans | 2013-02-15 | 3 | -88/+111 | |
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | | Move Tcl_InitSubsystems documentation to its own manpage | |||||
| | | | | | * | | | merge trunk | jan.nijtmans | 2013-02-14 | 1 | -1/+1 | |
| | | | | | |\ \ \ | ||||||
| | | | | | * \ \ \ | merge trunk | jan.nijtmans | 2013-02-01 | 2 | -3/+3 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-26 | 1 | -19/+30 | |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | doc improvements | |||||
| | | | | | * \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-21 | 1 | -7/+10 | |
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / / | ||||||
| | | | | | * | | | | | | Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODE | jan.nijtmans | 2013-01-10 | 1 | -16/+40 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | New function Tcl_InitSubsystems, still to be TIP'ed | jan.nijtmans | 2013-01-09 | 2 | -2/+56 | |
| | | | | | |/ / / / / / | ||||||
* | | | | | | | | | | | | 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 | |
| |_|/ / / / / / / / |/| | | | | | | | | |