| 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: Warn before doing mmap calls that might crash clisp.
([email protected])
2. clisp: Warn before reserving an address range that might
crash c... ([email protected])
3. clisp: ansi-cl-bib: remove path from the webstore link
([email protected])
4. clisp: Add -Wno-shift-negative-value to XCFLAGS.
([email protected])
5. clisp: Disable address range warning on Mac OS X.
([email protected])
6. clisp: maint: Modernize multibuild-linux-x86 target.
([email protected])
7. clisp: Rename STANDARD_HEAPCODES to ONE_FREE_BIT_HEAPCODES.
([email protected])
8. clisp: Rename LINUX_NOEXEC_HEAPCODES to
KERNELVOID32_HEAPCODES. ([email protected])
9. clisp: New heapcodes scheme KERNELVOID32B_HEAPCODES.
([email protected])
10. clisp: Fix build failure on OpenBSD 6 (regression from
2017-03-10). ([email protected])
11. clisp: Avoid unwanted optimizations on signed integer types
by gcc. ([email protected])
12. clisp: When warning about the address range, dump the process
me... ([email protected])
13. clisp: Add support for generational GC on OpenBSD/x86.
([email protected])
14. clisp: Don't attempt to use SINGLEMAP_MEMORY on
OpenBSD/x86_64. ([email protected])
15. clisp: Fix build failure on x86 platforms with clang, e.g.
FreeB... ([email protected])
16. clisp: Add support for TRIVIALMAP_MEMORY configuration on
FreeBS... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 10 Mar 2017 18:46:46 +0000
From: [email protected]
Subject: clisp: Warn before doing mmap calls that might crash clisp.
To: [email protected]
Message-ID:
<hg.445f13d82fc0.1489171606.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/445f13d82fc0
changeset: 15795:445f13d82fc0f9917476916e6cf0c75ae792e5f8
user: Bruno Haible <[email protected]>
date: 2017-03-10 15:06:43 +0100
description:
Warn before doing mmap calls that might crash clisp.
diffstat:
src/ChangeLog | 11 ++++++++
src/config.h.in | 3 ++
src/configure | 14 +++++++++-
src/configure.in | 1 +
src/spvw_mmap.d | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 99 insertions(+), 2 deletions(-)
------------------------------
Message: 2
Date: Fri, 10 Mar 2017 18:46:48 +0000
From: [email protected]
Subject: clisp: Warn before reserving an address range that might
crash c...
To: [email protected]
Message-ID:
<hg.aa379ae79196.1489171608.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/aa379ae79196
changeset: 15796:aa379ae79196000bc05b17056f49f80ffa1f9951
user: Bruno Haible <[email protected]>
date: 2017-03-10 19:45:48 +0100
description:
Warn before reserving an address range that might crash clisp.
diffstat:
Makefile.devel | 3 +-
src/ChangeLog | 13 +
src/aclocal.m4 | 13 +-
src/config.h.in | 3 +
src/configure | 70 ++++-
src/gllib/Makefile.am | 10 +-
src/gllib/Makefile.in | 13 +-
src/gllib/glthread/lock.c | 2 +-
src/gllib/glthread/lock.h | 2 +-
src/gllib/vma-iter.c | 636 ++++++++++++++++++++++++++++++++++++++++++++++
src/gllib/vma-iter.h | 64 ++++
src/glm4/gnulib-cache.m4 | 3 +-
src/glm4/gnulib-common.m4 | 6 +-
src/glm4/gnulib-comp.m4 | 5 +
src/glm4/lib-prefix.m4 | 2 +-
src/spvw_mmap.d | 74 +++++-
16 files changed, 899 insertions(+), 20 deletions(-)
------------------------------
Message: 3
Date: Fri, 10 Mar 2017 19:49:19 +0000
From: [email protected]
Subject: clisp: ansi-cl-bib: remove path from the webstore link
To: [email protected]
Message-ID:
<hg.d98f5b570808.1489175359.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/d98f5b570808
changeset: 15797:d98f5b57080851983216fec73262cffce2bc6136
user: Sam Steingold <[email protected]>
date: 2017-03-10 14:04:24 -0500
description:
ansi-cl-bib: remove path from the webstore link
diffstat:
doc/cl-ent.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
------------------------------
Message: 4
Date: Fri, 10 Mar 2017 19:49:21 +0000
From: [email protected]
Subject: clisp: Add -Wno-shift-negative-value to XCFLAGS.
To: [email protected]
Message-ID:
<hg.7cc29a3c6c41.1489175361.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/7cc29a3c6c41
changeset: 15798:7cc29a3c6c41ff681388264fd5d5fe75fa23e2cb
user: Sam Steingold <[email protected]>
date: 2017-03-10 14:49:14 -0500
description:
Add -Wno-shift-negative-value to XCFLAGS.
* src/makemake.in (XCFLAGS) [GCC & !CROSS]: Add -Wno-shift-negative-value.
Note that gcc accepts -Wno-<whatever>, so no version check is needed.
diffstat:
src/ChangeLog | 10 ++++++++--
src/makemake.in | 15 ++++++---------
2 files changed, 14 insertions(+), 11 deletions(-)
------------------------------
Message: 5
Date: Fri, 10 Mar 2017 23:17:32 +0000
From: [email protected]
Subject: clisp: Disable address range warning on Mac OS X.
To: [email protected]
Message-ID:
<hg.2f070ef362ee.1489187852.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/2f070ef362ee
changeset: 15799:2f070ef362ee397695d3b29ecb4143bff8b64c0d
user: Bruno Haible <[email protected]>
date: 2017-03-11 00:13:07 +0100
description:
Disable address range warning on Mac OS X.
diffstat:
src/ChangeLog | 10 ++++++++--
src/spvw_mmap.d | 5 +++--
2 files changed, 11 insertions(+), 4 deletions(-)
------------------------------
Message: 6
Date: Sat, 11 Mar 2017 14:23:19 +0000
From: [email protected]
Subject: clisp: maint: Modernize multibuild-linux-x86 target.
To: [email protected]
Message-ID:
<hg.64668b594ab5.1489242199.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/64668b594ab5
changeset: 15800:64668b594ab5bbb924f1ffda8b17df6bc1b6259f
user: Bruno Haible <[email protected]>
date: 2017-03-11 09:10:21 +0100
description:
maint: Modernize multibuild-linux-x86 target.
diffstat:
Makefile.devel | 85 ++++++++++++++++-----------------------------------------
src/ChangeLog | 7 ++++
2 files changed, 31 insertions(+), 61 deletions(-)
------------------------------
Message: 7
Date: Sat, 11 Mar 2017 14:23:20 +0000
From: [email protected]
Subject: clisp: Rename STANDARD_HEAPCODES to ONE_FREE_BIT_HEAPCODES.
To: [email protected]
Message-ID:
<hg.808a71f4b682.1489242200.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/808a71f4b682
changeset: 15801:808a71f4b682d06a0ceabe097b0a1908a2feb0b8
user: Bruno Haible <[email protected]>
date: 2017-03-11 09:38:48 +0100
description:
Rename STANDARD_HEAPCODES to ONE_FREE_BIT_HEAPCODES.
diffstat:
Makefile.devel | 56 +++++++++++++++++++++++++-------------------------
src/ChangeLog | 15 +++++++++++++
src/built.d | 4 +-
src/lightning.c | 2 +-
src/lispbibl.d | 42 +++++++++++++++++++-------------------
src/makemake.in | 2 +-
src/spvw.d | 2 +-
src/spvw_garcol.d | 4 +-
src/spvw_garcol_old.d | 4 +-
src/spvw_gcmark.d | 8 +++---
10 files changed, 77 insertions(+), 62 deletions(-)
------------------------------
Message: 8
Date: Sat, 11 Mar 2017 14:23:22 +0000
From: [email protected]
Subject: clisp: Rename LINUX_NOEXEC_HEAPCODES to
KERNELVOID32_HEAPCODES.
To: [email protected]
Message-ID:
<hg.fe0cadbf43ea.1489242202.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/fe0cadbf43ea
changeset: 15802:fe0cadbf43ea197437d72ec0f7e0beaaf9954648
user: Bruno Haible <[email protected]>
date: 2017-03-11 10:03:30 +0100
description:
Rename LINUX_NOEXEC_HEAPCODES to KERNELVOID32_HEAPCODES.
diffstat:
Makefile.devel | 42 +++++++++++++-------------
src/ChangeLog | 15 +++++++++
src/built.d | 4 +-
src/constsym.d | 2 +-
src/io.d | 2 +-
src/lightning.c | 2 +-
src/lispbibl.d | 83 ++++++++++++++++++++++++++++++-----------------------
src/spvw.d | 4 +-
src/spvw_gcmark.d | 2 +-
src/spvw_memfile.d | 6 +-
10 files changed, 94 insertions(+), 68 deletions(-)
------------------------------
Message: 9
Date: Sat, 11 Mar 2017 14:23:23 +0000
From: [email protected]
Subject: clisp: New heapcodes scheme KERNELVOID32B_HEAPCODES.
To: [email protected]
Message-ID:
<hg.3521c49e4168.1489242203.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/3521c49e4168
changeset: 15803:3521c49e416873c4a188def67e7b3b4a7b4f2cb9
user: Bruno Haible <[email protected]>
date: 2017-03-11 10:21:49 +0100
description:
New heapcodes scheme KERNELVOID32B_HEAPCODES.
diffstat:
src/ChangeLog | 8 +++++++
src/lispbibl.d | 59 ++++++++++++++++++++++++++++++++++++++++++++++-----------
src/spvw.d | 10 +++++++-
3 files changed, 63 insertions(+), 14 deletions(-)
------------------------------
Message: 10
Date: Sat, 11 Mar 2017 14:23:25 +0000
From: [email protected]
Subject: clisp: Fix build failure on OpenBSD 6 (regression from
2017-03-10).
To: [email protected]
Message-ID:
<hg.719734fca92c.1489242205.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/719734fca92c
changeset: 15804:719734fca92cf686bf286f4f38cd78d7ad722ce7
user: Bruno Haible <[email protected]>
date: 2017-03-11 11:15:49 +0100
description:
Fix build failure on OpenBSD 6 (regression from 2017-03-10).
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 32 +++++++++++++++++++++++---------
2 files changed, 28 insertions(+), 9 deletions(-)
------------------------------
Message: 11
Date: Sat, 11 Mar 2017 14:23:26 +0000
From: [email protected]
Subject: clisp: Avoid unwanted optimizations on signed integer types
by gcc.
To: [email protected]
Message-ID:
<hg.59ddc790b018.1489242206.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/59ddc790b018
changeset: 15805:59ddc790b018fdcb8eb0d71087c9d4a67aefdeaf
user: Bruno Haible <[email protected]>
date: 2017-03-11 11:37:01 +0100
description:
Avoid unwanted optimizations on signed integer types by gcc.
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 15 ++++++++++++++-
2 files changed, 19 insertions(+), 1 deletions(-)
------------------------------
Message: 12
Date: Sat, 11 Mar 2017 16:29:16 +0000
From: [email protected]
Subject: clisp: When warning about the address range, dump the process
me...
To: [email protected]
Message-ID:
<hg.d6906bd85f95.1489249756.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/d6906bd85f95
changeset: 15806:d6906bd85f950da88d22432c231b7b72cb99e5af
user: Bruno Haible <[email protected]>
date: 2017-03-11 17:18:34 +0100
description:
When warning about the address range, dump the process memory map.
diffstat:
src/ChangeLog | 7 +++++++
src/spvw_mmap.d | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
------------------------------
Message: 13
Date: Sat, 11 Mar 2017 16:29:18 +0000
From: [email protected]
Subject: clisp: Add support for generational GC on OpenBSD/x86.
To: [email protected]
Message-ID:
<hg.a2f1ed6a1df9.1489249758.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/a2f1ed6a1df9
changeset: 15807:a2f1ed6a1df9e371fa9a42e6e417ab739a9dd3bd
user: Bruno Haible <[email protected]>
date: 2017-03-11 17:22:38 +0100
description:
Add support for generational GC on OpenBSD/x86.
diffstat:
src/ChangeLog | 8 ++++++++
src/lispbibl.d | 20 +++++++++++++++++---
src/spvw.d | 3 +++
3 files changed, 28 insertions(+), 3 deletions(-)
------------------------------
Message: 14
Date: Sat, 11 Mar 2017 16:29:19 +0000
From: [email protected]
Subject: clisp: Don't attempt to use SINGLEMAP_MEMORY on
OpenBSD/x86_64.
To: [email protected]
Message-ID:
<hg.15c1e0995b17.1489249759.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/15c1e0995b17
changeset: 15808:15c1e0995b17ba76a5570978601dac434ed615b4
user: Bruno Haible <[email protected]>
date: 2017-03-11 17:27:27 +0100
description:
Don't attempt to use SINGLEMAP_MEMORY on OpenBSD/x86_64.
diffstat:
src/ChangeLog | 6 ++++++
src/lispbibl.d | 13 ++++++++++---
2 files changed, 16 insertions(+), 3 deletions(-)
------------------------------
Message: 15
Date: Mon, 13 Mar 2017 00:43:31 +0000
From: [email protected]
Subject: clisp: Fix build failure on x86 platforms with clang, e.g.
FreeB...
To: [email protected]
Message-ID:
<hg.ec1a521ae05d.1489365811.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/ec1a521ae05d
changeset: 15809:ec1a521ae05d56d9951743ddb9c0b33d4b334597
user: Bruno Haible <[email protected]>
date: 2017-03-12 10:18:12 +0100
description:
Fix build failure on x86 platforms with clang, e.g. FreeBSD/x86.
diffstat:
src/ChangeLog | 6 ++++++
src/makemake.in | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 16
Date: Mon, 13 Mar 2017 00:43:32 +0000
From: [email protected]
Subject: clisp: Add support for TRIVIALMAP_MEMORY configuration on
FreeBS...
To: [email protected]
Message-ID:
<hg.69c18b3afcda.1489365812.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/69c18b3afcda
changeset: 15810:69c18b3afcdaa6e5042d1e0c4bc12495c87a6041
user: Bruno Haible <[email protected]>
date: 2017-03-12 10:58:34 +0100
description:
Add support for TRIVIALMAP_MEMORY configuration on FreeBSD/x86_64.
diffstat:
src/ChangeLog | 5 +++++
src/spvw.d | 3 +++
2 files changed, 8 insertions(+), 0 deletions(-)
------------------------------
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
------------------------------
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 75, Issue 3
****************************************
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel