summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
* | | | rebase TIP [http://tip.tcl.tk/414|#414] implementationjan.nijtmans2013-11-081-0/+41
|\ \ \ \ | |/ / / |/| | |
| * | | rebase TIP [http://tip.tcl.tk/414|#414] implementationjan.nijtmans2013-10-181-0/+41
| |\ \ \
| | * \ \ Rebase TIP #414 implementation.jan.nijtmans2013-09-071-0/+41
| | |\ \ \
| | | * \ \ Rebase. jan.nijtmans2013-07-081-0/+41
| | | |\ \ \ | | | | | | | | | | | | | | Remove usability of -DUSE_TCL_STUBS
| | | | * \ \ TIP #414 implementationjan.nijtmans2013-06-041-0/+53
| | | | |\ \ \ | | | |/ / / /
| | | | * | | rebasejan.nijtmans2013-04-111-0/+53
| | | | |\ \ \
| | | | | * \ \ rebasejan.nijtmans2013-04-031-0/+53
| | | | | |\ \ \
| | | | | | * | | better commentsjan.nijtmans2013-04-031-12/+10
| | | | | | | | |
| | | | | | * | | initsubsystemsjan.nijtmans2013-04-011-0/+60
| | | | | | |\ \ \ | | | | | |/ / / /
| | | | | | * | | Fix Tcl_Main macrojan.nijtmans2013-03-311-4/+0
| | | | | | | | |
| | | | | | * | | Going forward trying to define a better Tcl_InitStubsystems()jan.nijtmans2013-03-311-61/+23
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | * | | Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad ↵jan.nijtmans2013-03-261-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_STUFFjan.nijtmans2013-03-261-1/+7
| | | | | | | | |
| | | | | | * | | Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flagjan.nijtmans2013-03-261-29/+2
| | | | | | | | |
| | | | | | * | | merge trunk. jan.nijtmans2013-02-201-22/+22
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | doc improvements
| | | | | | * | | Merge trunk. jan.nijtmans2013-02-153-88/+111
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | Move Tcl_InitSubsystems documentation to its own manpage
| | | | | | * | | merge trunkjan.nijtmans2013-02-141-1/+1
| | | | | | |\ \ \
| | | | | | * \ \ \ merge trunkjan.nijtmans2013-02-012-3/+3
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ merge trunkjan.nijtmans2013-01-261-19/+30
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | doc improvements
| | | | | | * \ \ \ \ \ merge trunkjan.nijtmans2013-01-211-7/+10
| | | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / /
| | | | | | * | | | | | Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODEjan.nijtmans2013-01-101-16/+40
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | New function Tcl_InitSubsystems, still to be TIP'edjan.nijtmans2013-01-092-2/+56
| | | | | | |/ / / / / /
* | | | | | | | | | | | 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
| |_|/ / / / / / / / |/| | | | | | | | |