merge with 1.10h
authorJim Meyering <jim@meyering.net>
Thu, 1 Sep 1994 23:20:29 +0000 (23:20 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Sep 1994 23:20:29 +0000 (23:20 +0000)
lib/getdate.y
old/sh-utils/ChangeLog

index 3159c6d..7597015 100644 (file)
@@ -484,8 +484,10 @@ static TABLE const TimezoneTable[] = {
     { "idlw",  tZONE,     HOUR(12) },  /* International Date Line West */
     { "cet",   tZONE,     -HOUR(1) },  /* Central European */
     { "met",   tZONE,     -HOUR(1) },  /* Middle European */
+    { "metdst",        tDAYZONE,  -HOUR(1) },  /* Middle European Daylight */
     { "mewt",  tZONE,     -HOUR(1) },  /* Middle European Winter */
     { "mest",  tDAYZONE,  -HOUR(1) },  /* Middle European Summer */
+    { "mesz",  tDAYZONE,  -HOUR(1) },  /* Middle European Summer */
     { "swt",   tZONE,     -HOUR(1) },  /* Swedish Winter */
     { "sst",   tDAYZONE,  -HOUR(1) },  /* Swedish Summer */
     { "fwt",   tZONE,     -HOUR(1) },  /* French Winter */
@@ -502,7 +504,7 @@ static TABLE const TimezoneTable[] = {
 #endif
     { "zp6",   tZONE,     -HOUR(6) },  /* USSR Zone 5 */
 #if    0
-    /* For completeness.  NST is also Newfoundland Stanard, and SST is
+    /* For completeness.  NST is also Newfoundland Standard, and SST is
      * also Swedish Summer. */
     { "nst",   tZONE,     -HOUR(6.5) },/* North Sumatra */
     { "sst",   tZONE,     -HOUR(7) },  /* South Sumatra, USSR Zone 6 */
index a104fa3..990c31e 100644 (file)
@@ -1,3 +1,8 @@
+Sat Aug 27 16:57:20 1994  Jim Meyering  (meyering@comco.com)
+
+       * system.h [BROKEN_STAT_MACROS]: Remove unnecessary #ifdef's.
+       From Francois Pinard.
+
 Thu Aug 18 11:44:48 1994  Jim Meyering  (meyering@comco.com)
 
        * su.1: Explain why GNU doesn't support the `wheel group'.