summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Resolve [Bug 1752148]dkf2007-08-191-79/+79
|
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-4/+4
| | | | *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h)
* * library/platform/platform.tcl: Fixed bug in 'platform::patterns'andreas_kupries2007-07-202-6/+6
| | | | | | | | | * library/platform/pkgIndex.tcl: where identifiers not matching * unix/Makefile.in: the special linux and solaris forms would not * win/Makefile.in: get 'tcl' as an acceptable platform added to * doc/platform.n: the result. Bumped package to version 1.0.3 and * doc/platform_shell.n: updated documentation and Makefiles. Also fixed bad version info in the documentation of platform::shell.
* Remove over-wide lines from nroff output.dkf2007-07-043-26/+43
|
* Remove over-wide lines from nroff output.dkf2007-07-047-56/+117
|
* Fixing some minor nroff misusesdkf2007-07-044-71/+59
|
* Minor formatting fixes and additional notes on portability of [file]dkf2007-07-042-13/+10
|
* Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDSdkf2007-07-041-3/+5
|
* Minor *roff usage fixesdkf2007-07-031-1/+4
|
* Improved documentation of Tcl_DictObjDone to make it clearer how to use it. ↵dkf2007-06-291-14/+18
| | | | [Bug 1710795]
* Make [string first] and [string last] clearerdkf2007-06-081-11/+11
|
* nroff typo fixeshobbs2007-04-221-9/+8
|
* * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook.Kevin B Kenny2007-04-201-5/+54
| | | | Quite against my better judgment. [Bug 414933]
* * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remarkKevin B Kenny2007-04-201-12/+0
| | | | | about the effect of Daylight Saving Time on relative times in [clock scan]. [Bug 1582951]
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-2/+3
| | | | | | | | | | | | | | | and 'lowercase' in clock.n. [Bug 1656002] Clarified that [clock scan] does not recognize a locale's alternative calendar. * library/clock.tcl: Corrected an error in skipping over the %Ey field on input. * library/msgs/ja.msg: * tools/loadICU.tcl: Corrected several localisation faults in the Japanese locale (most notably, incorrect dates for the Emperors' eras). [Bug 1637471]. Many thanks to SourceForge user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC.
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-191-2/+2
| | | | and 'lowercase' in clock.n. [Bug 1656002]
* * library/clock.tcl: Fixed the naming ofKevin B Kenny2007-04-171-8/+8
| | | | | | | ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the global namespace. * doc/clock.n: Clarified the cases in which legacy time zone is recognized. [Bug 1656002]
* * doc/clock.n: Corrected documentation to avoid periods in theKevin B Kenny2007-04-151-6/+6
| | | | 'A.M.' and 'P.M.' abbreviations.