emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106162: Fix bugs #641 and #9794 with


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106162: Fix bugs #641 and #9794 with %Z and current-time-zone on w32.
Date: Sat, 22 Oct 2011 11:17:01 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106162
fixes bug(s): http://debbugs.gnu.org/641 http://debbugs.gnu.org/9794
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-10-22 11:17:01 +0200
message:
  Fix bugs #641 and #9794 with %Z and current-time-zone on w32.
  
   nt/config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-09-04 21:52:59 +0000
+++ b/nt/ChangeLog      2011-10-22 09:17:01 +0000
@@ -1,3 +1,8 @@
+2011-10-19  Eli Zaretskii  <address@hidden>
+
+       * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
+       (Bug#9794) (Bug#641)
+
 2011-09-04  Paul Eggert  <address@hidden>
 
        * config.nt (HAVE_SNPRINTF): New macro.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2011-09-26 03:20:03 +0000
+++ b/nt/config.nt      2011-10-22 09:17:01 +0000
@@ -187,7 +187,14 @@
 
 #undef TM_IN_SYS_TIME
 #undef HAVE_TM_ZONE
-#undef HAVE_TZNAME
+
+/* Define to 1 if you don't have `tm_zone' but do have the external array
+   `tzname'. */
+#define HAVE_TZNAME 1
+
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+   */
+#define HAVE_DECL_TZNAME 1
 
 #undef const
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]