guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-219-g9


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-219-g9546dc8
Date: Sun, 17 Oct 2010 12:46:34 +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 Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=9546dc8cbf74ebab708a47a5080901213f02f3be

The branch, master has been updated
       via  9546dc8cbf74ebab708a47a5080901213f02f3be (commit)
       via  3fff6e71ff575a19e21ab16d3eb4b2b904d55c37 (commit)
       via  9253d0905d77b544c0a5c7adc11adf9794a4f492 (commit)
      from  45dc6b347d81a580bbcaefe25007cbbe8bb9841d (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 9546dc8cbf74ebab708a47a5080901213f02f3be
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 15 10:19:57 2010 +0200

    Bump version number for 1.9.13.
    
    * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

commit 3fff6e71ff575a19e21ab16d3eb4b2b904d55c37
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 15 10:36:36 2010 +0200

    Update `cpp-E.syms' and `cpp-SIG.syms'.
    
    * libguile/cpp-E.syms, libguile/cpp-SIG.syms: Update on a Glibc 2.11.1
      system.

commit 9253d0905d77b544c0a5c7adc11adf9794a4f492
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 15 10:34:33 2010 +0200

    Fix the `chknew-E' and `chknew-SIG' rules.
    
    * libguile/Makefile.am (chknew-E chknew-SIG): Run gcc without `-undef'
      since otherwise it ends up trying to include headers that are not
      available (e.g., <gnu/stubs-32.h> on an x86_64-linux-gnu system.)

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

Summary of changes:
 GUILE-VERSION         |    2 +-
 libguile/Makefile.am  |    4 ++--
 libguile/cpp-E.syms   |   10 ++++++++++
 libguile/cpp-SIG.syms |    7 +++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index da181ac..49f98a7 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -3,7 +3,7 @@
 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
 GUILE_MAJOR_VERSION=1
 GUILE_MINOR_VERSION=9
-GUILE_MICRO_VERSION=12
+GUILE_MICRO_VERSION=13
 
 GUILE_EFFECTIVE_VERSION=2.0
 
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 9ebb521..de69a40 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -739,12 +739,12 @@ MKDEP = gcc -M -MG $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(CFLAGS)
 
 # Write $(srcdir)/cpp-{E,SIG}.syms.NEW if there are any not-yet-seen
 # ("new" to us) E* or SIG* symbols in <errno.h> or <signal.h>, respectively.
-chknew-E chknew-SIG:
+chknew-E chknew-SIG:                                           \
        @bit=`echo $@ | sed s/^chknew-//` ;                     \
        old="$(srcdir)/cpp-$$bit.syms" ;                        \
        echo "#include <$${bit}.h>"                             \
         | sed 's/E/errno/;s/SIG/signal/'                       \
-        | gcc -undef -dM -E -                                  \
+        | gcc -dM -E -                                         \
         | sed 's/^#define //;/^'$$bit'[A-Z][A-Z]*/!d;s/ .*//'  \
         | sort | diff -u $$old - | sed '1,2d;/^+/!d;s/^.//'    \
         > TMP ;                                                \
diff --git a/libguile/cpp-E.syms b/libguile/cpp-E.syms
index 67b897c..3fbcbfe 100644
--- a/libguile/cpp-E.syms
+++ b/libguile/cpp-E.syms
@@ -15,6 +15,7 @@ EBADRQC
 EBADSLT
 EBFONT
 EBUSY
+ECANCELED
 ECHILD
 ECHRNG
 ECOMM
@@ -41,6 +42,9 @@ EIO
 EISCONN
 EISDIR
 EISNAM
+EKEYEXPIRED
+EKEYREJECTED
+EKEYREVOKED
 EL2HLT
 EL2NSYNC
 EL3HLT
@@ -52,6 +56,7 @@ ELIBMAX
 ELIBSCN
 ELNRNG
 ELOOP
+EMEDIUMTYPE
 EMFILE
 EMLINK
 EMSGSIZE
@@ -69,8 +74,10 @@ ENODATA
 ENODEV
 ENOENT
 ENOEXEC
+ENOKEY
 ENOLCK
 ENOLINK
+ENOMEDIUM
 ENOMEM
 ENOMSG
 ENONET
@@ -85,12 +92,15 @@ ENOTCONN
 ENOTDIR
 ENOTEMPTY
 ENOTNAM
+ENOTRECOVERABLE
 ENOTSOCK
+ENOTSUP
 ENOTTY
 ENOTUNIQ
 ENXIO
 EOPNOTSUPP
 EOVERFLOW
+EOWNERDEAD
 EPERM
 EPFNOSUPPORT
 EPIPE
diff --git a/libguile/cpp-SIG.syms b/libguile/cpp-SIG.syms
index 2118d87..bc57376 100644
--- a/libguile/cpp-SIG.syms
+++ b/libguile/cpp-SIG.syms
@@ -5,6 +5,10 @@ SIGBUS
 SIGCHLD
 SIGCLD
 SIGCONT
+SIGEV_NONE
+SIGEV_SIGNAL
+SIGEV_THREAD
+SIGEV_THREAD_ID
 SIGFPE
 SIGHUP
 SIGILL
@@ -17,8 +21,11 @@ SIGPOLL
 SIGPROF
 SIGPWR
 SIGQUIT
+SIGRTMAX
+SIGRTMIN
 SIGSEGV
 SIGSTKFLT
+SIGSTKSZ
 SIGSTOP
 SIGSYS
 SIGTERM


hooks/post-receive
-- 
GNU Guile



reply via email to

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