summaryrefslogtreecommitdiffstats
path: root/doc/clock.n
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-10-211-2/+2
|\
| * Fix [af65af3655]: clock.n: unbalanced parenthesisjan.nijtmans2022-10-201-2/+2
| |
* | Merge 8.6jan.nijtmans2021-06-211-2/+2
|\ \ | |/
| * Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-2/+2
| |
* | TIP #590 follow-up: Adapt documentation and tclStubLib.cjan.nijtmans2020-12-081-1/+1
| |
* | Merge 8.6jan.nijtmans2020-11-201-1/+1
|\ \ | |/
| * Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-1/+1
| | | | | | | | consistant copyright statements in the (html) documentation
* | Merge 8.6jan.nijtmans2020-10-261-4/+4
|\ \ | |/
| * Revert changes in previous commit to clock.n and lassign.njan.nijtmans2020-10-261-4/+4
| |
* | Merge 8.6jan.nijtmans2020-10-261-4/+4
|\ \ | |/
| * Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵jan.nijtmans2020-10-261-4/+4
| | | | | | | | error messages)
* | Merge 8.6jan.nijtmans2020-07-171-6/+6
|\ \ | |/
| * merge 8.5sebres2020-07-161-6/+6
| |\
| | * doc/clock.n: clearer form explaininng format groups on outputsebres2020-06-301-6/+6
| | |
* | | Merge 8.6jan.nijtmans2020-07-091-3/+4
|\ \ \ | |/ /
| * | Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp ↵jan.nijtmans2020-05-271-2/+3
| | | | | | | | | | | | | | | with literal T behaves strange (I like it!)
| * | Eliminate unneccessary eol-spacing from documentation.jan.nijtmans2019-12-021-1/+1
| | |
* | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFULdkf2018-10-091-10/+16
| | |
* | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
| | |
* | | Merge 8.6: Add a note in the 'clock' man page about the interpretation of ↵Kevin B Kenny2018-07-211-0/+13
|\ \ \ | |/ / | | | | | | impossible values on [clock scan]
| * | Add a note in the 'clock' man page about the interpretation of impossible ↵Kevin B Kenny2018-07-211-0/+13
| | | | | | | | | | | | values on [clock scan]
* | | Merge core-8-6-branch. This removes the work currently being done in ↵jan.nijtmans2017-06-021-37/+2
|\ \ \ | |/ / | | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained.
* | | merge core-8-6-branch (except: the "timerate" command and the clock ↵jan.nijtmans2017-05-311-3/+3
|\ \ \ | | | | | | | | | | | | performance-tests are kept)
* \ \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-111-2/+37
|\ \ \ \ | |/ / / | | | | | | | | clock-speedup, 3-way merge)
| * | | update documentation doc/clock.n: small enhancements and relevant changes of ↵sebres2017-05-111-2/+37
| |/ / | | | | | | | | | new engine.
* | | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1
| | |
* | | [5f71353740] Support the "weekdays" unit in [clock add]gahr2016-02-171-7/+6
|/ /
* | Fix [8587cb648c445f7]: clock default format incorrectjan.nijtmans2015-10-071-13/+13
|\ \ | |/
| * Fix [8587cb648c445f7]: clock default format incorrectjan.nijtmans2015-10-071-13/+13
| |
* | [958bc05fbe]: Clarify "clock format" using "%R"jan.nijtmans2014-05-131-2/+3
|\ \ | |/
| * [958bc05fbe]: Clarify "clock format" using "%R"jan.nijtmans2014-05-131-2/+3
| |
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | More small documentation improvements.dkf2011-07-181-4/+4
| |
* | General minor documentation improvements.dkf2009-02-241-0/+9
| |
* | Document new DST fallback rules.nijtmans2008-12-121-0/+17
| | | | | | | | | | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436]
* | Improve clarity of formatting.dkf2008-10-171-0/+8
| |
* | Lots of very minor formatting fixes.dkf2008-10-151-0/+2
|/
* * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-0/+1
| | | | | | | | | | | | penultimate paragraph. [Bug 1898025] * generic/tclClock.c (ParseClockFormatArgs): Changed to check that the clock value is in the range of a 64-bit integer. [Bug 1862555] * library/clock.tcl (::tcl::clock::format, ::tcl::clock::scan, ::tcl::clock::add, ::tcl::clock::LocalizeFormat): Fixed bugs in caching of localized strings that caused weird results when localized date/time formats were used. [Bug 1902423] * tests/clock.test (clock-61.*, clock-62.1): Regression tests for [Bug 1862555] and [Bug 1902423].
* doc/clock.n - minor documentation fix in %N format groupKevin B Kenny2008-02-061-2/+3
|
* Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-3/+7
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-82/+106
| | | | generation works
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-9/+9
| | | | generation works
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-115/+81
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* More GOOBE quotingdkf2007-10-251-81/+115
|
* Remove over-wide lines from nroff output.dkf2007-07-041-3/+6
|
* Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDSdkf2007-07-041-3/+5
|
* * 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]