| Newsgroups |
gmane.lisp.clisp.devel |
| Message-ID |
<[email protected]> |
Send clisp-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."
CLISP CVS commits for today
Today's Topics:
1. clisp: Define a single place to set the libsigsegv download
URL. ([email protected])
2. clisp: Recommend libsigsegv 2.11.
([email protected])
3. clisp: Disable the 'ulimit -s 16384' recommendation, except
on P... ([email protected])
4. clisp: Fix build failure on Linux with musl libc.
([email protected])
5. clisp: maint: Fix conflict between fix-perms.sh and gnulib
import. ([email protected])
6. clisp: Modernize: Really update to the newest gnulib.
([email protected])
7. clisp: Make --with-{libsigsegv,libffcall}-prefix with clang
on 6... ([email protected])
8. clisp: Fix build failure with clang.
([email protected])
9. clisp: Fix clang warning "flag '-falign-functions=4' is not
supp... ([email protected])
10. clisp: Fix collision between ASCII character names and
Unicode c... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 20 Feb 2017 17:16:48 +0000
From: [email protected]
Subject: clisp: Define a single place to set the libsigsegv download
URL.
To: [email protected]
Message-ID:
<hg.5163d60da64c.1487611008.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/5163d60da64c
changeset: 15720:5163d60da64ccaa9aec91cff1ce3d4d0dee23ac5
user: Bruno Haible <[email protected]>
date: 2017-02-19 12:25:37 +0100
description:
Define a single place to set the libsigsegv download URL.
diffstat:
configure | 12 ++++++++----
src/ChangeLog | 6 ++++++
2 files changed, 14 insertions(+), 4 deletions(-)
------------------------------
Message: 2
Date: Mon, 20 Feb 2017 17:16:49 +0000
From: [email protected]
Subject: clisp: Recommend libsigsegv 2.11.
To: [email protected]
Message-ID:
<hg.605c6af75ff0.1487611009.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/605c6af75ff0
changeset: 15721:605c6af75ff014e3a5186e21a683555a3fc35825
user: Bruno Haible <[email protected]>
date: 2017-02-19 12:28:02 +0100
description:
Recommend libsigsegv 2.11.
diffstat:
configure | 2 +-
src/ChangeLog | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
------------------------------
Message: 3
Date: Mon, 20 Feb 2017 17:16:50 +0000
From: [email protected]
Subject: clisp: Disable the 'ulimit -s 16384' recommendation, except
on P...
To: [email protected]
Message-ID:
<hg.3d2a5226028f.1487611010.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/3d2a5226028f
changeset: 15722:3d2a5226028f5d07fe5bbb9c8269c67bc1e72451
user: Bruno Haible <[email protected]>
date: 2017-02-19 12:50:51 +0100
description:
Disable the 'ulimit -s 16384' recommendation, except on PowerPC.
diffstat:
configure | 13 +++++++++++--
src/ChangeLog | 5 +++++
2 files changed, 16 insertions(+), 2 deletions(-)
------------------------------
Message: 4
Date: Mon, 20 Feb 2017 17:16:52 +0000
From: [email protected]
Subject: clisp: Fix build failure on Linux with musl libc.
To: [email protected]
Message-ID:
<hg.13538543e272.1487611012.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/13538543e272
changeset: 15723:13538543e272a82375dc43aee744975dd940b654
user: Bruno Haible <[email protected]>
date: 2017-02-19 13:44:10 +0100
description:
Fix build failure on Linux with musl libc.
diffstat:
src/ChangeLog | 6 ++++++
src/unix.d | 3 ---
2 files changed, 6 insertions(+), 3 deletions(-)
------------------------------
Message: 5
Date: Mon, 20 Feb 2017 17:16:53 +0000
From: [email protected]
Subject: clisp: maint: Fix conflict between fix-perms.sh and gnulib
import.
To: [email protected]
Message-ID:
<hg.3d89bf950165.1487611013.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/3d89bf950165
changeset: 15724:3d89bf950165dc93afdac15237b490b04b7db9b3
user: Bruno Haible <[email protected]>
date: 2017-02-19 15:53:07 +0100
description:
maint: Fix conflict between fix-perms.sh and gnulib import.
diffstat:
src/ChangeLog | 6 ++++++
utils/fix-perms.sh | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 6
Date: Mon, 20 Feb 2017 17:16:56 +0000
From: [email protected]
Subject: clisp: Modernize: Really update to the newest gnulib.
To: [email protected]
Message-ID:
<hg.4c9d0558e61e.1487611016.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4c9d0558e61e
changeset: 15725:4c9d0558e61e57eff99ff744e9974dc56df20888
user: Bruno Haible <[email protected]>
date: 2017-02-19 16:45:35 +0100
description:
Modernize: Really update to the newest gnulib.
diffstat:
Makefile.devel | 4 +-
modules/berkeley-db/config.h.in | 82 +-
modules/berkeley-db/configure | 296 +-
modules/clx/new-clx/config.h.in | 88 +-
modules/clx/new-clx/configure | 194 +-
modules/dbus/config.h.in | 62 +-
modules/dbus/configure | 158 +-
modules/dirkey/config.h.in | 62 +-
modules/dirkey/configure | 158 +-
modules/fastcgi/config.h.in | 62 +-
modules/fastcgi/configure | 262 +-
modules/gdbm/config.h.in | 62 +-
modules/gdbm/configure | 260 +-
modules/gtk2/config.h.in | 62 +-
modules/gtk2/configure | 158 +-
modules/i18n/config.h.in | 62 +-
modules/i18n/configure | 158 +-
modules/libsvm/config.h.in | 62 +-
modules/libsvm/configure | 260 +-
modules/oracle/config.h.in | 62 +-
modules/oracle/configure | 158 +-
modules/pari/config.h.in | 62 +-
modules/pari/configure | 260 +-
modules/pcre/config.h.in | 62 +-
modules/pcre/configure | 260 +-
modules/postgresql/config.h.in | 62 +-
modules/postgresql/configure | 260 +-
modules/rawsock/config.h.in | 62 +-
modules/rawsock/configure | 158 +-
modules/readline/config.h.in | 62 +-
modules/readline/configure | 225 +-
modules/regexp/config.h.in | 62 +-
modules/regexp/configure | 175 +-
modules/syscalls/config.h.in | 84 +-
modules/syscalls/configure | 340 +-
modules/zlib/config.h.in | 62 +-
modules/zlib/configure | 260 +-
src/ChangeLog | 24 +
src/aclocal.m4 | 5215 +-
src/build-aux/ar-lib | 270 +
src/build-aux/compile | 2 +-
src/build-aux/config.guess | 9 +-
src/build-aux/config.rpath | 2 +-
src/build-aux/config.sub | 16 +-
src/build-aux/depcomp | 2 +-
src/build-aux/missing | 2 +-
src/build-aux/snippet/_Noreturn.h | 2 +-
src/build-aux/snippet/arg-nonnull.h | 2 +-
src/build-aux/snippet/c++defs.h | 89 +-
src/build-aux/snippet/warn-on-use.h | 4 +-
src/build-aux/ylwrap | 2 +-
src/config.h.in | 478 +-
src/configure | 9136 +-
src/gllib/Makefile.am | 435 +-
src/gllib/Makefile.in | 475 +-
src/gllib/accept.c | 20 +-
src/gllib/alignof.h | 53 -
src/gllib/alloca.c | 2 +-
src/gllib/alloca.in.h | 17 +-
src/gllib/arpa_inet.in.h | 39 +-
src/gllib/bind.c | 19 +-
src/gllib/btowc.c | 2 +-
src/gllib/c-ctype.c | 395 +-
src/gllib/c-ctype.h | 455 +-
src/gllib/close.c | 35 +-
src/gllib/config.charset | 11 +-
src/gllib/connect.c | 29 +-
src/gllib/dosname.h | 2 +-
src/gllib/dup2.c | 215 +
src/gllib/errno.in.h | 168 +-
src/gllib/fcntl.in.h | 363 +
src/gllib/fd-hook.c | 2 +-
src/gllib/fd-hook.h | 2 +-
src/gllib/flexmember.h | 42 +
src/gllib/fnmatch.c | 21 +-
src/gllib/fnmatch.in.h | 17 +-
src/gllib/fnmatch_loop.c | 24 +-
src/gllib/gethostname.c | 2 +-
src/gllib/getloadavg.c | 36 +-
src/gllib/getpagesize.c | 4 +-
src/gllib/getpeername.c | 19 +-
src/gllib/getsockname.c | 19 +-
src/gllib/getsockopt.c | 55 +-
src/gllib/gettext.h | 22 +-
src/gllib/gettimeofday.c | 16 +-
src/gllib/glthread/lock.c | 195 +-
src/gllib/glthread/lock.h | 80 +-
src/gllib/glthread/threadlib.c | 5 +-
src/gllib/hard-locale.c | 72 +
src/gllib/hard-locale.h | 25 +
src/gllib/inet_ntop.c | 60 +-
src/gllib/inet_pton.c | 51 +-
src/gllib/intprops.h | 267 +-
src/gllib/ioctl.c | 13 +-
src/gllib/langinfo.in.h | 23 +-
src/gllib/limits.in.h | 63 +
src/gllib/listen.c | 19 +-
src/gllib/localcharset.c | 120 +-
src/gllib/localcharset.h | 5 +-
src/gllib/locale.in.h | 216 +
src/gllib/localeconv.c | 103 +
src/gllib/lstat.c | 20 +-
src/gllib/malloc.c | 57 -
src/gllib/malloca.c | 40 +-
src/gllib/malloca.h | 22 +-
src/gllib/mbrtowc.c | 85 +-
src/gllib/mbsinit.c | 2 +-
src/gllib/mbsrtowcs-impl.h | 2 +-
src/gllib/mbsrtowcs-state.c | 4 +-
src/gllib/mbsrtowcs.c | 2 +-
src/gllib/mbtowc-impl.h | 2 +-
src/gllib/mbtowc.c | 2 +-
src/gllib/memchr.c | 2 +-
src/gllib/mkdtemp.c | 2 +-
src/gllib/mkfifo.c | 2 +-
src/gllib/mknod.c | 2 +-
src/gllib/mkstemp.c | 2 +-
src/gllib/mktime-internal.h | 35 +-
src/gllib/mktime.c | 687 +-
src/gllib/msvc-inval.c | 129 +
src/gllib/msvc-inval.h | 222 +
src/gllib/msvc-nothrow.c | 49 +
src/gllib/msvc-nothrow.h | 43 +
src/gllib/netinet_in.in.h | 5 +-
src/gllib/nl_langinfo.c | 285 +-
src/gllib/pathmax.h | 83 +
src/gllib/readlink.c | 2 +-
src/gllib/recv.c | 19 +-
src/gllib/recvfrom.c | 30 +-
src/gllib/ref-add.sin | 5 +-
src/gllib/ref-del.sin | 5 +-
src/gllib/regcomp.c | 555 +-
src/gllib/regex.c | 37 +-
src/gllib/regex.h | 296 +-
src/gllib/regex_internal.c | 170 +-
src/gllib/regex_internal.h | 221 +-
src/gllib/regexec.c | 384 +-
src/gllib/secure_getenv.c | 54 +
src/gllib/select.c | 152 +-
src/gllib/send.c | 19 +-
src/gllib/sendto.c | 19 +-
src/gllib/setenv.c | 20 +-
src/gllib/setsockopt.c | 35 +-
src/gllib/shutdown.c | 19 +-
src/gllib/signal.in.h | 73 +-
src/gllib/socket.c | 2 +-
src/gllib/sockets.c | 10 +-
src/gllib/sockets.h | 29 +-
src/gllib/stat.c | 43 +-
src/gllib/stdalign.in.h | 121 +
src/gllib/stdbool.in.h | 56 +-
src/gllib/stddef.in.h | 59 +-
src/gllib/stdint.in.h | 785 +-
src/gllib/stdlib.in.h | 266 +-
src/gllib/strcasecmp.c | 62 +
src/gllib/streq.h | 10 +-
src/gllib/strerror-override.c | 117 +-
src/gllib/strerror-override.h | 12 +-
src/gllib/strerror_r.c | 52 +-
src/gllib/strftime.c | 312 +-
src/gllib/strftime.h | 9 +-
src/gllib/string.in.h | 65 +-
src/gllib/strings.in.h | 122 +
src/gllib/strncasecmp.c | 62 +
src/gllib/strnlen1.c | 2 +-
src/gllib/strnlen1.h | 5 +-
src/gllib/strptime.c | 42 +-
src/gllib/strverscmp.c | 99 +-
src/gllib/sys_ioctl.in.h | 5 +-
src/gllib/sys_select.in.h | 93 +-
src/gllib/sys_socket.c | 4 +
src/gllib/sys_socket.in.h | 26 +-
src/gllib/sys_stat.in.h | 108 +-
src/gllib/sys_time.in.h | 195 +-
src/gllib/sys_types.in.h | 53 +
src/gllib/sys_uio.in.h | 7 +-
src/gllib/sys_utsname.in.h | 5 +-
src/gllib/sys_wait.in.h | 5 +-
src/gllib/tempname.c | 129 +-
src/gllib/tempname.h | 17 +-
src/gllib/time-internal.h | 49 +
src/gllib/time.in.h | 80 +-
src/gllib/time_r.c | 5 +-
src/gllib/time_rz.c | 322 +
src/gllib/timegm.c | 40 +
src/gllib/uname.c | 2 +-
src/gllib/uniname.in.h | 5 +-
src/gllib/uniname/gen-uninames.lisp | 139 +-
src/gllib/uniname/uniname.c | 278 +-
src/gllib/uniname/uninames.h | 143787 ++++++++++++++++++++------------
src/gllib/unistd.c | 4 +
src/gllib/unistd.in.h | 315 +-
src/gllib/unitypes.in.h | 24 +-
src/gllib/uniwidth.in.h | 23 +-
src/gllib/uniwidth/cjk.h | 18 +-
src/gllib/uniwidth/width.c | 152 +-
src/gllib/unsetenv.c | 8 +-
src/gllib/verify.h | 157 +-
src/gllib/w32sock.h | 89 +-
src/gllib/wchar.in.h | 101 +-
src/gllib/wcrtomb.c | 2 +-
src/gllib/wctype-h.c | 4 +
src/gllib/wctype.in.h | 82 +-
src/gllib/xalloc-oversized.h | 60 +
src/glm4/00gnulib.m4 | 22 +-
src/glm4/absolute-header.m4 | 102 +
src/glm4/alloca.m4 | 18 +-
src/glm4/arpa_inet_h.m4 | 6 +-
src/glm4/asm-underscore.m4 | 71 +
src/glm4/btowc.m4 | 2 +-
src/glm4/builtin-expect.m4 | 49 +
src/glm4/close.m4 | 8 +-
src/glm4/codeset.m4 | 3 +-
src/glm4/configmake.m4 | 13 +-
src/glm4/dup2.m4 | 117 +
src/glm4/eealloc.m4 | 5 +-
src/glm4/environ.m4 | 15 +-
src/glm4/errno_h.m4 | 16 +-
src/glm4/extensions.m4 | 88 +-
src/glm4/extern-inline.m4 | 102 +
src/glm4/fcntl-o.m4 | 30 +-
src/glm4/fcntl_h.m4 | 50 +
src/glm4/flexmember.m4 | 43 +
src/glm4/fnmatch.m4 | 8 +-
src/glm4/gethostname.m4 | 10 +-
src/glm4/getloadavg.m4 | 18 +-
src/glm4/getpagesize.m4 | 2 +-
src/glm4/gettext.m4 | 43 +-
src/glm4/gettimeofday.m4 | 57 +-
src/glm4/glibc2.m4 | 2 +-
src/glm4/glibc21.m4 | 2 +-
src/glm4/gnu-make.m4 | 2 +-
src/glm4/gnulib-cache.m4 | 26 +-
src/glm4/gnulib-common.m4 | 216 +-
src/glm4/gnulib-comp.m4 | 878 +-
src/glm4/gnulib-tool.m4 | 2 +-
src/glm4/hard-locale.m4 | 11 +
src/glm4/host-cpu-c-abi.m4 | 136 +-
src/glm4/iconv.m4 | 87 +-
src/glm4/include_next.m4 | 35 +-
src/glm4/inet_ntop.m4 | 73 +-
src/glm4/inet_pton.m4 | 73 +-
src/glm4/intdiv0.m4 | 8 +-
src/glm4/intl.m4 | 82 +-
src/glm4/intldir.m4 | 6 +-
src/glm4/intlmacosx.m4 | 18 +-
src/glm4/intmax.m4 | 2 +-
src/glm4/inttypes-pri.m4 | 2 +-
src/glm4/inttypes_h.m4 | 2 +-
src/glm4/ioctl.m4 | 2 +-
src/glm4/langinfo_h.m4 | 2 +-
src/glm4/largefile.m4 | 88 +-
src/glm4/lcmessage.m4 | 8 +-
src/glm4/lib-ld.m4 | 60 +-
src/glm4/lib-link.m4 | 2 +-
src/glm4/lib-prefix.m4 | 2 +-
src/glm4/libsigsegv.m4 | 2 +-
src/glm4/libunistring-base.m4 | 2 +-
src/glm4/limits-h.m4 | 31 +
src/glm4/link-follow.m4 | 25 +-
src/glm4/localcharset.m4 | 2 +-
src/glm4/locale-fr.m4 | 28 +-
src/glm4/locale-ja.m4 | 17 +-
src/glm4/locale-zh.m4 | 14 +-
src/glm4/locale_h.m4 | 122 +
src/glm4/localeconv.m4 | 22 +
src/glm4/lock.m4 | 22 +-
src/glm4/longlong.m4 | 8 +-
src/glm4/lstat.m4 | 73 +-
src/glm4/malloc.m4 | 60 -
src/glm4/malloca.m4 | 2 +-
src/glm4/mbrtowc.m4 | 104 +-
src/glm4/mbsinit.m4 | 2 +-
src/glm4/mbsrtowcs.m4 | 2 +-
src/glm4/mbstate_t.m4 | 2 +-
src/glm4/mbtowc.m4 | 2 +-
src/glm4/memchr.m4 | 2 +-
src/glm4/mkdtemp.m4 | 2 +-
src/glm4/mkfifo.m4 | 26 +-
src/glm4/mknod.m4 | 36 +-
src/glm4/mkstemp.m4 | 22 +-
src/glm4/mktime.m4 | 64 +-
src/glm4/mmap-anon.m4 | 14 +-
src/glm4/msvc-inval.m4 | 19 +
src/glm4/msvc-nothrow.m4 | 10 +
src/glm4/multiarch.m4 | 6 +-
src/glm4/netinet_in_h.m4 | 2 +-
src/glm4/nl_langinfo.m4 | 2 +-
src/glm4/nls.m4 | 8 +-
src/glm4/no-c++.m4 | 2 +-
src/glm4/nocrash.m4 | 37 +-
src/glm4/off_t.m4 | 18 +
src/glm4/pathmax.m4 | 42 +
src/glm4/po.m4 | 25 +-
src/glm4/printf-posix.m4 | 2 +-
src/glm4/progtest.m4 | 2 +-
src/glm4/pthread_rwlock_rdlock.m4 | 163 +
src/glm4/readlink.m4 | 32 +-
src/glm4/regex.m4 | 124 +-
src/glm4/secure_getenv.m4 | 26 +
src/glm4/select.m4 | 68 +-
src/glm4/setenv.m4 | 44 +-
src/glm4/signal_h.m4 | 10 +-
src/glm4/size_max.m4 | 2 +-
src/glm4/socketlib.m4 | 2 +-
src/glm4/sockets.m4 | 2 +-
src/glm4/socklen.m4 | 2 +-
src/glm4/sockpfaf.m4 | 2 +-
src/glm4/ssize_t.m4 | 2 +-
src/glm4/stat.m4 | 23 +-
src/glm4/stdalign.m4 | 57 +
src/glm4/stdbool.m4 | 60 +-
src/glm4/stddef_h.m4 | 10 +-
src/glm4/stdint.m4 | 103 +-
src/glm4/stdint_h.m4 | 2 +-
src/glm4/stdlib_h.m4 | 27 +-
src/glm4/strcase.m4 | 45 +
src/glm4/strerror.m4 | 50 +-
src/glm4/strerror_r.m4 | 31 +-
src/glm4/strftime.m4 | 2 +-
src/glm4/string_h.m4 | 2 +-
src/glm4/strings_h.m4 | 52 +
src/glm4/strptime.m4 | 2 +-
src/glm4/strverscmp.m4 | 2 +-
src/glm4/sys_ioctl_h.m4 | 2 +-
src/glm4/sys_select_h.m4 | 2 +-
src/glm4/sys_socket_h.m4 | 5 +-
src/glm4/sys_stat_h.m4 | 26 +-
src/glm4/sys_time_h.m4 | 45 +-
src/glm4/sys_types_h.m4 | 49 +
src/glm4/sys_uio_h.m4 | 2 +-
src/glm4/sys_utsname_h.m4 | 2 +-
src/glm4/sys_wait_h.m4 | 7 +-
src/glm4/tempname.m4 | 2 +-
src/glm4/threadlib.m4 | 124 +-
src/glm4/time_h.m4 | 33 +-
src/glm4/time_r.m4 | 4 +-
src/glm4/time_rz.m4 | 21 +
src/glm4/timegm.m4 | 26 +
src/glm4/tm_gmtoff.m4 | 2 +-
src/glm4/uintmax_t.m4 | 2 +-
src/glm4/uname.m4 | 2 +-
src/glm4/unistd_h.m4 | 45 +-
src/glm4/visibility.m4 | 6 +-
src/glm4/warn-on-use.m4 | 8 +-
src/glm4/wchar_h.m4 | 16 +-
src/glm4/wchar_t.m4 | 2 +-
src/glm4/wcrtomb.m4 | 2 +-
src/glm4/wctype_h.m4 | 18 +-
src/glm4/wint_t.m4 | 36 +-
src/glm4/xsize.m4 | 5 +-
utils/txt2c.c | 12 +-
352 files changed, 115884 insertions(+), 66589 deletions(-)
------------------------------
Message: 7
Date: Mon, 20 Feb 2017 17:16:58 +0000
From: [email protected]
Subject: clisp: Make --with-{libsigsegv,libffcall}-prefix with clang
on 6...
To: [email protected]
Message-ID:
<hg.0c830274edfc.1487611018.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/0c830274edfc
changeset: 15726:0c830274edfcfb435ba66b44ed107ffbe930afce
user: Bruno Haible <[email protected]>
date: 2017-02-19 20:38:35 +0100
description:
Make --with-{libsigsegv,libffcall}-prefix with clang on 64-bit Ubuntu.
diffstat:
modules/berkeley-db/configure | 89 +++++++++++++++++++++-------------
modules/fastcgi/configure | 89 +++++++++++++++++++++-------------
modules/gdbm/configure | 89 +++++++++++++++++++++-------------
modules/libsvm/configure | 89 +++++++++++++++++++++-------------
modules/pari/configure | 89 +++++++++++++++++++++-------------
modules/pcre/configure | 89 +++++++++++++++++++++-------------
modules/postgresql/configure | 89 +++++++++++++++++++++-------------
modules/readline/configure | 89 +++++++++++++++++++++-------------
modules/zlib/configure | 89 +++++++++++++++++++++-------------
src/ChangeLog | 6 ++
src/aclocal.m4 | 107 ++++++++++++++++++++++++-----------------
src/configure | 91 +++++++++++++++++++++--------------
src/glm4/lib-prefix.m4 | 107 ++++++++++++++++++++++++-----------------
13 files changed, 671 insertions(+), 441 deletions(-)
------------------------------
Message: 8
Date: Mon, 20 Feb 2017 17:17:00 +0000
From: [email protected]
Subject: clisp: Fix build failure with clang.
To: [email protected]
Message-ID:
<hg.d5fe594979f6.1487611020.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d5fe594979f6
changeset: 15727:d5fe594979f6dc07f508521ca583206f3dc7846f
user: Bruno Haible <[email protected]>
date: 2017-02-19 20:42:30 +0100
description:
Fix build failure with clang.
diffstat:
src/ChangeLog | 7 +++++++
src/lispbibl.d | 9 +++++----
2 files changed, 12 insertions(+), 4 deletions(-)
------------------------------
Message: 9
Date: Mon, 20 Feb 2017 17:17:01 +0000
From: [email protected]
Subject: clisp: Fix clang warning "flag '-falign-functions=4' is not
supp...
To: [email protected]
Message-ID:
<hg.1888e7556016.1487611021.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/1888e7556016
changeset: 15728:1888e75560168646dfaaac8913f1a227ebb790b6
user: Bruno Haible <[email protected]>
date: 2017-02-20 01:13:28 +0100
description:
Fix clang warning "flag '-falign-functions=4' is not supported".
diffstat:
src/ChangeLog | 6 ++++++
src/makemake.in | 14 +++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
------------------------------
Message: 10
Date: Mon, 20 Feb 2017 17:17:02 +0000
From: [email protected]
Subject: clisp: Fix collision between ASCII character names and
Unicode c...
To: [email protected]
Message-ID:
<hg.ba38d2c655c7.1487611022.5707144812384457164@sfp-scm-4.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/ba38d2c655c7
changeset: 15729:ba38d2c655c7ae2af0a467295438ac2ff578d1db
user: Bruno Haible <[email protected]>
date: 2017-02-20 02:28:32 +0100
description:
Fix collision between ASCII character names and Unicode character names.
diffstat:
doc/impbody.xml | 15 +++++++++++++++
src/ChangeLog | 6 ++++++
src/charstrg.d | 30 ++++++++++++++++++++++++------
3 files changed, 45 insertions(+), 6 deletions(-)
------------------------------
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
------------------------------
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 74, Issue 2
****************************************
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel