summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | |
| | * * doc/global.n: Correct false claim about [info locals].dgp2008-09-251-3/+4
| | |
| | * Backport http 2.5.5 changes from HEADpatthoyts2008-02-271-1/+8
| | |
| | * * doc/filename.n: Typocore_8_4_17dgp2007-12-311-2/+2
| | |
| | * typo fixesdgp2007-11-051-2/+2
| | |
| | * * doc/load.n: Backport corrected example.dgp2007-09-201-4/+4
| | |
| | * * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
| | |
| | * * doc/fcopy.n: Typo fix. [Bug 1630627]dgp2007-01-291-2/+2
| | |
| | * Fix example. [Bug 1615277]dkf2006-12-141-2/+2
| | |
| | * Fix [Bug 1606454]dkf2006-12-041-2/+2
| | |
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3:
| | * * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-1/+1
| | | | | | | | | | | | * doc/msgcat.n:
| | * typodgp2006-09-051-1/+1
| | |
| | * correct package examplehobbs2006-09-041-3/+4
| | |
| | * Fix typo [Bug 1496886]jenglish2006-07-301-2/+2
| | |
| | * * doc/GetStdChan.3: Added recommendation that each call todgp2006-06-061-1/+11
| | | | | | | | | | | | Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel().
| | * fix make-html errordas2006-04-121-2/+2
| | |