summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-272-2/+8
| | | | | | | * doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to * tests/chan.test: Stuart Cassoff for contributing the fix. [Bug 800753]
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-202-23/+24
| | | | | | | | | hash table used in dictionaries to additionally keep all entries in the hash table in a linked list, which is only ever added to at the end. This makes iteration over all entries in the dictionary in key insertion order a trivial operation, and so cleans up a great deal of complexity relating to dictionary representation and stability of iteration order.
* Typodkf2007-11-201-44/+41
|
* Improvements after review by Arjen Markus.dkf2007-11-162-35/+61
|
* More tweaksdkf2007-11-151-49/+64
|
* Must pass non-NULL interp to Tcl_SetEnsemble* functions.dkf2007-11-151-2/+4
|
* Readability improvementsdkf2007-11-151-81/+123
|
* Strengthened the text about Tcl not supporting MCCEsdkf2007-11-141-8/+8
|
* Clarify.dkf2007-11-131-17/+31
|
* Minor documentation improvementsdkf2007-11-0110-70/+91
|
* Reorder paragraphs for better readability.dkf2007-11-011-9/+9
|
* Fix .DS/.DE to work better when transformed to a tabledkf2007-11-011-35/+35
|
* Clarified documentation of RE flags. [Bug 1167840]dkf2007-11-011-12/+14
|
* change 'reflectedchan' to 'refchan' for reduced confusion.dkf2007-11-012-6/+6
|
* Clarified [file nativename] usage. [Bug 1185154]dkf2007-11-011-3/+12
|
* Spread the idiom, make the rendering to HTML reliable!dkf2007-10-3010-121/+161
|
* Eliminate misuse of .brdkf2007-10-303-9/+20
|
* typosdkf2007-10-302-4/+4
|
* Forgot some SEE ALSOsdkf2007-10-302-4/+5
|
* Typo [Bug 1811621]dkf2007-10-301-3/+2
|
* Clear up what's going on a bit more. [Bug 1811803]dkf2007-10-302-48/+57
|
* Fix [Bug 1822268]dkf2007-10-301-22/+37
|
* line endingsdgp2007-10-2926-2406/+2377
|
* Minor fixesdkf2007-10-292-8/+5
|
* GOOBE the docs some more.dkf2007-10-2931-220/+224
|
* Missed this file last nightdkf2007-10-291-87/+211
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-2967-1230/+1598
| | | | generation works
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-2893-2481/+2689
| | | | generation works
* * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219]Miguel Sofer2007-10-271-4/+2
|
* * doc/apply.n: fixed example [Bug 1811791]Miguel Sofer2007-10-273-6/+6
| | | | | * doc/namespace.n: improved example [Bug 1788984] * doc/AddErrInfo.3: typo [Bug 1715087]
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-26105-2284/+1403
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* Fix minor faults.dkf2007-10-263-10/+10
|
* More GOOBE quotingdkf2007-10-2523-425/+603
|
* Improvements for claritydkf2007-10-251-12/+20
|
* Fix macro bugdkf2007-10-251-5/+2
|
* GOOBEdkf2007-10-252-48/+129
|
* Ensure that the exemplar output indicates that it can be fractionaldkf2007-10-251-5/+2
|
* GOOBEdkf2007-10-251-4/+6
|
* GOOBE for command results in examplesdkf2007-10-251-5/+5
|
* GOOBE applieddkf2007-10-251-48/+49
|
* GOOBE for command results in examplesdkf2007-10-252-10/+14
|
* GOOBE for command results in examplesdkf2007-10-2512-119/+157
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-2485-844/+1452
|
* Improve nroff macro usagedkf2007-10-172-9/+9
|
* Clarify a little more the previous correction for the Tcl_HashKeyTypegeorgeps2007-10-081-2/+2
| | | | flags member.
* Correct the usage of flags.georgeps2007-10-081-2/+2
|
* revised exampledgp2007-09-201-2/+2
|
* * doc/package.n: Restored the functioning ofdgp2007-09-111-18/+11
| | | | | * generic/tclPkg.c: [package require -exact] to be compatible * tests/pkg.test: with Tcl 8.4. [Bug 1578344].
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-101-2/+2
| | | | | * generic/tclPkg.c: [package present] and [package require] * tests/pkg.test: commands. [Bug 1723675]
* Doc clarification.dkf2007-09-021-4/+7
|