summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added keyworddkf2007-04-131-3/+2
|
* Extend/sort the "SEE ALSO" sectiondkf2007-04-051-3/+3
|
* restore line endingsdgp2007-04-031-475/+475
|
* Fixed bug in regsub example.dkf2007-03-191-4/+2
|
* correct bogus changedgp2007-02-241-2/+2
|
* various "const" additions, in line with TIP #27nijtmans2007-02-231-3/+3
|
* * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
|
* Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-1815-45/+45
|
* Partial fix of [Bug 1662436]dkf2007-02-181-39/+40
|
* Fix [Bug 1614687]dkf2007-02-131-3/+3
|
* * doc/fcopy.n: Typo fix. [Bug 1630627]dgp2007-01-291-2/+2
|
* Rewrote for more claritydkf2006-12-191-56/+90
|
* Replace with comment style recommended as "best practice"dkf2006-12-191-13/+13
|
* Wrote the commenting wrongly; used proper troff construct as recommended in dkf2006-12-191-9/+9
| | | | CSTR#54 (The Troff User's Manual).
* Fix minor fault found by Joe Mistachkindkf2006-12-191-2/+2
|
* Fix example. [Bug 1615277]dkf2006-12-141-2/+2
|
* fix errors flagged by make/htmldas2006-12-063-8/+8
|
* Documentation for platform package.andreas_kupries2006-12-052-0/+127
|
* * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-1/+5
| | | | | | | | | | | | | | | | * doc/tclvars.n: pointerSize. * win/Makefile.in: Added installation instructions for the platform * win/makefile.vc: package. Added the platform package. * win/makefile.bc: * unix/Makefile.in: * tests/platform.test: * tests/safe.test: * library/platform/platform.tcl: * library/platform/shell.tcl: * library/platform/pkgIndex.tcl:
* Implement TIP#267dkf2006-12-041-2/+12
|
* Bug 1606454 fixeddkf2006-12-021-475/+475
|
* TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-6/+14
|
* TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+11
| | | | | | | | | | * doc/chan.n: New subcommand [chan pending]. * generic/tclBasic.c: Thanks to Michael Cleverly for proposal * generic/tclInt.h: and implementation. * generic/tclIOCmd.c: * library/init.tcl: * tests/chan.test: * tests/ioCmd.test:
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-1/+109
| | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test:
* More bits and pieces of the TIP#174 implementationdkf2006-11-261-0/+210
|
* TIP#269 implementationdkf2006-11-221-1/+6
|
* Added a missing bold highlightdkf2006-11-201-2/+2
|
* Added more examplesdkf2006-11-162-19/+79
|
* Convert \fP to \fR for easier manual page scrapingdkf2006-11-1516-208/+208
|
* Implemented [string reverse].dkf2006-11-091-2/+9
| | | | Finalizes basic TIP#272 implementation.
* Implemented [lreverse] from TIP#272dkf2006-11-091-0/+31
|
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-037-18/+18
| | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* * doc/Encoding.3: Missing doc updates (mostly Table ofdgp2006-10-185-9/+9
| | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3:
* * doc/UpVar.3: brough the docs in accordance to the code. EverMiguel Sofer2006-10-091-4/+5
| | | | | | since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag value, and var-3.4 tests for proper behaviour. The docs only allowed 0 and TCL_GLOBAL_ONLY.
* TIP #275: Support unsigned values in binary commandpatthoyts2006-10-061-9/+14
|
* nroff typohobbs2006-10-051-2/+2
|
* * doc/Eval.3 (TclEvalObjv): added note on refCount management forMiguel Sofer2006-10-011-1/+4
| | | | the elements of objv, [Bug #730244].
* TIP 27 changes for Tcl_CreateEncodingKevin B Kenny2006-09-261-3/+3
|
* another nitdgp2006-09-251-2/+2
|
* * doc/package.n: Fixed nits reported by Daniel Steffen in theandreas_kupries2006-09-251-4/+4
| | | | TIP#268 changes.
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-222-24/+133
| | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/PkgRequire.3: Documentation of extended API, * doc/package.n: extended testsuite. * tests/pkg.test: * generic/tcl.decls: Implementation. * generic/tclBasic.c: * generic/tclConfig.c: * generic/tclInt.h: * generic/tclPkg.c: * generic/tclTest.c: * generic/tclTomMathInterface.c: * library/init.tcl: * library/package.tcl: * library/tm.tcl:
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-1/+1
| | | | * doc/msgcat.n:
* * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-111-3/+3
| | | | | | | | | * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc: