summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() ->dgp2007-12-121-12/+12
| | | | Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971].
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-10/+10
| | | | | | | | | | | | | * generic/tclIntDecls.h: to tclInt.h from stubs. * generic/tclStubInit.c: Add flags var to TclByteArrayMatch for * generic/tclInt.h: future extensibility * generic/tcl.h: define TCL_MATCH_EXACT doc for Tcl_StringCaseMatch. * doc/StrMatch.3: It is compatible with existing usage. * generic/tclExecute.c (INST_STR_MATCH): flag for TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch, TclStringMatchObj): * generic/tclRegexp.c (Tcl_RegExpExecObj): * generic/tclCmdMZ.c (StringMatchCmd): Use TclStringMatchObj * tests/string.test (11.9.* 11.10.*): more tests
* typodgp2007-12-101-2/+2
|
* formatting errordgp2007-12-101-2/+2
|
* Fix markup errors.jenglish2007-12-1010-28/+23
| | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* Improved the documentation of the operators. [Bug 1823622]dkf2007-12-082-65/+113
|
* Match docs and reality. [Bug 1662436]dkf2007-12-081-2/+2
|
* * doc/AddErrInfo.3: Documentation for the new routines in TIP 270.dgp2007-12-073-12/+137
| | | | | * doc/Interp.3: * doc/StringObj.3:
* * doc/namespace.n: Documentation for zero-argument form ofdgp2007-12-061-3/+19
| | | | [namespace import] (TIP 261) [Bug 1596416]
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-031-2/+9
|
* * 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
|