summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * [Bug 3482614]: Documentation nit.dkf2012-02-011-1/+1
| |
* | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on ↵dkf2012-01-171-0/+19
|\ \ | |/ | | | | when a dictionary key and the dictionary variable collide.
| * * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on ↵dkf2012-01-171-0/+19
| | | | | | | | when a dictionary key and the dictionary variable collide.
| * [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | sockets.
| * Use the same shebang comment everywherejan.nijtmans2011-11-301-1/+1
| |\ | | | | | | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| | * Use the same shebang comment everywherejan.nijtmans2011-11-291-1/+1
| | |
* | | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | | | | | sockets.
* | | [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
| | | | | | | | | | | | Added Documentation
* | | | 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
| | | | | | | | | following prompting by a request by Robert Hicks.
* | | 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
| | | | | | | | | the quality of HTML doc builds.
* | | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
|\ \ \ | |/ /
| * | [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
|\ \ \ | |/ / | | | time of the last metadata change, not the time of creation.
| * | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
| |\ \ | | |/ | | | time of the last metadata change, not the time of creation.
| | * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
| | | | | | | | | time of the last metadata change, not the time of creation.
| * | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵max2011-06-222-0/+2
| | | | | | | | | | | | Keyword lines.
* | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵max2011-06-222-0/+2
| | | | | | | | | | | | Keyword lines.
* | | * doc/socket.n: Document the fact that the event loop is now needed for ↵max2011-06-161-6/+17
| | | | | | | | | | | | | | | | | | [socket -async] * unix/tclUnixSock.c: Set up the file handler for async sockets to fire on exceptions in addition to writable state. * tests/socket.test: Improve error reporting when socket-14.2 times out.
* | | 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
| | | | | | | | | filter] with a 'value' filter.
* | | merge 8.5dgp2011-03-145-5/+5
|\ \ \ | |/ /
| * | merge 8.4dgp2011-03-145-5/+5
| |\ \ | | |/
| | * whitespace tidydgp2011-03-145-5/+5
| | |
* | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-091-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
| * | * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.patthoyts2011-03-091-3/+3
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-02229-451/+2
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-02208-408/+2
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-01193-376/+0
| | | | | | | | | more harm than good. Purged them.
| | * * doc/unset.n: [Bug 2988940]: Fix typo.dkf2010-04-181-2/+3
| | |
| | * * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-301-2/+2
| | |
| | * typodgp2009-01-141-2/+2
| | |