guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lloda-array-support updated (70320be -> f227a56)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (70320be -> f227a56)
Date: Mon, 11 Jul 2016 08:21:09 +0000 (UTC)

lloda pushed a change to branch lloda-array-support
in repository guile.

  discards  70320be   Support typed arrays in some sort functions
  discards  1445204   Remove uniform-array-read!, uniform-array-write from the 
manual
  discards  34280dd   Remove commented stack version of 
scm_array_for_each_cell()
  discards  2825388   Fix pool version of scm_array_for_each_cell by aligning 
pointers
  discards  91a1965   Fix a corner case with empty arrays in 
(array-for-each-cell)
  discards  9e6c15a   Clean up (array-for-each-cell)
  discards  1849425   Avoid variable stack use in scm_array_for_each_cell()
  discards  1057644   Special case for array-map! with three arguments
  discards  7d38516   New export (array-for-each-cell-in-order)
  discards  ad39ff6   Draft documentation for (array-for-each-cell)
  discards  8c5be6a   Draft of (array-for-each-cell)
  discards  ffa7f12   Do not use array handles in scm_vector
  discards  84b3a87   Remove deprecated and unused generalized-vector functions
  discards  cac6aa2   Speed up for multi-arg cases of scm_ramap functions
  discards  de4b776   Remove deprecated array functions
  discards  0ade9b3   Fix compilation of rank 0 typed array literals
  discards  99be399   Don't use array handles in scm_c_array_rank
  discards  1d91ffa   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  d33dd7e   Tests & doc for array-from, array-from*, array-set-from!
  discards  ee960e4   New functions array-from, array-from*, array-set-from!
  discards  7e44709   Compile in C99 mode
  discards  dc56398   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  c4fdcc6   Unuse array 'contiguous' flag
  discards  dff3e91   Remove scm_from_contiguous_array
  discards  7f17738   Avoid unneeded internal use of array handles
      adds  85faf8e   Update NEWS
      adds  0d191d1   Update git-version-gen.diff for current gnulib
      adds  d484bfb   Update Gnulib to 68b6ade.
      adds  b05b67b   Avoid Gnulib unistr/* modules
      adds  38f23e7   Add meta/build-env
       new  655494c   Avoid unneeded internal use of array handles
       new  c557ff6   Remove scm_from_contiguous_array
       new  212c5b0   Unuse array 'contiguous' flag
       new  b9cbf3b   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  839dec6   Compile in C99 mode
       new  7d7ada3   New functions array-from, array-from*, array-set-from!
       new  ecb38d4   Tests & doc for array-from, array-from*, array-set-from!
       new  3aafc2c   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  ed6c655   Don't use array handles in scm_c_array_rank
       new  fc0e75c   Fix compilation of rank 0 typed array literals
       new  348d8b4   Remove deprecated array functions
       new  c17799d   Speed up for multi-arg cases of scm_ramap functions
       new  cea5139   Remove deprecated and unused generalized-vector functions
       new  da81901   Do not use array handles in scm_vector
       new  fb4d4d9   Draft of (array-for-each-cell)
       new  a8dd99d   Draft documentation for (array-for-each-cell)
       new  ffd949e   New export (array-for-each-cell-in-order)
       new  b854d0f   Special case for array-map! with three arguments
       new  2ce48a3   Avoid variable stack use in scm_array_for_each_cell()
       new  f6003e8   Clean up (array-for-each-cell)
       new  79bf245   Fix a corner case with empty arrays in 
(array-for-each-cell)
       new  4a361f2   Fix pool version of scm_array_for_each_cell by aligning 
pointers
       new  cbaa6ca   Remove commented stack version of 
scm_array_for_each_cell()
       new  3320eaa   Remove uniform-array-read!, uniform-array-write from the 
manual
       new  f227a56   Support typed arrays in some sort functions

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   (70320be)
            \
             N -- N -- N   refs/heads/lloda-array-support (f227a56)

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 25 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:
 GNUmakefile                                    |    2 +-
 NEWS                                           |  480 +++++++----
 am/bootstrap.am                                |    2 +-
 am/guilec                                      |    4 +-
 build-aux/announce-gen                         |   28 +-
 build-aux/config.rpath                         |   18 +-
 build-aux/gendocs.sh                           |  143 ++--
 build-aux/git-version-gen                      |   17 +-
 build-aux/gitlog-to-changelog                  |  181 ++--
 build-aux/gnu-web-doc-update                   |   34 +-
 build-aux/gnupload                             |    6 +-
 build-aux/snippet/arg-nonnull.h                |    2 +-
 build-aux/snippet/c++defs.h                    |    2 +-
 build-aux/snippet/unused-parameter.h           |   36 -
 build-aux/snippet/warn-on-use.h                |    2 +-
 build-aux/useless-if-before-free               |    8 +-
 build-aux/vc-list-files                        |    6 +-
 configure.ac                                   |    1 +
 doc/gendocs_template                           |   20 +-
 doc/{gendocs_template => gendocs_template_min} |   56 +-
 doc/ref/Makefile.am                            |    2 +-
 gnulib-local/build-aux/git-version-gen.diff    |   18 +-
 lib/Makefile.am                                |  265 +++---
 lib/accept.c                                   |    2 +-
 lib/alignof.h                                  |    2 +-
 lib/alloca.in.h                                |    2 +-
 lib/arpa_inet.in.h                             |    2 +-
 lib/asnprintf.c                                |    2 +-
 lib/{mbtowc.c => assure.h}                     |   29 +-
 lib/basename-lgpl.c                            |    2 +-
 lib/binary-io.c                                |    1 +
 lib/binary-io.h                                |    4 +-
 lib/bind.c                                     |    2 +-
 lib/btowc.c                                    |    2 +-
 lib/byteswap.in.h                              |    2 +-
 lib/c-ctype.c                                  |  394 +--------
 lib/c-ctype.h                                  |  453 +++++-----
 lib/c-strcase.h                                |    2 +-
 lib/c-strcasecmp.c                             |    2 +-
 lib/c-strcaseeq.h                              |    5 +-
 lib/c-strncasecmp.c                            |    2 +-
 lib/canonicalize-lgpl.c                        |    2 +-
 lib/ceil.c                                     |    2 +-
 lib/close.c                                    |    2 +-
 lib/config.charset                             |    6 +-
 lib/connect.c                                  |    2 +-
 lib/copysign.c                                 |    2 +-
 lib/dirent.in.h                                |   11 +-
 lib/dirfd.c                                    |   68 +-
 lib/dirname-lgpl.c                             |    2 +-
 lib/dirname.h                                  |   10 +-
 lib/dosname.h                                  |    2 +-
 lib/dup2.c                                     |   53 +-
 lib/duplocale.c                                |    2 +-
 lib/errno.in.h                                 |    2 +-
 lib/fcntl.in.h                                 |   22 +-
 lib/fd-hook.c                                  |    2 +-
 lib/fd-hook.h                                  |    2 +-
 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                                |    3 +-
 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                                  |   10 +-
 lib/gettimeofday.c                             |    2 +-
 lib/hard-locale.c                              |   72 ++
 lib/{isnanf.c => hard-locale.h}                |   15 +-
 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                                |    4 +-
 lib/inet_pton.c                                |    2 +-
 lib/intprops.h                                 |  445 ++++++++++
 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                              |   20 +-
 lib/link.c                                     |    2 +-
 lib/listen.c                                   |    2 +-
 lib/localcharset.c                             |   81 +-
 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                                  |    2 +-
 lib/math.c                                     |    1 +
 lib/math.in.h                                  |    5 +-
 lib/mbrtowc.c                                  |   63 +-
 lib/mbsinit.c                                  |    2 +-
 lib/mbtowc-impl.h                              |    2 +-
 lib/mbtowc.c                                   |    2 +-
 lib/memchr.c                                   |    2 +-
 lib/mkdir.c                                    |    2 +-
 lib/mkstemp.c                                  |    2 +-
 lib/mktime-internal.h                          |   37 +
 lib/mktime.c                                   |  630 ++++++++++++++
 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                              |  255 +++---
 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                                     |   83 +-
 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                                  |  201 ++---
 lib/regex.c                                    |    2 +-
 lib/regex.h                                    |   54 +-
 lib/regex_internal.c                           |   74 +-
 lib/regex_internal.h                           |   68 +-
 lib/regexec.c                                  |  179 ++--
 lib/rename.c                                   |    8 +-
 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                               |    2 +-
 lib/secure_getenv.c                            |   31 +-
 lib/select.c                                   |   38 +-
 lib/send.c                                     |    2 +-
 lib/sendto.c                                   |    2 +-
 lib/setenv.c                                   |    2 +-
 lib/setsockopt.c                               |    2 +-
 lib/shutdown.c                                 |    2 +-
 lib/signal.in.h                                |   10 +-
 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                                  |    9 +-
 lib/sockets.h                                  |   12 +-
 lib/stat-time.h                                |   18 +-
 lib/stat.c                                     |    2 +-
 lib/stdalign.in.h                              |   23 +-
 lib/stdbool.in.h                               |    2 +-
 lib/stddef.in.h                                |   56 +-
 lib/stdint.in.h                                |   19 +-
 lib/stdio.in.h                                 |   12 +-
 lib/stdlib.in.h                                |   25 +-
 lib/strdup.c                                   |    2 +-
 lib/streq.h                                    |    2 +-
 lib/strftime.c                                 |  124 ++-
 lib/strftime.h                                 |    9 +-
 lib/striconveh.c                               |    2 +-
 lib/striconveh.h                               |    2 +-
 lib/string.in.h                                |   23 +-
 lib/stripslash.c                               |    2 +-
 lib/sys_file.in.h                              |    2 +-
 lib/sys_select.in.h                            |   36 +-
 lib/sys_socket.c                               |    1 +
 lib/sys_socket.in.h                            |    2 +-
 lib/sys_stat.in.h                              |    2 +-
 lib/sys_time.in.h                              |    2 +-
 lib/sys_times.in.h                             |    2 +-
 lib/sys_types.in.h                             |    4 +-
 lib/sys_uio.in.h                               |    2 +-
 lib/tempname.c                                 |  120 +--
 lib/tempname.h                                 |   17 +-
 lib/time-internal.h                            |   49 ++
 lib/time.in.h                                  |   31 +-
 lib/time_r.c                                   |    2 +-
 lib/time_rz.c                                  |  321 ++++++++
 lib/{size_max.h => timegm.c}                   |   38 +-
 lib/times.c                                    |    4 +-
 lib/trunc.c                                    |    2 +-
 lib/unistd.c                                   |    1 +
 lib/unistd.in.h                                |   39 +-
 lib/unistr.in.h                                |  750 -----------------
 lib/unistr/u8-mbtouc-aux.c                     |  240 ------
 lib/unistr/u8-mbtouc-unsafe-aux.c              |  260 ------
 lib/unistr/u8-mbtouc-unsafe.c                  |  271 ------
 lib/unistr/u8-mbtouc.c                         |  250 ------
 lib/unistr/u8-mbtoucr.c                        |  285 -------
 lib/unistr/u8-prev.c                           |   93 ---
 lib/unistr/u8-uctomb-aux.c                     |   69 --
 lib/unistr/u8-uctomb.c                         |   88 --
 lib/unitypes.in.h                              |   46 --
 lib/unsetenv.c                                 |  127 +++
 lib/vasnprintf.c                               |  201 +++--
 lib/vasnprintf.h                               |    2 +-
 lib/verify.h                                   |    4 +-
 lib/vsnprintf.c                                |    2 +-
 lib/w32sock.h                                  |    2 +-
 lib/wchar.in.h                                 |   16 +-
 lib/wcrtomb.c                                  |    2 +-
 lib/wctype.in.h                                |    2 +-
 lib/write.c                                    |    2 +-
 lib/xsize.h                                    |    2 +-
 libguile/Makefile.am                           |    2 +-
 m4/00gnulib.m4                                 |    2 +-
 m4/absolute-header.m4                          |    2 +-
 m4/alloca.m4                                   |    2 +-
 m4/arpa_inet_h.m4                              |    2 +-
 m4/autobuild.m4                                |    2 +-
 m4/btowc.m4                                    |    2 +-
 m4/byteswap.m4                                 |    2 +-
 m4/canonicalize.m4                             |   11 +-
 m4/ceil.m4                                     |    2 +-
 m4/check-math-lib.m4                           |    2 +-
 m4/clock_time.m4                               |    2 +-
 m4/close.m4                                    |    2 +-
 m4/codeset.m4                                  |    3 +-
 m4/configmake.m4                               |    2 +-
 m4/copysign.m4                                 |    2 +-
 m4/dirent_h.m4                                 |    2 +-
 m4/dirfd.m4                                    |   18 +-
 m4/dirname.m4                                  |    2 +-
 m4/double-slash-root.m4                        |    2 +-
 m4/dup2.m4                                     |   96 ++-
 m4/duplocale.m4                                |    8 +-
 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                               |    7 +-
 m4/extern-inline.m4                            |   46 +-
 m4/fcntl-o.m4                                  |    2 +-
 m4/fcntl_h.m4                                  |    2 +-
 m4/flexmember.m4                               |   41 +
 m4/float_h.m4                                  |    2 +-
 m4/flock.m4                                    |    2 +-
 m4/floor.m4                                    |    2 +-
 m4/fpieee.m4                                   |    4 +-
 m4/frexp.m4                                    |    2 +-
 m4/fstat.m4                                    |    2 +-
 m4/fsync.m4                                    |    2 +-
 m4/func.m4                                     |    2 +-
 m4/getaddrinfo.m4                              |    2 +-
 m4/getlogin.m4                                 |    2 +-
 m4/gettimeofday.m4                             |    2 +-
 m4/glibc21.m4                                  |    2 +-
 m4/gnulib-cache.m4                             |    8 +-
 m4/gnulib-common.m4                            |  103 ++-
 m4/gnulib-comp.m4                              | 1046 ++++++++++++++++++++----
 m4/gnulib-tool.m4                              |    2 +-
 m4/{msvc-nothrow.m4 => hard-locale.m4}         |    9 +-
 m4/hostent.m4                                  |    2 +-
 m4/iconv.m4                                    |   63 +-
 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/inline.m4                                   |   40 -
 m4/intmax_t.m4                                 |    2 +-
 m4/inttypes_h.m4                               |    2 +-
 m4/isfinite.m4                                 |   40 +-
 m4/isinf.m4                                    |   43 +-
 m4/isnan.m4                                    |    2 +-
 m4/isnand.m4                                   |    2 +-
 m4/isnanf.m4                                   |    2 +-
 m4/isnanl.m4                                   |   43 +-
 m4/langinfo_h.m4                               |    2 +-
 m4/largefile.m4                                |    2 +-
 m4/ld-version-script.m4                        |   47 +-
 m4/ldexp.m4                                    |    2 +-
 m4/lib-ld.m4                                   |    2 +-
 m4/lib-link.m4                                 |    2 +-
 m4/lib-prefix.m4                               |    2 +-
 m4/libunistring-base.m4                        |  141 ----
 m4/libunistring.m4                             |    2 +-
 m4/link.m4                                     |    2 +-
 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                                    |   50 +-
 m4/malloc.m4                                   |   13 +-
 m4/malloca.m4                                  |    2 +-
 m4/math_h.m4                                   |    2 +-
 m4/mathfunc.m4                                 |    2 +-
 m4/mbrtowc.m4                                  |   96 ++-
 m4/mbsinit.m4                                  |    2 +-
 m4/mbstate_t.m4                                |    2 +-
 m4/mbtowc.m4                                   |    2 +-
 m4/memchr.m4                                   |    2 +-
 m4/mkdir.m4                                    |    2 +-
 m4/mkstemp.m4                                  |    2 +-
 m4/mktime.m4                                   |  268 ++++++
 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                                  |    5 +-
 m4/nproc.m4                                    |    2 +-
 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                                   |   67 +-
 m4/putenv.m4                                   |    2 +-
 m4/raise.m4                                    |    2 +-
 m4/read.m4                                     |    2 +-
 m4/readlink.m4                                 |    2 +-
 m4/regex.m4                                    |    6 +-
 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                            |    3 +-
 m4/select.m4                                   |    5 +-
 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                                 |    2 +-
 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                                 |   10 +-
 m4/stdbool.m4                                  |   36 +-
 m4/stddef_h.m4                                 |   10 +-
 m4/stdint.m4                                   |   31 +-
 m4/stdint_h.m4                                 |    2 +-
 m4/stdio_h.m4                                  |   31 +-
 m4/stdlib_h.m4                                 |    4 +-
 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                               |    3 +-
 m4/sys_times_h.m4                              |    2 +-
 m4/sys_types_h.m4                              |    2 +-
 m4/sys_uio_h.m4                                |    2 +-
 m4/tempname.m4                                 |    2 +-
 m4/time_h.m4                                   |   22 +-
 m4/time_r.m4                                   |    2 +-
 m4/time_rz.m4                                  |   21 +
 m4/timegm.m4                                   |   26 +
 m4/times.m4                                    |    2 +-
 m4/tm_gmtoff.m4                                |    2 +-
 m4/trunc.m4                                    |    2 +-
 m4/unistd_h.m4                                 |    6 +-
 m4/vasnprintf.m4                               |    2 +-
 m4/visibility.m4                               |    2 +-
 m4/vsnprintf.m4                                |    2 +-
 m4/warn-on-use.m4                              |    2 +-
 m4/warnings.m4                                 |    2 +-
 m4/wchar_h.m4                                  |    2 +-
 m4/wchar_t.m4                                  |    2 +-
 m4/wcrtomb.m4                                  |    2 +-
 m4/wctype_h.m4                                 |    2 +-
 m4/wint_t.m4                                   |    2 +-
 m4/write.m4                                    |    2 +-
 m4/xsize.m4                                    |    2 +-
 maint.mk                                       |   51 +-
 meta/{uninstalled-env.in => build-env.in}      |   74 +-
 module/Makefile.am                             |    2 +-
 test-suite/standalone/Makefile.am              |    2 +-
 421 files changed, 6266 insertions(+), 5422 deletions(-)
 delete mode 100644 build-aux/snippet/unused-parameter.h
 copy doc/{gendocs_template => gendocs_template_min} (63%)
 copy lib/{mbtowc.c => assure.h} (58%)
 create mode 100644 lib/hard-locale.c
 copy lib/{isnanf.c => hard-locale.h} (73%)
 create mode 100644 lib/intprops.h
 create mode 100644 lib/mktime-internal.h
 create mode 100644 lib/mktime.c
 create mode 100644 lib/time-internal.h
 create mode 100644 lib/time_rz.c
 copy lib/{size_max.h => timegm.c} (51%)
 delete mode 100644 lib/unistr.in.h
 delete mode 100644 lib/unistr/u8-mbtouc-aux.c
 delete mode 100644 lib/unistr/u8-mbtouc-unsafe-aux.c
 delete mode 100644 lib/unistr/u8-mbtouc-unsafe.c
 delete mode 100644 lib/unistr/u8-mbtouc.c
 delete mode 100644 lib/unistr/u8-mbtoucr.c
 delete mode 100644 lib/unistr/u8-prev.c
 delete mode 100644 lib/unistr/u8-uctomb-aux.c
 delete mode 100644 lib/unistr/u8-uctomb.c
 delete mode 100644 lib/unitypes.in.h
 create mode 100644 lib/unsetenv.c
 create mode 100644 m4/flexmember.m4
 copy m4/{msvc-nothrow.m4 => hard-locale.m4} (54%)
 delete mode 100644 m4/inline.m4
 delete mode 100644 m4/libunistring-base.m4
 create mode 100644 m4/mktime.m4
 create mode 100644 m4/time_rz.m4
 create mode 100644 m4/timegm.m4
 copy meta/{uninstalled-env.in => build-env.in} (62%)



reply via email to

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