summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge update from HEADdgp2007-12-101-2/+2
|
* merge updates from HEADdgp2007-12-1017-110/+294
|
* merge updates from HEADdgp2007-12-041-2/+9
|
* merge updates from HEADdgp2007-11-282-2/+8
|
* merge updates from HEADdgp2007-11-213-67/+65
|
* Merge updates from 8.5b3 releasedgp2007-11-212-35/+61
|
* merge updates from HEADdgp2007-11-163-150/+223
|
* merge updates from HEADdgp2007-11-0212-111/+135
|
* merge updates from HEADdgp2007-11-01141-1884/+2640
|
* merge updates from HEADdgp2007-10-271-90/+123
|
* merge updates from HEADdgp2007-10-192-9/+9
|
* merge updates from HEADdgp2007-10-111-2/+2
|
* Merge updates from HEAD, thendgp2007-10-021-2/+2
| | | | | | | | | | | | | | | [core-stabilizer-branch] * README: Bump version number to 8.5.0 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* merge updates from HEADdgp2007-09-111-18/+11
|
* merge updates from HEADdgp2007-09-045-93/+96
|
* merge updates from HEADdgp2007-07-053-26/+43
|
* merge updates from HEADdgp2007-07-0413-143/+191
|
* merge updates from HEADdgp2007-07-031-1/+4
|
* merge updates from HEADdgp2007-07-011-14/+18
|
* merge updates from HEADdgp2007-06-121-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.
* 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: