[svn] GnuPG - r4540 - in trunk: . artwork common
svn author wk
cvs at cvs.gnupg.org
Tue Jul 10 11:24:58 CEST 2007
Author: wk
Date: 2007-07-10 11:24:29 +0200 (Tue, 10 Jul 2007)
New Revision: 4540
Modified:
trunk/ChangeLog
trunk/artwork/README
trunk/common/ChangeLog
trunk/common/t-gettime.c
trunk/configure.ac
Log:
Typo fixes.
iconv detection fix.
Use the currect type in t-gettime.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-07-09 17:26:51 UTC (rev 4539)
+++ trunk/ChangeLog 2007-07-10 09:24:29 UTC (rev 4540)
@@ -1,3 +1,8 @@
+2007-07-09 Werner Koch <wk at g10code.com>
+
+ * configure.ac (AM_ICONV): Check for it even when building without
+ NLS.
+
2007-07-05 Werner Koch <wk at g10code.com>
Released 2.0.5.
Modified: trunk/artwork/README
===================================================================
--- trunk/artwork/README 2007-07-09 17:26:51 UTC (rev 4539)
+++ trunk/artwork/README 2007-07-10 09:24:29 UTC (rev 4540)
@@ -3,7 +3,7 @@
gnupg-logo-new.svg Is the new logo from the logo context.
- We actually use the upper riight one; the
+ We actually use the upper right one; the
other elements may still be useful.
gnupg-logo-new.eps Other versions.
Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog 2007-07-09 17:26:51 UTC (rev 4539)
+++ trunk/common/ChangeLog 2007-07-10 09:24:29 UTC (rev 4540)
@@ -1,3 +1,7 @@
+2007-07-09 Werner Koch <wk at g10code.com>
+
+ * t-gettime.c (test_isotime2epoch): Use time_t and not u32.
+
2007-07-05 Werner Koch <wk at g10code.com>
* t-gettime.c: New.
Modified: trunk/common/t-gettime.c
===================================================================
--- trunk/common/t-gettime.c 2007-07-09 17:26:51 UTC (rev 4539)
+++ trunk/common/t-gettime.c 2007-07-10 09:24:29 UTC (rev 4540)
@@ -57,7 +57,7 @@
{ NULL, 0 }
};
int idx;
- u32 val;
+ time_t val;
gnupg_isotime_t tbuf;
for (idx=0; array[idx].string; idx++)
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-07-09 17:26:51 UTC (rev 4539)
+++ trunk/configure.ac 2007-07-10 09:24:29 UTC (rev 4540)
@@ -868,13 +868,18 @@
#
+# Checking for iconv
+#
+AM_ICONV
+
+
+#
# Check for gettext
#
AC_MSG_NOTICE([checking for gettext])
AM_PO_SUBDIRS
AM_GNU_GETTEXT_VERSION([0.16.1])
if test "$try_gettext" = yes; then
- AM_ICONV
AM_GNU_GETTEXT([external],[need-ngettext])
# gettext requires some extra checks. These really should be part of
More information about the Gnupg-commits
mailing list