guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (88e7030 -> bdb07f8)


From: Daniel Llorens
Subject: [Guile-commits] branch master updated (88e7030 -> bdb07f8)
Date: Fri, 9 Apr 2021 08:24:24 -0400 (EDT)

lloda pushed a change to branch master
in repository guile.

    from 88e7030  Fix typos in examples.
     add bdb07f8  Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1

No new revisions were added by this update.

Summary of changes:
 build-aux/config.rpath                | 124 +++++++++--------
 build-aux/gitlog-to-changelog         |   5 +-
 lib/Makefile.am                       |  21 ++-
 lib/canonicalize-lgpl.c               |   7 +-
 lib/cdefs.h                           |  16 ++-
 lib/dynarray.h                        | 255 +++++++++++++++++++++++++++++++++-
 lib/free.c                            |  16 ++-
 lib/intprops.h                        |  18 ++-
 lib/lc-charset-dispatch.c             |   6 +-
 lib/libc-config.h                     |   6 +-
 lib/link.c                            |   4 -
 lib/malloc.c                          |  16 ++-
 lib/malloc/dynarray-skeleton.c        |  33 +++--
 lib/malloc/dynarray_at_failure.c      |   4 +
 lib/malloc/dynarray_emplace_enlarge.c |   4 +
 lib/malloc/dynarray_finalize.c        |   4 +
 lib/malloc/dynarray_resize.c          |   4 +
 lib/malloc/dynarray_resize_clear.c    |   4 +
 lib/malloca.h                         |   1 +
 lib/math.in.h                         |   2 +-
 lib/mbrtowc-impl-utf8.h               |   2 +-
 lib/mbtowc-lock.h                     |  12 +-
 lib/mempcpy.c                         |   5 +
 lib/putenv.c                          |  10 +-
 lib/rawmemchr.c                       |   5 +
 lib/realloc.c                         |  85 ++++++++++++
 lib/regcomp.c                         |   8 +-
 lib/regex_internal.c                  |   1 +
 lib/regex_internal.h                  |  15 +-
 lib/regexec.c                         |  89 ++++++------
 lib/rename.c                          |   2 -
 lib/scratch_buffer.h                  |  93 +++++++++++++
 lib/stdalign.in.h                     |  13 +-
 lib/stddef.in.h                       |  11 +-
 lib/stdlib.in.h                       | 117 +++++++++++++++-
 lib/striconveh.c                      |  47 +------
 lib/time.in.h                         |  42 +++++-
 lib/vasnprintf.c                      |  25 +---
 lib/xalloc-oversized.h                |  24 ++--
 m4/canonicalize.m4                    |  31 ++++-
 m4/free.m4                            |   7 +-
 m4/gnulib-common.m4                   |   4 +-
 m4/gnulib-comp.m4                     |  42 +++---
 m4/host-cpu-c-abi.m4                  |   6 +-
 m4/lib-ld.m4                          |   4 +-
 m4/malloc.m4                          |   4 +-
 m4/printf.m4                          |  10 +-
 m4/realloc.m4                         |  76 ++++++++++
 m4/setlocale_null.m4                  |   6 +-
 m4/stdalign.m4                        |   4 +-
 m4/stdlib_h.m4                        |  12 +-
 m4/threadlib.m4                       |   6 +-
 m4/visibility.m4                      |   3 +-
 maint.mk                              |   6 +-
 54 files changed, 1075 insertions(+), 302 deletions(-)
 create mode 100644 lib/realloc.c
 create mode 100644 m4/realloc.m4



reply via email to

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