diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 02:23:30 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 02:23:30 (GMT) |
commit | 41da80ee66a3a7325bde6e0e8e661a066a932c2b (patch) | |
tree | e0126d39453c1ccf075ec3d566184e702106c624 /doc/clock.n | |
parent | 7ea39f0edbf37288e5738891d6c8b405bf19dd34 (diff) | |
download | tcl-41da80ee66a3a7325bde6e0e8e661a066a932c2b.zip tcl-41da80ee66a3a7325bde6e0e8e661a066a932c2b.tar.gz tcl-41da80ee66a3a7325bde6e0e8e661a066a932c2b.tar.bz2 |
* doc/clock.n: Corrected a silly error (transposed 'uppercase'
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.
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/clock.n b/doc/clock.n index 247fe2c..53eefcf 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -383,8 +383,9 @@ combined and used to determine the date. If more than one complete set is present, the one at the rightmost position in the string is used. The year is presumed to lie in the range 1938 to 2037 inclusive. .IP [5] -If the string entirely lacks any specification for the year, -but contains a set of format groups specifying month and day of month, +If the string entirely lacks any specification for the year +(or contains the year only on the locale's alternative calendar) +and contains a set of format groups specifying month and day of month, day of year, or week of year and day of week, those groups are combined and used to determine the date. If more than one complete set is present, the one at the rightmost position in the string is |