gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-74-g83034b4


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-74-g83034b4
Date: Wed, 29 Feb 2012 08:10:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=83034b41ea2209a7ffb9a876b355c673ae58e57a

The branch, master has been updated
       via  83034b41ea2209a7ffb9a876b355c673ae58e57a (commit)
      from  b495740f2ff66550ca9395b3fda3ea32c3acb185 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83034b41ea2209a7ffb9a876b355c673ae58e57a
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 29 09:10:15 2012 +0100

    Update to autogen 5.15.

-----------------------------------------------------------------------

Summary of changes:
 src/libopts/Makefile.am          |    8 ++++----
 src/libopts/ag-char-map.h        |   35 +++++++----------------------------
 src/libopts/ao-strs.c            |    2 +-
 src/libopts/ao-strs.h            |    2 +-
 src/libopts/autoopts/options.h   |    2 +-
 src/libopts/autoopts/usage-txt.h |    2 +-
 src/libopts/genshell.c           |    2 +-
 src/libopts/genshell.h           |    2 +-
 src/libopts/m4/libopts.m4        |    2 +-
 src/libopts/makeshell.c          |    2 --
 src/libopts/proto.h              |    2 +-
 src/libopts/value-type.h         |    2 +-
 src/libopts/xat-attribute.h      |    2 +-
 13 files changed, 21 insertions(+), 44 deletions(-)

diff --git a/src/libopts/Makefile.am b/src/libopts/Makefile.am
index 0346557..33977a8 100644
--- a/src/libopts/Makefile.am
+++ b/src/libopts/Makefile.am
@@ -10,11 +10,11 @@ libopts_la_CPPFLAGS     = -I$(top_srcdir)
 libopts_la_LDFLAGS      = -version-info  36:3:11
 EXTRA_DIST              = \
     ag-char-map.h           alias.c                 ao-strs.c  \
-    ao-strs.h               autoopts/options.h      autoopts/project.h  \
+    ao-strs.h               autoopts/project.h      autoopts/options.h  \
     autoopts/usage-txt.h    autoopts.c              autoopts.h  \
-    boolean.c               check.c                 compat/strchr.c  \
-    compat/pathfind.c       compat/strdup.c         compat/windows-config.h  \
-    compat/snprintf.c       compat/compat.h         configfile.c  \
+    boolean.c               check.c                 compat/pathfind.c  \
+    compat/strchr.c         compat/windows-config.h compat/snprintf.c  \
+    compat/compat.h         compat/strdup.c         configfile.c  \
     cook.c                  COPYING.gplv3           COPYING.lgplv3  \
     COPYING.mbsd            enum.c                  env.c  \
     file.c                  find.c                  genshell.c  \
diff --git a/src/libopts/ag-char-map.h b/src/libopts/ag-char-map.h
index 8c9b4f0..c06b46a 100644
--- a/src/libopts/ag-char-map.h
+++ b/src/libopts/ag-char-map.h
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 02/25/12 13:14:41
+ *   Character mapping generated 02/26/12 11:08:40
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
@@ -30,37 +30,16 @@
 # elif defined(HAVE_STDINT_H)
 #   include <stdint.h>
 
-# else
-#   ifndef HAVE_UINT8_T
-        typedef unsigned char   uint8_t;
-#   endif
-#   ifndef HAVE_UINT16_T
-        typedef unsigned short  uint16_t;
-#   endif
-
-#   ifndef HAVE_UINT32_T
-#     if SIZEOF_INT == 4
-        typedef unsigned int    uint32_t;
-#     elif SIZEOF_LONG == 4
-        typedef unsigned long   uint32_t;
-#     endif
-#   endif
-
-#   ifndef HAVE_UINT64_T
-#     if SIZEOF_LONG == 8
-        typedef unsigned long       uint64_t;
-#     elif SIZEOF_LONG_LONG == 8
-        typedef unsigned long long  uint64_t;
-#     endif
+# elif !defined(HAVE_UINT32_T)
+#   if SIZEOF_INT == 4
+      typedef unsigned int    uint32_t;
+#   elif SIZEOF_LONG == 4
+      typedef unsigned long   uint32_t;
 #   endif
 # endif /* HAVE_*INT*_H header */
 
 #else /* not HAVE_CONFIG_H -- */
-# ifdef __sun
-#   include <inttypes.h>
-# else
-#   include <stdint.h>
-# endif
+# include <inttypes.h>
 #endif /* HAVE_CONFIG_H */
 
 #if 0 /* mapping specification source (from autogen.map) */
diff --git a/src/libopts/ao-strs.c b/src/libopts/ao-strs.c
index 34f7843..d0f4d1c 100644
--- a/src/libopts/ao-strs.c
+++ b/src/libopts/ao-strs.c
@@ -2,7 +2,7 @@
  * 
  * DO NOT EDIT THIS FILE   (ao-strs.c)
  * 
- * It has been AutoGen-ed  February 25, 2012 at 01:14:41 PM by AutoGen 
5.15pre14
+ * It has been AutoGen-ed  February 26, 2012 at 11:08:40 AM by AutoGen 
5.15pre14
  * From the definitions    ao-strs.def
  * and the template file   strings
  *
diff --git a/src/libopts/ao-strs.h b/src/libopts/ao-strs.h
index 8def7e0..f14cc25 100644
--- a/src/libopts/ao-strs.h
+++ b/src/libopts/ao-strs.h
@@ -2,7 +2,7 @@
  * 
  * DO NOT EDIT THIS FILE   (ao-strs.h)
  * 
- * It has been AutoGen-ed  February 25, 2012 at 01:14:41 PM by AutoGen 
5.15pre14
+ * It has been AutoGen-ed  February 26, 2012 at 11:08:40 AM by AutoGen 
5.15pre14
  * From the definitions    ao-strs.def
  * and the template file   strings
  *
diff --git a/src/libopts/autoopts/options.h b/src/libopts/autoopts/options.h
index c23e2ba..a89c349 100644
--- a/src/libopts/autoopts/options.h
+++ b/src/libopts/autoopts/options.h
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  February 25, 2012 at 01:14:45 PM by AutoGen 
5.15pre14
+ *  It has been AutoGen-ed  February 26, 2012 at 11:08:44 AM by AutoGen 
5.15pre14
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
diff --git a/src/libopts/autoopts/usage-txt.h b/src/libopts/autoopts/usage-txt.h
index 53dde87..7f9999a 100644
--- a/src/libopts/autoopts/usage-txt.h
+++ b/src/libopts/autoopts/usage-txt.h
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  February 25, 2012 at 01:14:43 PM by AutoGen 
5.15pre14
+ *  It has been AutoGen-ed  February 26, 2012 at 11:08:42 AM by AutoGen 
5.15pre14
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
diff --git a/src/libopts/genshell.c b/src/libopts/genshell.c
index 9b62a3b..c8d3047 100644
--- a/src/libopts/genshell.c
+++ b/src/libopts/genshell.c
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  February 25, 2012 at 01:14:42 PM by AutoGen 
5.15pre14
+ *  It has been AutoGen-ed  February 26, 2012 at 11:08:41 AM by AutoGen 
5.15pre14
  *  From the definitions    genshell.def
  *  and the template file   options
  *
diff --git a/src/libopts/genshell.h b/src/libopts/genshell.h
index f0d36da..4c90c9d 100644
--- a/src/libopts/genshell.h
+++ b/src/libopts/genshell.h
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  February 25, 2012 at 01:14:42 PM by AutoGen 
5.15pre14
+ *  It has been AutoGen-ed  February 26, 2012 at 11:08:41 AM by AutoGen 
5.15pre14
  *  From the definitions    genshell.def
  *  and the template file   options
  *
diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index da55011..d9a1173 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  February 25, 2012 at 01:14:39 PM by AutoGen 
5.15pre14
+dnl It has been AutoGen-ed  February 26, 2012 at 11:08:37 AM by AutoGen 
5.15pre14
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
diff --git a/src/libopts/makeshell.c b/src/libopts/makeshell.c
index a2b0a2e..1730c81 100644
--- a/src/libopts/makeshell.c
+++ b/src/libopts/makeshell.c
@@ -164,9 +164,7 @@ optionParseShell(tOptions * pOpts)
         printf(SHOW_PROG_ENV, pOpts->pzPROGNAME);
 
     fflush(stdout);
-#ifdef HAVE_FCHMOD
     fchmod(STDOUT_FILENO, 0755);
-#endif
     fclose(stdout);
     if (ferror(stdout)) {
         fputs(zOutputFail, stderr);
diff --git a/src/libopts/proto.h b/src/libopts/proto.h
index de5f343..9f4bbff 100644
--- a/src/libopts/proto.h
+++ b/src/libopts/proto.h
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Sat Feb 25 13:14:51 PST 2012
+ * Generated Sun Feb 26 11:08:49 PST 2012
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
diff --git a/src/libopts/value-type.h b/src/libopts/value-type.h
index c459b7e..bc5fc26 100644
--- a/src/libopts/value-type.h
+++ b/src/libopts/value-type.h
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat Feb 25 13:14:42 PST 2012
+ *  Generated header for gperf generated source Sun Feb 26 11:08:41 PST 2012
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
diff --git a/src/libopts/xat-attribute.h b/src/libopts/xat-attribute.h
index 653c1ee..527cac2 100644
--- a/src/libopts/xat-attribute.h
+++ b/src/libopts/xat-attribute.h
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat Feb 25 13:14:42 PST 2012
+ *  Generated header for gperf generated source Sun Feb 26 11:08:41 PST 2012
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */


hooks/post-receive
-- 
GNU gnutls



reply via email to

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