summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-1/+1
|
* [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-292-6/+25
|
* [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-252-1/+6
| | | command prefixes in ensemble subcommand maps.
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
|\ | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
| | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
|\ \ | |/
| * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
| |
* | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
|\ \ | |/ | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| * * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
| | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-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.
* | [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
| |
* | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
| |
* | 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.
* | merge 8.4dgp2011-03-145-5/+5
|\ \ | |/
| * whitespace tidydgp2011-03-145-5/+5
| |
* | * 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 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
| |
| * * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
| | | | | | | | | | | | | | * tests/indexObj.test: there are extensions that rely on the prior * doc/GetIndex.3: behavior that the empty string cannot succeed as a unique prefix matcher, so I'm restoring Donal Fellow's solution. Added mention of this detail to the documentation. [Bug 1464039]
| * * doc/open.n: Documented the changed behaviour of 'a'ppend mode.andreas_kupries2006-03-161-2/+2
| |
| * * doc/fconfigure.n: Clarified that -translation is binary isandreas_kupries2006-03-141-1/+8
| | | | | | | | | | | | reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770].
| * Clarify specification of variable substitutiondkf2005-12-191-2/+3
| |
| * doc changes with 1162286 fixdgp2005-11-091-8/+1
| |
| * * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application ofandreas_kupries2005-10-051-8/+10
| | | | | | | | | | David Welton's patch for it, and added a note about wideSeekProc.
| * * doc/ParseCmd.3: copy/paste fix [Bug 1292427]Miguel Sofer2005-09-151-2/+2
| |