summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Ensure all documented functions are listed in index line.dkf2012-04-101-1/+1
| * | | | | | | | | | | | | Implementation of TIP #396dkf2012-04-021-3/+53
| * | | | | | | | | | | | | Implementation of TIP #395dkf2012-03-271-0/+6
| * | | | | | | | | | | | | Implementation of TIP #397dkf2012-03-272-4/+27
| * | | | | | | | | | | | | Implementation of TIP #380dkf2012-03-262-47/+159
| * | | | | | | | | | | | | A number of small spelling and wording fixes in the docs.dkf2012-03-1131-88/+103
| * | | | | | | | | | | | | More small bits of doc mending.dkf2012-03-081-10/+12
| * | | | | | | | | | | | | Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake).dkf2012-03-081-32/+38
| * | | | | | | | | | | | | Documentation clarification, as discussed in [Bug 3482614].dkf2012-02-211-0/+6
| * | | | | | | | | | | | | [Bug 3482614]: Documentation nit.dkf2012-02-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on when...dkf2012-01-171-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on so...ferrieux2012-01-121-0/+3
| * | | | | | | | | | | | | | | [Bug 3466506]: Document more environment variables.dkf2012-01-121-0/+11
| * | | | | | | | | | | | | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-221-3/+5
| * | | | | | | | | | | | | | | Merge to feature branchjan.nijtmans2011-08-181-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Document TIP 378's one-way-ness.ferrieux2011-08-171-0/+4
| * | | | | | | | | | | | | | | | merge current trunkjan.nijtmans2011-08-162-11/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | [Patch 3124554]: Move WishPanic from Tk to Tcljan.nijtmans2011-08-142-11/+16
| * | | | | | | | | | | | | | | | TIP 388 implementationjan.nijtmans2011-08-122-23/+36
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Added some examples of how some of the standard global variables can be used,dkf2011-08-011-0/+37
| * | | | | | | | | | | | | | | The final parts of my doc improvement projectdkf2011-07-1810-19/+16
| * | | | | | | | | | | | | | | Undocument long gone limitation of [upvar].ferrieux2011-07-181-2/+1
| * | | | | | | | | | | | | | | More small documentation improvements.dkf2011-07-1813-31/+31
| * | | | | | | | | | | | | | | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-1734-110/+147
| * | | | | | | | | | | | | | | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS K...max2011-06-222-0/+2
| * | | | | | | | | | | | | | | | | * doc/socket.n: Document the fact that the event loop is now needed for [s...max2011-06-161-6/+17
| * | | | | | | | | | | | | | | | | Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-253-0/+107
| * | | | | | | | | | | | | | | | | Fix typo spotted by Emiliano Gavilan.dkf2011-05-051-1/+4
| * | | | | | | | | | | | | | | | | This time, I'll try to get it right!dkf2011-04-191-1/+1
| * | | | | | | | | | | | | | | | | [Bug 3288696]: Command summary was confusingly wrong when it came to [dictdkf2011-04-181-1/+1
| * | | | | | | | | | | | | | | | | merge 8.5dgp2011-03-145-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-091-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-02229-451/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-281-2/+2
| * | | | | | | | | | | | | | | | | | | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Bra...ferrieux2011-01-191-2/+5
| * | | | | | | | | | | | | | | | | | | | * doc/tclvars.n:Kevin B Kenny2011-01-151-7/+26
| * | | | | | | | | | | | | | | | | | | | * doc/file.n: [Bug 3111298]: Typofix.dkf2010-11-181-2/+2
| * | | | | | | | | | | | | | | | | | | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-152-2/+45
| * | | | | | | | | | | | | | | | | | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-2/+3
| * | | | | | | | | | | | | | | | | | | | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase claritydkf2010-11-041-1/+9
| * | | | | | | | | | | | | | | | | | | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-8/+12
| * | | | | | | | | | | | | | | | | | | | Document [info errostack] faithfully.ferrieux2010-10-171-4/+14
| * | | | | | | | | | | | | | | | | | | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-50/+64
| * | | | | | | | | | | | | | | | | | | | * doc/file.n (file readlink): [Bug 3070580]: Typofix.dkf2010-09-181-2/+2
| * | | | | | | | | | | | | | | | | | | | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl'sdkf2010-09-101-5/+8
| * | | | | | | | | | | | | | | | | | | | * doc/tm.n: Added underscore to the set of characters accepted inandreas_kupries2010-09-081-3/+3
| * | | | | | | | | | | | | | | | | | | | * doc/glob.n: Fixed documentation ambiguity regarding the handlingandreas_kupries2010-09-021-3/+4