guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exception-truncate updated (9652532 -> b0d938


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (9652532 -> b0d9386)
Date: Thu, 16 Feb 2017 03:13:46 -0500 (EST)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

  discards  9652532   (wip) give a handle into format used in exceptions
  discards  a6b52c0   Remove scm_generalized_vector_get_handle
  discards  1053ee0   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  88b249d   Support non-zero lower bounds in array-slice-for-each
  discards  dbf4a2f   Fix sort, sort! for arrays with nonzero lower bound
  discards  0a43c48   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  aa477f2   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
  discards  86b172b   Remove unnecessary #include
      adds  7e64159   Update Gnulib to v0.1-1157-gb03f418.
      adds  9399c13   Switch to accept4
      adds  6e09651   Add accept4 support
      adds  4706d69   Fix accept4 gnulib update.
       new  954646c   Remove unnecessary #include
       new  433161f   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  11ba423   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  b049717   Fix sort, sort! for arrays with nonzero lower bound
       new  592d6aa   Support non-zero lower bounds in array-slice-for-each
       new  954c741   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  2ed22db   Remove scm_generalized_vector_get_handle
       new  b0d9386   (wip) give a handle into format used in exceptions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9652532)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (b0d9386)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                         |   2 +
 GNUmakefile                        |   2 +-
 build-aux/announce-gen             |   2 +-
 build-aux/config.rpath             |   2 +-
 build-aux/gendocs.sh               |   6 +-
 build-aux/git-version-gen          |   6 +-
 build-aux/gitlog-to-changelog      |   2 +-
 build-aux/gnu-web-doc-update       |   2 +-
 build-aux/gnupload                 |   2 +-
 build-aux/snippet/arg-nonnull.h    |   2 +-
 build-aux/snippet/c++defs.h        |  89 +++--
 build-aux/snippet/warn-on-use.h    |   2 +-
 build-aux/useless-if-before-free   |   7 +-
 build-aux/vc-list-files            |   2 +-
 doc/gendocs_template               |   2 +-
 doc/gendocs_template_min           |   2 +-
 doc/ref/posix.texi                 |   6 +-
 lib/Makefile.am                    |  80 +++-
 lib/accept.c                       |   2 +-
 lib/accept4.c                      | 128 +++++++
 lib/alignof.h                      |   2 +-
 lib/alloca.in.h                    |   4 +-
 lib/arpa_inet.in.h                 |   2 +-
 lib/asnprintf.c                    |   2 +-
 lib/assure.h                       |   2 +-
 lib/basename-lgpl.c                |   2 +-
 lib/binary-io.h                    |   2 +-
 lib/bind.c                         |   2 +-
 lib/btowc.c                        |   2 +-
 lib/byteswap.in.h                  |   2 +-
 lib/c-ctype.h                      |  22 +-
 lib/c-strcase.h                    |   2 +-
 lib/c-strcasecmp.c                 |   2 +-
 lib/c-strcaseeq.h                  |   2 +-
 lib/c-strncasecmp.c                |   2 +-
 lib/canonicalize-lgpl.c            |  39 +-
 lib/ceil.c                         |   2 +-
 lib/close.c                        |   2 +-
 lib/config.charset                 |   2 +-
 lib/connect.c                      |   2 +-
 lib/copysign.c                     |   2 +-
 lib/dirent.in.h                    |   2 +-
 lib/dirfd.c                        |   2 +-
 lib/dirname-lgpl.c                 |   2 +-
 lib/dirname.h                      |   2 +-
 lib/dosname.h                      |   2 +-
 lib/dup2.c                         |   2 +-
 lib/duplocale.c                    |   2 +-
 lib/errno.in.h                     |   2 +-
 lib/fcntl.in.h                     |   2 +-
 lib/fd-hook.c                      |   2 +-
 lib/fd-hook.h                      |   2 +-
 lib/flexmember.h                   |  42 ++
 lib/float+.h                       |   2 +-
 lib/float.c                        |   2 +-
 lib/float.in.h                     |   2 +-
 lib/flock.c                        |   2 +-
 lib/floor.c                        |   2 +-
 lib/frexp.c                        |   2 +-
 lib/fstat.c                        |   2 +-
 lib/fsync.c                        |   2 +-
 lib/full-read.c                    |   2 +-
 lib/full-read.h                    |   2 +-
 lib/full-write.c                   |   2 +-
 lib/full-write.h                   |   2 +-
 lib/gai_strerror.c                 |   2 +-
 lib/getaddrinfo.c                  |   2 +-
 lib/getlogin.c                     |   2 +-
 lib/getpeername.c                  |   2 +-
 lib/getsockname.c                  |   2 +-
 lib/getsockopt.c                   |   2 +-
 lib/gettext.h                      |   2 +-
 lib/gettimeofday.c                 |   2 +-
 lib/hard-locale.c                  |   2 +-
 lib/hard-locale.h                  |   2 +-
 lib/iconv.c                        |   2 +-
 lib/iconv.in.h                     |   2 +-
 lib/iconv_close.c                  |   2 +-
 lib/iconv_open.c                   |   2 +-
 lib/iconveh.h                      |   2 +-
 lib/inet_ntop.c                    |   2 +-
 lib/inet_pton.c                    |   2 +-
 lib/intprops.h                     |  57 +--
 lib/isfinite.c                     |   2 +-
 lib/isinf.c                        |   2 +-
 lib/isnan.c                        |   2 +-
 lib/isnand-nolibm.h                |   2 +-
 lib/isnand.c                       |   2 +-
 lib/isnanf-nolibm.h                |   2 +-
 lib/isnanf.c                       |   2 +-
 lib/isnanl-nolibm.h                |   2 +-
 lib/isnanl.c                       |   2 +-
 lib/itold.c                        |   2 +-
 lib/langinfo.in.h                  |   2 +-
 lib/limits.in.h                    |  63 +++
 lib/link.c                         |   2 +-
 lib/listen.c                       |   2 +-
 lib/localcharset.c                 |   4 +-
 lib/localcharset.h                 |   2 +-
 lib/locale.in.h                    |   2 +-
 lib/localeconv.c                   |   2 +-
 lib/log.c                          |   2 +-
 lib/log1p.c                        |   2 +-
 lib/lstat.c                        |   2 +-
 lib/malloc.c                       |   2 +-
 lib/malloca.c                      |   2 +-
 lib/malloca.h                      |  15 +-
 lib/math.in.h                      | 201 +++++++---
 lib/mbrtowc.c                      |   2 +-
 lib/mbsinit.c                      |   2 +-
 lib/mbtowc-impl.h                  |   2 +-
 lib/mbtowc.c                       |   2 +-
 lib/memchr.c                       |   2 +-
 lib/mkdir.c                        |   2 +-
 lib/mkostemp.c                     |   2 +-
 lib/mktime-internal.h              |   2 +-
 lib/mktime.c                       |   4 +-
 lib/msvc-inval.c                   |   2 +-
 lib/msvc-inval.h                   |   2 +-
 lib/msvc-nothrow.c                 |   2 +-
 lib/msvc-nothrow.h                 |   2 +-
 lib/netdb.in.h                     |   2 +-
 lib/netinet_in.in.h                |   2 +-
 lib/nl_langinfo.c                  |  39 +-
 lib/nproc.c                        |   2 +-
 lib/nproc.h                        |   2 +-
 lib/open.c                         |   2 +-
 lib/pathmax.h                      |   2 +-
 lib/pipe.c                         |   2 +-
 lib/pipe2.c                        |   2 +-
 lib/poll.c                         |   2 +-
 lib/poll.in.h                      |   2 +-
 lib/printf-args.c                  |   2 +-
 lib/printf-args.h                  |   2 +-
 lib/printf-parse.c                 |   2 +-
 lib/printf-parse.h                 |   2 +-
 lib/putenv.c                       |   2 +-
 lib/raise.c                        |   2 +-
 lib/read.c                         |   2 +-
 lib/readlink.c                     |   2 +-
 lib/recv.c                         |   2 +-
 lib/recvfrom.c                     |   2 +-
 lib/ref-add.sin                    |   2 +-
 lib/ref-del.sin                    |   2 +-
 lib/regcomp.c                      |   2 +-
 lib/regex.c                        |   2 +-
 lib/regex.h                        |   8 +-
 lib/regex_internal.c               |   2 +-
 lib/regex_internal.h               |  10 +-
 lib/regexec.c                      |   8 +-
 lib/rename.c                       |   2 +-
 lib/rmdir.c                        |   2 +-
 lib/round.c                        |   2 +-
 lib/safe-read.c                    |   2 +-
 lib/safe-read.h                    |   2 +-
 lib/safe-write.c                   |   2 +-
 lib/safe-write.h                   |   2 +-
 lib/same-inode.h                   |   8 +-
 lib/secure_getenv.c                |   2 +-
 lib/select.c                       |   2 +-
 lib/send.c                         |   2 +-
 lib/sendto.c                       |   2 +-
 lib/setenv.c                       |   2 +-
 lib/setsockopt.c                   |   2 +-
 lib/shutdown.c                     |   2 +-
 lib/signal.in.h                    |   2 +-
 lib/signbitd.c                     |   2 +-
 lib/signbitf.c                     |   2 +-
 lib/signbitl.c                     |   2 +-
 lib/size_max.h                     |   2 +-
 lib/snprintf.c                     |   2 +-
 lib/socket.c                       |   2 +-
 lib/sockets.c                      |   2 +-
 lib/sockets.h                      |   8 +-
 lib/stat-time.h                    |   4 +-
 lib/stat.c                         |   2 +-
 lib/stdalign.in.h                  |   2 +-
 lib/stdbool.in.h                   |   2 +-
 lib/stddef.in.h                    |   2 +-
 lib/stdint.in.h                    | 758 ++++++++++++++++++++-----------------
 lib/stdio.in.h                     |  22 +-
 lib/stdlib.in.h                    |  17 +-
 lib/strdup.c                       |   2 +-
 lib/streq.h                        |   2 +-
 lib/strftime.c                     | 174 +++++----
 lib/strftime.h                     |   2 +-
 lib/striconveh.c                   |   2 +-
 lib/striconveh.h                   |   2 +-
 lib/string.in.h                    |  18 +-
 lib/stripslash.c                   |   2 +-
 lib/sys_file.in.h                  |   2 +-
 lib/sys_select.in.h                |   2 +-
 lib/sys_socket.in.h                |   7 +-
 lib/sys_stat.in.h                  |   2 +-
 lib/sys_time.in.h                  |   9 +-
 lib/sys_times.in.h                 |   2 +-
 lib/sys_types.in.h                 |   2 +-
 lib/sys_uio.in.h                   |   2 +-
 lib/tempname.c                     |   2 +-
 lib/tempname.h                     |   2 +-
 lib/time-internal.h                |   6 +-
 lib/time.in.h                      |   4 +-
 lib/time_r.c                       |   2 +-
 lib/time_rz.c                      |   5 +-
 lib/timegm.c                       |   2 +-
 lib/times.c                        |   2 +-
 lib/trunc.c                        |   2 +-
 lib/unistd.in.h                    |   8 +-
 lib/unsetenv.c                     |   2 +-
 lib/vasnprintf.c                   |   4 +-
 lib/vasnprintf.h                   |   2 +-
 lib/verify.h                       |   9 +-
 lib/vsnprintf.c                    |   2 +-
 lib/w32sock.h                      |   2 +-
 lib/wchar.in.h                     |   9 +-
 lib/wcrtomb.c                      |   2 +-
 lib/wctype.in.h                    |  23 +-
 lib/write.c                        |   2 +-
 lib/xalloc-oversized.h             |  60 +++
 lib/xsize.h                        |   2 +-
 libguile/socket.c                  |  26 +-
 libguile/socket.h                  |   1 +
 m4/00gnulib.m4                     |   2 +-
 m4/absolute-header.m4              |   2 +-
 m4/accept4.m4                      |  18 +
 m4/alloca.m4                       |   2 +-
 m4/arpa_inet_h.m4                  |   2 +-
 m4/autobuild.m4                    |   2 +-
 m4/btowc.m4                        |   2 +-
 m4/builtin-expect.m4               |  49 +++
 m4/byteswap.m4                     |   2 +-
 m4/canonicalize.m4                 |   2 +-
 m4/ceil.m4                         |   2 +-
 m4/check-math-lib.m4               |   2 +-
 m4/clock_time.m4                   |   2 +-
 m4/close.m4                        |   2 +-
 m4/configmake.m4                   |   2 +-
 m4/copysign.m4                     |   2 +-
 m4/dirent_h.m4                     |   2 +-
 m4/dirfd.m4                        |   2 +-
 m4/dirname.m4                      |   2 +-
 m4/double-slash-root.m4            |   2 +-
 m4/dup2.m4                         |   2 +-
 m4/duplocale.m4                    |   2 +-
 m4/eealloc.m4                      |   2 +-
 m4/environ.m4                      |   2 +-
 m4/errno_h.m4                      |   2 +-
 m4/exponentd.m4                    |   2 +-
 m4/exponentf.m4                    |   2 +-
 m4/exponentl.m4                    |   2 +-
 m4/extensions.m4                   |  46 ++-
 m4/extern-inline.m4                |   2 +-
 m4/fcntl-o.m4                      |   2 +-
 m4/fcntl_h.m4                      |   2 +-
 m4/flexmember.m4                   |  10 +-
 m4/float_h.m4                      |   2 +-
 m4/flock.m4                        |   2 +-
 m4/floor.m4                        |   2 +-
 m4/fpieee.m4                       |   2 +-
 m4/frexp.m4                        |   2 +-
 m4/fstat.m4                        |   2 +-
 m4/fsync.m4                        |   2 +-
 m4/func.m4                         |   2 +-
 m4/getaddrinfo.m4                  |   6 +-
 m4/getlogin.m4                     |  22 +-
 m4/gettimeofday.m4                 |   2 +-
 m4/glibc21.m4                      |   2 +-
 m4/gnulib-cache.m4                 |   6 +-
 m4/gnulib-common.m4                |   2 +-
 m4/gnulib-comp.m4                  | 149 ++------
 m4/gnulib-tool.m4                  |   2 +-
 m4/hard-locale.m4                  |   2 +-
 m4/hostent.m4                      |   2 +-
 m4/iconv.m4                        |  24 +-
 m4/iconv_h.m4                      |   2 +-
 m4/iconv_open-utf.m4               |   2 +-
 m4/iconv_open.m4                   |   2 +-
 m4/include_next.m4                 |   2 +-
 m4/inet_ntop.m4                    |   2 +-
 m4/inet_pton.m4                    |   2 +-
 m4/intmax_t.m4                     |   2 +-
 m4/inttypes_h.m4                   |   2 +-
 m4/isfinite.m4                     |   2 +-
 m4/isinf.m4                        |   2 +-
 m4/isnan.m4                        |   2 +-
 m4/isnand.m4                       |   2 +-
 m4/isnanf.m4                       |   2 +-
 m4/isnanl.m4                       |   2 +-
 m4/langinfo_h.m4                   |   2 +-
 m4/largefile.m4                    |   2 +-
 m4/ld-version-script.m4            |   2 +-
 m4/ldexp.m4                        |   2 +-
 m4/lib-ld.m4                       |   2 +-
 m4/lib-link.m4                     |   2 +-
 m4/lib-prefix.m4                   |   2 +-
 m4/libunistring.m4                 |   2 +-
 m4/limits-h.m4                     |  31 ++
 m4/link.m4                         |   3 +-
 m4/localcharset.m4                 |   2 +-
 m4/locale-fr.m4                    |   2 +-
 m4/locale-ja.m4                    |   2 +-
 m4/locale-zh.m4                    |   2 +-
 m4/locale_h.m4                     |   2 +-
 m4/localeconv.m4                   |   2 +-
 m4/log.m4                          |   2 +-
 m4/log1p.m4                        |   2 +-
 m4/longlong.m4                     |   2 +-
 m4/lstat.m4                        |   2 +-
 m4/malloc.m4                       |   2 +-
 m4/malloca.m4                      |   2 +-
 m4/math_h.m4                       |  16 +-
 m4/mathfunc.m4                     |   2 +-
 m4/mbrtowc.m4                      |  14 +-
 m4/mbsinit.m4                      |   2 +-
 m4/mbstate_t.m4                    |   2 +-
 m4/mbtowc.m4                       |   2 +-
 m4/memchr.m4                       |   2 +-
 m4/mkdir.m4                        |   2 +-
 m4/mkostemp.m4                     |   2 +-
 m4/mktime.m4                       |   2 +-
 m4/mmap-anon.m4                    |   2 +-
 m4/mode_t.m4                       |   2 +-
 m4/msvc-inval.m4                   |   2 +-
 m4/msvc-nothrow.m4                 |   2 +-
 m4/multiarch.m4                    |   2 +-
 m4/netdb_h.m4                      |   2 +-
 m4/netinet_in_h.m4                 |   2 +-
 m4/nl_langinfo.m4                  |   2 +-
 m4/nocrash.m4                      |   2 +-
 m4/nproc.m4                        |   7 +-
 m4/off_t.m4                        |   2 +-
 m4/open.m4                         |   2 +-
 m4/pathmax.m4                      |   2 +-
 m4/pipe.m4                         |   2 +-
 m4/pipe2.m4                        |   2 +-
 m4/poll.m4                         |   2 +-
 m4/poll_h.m4                       |   2 +-
 m4/printf.m4                       |   4 +-
 m4/putenv.m4                       |   2 +-
 m4/raise.m4                        |   2 +-
 m4/read.m4                         |   2 +-
 m4/readlink.m4                     |   2 +-
 m4/regex.m4                        |   2 +-
 m4/rename.m4                       |   2 +-
 m4/rmdir.m4                        |   2 +-
 m4/round.m4                        |   2 +-
 m4/safe-read.m4                    |   2 +-
 m4/safe-write.m4                   |   2 +-
 m4/secure_getenv.m4                |   2 +-
 m4/select.m4                       |   2 +-
 m4/servent.m4                      |   2 +-
 m4/setenv.m4                       |   2 +-
 m4/signal_h.m4                     |   2 +-
 m4/signbit.m4                      |   2 +-
 m4/size_max.m4                     |   2 +-
 m4/snprintf.m4                     |  12 +-
 m4/socketlib.m4                    |   2 +-
 m4/sockets.m4                      |   2 +-
 m4/socklen.m4                      |   2 +-
 m4/sockpfaf.m4                     |   2 +-
 m4/ssize_t.m4                      |   2 +-
 m4/stat-time.m4                    |   2 +-
 m4/stat.m4                         |   2 +-
 m4/stdalign.m4                     |   2 +-
 m4/stdbool.m4                      |  30 +-
 m4/stddef_h.m4                     |   2 +-
 m4/stdint.m4                       |  66 +++-
 m4/stdint_h.m4                     |   2 +-
 m4/stdio_h.m4                      |  14 +-
 m4/stdlib_h.m4                     |   7 +-
 m4/strdup.m4                       |   2 +-
 m4/strftime.m4                     |   2 +-
 m4/string_h.m4                     |   2 +-
 m4/sys_file_h.m4                   |   2 +-
 m4/sys_select_h.m4                 |   2 +-
 m4/sys_socket_h.m4                 |   2 +-
 m4/sys_stat_h.m4                   |   2 +-
 m4/sys_time_h.m4                   |   2 +-
 m4/sys_times_h.m4                  |   2 +-
 m4/sys_types_h.m4                  |  29 +-
 m4/sys_uio_h.m4                    |   2 +-
 m4/tempname.m4                     |   2 +-
 m4/time_h.m4                       |   2 +-
 m4/time_r.m4                       |   2 +-
 m4/time_rz.m4                      |   2 +-
 m4/timegm.m4                       |   2 +-
 m4/times.m4                        |   2 +-
 m4/tm_gmtoff.m4                    |   2 +-
 m4/trunc.m4                        |   2 +-
 m4/unistd_h.m4                     |   5 +-
 m4/vasnprintf.m4                   |   2 +-
 m4/visibility.m4                   |   2 +-
 m4/vsnprintf.m4                    |  12 +-
 m4/warn-on-use.m4                  |   2 +-
 m4/warnings.m4                     |   2 +-
 m4/wchar_h.m4                      |  16 +-
 m4/wchar_t.m4                      |   2 +-
 m4/wcrtomb.m4                      |   2 +-
 m4/wctype_h.m4                     |   2 +-
 m4/wint_t.m4                       |  36 +-
 m4/write.m4                        |   2 +-
 m4/xsize.m4                        |   2 +-
 maint.mk                           | 105 ++---
 module/ice-9/suspendable-ports.scm |   4 +-
 404 files changed, 2202 insertions(+), 1227 deletions(-)
 create mode 100644 lib/accept4.c
 create mode 100644 lib/flexmember.h
 create mode 100644 lib/limits.in.h
 create mode 100644 lib/xalloc-oversized.h
 create mode 100644 m4/accept4.m4
 create mode 100644 m4/builtin-expect.m4
 create mode 100644 m4/limits-h.m4



reply via email to

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