| Commit message (Expand) | Author | Age | Files | Lines |
* | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 1 | -27/+52 |
|
|
* | amend for caching of UTC2Local / Local2UTC: | sebres | 2017-01-10 | 1 | -17/+17 |
|
|
* | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -7/+6 |
|
|
* | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass... | sebres | 2017-01-10 | 1 | -3/+9 |
|
|
* | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr... | sebres | 2017-01-10 | 1 | -194/+4 |
|
|
* | [temp-commit]: ClockFreeScan almost ready, test-performance cases merged | sebres | 2017-01-10 | 1 | -33/+42 |
|
|
* | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 1 | -6/+13 |
|
|
* | 1st try to rewrite clock in C | sebres | 2017-01-10 | 1 | -2/+4 |
|
|
* | Make sure that adding 0 weekdays doesn't result in going back in time | gahr | 2016-02-23 | 1 | -0/+4 |
|
|
* | [5f71353740] Support the "weekdays" unit in [clock add] | gahr | 2016-02-17 | 1 | -4/+52 |
|
|
* | Change "clock format -format %x -locale current" output on msgcat locale chan... | oehhar | 2015-10-21 | 1 | -0/+36 |
|
|
* | "mcpackagelocale present" is more elegant | oehhar | 2015-06-30 | 1 | -1/+1 |
|
|
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -98/+36 |
|\ |
|
| * | clock.tcl modified that all clock tests pass | oehhar | 2015-05-31 | 1 | -12/+5 |
|
|
| * | merge trunk | oehhar | 2015-05-31 | 1 | -601/+493 |
| |\
| |/
|/| |
|
| * | clock uses new msgcat features | oehhar | 2012-09-20 | 1 | -575/+628 |
|
|
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -4/+4 |
|
|
* | | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte... | jan.nijtmans | 2013-08-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte... | jan.nijtmans | 2013-08-11 | 1 | -1/+1 |
|
|
* | | | Fix [34538ba43f] | jan.nijtmans | 2013-06-27 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Fix [34538ba43f] | jan.nijtmans | 2013-06-27 | 1 | -1/+1 |
|
|
* | | Fix loading of timezones where one abbreviation is a proper suffix of another... | Kevin B Kenny | 2012-01-08 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Fix loading of timezones where one abbreviation is a proper suffix of another... | Kevin B Kenny | 2012-01-08 | 1 | -3/+5 |
|
|
| * | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -11/+16 |
|
|
* | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -11/+16 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
| * | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -19/+22 |
|
|
| * | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -11/+15 |
|
|
| * | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -3/+11 |
|
|
| * | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -2/+2 |
|
|
| * | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -3/+3 |
|
|
| * | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) | nijtmans | 2008-12-12 | 1 | -3/+3 |
|
|
| * | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -7/+26 |
|
|
| * | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -3/+5 |
|
|
| * | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|
|
* | | Corrected case of trap pattern | dkf | 2010-02-09 | 1 | -2/+2 |
|
|
* | | Undo Jan's needless vandalism. | dkf | 2009-11-19 | 1 | -9/+11 |
|
|
* | | Eliminate "then" keyword | nijtmans | 2009-11-18 | 1 | -78/+78 |
|
|
* | | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -16/+20 |
|
|
* | | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -11/+21 |
|
|
* | | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -3/+11 |
|
|
* | | Clarify code by using [try] instead of [catch] in a few places | dkf | 2009-07-24 | 1 | -557/+426 |
|
|
* | | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -2/+2 |
|
|
* | | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -3/+3 |
|
|
* | | Document new DST fallback rules. | nijtmans | 2008-12-12 | 1 | -3/+3 |
|
|
* | | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -7/+26 |
|
|
* | | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -3/+5 |
|
|
* | | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|/ |
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -7/+8 |
|
|