| 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: Fix build failure when using --with-libreadline-prefix
op... ([email protected])
2. clisp: readline: Bind to some of the new API in GNU readline
6.3. ([email protected])
3. clisp: doc: Use ANSI C syntax instead of K&R C syntax.
([email protected])
4. clisp: readline: Update binding to avoid build failure with
GNU ... ([email protected])
5. clisp: Fix bug#680: build failure when using --elispdir
option. ([email protected])
6. clisp: configure: Fix build failure when CC is set and not
GCC. ([email protected])
7. clisp: Fix build failures on Solaris 10 with gcc.
([email protected])
8. clisp: Recognize the Sun compiler also on Solaris/x86.
([email protected])
9. clisp: Use CFLAGS that avoid strict type-based aliasing.
([email protected])
10. clisp: maint: Add facility for testing builds in different
confi... ([email protected])
11. clisp: Make it possible to use Makefile.devel from a source
dist... ([email protected])
12. clisp: Fix error when running the ansi-tests (regression from
20... ([email protected])
13. clisp: modules/asdf/asdf.lisp: Upgrade to upstream 3.2.0.
([email protected])
14. clisp: Streams returned by MAKE-STREAM may be passed to
TRUENAME... ([email protected])
15. clisp: Fix build failure with NO_MULTITHREAD_GC (leftover
from 2... ([email protected])
16. clisp: Fix build failure with NO_MULTITHREAD_GC and
GENERATIONAL... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 26 Feb 2017 00:07:07 +0000
From: [email protected]
Subject: clisp: Fix build failure when using --with-libreadline-prefix
op...
To: [email protected]
Message-ID:
<hg.572d8f6325fa.1488067627.5707144812384457164@sfp-scm-5.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/572d8f6325fa
changeset: 15747:572d8f6325fa8d54bf2df584dd006bc061393a1d
user: Bruno Haible <[email protected]>
date: 2017-02-25 23:05:47 +0100
description:
Fix build failure when using --with-libreadline-prefix option.
diffstat:
modules/readline/configure | 180 +++++++++++++++++++++++++++++++++++++++++++++
src/ChangeLog | 10 ++
src/aclocal.m4 | 5 +-
src/configure | 4 +-
src/m4/readline.m4 | 5 +-
5 files changed, 201 insertions(+), 3 deletions(-)
------------------------------
Message: 2
Date: Sun, 26 Feb 2017 00:07:08 +0000
From: [email protected]
Subject: clisp: readline: Bind to some of the new API in GNU readline
6.3.
To: [email protected]
Message-ID:
<hg.500da78c3fe5.1488067628.5707144812384457164@sfp-scm-5.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/500da78c3fe5
changeset: 15748:500da78c3fe5870e0033a83a265e606c4c58e1bc
user: Bruno Haible <[email protected]>
date: 2017-02-26 01:06:30 +0100
description:
readline: Bind to some of the new API in GNU readline 6.3.
diffstat:
modules/readline/config.h.in | 14 ++++++++++++++
modules/readline/configure | 41 +++++++++++++++++++++++++++++++++++++++--
modules/readline/configure.in | 16 ++++++++++++++--
modules/readline/readline.lisp | 18 ++++++++++++++++--
src/configure | 2 +-
5 files changed, 84 insertions(+), 7 deletions(-)
------------------------------
Message: 3
Date: Sun, 26 Feb 2017 11:07:40 +0000
From: [email protected]
Subject: clisp: doc: Use ANSI C syntax instead of K&R C syntax.
To: [email protected]
Message-ID:
<hg.5f425363afa9.1488107260.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/5f425363afa9
changeset: 15749:5f425363afa90b2ecd3d8d497381bfa8c07be46e
user: Bruno Haible <[email protected]>
date: 2017-02-26 12:00:08 +0100
description:
doc: Use ANSI C syntax instead of K&R C syntax.
diffstat:
doc/impext.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
------------------------------
Message: 4
Date: Sun, 26 Feb 2017 11:07:41 +0000
From: [email protected]
Subject: clisp: readline: Update binding to avoid build failure with
GNU ...
To: [email protected]
Message-ID:
<hg.06790b3788cf.1488107261.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/06790b3788cf
changeset: 15750:06790b3788cf260b16b4eb1a3b6835513aff2474
user: Bruno Haible <[email protected]>
date: 2017-02-26 12:07:24 +0100
description:
readline: Update binding to avoid build failure with GNU readline 7.0.
diffstat:
modules/readline/config.h.in | 3 +++
modules/readline/configure | 2 +-
modules/readline/configure.in | 1 +
modules/readline/readline.lisp | 15 +++++++++++++--
src/configure | 2 +-
5 files changed, 19 insertions(+), 4 deletions(-)
------------------------------
Message: 5
Date: Sun, 26 Feb 2017 11:39:42 +0000
From: [email protected]
Subject: clisp: Fix bug#680: build failure when using --elispdir
option.
To: [email protected]
Message-ID:
<hg.4004c6c4035e.1488109182.5707144812384457164@sfp-scm-1.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4004c6c4035e
changeset: 15751:4004c6c4035efab37d6f5816e183070546b166f0
user: Bruno Haible <[email protected]>
date: 2017-02-26 12:38:42 +0100
description:
Fix bug#680: build failure when using --elispdir option.
diffstat:
configure | 4 +---
src/ChangeLog | 6 ++++++
2 files changed, 7 insertions(+), 3 deletions(-)
------------------------------
Message: 6
Date: Sun, 26 Feb 2017 17:36:39 +0000
From: [email protected]
Subject: clisp: configure: Fix build failure when CC is set and not
GCC.
To: [email protected]
Message-ID:
<hg.8db691dc3c5e.1488130599.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8db691dc3c5e
changeset: 15752:8db691dc3c5e0fff8631d98a120dddc4c2c4a7ad
user: Bruno Haible <[email protected]>
date: 2017-02-26 17:08:00 +0100
description:
configure: Fix build failure when CC is set and not GCC.
diffstat:
configure | 2 +-
src/ChangeLog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 7
Date: Sun, 26 Feb 2017 17:36:40 +0000
From: [email protected]
Subject: clisp: Fix build failures on Solaris 10 with gcc.
To: [email protected]
Message-ID:
<hg.858f4cd586e7.1488130600.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/858f4cd586e7
changeset: 15753:858f4cd586e7c82498e888c3a14701a2cbbcacab
user: Bruno Haible <[email protected]>
date: 2017-02-26 18:23:57 +0100
description:
Fix build failures on Solaris 10 with gcc.
diffstat:
configure | 12 +++++++++++-
src/ChangeLog | 6 ++++++
src/intparam.c | 12 +++++++-----
3 files changed, 24 insertions(+), 6 deletions(-)
------------------------------
Message: 8
Date: Sun, 26 Feb 2017 17:36:42 +0000
From: [email protected]
Subject: clisp: Recognize the Sun compiler also on Solaris/x86.
To: [email protected]
Message-ID:
<hg.d2fba82de452.1488130602.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d2fba82de452
changeset: 15754:d2fba82de452e2b8930dd103813689b250bf1fb1
user: Bruno Haible <[email protected]>
date: 2017-02-26 18:27:03 +0100
description:
Recognize the Sun compiler also on Solaris/x86.
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
------------------------------
Message: 9
Date: Sun, 26 Feb 2017 17:36:43 +0000
From: [email protected]
Subject: clisp: Use CFLAGS that avoid strict type-based aliasing.
To: [email protected]
Message-ID:
<hg.ae37619fdc8d.1488130603.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/ae37619fdc8d
changeset: 15755:ae37619fdc8d3ea23df7b58ce5b33aa7fc62b6c2
user: Bruno Haible <[email protected]>
date: 2017-02-26 18:36:21 +0100
description:
Use CFLAGS that avoid strict type-based aliasing.
diffstat:
src/ChangeLog | 10 ++++++++++
src/makemake.in | 19 +++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
------------------------------
Message: 10
Date: Sun, 26 Feb 2017 22:46:49 +0000
From: [email protected]
Subject: clisp: maint: Add facility for testing builds in different
confi...
To: [email protected]
Message-ID:
<hg.431ac0c0d8d7.1488149209.5707144812384457164@sfp-scm-7.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/431ac0c0d8d7
changeset: 15756:431ac0c0d8d7a541b6940f3f723b0e3f4b283624
user: Bruno Haible <[email protected]>
date: 2017-02-26 23:38:58 +0100
description:
maint: Add facility for testing builds in different configurations.
diffstat:
Makefile.devel | 532 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure | 11 +-
src/ChangeLog | 11 +
src/lispbibl.d | 173 ++++++++++++++----
4 files changed, 685 insertions(+), 42 deletions(-)
------------------------------
Message: 11
Date: Sun, 26 Feb 2017 23:46:20 +0000
From: [email protected]
Subject: clisp: Make it possible to use Makefile.devel from a source
dist...
To: [email protected]
Message-ID:
<hg.e6bdb0cd4a23.1488152780.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/e6bdb0cd4a23
changeset: 15757:e6bdb0cd4a239ebcc646420b9f3fcbd606e08ee3
user: Bruno Haible <[email protected]>
date: 2017-02-27 00:34:15 +0100
description:
Make it possible to use Makefile.devel from a source distribution.
diffstat:
Makefile.devel | 2 +-
src/ChangeLog | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
------------------------------
Message: 12
Date: Sun, 26 Feb 2017 23:46:21 +0000
From: [email protected]
Subject: clisp: Fix error when running the ansi-tests (regression from
20...
To: [email protected]
Message-ID:
<hg.aa3c074bc6ea.1488152781.5707144812384457164@sfp-scm-8.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/aa3c074bc6ea
changeset: 15758:aa3c074bc6eab480c26f4c3d3528c74695cf7f50
user: Bruno Haible <[email protected]>
date: 2017-02-27 00:41:31 +0100
description:
Fix error when running the ansi-tests (regression from 2016-08-26).
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
------------------------------
Message: 13
Date: Mon, 27 Feb 2017 01:08:13 +0000
From: [email protected]
Subject: clisp: modules/asdf/asdf.lisp: Upgrade to upstream 3.2.0.
To: [email protected]
Message-ID:
<hg.208ade5c97ca.1488157693.5707144812384457164@sfp-scm-1.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/208ade5c97ca
changeset: 15759:208ade5c97ca142f4a1456231ac853eef4d30ed2
user: Sam Steingold <[email protected]>
date: 2017-02-26 20:07:47 -0500
description:
modules/asdf/asdf.lisp: Upgrade to upstream 3.2.0.
* Makefile.devel (ASDF_URL): Use https.
diffstat:
Makefile.devel | 2 +-
modules/asdf/asdf.lisp | 6980 ++++++++++++++++++++++++++++-------------------
modules/asdf/asdf.xml | 13 +-
src/ChangeLog | 5 +
src/NEWS | 4 +-
5 files changed, 4088 insertions(+), 2916 deletions(-)
------------------------------
Message: 14
Date: Mon, 27 Feb 2017 02:39:36 +0000
From: [email protected]
Subject: clisp: Streams returned by MAKE-STREAM may be passed to
TRUENAME...
To: [email protected]
Message-ID:
<hg.d61ff18e7daa.1488163176.5707144812384457164@sfp-scm-6.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d61ff18e7daa
changeset: 15760:d61ff18e7daaa0c0c279094afddb1ba0ebeba7c4
user: Sam Steingold <[email protected]>
date: 2017-02-26 21:39:18 -0500
description:
Streams returned by MAKE-STREAM may be passed to TRUENAME (bug#679).
Fix bug#679: when a stream returned by MAKE-STREAM has a path,
the stream should be an acceptable argument to TRUENAME.
* src/stream.d (handle_pathname): Call TRUENAME instead of PATHNAME.
(handle_to_stream): Set both pathname and truename.
diffstat:
src/ChangeLog | 9 ++++++++-
src/NEWS | 1 +
src/stream.d | 6 +++---
tests/streams.tst | 11 +++++++++++
4 files changed, 23 insertions(+), 4 deletions(-)
------------------------------
Message: 15
Date: Mon, 27 Feb 2017 10:04:13 +0000
From: [email protected]
Subject: clisp: Fix build failure with NO_MULTITHREAD_GC (leftover
from 2...
To: [email protected]
Message-ID:
<hg.ae6dd7b8da20.1488189853.5707144812384457164@sfp-scm-5.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/ae6dd7b8da20
changeset: 15761:ae6dd7b8da20f6d9e361e50ebefcd751d7333b20
user: Bruno Haible <[email protected]>
date: 2017-02-27 10:41:54 +0100
description:
Fix build failure with NO_MULTITHREAD_GC (leftover from 2008-10-29).
diffstat:
src/ChangeLog | 5 +++++
src/spvw_garcol_old.d | 12 +++++++++---
2 files changed, 14 insertions(+), 3 deletions(-)
------------------------------
Message: 16
Date: Tue, 28 Feb 2017 17:56:42 +0000
From: [email protected]
Subject: clisp: Fix build failure with NO_MULTITHREAD_GC and
GENERATIONAL...
To: [email protected]
Message-ID:
<hg.bc83f676f9a5.1488304602.5707144812384457164@sfp-scm-3.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/bc83f676f9a5
changeset: 15762:bc83f676f9a55f5d1acb9bcc939205cd4ea48c13
user: Bruno Haible <[email protected]>
date: 2017-02-28 18:56:03 +0100
description:
Fix build failure with NO_MULTITHREAD_GC and GENERATIONAL_GC.
diffstat:
src/ChangeLog | 8 ++++++++
src/spvw.d | 10 ++++++++++
src/spvw_garcol.d | 10 ----------
src/spvw_garcol_old.d | 2 +-
4 files changed, 19 insertions(+), 11 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 4
****************************************
------------------------------------------------------------------------------
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