Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 85 | -844/+1452 |
| | |||||
* | Improve nroff macro usage | dkf | 2007-10-17 | 2 | -9/+9 |
| | |||||
* | Clarify a little more the previous correction for the Tcl_HashKeyType | georgeps | 2007-10-08 | 1 | -2/+2 |
| | | | | flags member. | ||||
* | Correct the usage of flags. | georgeps | 2007-10-08 | 1 | -2/+2 |
| | |||||
* | revised example | dgp | 2007-09-20 | 1 | -2/+2 |
| | |||||
* | * doc/package.n: Restored the functioning of | dgp | 2007-09-11 | 1 | -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 the | dgp | 2007-09-10 | 1 | -2/+2 |
| | | | | | * generic/tclPkg.c: [package present] and [package require] * tests/pkg.test: commands. [Bug 1723675] | ||||
* | Doc clarification. | dkf | 2007-09-02 | 1 | -4/+7 |
| | |||||
* | Resolve [Bug 1752148] | dkf | 2007-08-19 | 1 | -79/+79 |
| | |||||
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -4/+4 |
| | | | | *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) | ||||
* | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' | andreas_kupries | 2007-07-20 | 2 | -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. | dkf | 2007-07-04 | 3 | -26/+43 |
| | |||||
* | Remove over-wide lines from nroff output. | dkf | 2007-07-04 | 7 | -56/+117 |
| | |||||
* | Fixing some minor nroff misuses | dkf | 2007-07-04 | 4 | -71/+59 |
| | |||||
* | Minor formatting fixes and additional notes on portability of [file] | dkf | 2007-07-04 | 2 | -13/+10 |
| | |||||
* | Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDS | dkf | 2007-07-04 | 1 | -3/+5 |
| | |||||
* | Minor *roff usage fixes | dkf | 2007-07-03 | 1 | -1/+4 |
| | |||||
* | Improved documentation of Tcl_DictObjDone to make it clearer how to use it. ↵ | dkf | 2007-06-29 | 1 | -14/+18 |
| | | | | [Bug 1710795] | ||||
* | Make [string first] and [string last] clearer | dkf | 2007-06-08 | 1 | -11/+11 |
| | |||||
* | nroff typo fixes | hobbs | 2007-04-22 | 1 | -9/+8 |
| | |||||
* | * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. | Kevin B Kenny | 2007-04-20 | 1 | -5/+54 |
| | | | | Quite against my better judgment. [Bug 414933] | ||||
* | * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark | Kevin B Kenny | 2007-04-20 | 1 | -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 Kenny | 2007-04-20 | 1 | -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 Kenny | 2007-04-19 | 1 | -2/+2 |
| | | | | and 'lowercase' in clock.n. [Bug 1656002] | ||||
* | * library/clock.tcl: Fixed the naming of | Kevin B Kenny | 2007-04-17 | 1 | -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 the | Kevin B Kenny | 2007-04-15 | 1 | -6/+6 |
| | | | | 'A.M.' and 'P.M.' abbreviations. | ||||
* | Added keyword | dkf | 2007-04-13 | 1 | -3/+2 |
| | |||||
* | Extend/sort the "SEE ALSO" section | dkf | 2007-04-05 | 1 | -3/+3 |
| | |||||
* | restore line endings | dgp | 2007-04-03 | 1 | -475/+475 |
| | |||||
* | Fixed bug in regsub example. | dkf | 2007-03-19 | 1 | -4/+2 |
| | |||||
* | correct bogus change | dgp | 2007-02-24 | 1 | -2/+2 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-23 | 1 | -3/+3 |
| | |||||
* | * doc/tcltest.n: Typo fix. [Bug 1663539] | dgp | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. | dkf | 2007-02-18 | 15 | -45/+45 |
| | |||||
* | Partial fix of [Bug 1662436] | dkf | 2007-02-18 | 1 | -39/+40 |
| | |||||
* | Fix [Bug 1614687] | dkf | 2007-02-13 | 1 | -3/+3 |
| | |||||
* | * doc/fcopy.n: Typo fix. [Bug 1630627] | dgp | 2007-01-29 | 1 | -2/+2 |
| | |||||
* | Rewrote for more clarity | dkf | 2006-12-19 | 1 | -56/+90 |
| | |||||
* | Replace with comment style recommended as "best practice" | dkf | 2006-12-19 | 1 | -13/+13 |
| | |||||
* | Wrote the commenting wrongly; used proper troff construct as recommended in | dkf | 2006-12-19 | 1 | -9/+9 |
| | | | | CSTR#54 (The Troff User's Manual). | ||||
* | Fix minor fault found by Joe Mistachkin | dkf | 2006-12-19 | 1 | -2/+2 |
| | |||||
* | Fix example. [Bug 1615277] | dkf | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | fix errors flagged by make/html | das | 2006-12-06 | 3 | -8/+8 |
| | |||||
* | Documentation for platform package. | andreas_kupries | 2006-12-05 | 2 | -0/+127 |
| | |||||
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 1 | -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#267 | dkf | 2006-12-04 | 1 | -2/+12 |
| | |||||
* | Bug 1606454 fixed | dkf | 2006-12-02 | 1 | -475/+475 |
| | |||||
* | TIP#299 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -6/+14 |
| | |||||
* | TIP#287 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -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_kupries | 2006-11-28 | 1 | -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: |