| 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: Make SINGLEMAP_MEMORY / SPVW_PURE_BLOCKS work on
64-bit p... ([email protected])
2. clisp: Simplify macrology: Remove MAP_MEMORY macro.
([email protected])
3. clisp: Fix build failure with GENERIC64_HEAPCODES and
-falign-fu... ([email protected])
4. clisp: Check the right set of C symbols against
C_CODE_ALIGNMENT. ([email protected])
5. clisp: Remove the assembly-language comments for m68k.
([email protected])
6. clisp: Check the right set of C symbols against
C_CODE_ALIGNMENT... ([email protected])
7. clisp: Fix build failure on 64-bit platforms with CC="gcc
-m32". ([email protected])
8. clisp: Make it possible to avoid any hand-maintained
assembler c... ([email protected])
9. clisp: Fix build failure with NO_ALLOCA (regression from 2005
or... ([email protected])
10. clisp: New configure option --enable-portability.
([email protected])
11. clisp: Fix "make check" error on Solaris 10.
([email protected])
12. clisp: Make "make check" more robust.
([email protected])
13. clisp: Fix recent ChangeLog entries.
([email protected])
14. clisp: Don't choose SINGLEMAP_MEMORY with wrong
oint_type_len, o... ([email protected])
15. clisp: Avoid miscompiled code by gcc-5.2 on Solaris/SPARC.
([email protected])
16. clisp: Fix autoconf test failure on Solaris.
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Feb 2017 18:37:12 +0000
From: [email protected]
Subject: clisp: Make SINGLEMAP_MEMORY / SPVW_PURE_BLOCKS work on
64-bit p...
To: [email protected]
Message-ID:
<hg.433a65dfc049.1488307032.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/433a65dfc049
changeset: 15763:433a65dfc0496aaf2b2352b9f98b739c1d8d0541
user: Bruno Haible <[email protected]>
date: 2017-02-28 19:36:55 +0100
description:
Make SINGLEMAP_MEMORY / SPVW_PURE_BLOCKS work on 64-bit platforms.
diffstat:
src/ChangeLog | 13 +
src/aclocal.m4 | 72 ++++++++++-
src/config.h.in | 4 +
src/configure | 83 ++++++++++++-
src/lispbibl.d | 368 +++++++++++++++++++++++++++++++++----------------------
src/m4/mmap.m4 | 77 +++++++++++-
6 files changed, 468 insertions(+), 149 deletions(-)
------------------------------
Message: 2
Date: Tue, 28 Feb 2017 18:58:44 +0000
From: [email protected]
Subject: clisp: Simplify macrology: Remove MAP_MEMORY macro.
To: [email protected]
Message-ID:
<hg.2d5c16d6e603.1488308324.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/2d5c16d6e603
changeset: 15764:2d5c16d6e603a5ea1341f36b82621b6f30d5793d
user: Bruno Haible <[email protected]>
date: 2017-02-28 19:58:35 +0100
description:
Simplify macrology: Remove MAP_MEMORY macro.
diffstat:
src/ChangeLog | 10 ++++++++++
src/lispbibl.d | 14 +++++---------
src/spvw_fault.d | 2 +-
src/spvw_garcol.d | 2 +-
src/spvw_garcol_old.d | 2 +-
5 files changed, 18 insertions(+), 12 deletions(-)
------------------------------
Message: 3
Date: Wed, 01 Mar 2017 22:12:22 +0000
From: [email protected]
Subject: clisp: Fix build failure with GENERIC64_HEAPCODES and
-falign-fu...
To: [email protected]
Message-ID:
<hg.14541b9717de.1488406342.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/14541b9717de
changeset: 15765:14541b9717deaf30afe19be951f92d48909164d4
user: Bruno Haible <[email protected]>
date: 2017-03-01 18:58:24 +0100
description:
Fix build failure with GENERIC64_HEAPCODES and -falign-functions=8.
diffstat:
src/ChangeLog | 7 +++++++
src/makemake.in | 19 ++++++++++++++++++-
2 files changed, 25 insertions(+), 1 deletions(-)
------------------------------
Message: 4
Date: Wed, 01 Mar 2017 22:12:24 +0000
From: [email protected]
Subject: clisp: Check the right set of C symbols against
C_CODE_ALIGNMENT.
To: [email protected]
Message-ID:
<hg.9660f29f6f36.1488406344.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/9660f29f6f36
changeset: 15766:9660f29f6f36a923d5454d3dede2e41851c74c3b
user: Bruno Haible <[email protected]>
date: 2017-03-01 23:05:34 +0100
description:
Check the right set of C symbols against C_CODE_ALIGNMENT.
diffstat:
Makefile.devel | 72 ++++++++++++++++++++++++++++----------------------------
src/ChangeLog | 13 ++++++++++
src/makemake.in | 49 ++++++++++++++++++++++++++------------
src/pseudofun.d | 21 ++++++++++++++--
src/spvw.d | 48 ++++++++++++++++++++++++-------------
5 files changed, 131 insertions(+), 72 deletions(-)
------------------------------
Message: 5
Date: Fri, 03 Mar 2017 02:03:27 +0000
From: [email protected]
Subject: clisp: Remove the assembly-language comments for m68k.
To: [email protected]
Message-ID:
<hg.af19895ed886.1488506607.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/af19895ed886
changeset: 15767:af19895ed8865121c47f2e9bc547ed46e42d0f62
user: Bruno Haible <[email protected]>
date: 2017-03-02 14:48:36 +0100
description:
Remove the assembly-language comments for m68k.
diffstat:
src/arilev0.d | 48 ------------------------------------------------
1 files changed, 0 insertions(+), 48 deletions(-)
------------------------------
Message: 6
Date: Fri, 03 Mar 2017 02:03:29 +0000
From: [email protected]
Subject: clisp: Check the right set of C symbols against
C_CODE_ALIGNMENT...
To: [email protected]
Message-ID:
<hg.52cdbce1ccef.1488506609.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/52cdbce1ccef
changeset: 15768:52cdbce1ccef9c70182a33258f828c0f874d1874
user: Bruno Haible <[email protected]>
date: 2017-03-02 23:36:05 +0100
description:
Check the right set of C symbols against C_CODE_ALIGNMENT, part 2.
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 7
Date: Fri, 03 Mar 2017 02:03:31 +0000
From: [email protected]
Subject: clisp: Fix build failure on 64-bit platforms with CC="gcc
-m32".
To: [email protected]
Message-ID:
<hg.9c3c4de0b073.1488506611.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/9c3c4de0b073
changeset: 15769:9c3c4de0b073a262e23a0983733edfcb175300c1
user: Bruno Haible <[email protected]>
date: 2017-03-03 02:42:32 +0100
description:
Fix build failure on 64-bit platforms with CC="gcc -m32".
diffstat:
src/ChangeLog | 7 +
src/aclocal.m4 | 9 +-
src/configure | 254 +++++++++++++++++++++++++++---------------------------
src/configure.in | 1 +
src/makemake.in | 9 +-
5 files changed, 151 insertions(+), 129 deletions(-)
------------------------------
Message: 8
Date: Sat, 04 Mar 2017 01:04:49 +0000
From: [email protected]
Subject: clisp: Make it possible to avoid any hand-maintained
assembler c...
To: [email protected]
Message-ID:
<hg.3231eec05d7c.1488589489.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/3231eec05d7c
changeset: 15770:3231eec05d7c25c6b4557982807ff93de9b5c0cd
user: Bruno Haible <[email protected]>
date: 2017-03-03 22:34:53 +0100
description:
Make it possible to avoid any hand-maintained assembler code.
diffstat:
src/ChangeLog | 10 ++++++++++
src/arilev0.d | 36 ++++++++++++++++++------------------
src/arisparc.d | 8 +++++++-
src/arisparc64.d | 8 +++++++-
src/lispbibl.d | 9 ++++++---
src/spsparc.d | 7 -------
src/spsparc64.d | 7 -------
7 files changed, 48 insertions(+), 37 deletions(-)
------------------------------
Message: 9
Date: Sat, 04 Mar 2017 01:04:51 +0000
From: [email protected]
Subject: clisp: Fix build failure with NO_ALLOCA (regression from 2005
or...
To: [email protected]
Message-ID:
<hg.a64fba3aad84.1488589491.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/a64fba3aad84
changeset: 15771:a64fba3aad84465d55e9b611b8845e4b45575f88
user: Bruno Haible <[email protected]>
date: 2017-03-04 01:59:18 +0100
description:
Fix build failure with NO_ALLOCA (regression from 2005 or earlier).
diffstat:
src/ChangeLog | 26 ++++++++++++++++++++++++++
src/lisparit.d | 3 ++-
src/misc.d | 3 ++-
src/pathname.d | 6 +++---
src/spvw.d | 10 ++++++----
src/spvw_garcol.d | 2 +-
src/spvw_memfile.d | 26 ++++++++++++++++++--------
src/spvw_sigsegv.d | 7 +++++++
src/stream.d | 33 +++++++++++++++++++--------------
9 files changed, 84 insertions(+), 32 deletions(-)
------------------------------
Message: 10
Date: Sat, 04 Mar 2017 17:56:17 +0000
From: [email protected]
Subject: clisp: New configure option --enable-portability.
To: [email protected]
Message-ID:
<hg.333a471c6063.1488650177.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/333a471c6063
changeset: 15772:333a471c606314b36951d22a7f123043019d45f8
user: Bruno Haible <[email protected]>
date: 2017-03-04 02:44:28 +0100
description:
New configure option --enable-portability.
diffstat:
Makefile.devel | 32 ++++++++++++++++++++++++
configure | 4 ++-
src/ChangeLog | 13 +++++++++
src/makemake.in | 75 ++++++++++++++++++++++++++++++++++----------------------
unix/PLATFORMS | 12 ++++++++-
5 files changed, 104 insertions(+), 32 deletions(-)
------------------------------
Message: 11
Date: Sat, 04 Mar 2017 17:56:19 +0000
From: [email protected]
Subject: clisp: Fix "make check" error on Solaris 10.
To: [email protected]
Message-ID:
<hg.3179ca87e1d9.1488650179.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/3179ca87e1d9
changeset: 15773:3179ca87e1d9af0c46b1d8ae6a9830da72b66c3d
user: Bruno Haible <[email protected]>
date: 2017-03-04 12:59:20 +0100
description:
Fix "make check" error on Solaris 10.
diffstat:
src/ChangeLog | 8 ++++++++
src/clisp-link.in | 2 +-
src/makemake.in | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
------------------------------
Message: 12
Date: Sat, 04 Mar 2017 17:56:21 +0000
From: [email protected]
Subject: clisp: Make "make check" more robust.
To: [email protected]
Message-ID:
<hg.610c6de95725.1488650181.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/610c6de95725
changeset: 15774:610c6de957254ca889bfa7ddf844a982359dd54e
user: Bruno Haible <[email protected]>
date: 2017-03-04 13:17:46 +0100
description:
Make "make check" more robust.
diffstat:
src/ChangeLog | 9 +++++++++
src/makemake.in | 22 +++++++++++-----------
2 files changed, 20 insertions(+), 11 deletions(-)
------------------------------
Message: 13
Date: Sun, 05 Mar 2017 12:11:30 +0000
From: [email protected]
Subject: clisp: Fix recent ChangeLog entries.
To: [email protected]
Message-ID:
<hg.4fe15d2ad300.1488715890.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/4fe15d2ad300
changeset: 15775:4fe15d2ad30080bf3f66106c32e4fb996172e623
user: Bruno Haible <[email protected]>
date: 2017-03-05 12:57:40 +0100
description:
Fix recent ChangeLog entries.
diffstat:
src/ChangeLog | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
------------------------------
Message: 14
Date: Sun, 05 Mar 2017 12:11:31 +0000
From: [email protected]
Subject: clisp: Don't choose SINGLEMAP_MEMORY with wrong
oint_type_len, o...
To: [email protected]
Message-ID:
<hg.9716f6865136.1488715891.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/9716f6865136
changeset: 15776:9716f6865136321b80a3eafe00615ece86a5a4d9
user: Bruno Haible <[email protected]>
date: 2017-03-05 13:09:31 +0100
description:
Don't choose SINGLEMAP_MEMORY with wrong oint_type_len, oint_addr_len.
diffstat:
src/ChangeLog | 13 ++
src/lispbibl.d | 253 ++++++++++++++++++++++++++++++--------------------------
2 files changed, 148 insertions(+), 118 deletions(-)
------------------------------
Message: 15
Date: Sun, 05 Mar 2017 19:15:51 +0000
From: [email protected]
Subject: clisp: Avoid miscompiled code by gcc-5.2 on Solaris/SPARC.
To: [email protected]
Message-ID:
<hg.8715fd7ce794.1488741351.5707144812384457164@sfp-scm-2.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8715fd7ce794
changeset: 15777:8715fd7ce79418744929cf80bc8af986ea7d1e5f
user: Bruno Haible <[email protected]>
date: 2017-03-05 15:02:55 +0100
description:
Avoid miscompiled code by gcc-5.2 on Solaris/SPARC.
diffstat:
src/ChangeLog | 6 ++++++
src/eval.d | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 16
Date: Sun, 05 Mar 2017 19:15:52 +0000
From: [email protected]
Subject: clisp: Fix autoconf test failure on Solaris.
To: [email protected]
Message-ID:
<hg.65833c7f3870.1488741352.5707144812384457164@sfp-scm-2.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/65833c7f3870
changeset: 15778:65833c7f3870a7dfc22c2ab3ae3ec82b273032c2
user: Bruno Haible <[email protected]>
date: 2017-03-05 19:36:42 +0100
description:
Fix autoconf test failure on Solaris.
diffstat:
src/ChangeLog | 7 +++++++
src/aclocal.m4 | 12 ++----------
src/configure | 12 ++----------
src/m4/address.m4 | 12 ++----------
4 files changed, 13 insertions(+), 30 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 75, Issue 1
****************************************
------------------------------------------------------------------------------
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