clisp-cvs Digest, Vol 75, Issue 4

[email protected]
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: Add comment about a bug.
      ([email protected])
   2. clisp: Simplify GC_SAFE_CALL, GC_SAFE_SYSTEM_CALL.
      ([email protected])
   3. clisp: Fix wrong uses of errno.
      ([email protected])
   4. clisp: Terminate endless loop of mmap_zeromap failures after
      10 ... ([email protected])
   5. clisp: Add support for generational GC on NetBSD/x86 and
      NetBSD/... ([email protected])
   6. clisp: Fix result of two autoconf tests in C++ mode.
      ([email protected])
   7. clisp: Implement the undocumented option -mm on many more
      platfo... ([email protected])
   8. clisp: Fix bug#687: executable images are broken when
      configured... ([email protected])
   9. clisp: avoid many -Wunused-parameter warnings
      ([email protected])
  10. clisp: compiler.lisp (c-EVAL-WHEN): Remove the
      set-but-not-used ... ([email protected])
  11. clisp: bind *reopen-open-file* to nil when copying stdout -
      it c... ([email protected])
  12. clisp: Fix build failure on AIX in 64-bit mode with gcc.
      ([email protected])
  13. clisp: Fix TRUENAME on /proc symlinks to very long paths.
      ([email protected])
  14. clisp: bind *reopen-open-file* to nil when copying stdout -
      it c... ([email protected])
  15. clisp: Update to the newest gnulib.
      ([email protected])
  16. clisp: Don't treat all non-GCC compilers like SUNWspro cc.
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Mar 2017 00:43:33 +0000
From: [email protected]
Subject: clisp: Add comment about a bug.
To: [email protected]
Message-ID:
	<hg.9dbb5b8a33f3.1489365813.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/9dbb5b8a33f3
changeset: 15811:9dbb5b8a33f385401133f7e1e4a1a00ce31358a0
user:      Bruno Haible <[email protected]>
date:      2017-03-12 13:36:47 +0100
description:
Add comment about a bug.

diffstat:

 src/stream.d |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)



------------------------------

Message: 2
Date: Mon, 13 Mar 2017 00:43:35 +0000
From: [email protected]
Subject: clisp: Simplify GC_SAFE_CALL, GC_SAFE_SYSTEM_CALL.
To: [email protected]
Message-ID:
	<hg.a065d886d3a5.1489365815.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/a065d886d3a5
changeset: 15812:a065d886d3a501a99d0d10a2747a9259ee484ebb
user:      Bruno Haible <[email protected]>
date:      2017-03-12 16:12:32 +0100
description:
Simplify GC_SAFE_CALL, GC_SAFE_SYSTEM_CALL.

diffstat:

 src/ChangeLog  |   6 ++++++
 src/lispbibl.d |  24 ++++++++++++------------
 src/pathname.d |  56 ++++++++++++++++++++++++++++----------------------------
 src/stream.d   |  30 +++++++++++++++---------------
 4 files changed, 61 insertions(+), 55 deletions(-)



------------------------------

Message: 3
Date: Mon, 13 Mar 2017 00:43:37 +0000
From: [email protected]
Subject: clisp: Fix wrong uses of errno.
To: [email protected]
Message-ID:
	<hg.f64f6128d325.1489365817.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/f64f6128d325
changeset: 15813:f64f6128d32525637f4bf4e4ccc713709ecde883
user:      Bruno Haible <[email protected]>
date:      2017-03-12 16:13:18 +0100
description:
Fix wrong uses of errno.

diffstat:

 src/ChangeLog         |   9 +++++++++
 src/pathname.d        |   6 ++++--
 src/spvw_garcol.d     |   3 ++-
 src/spvw_garcol_old.d |   3 ++-
 src/spvw_memfile.d    |   3 ++-
 src/spvw_mmap.d       |  26 ++++++++++++++++++--------
 6 files changed, 37 insertions(+), 13 deletions(-)



------------------------------

Message: 4
Date: Mon, 13 Mar 2017 00:43:38 +0000
From: [email protected]
Subject: clisp: Terminate endless loop of mmap_zeromap failures after
	10 ...
To: [email protected]
Message-ID:
	<hg.022049a0090d.1489365818.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/022049a0090d
changeset: 15814:022049a0090dcf71e39bf5d47077d14ff6b1e680
user:      Bruno Haible <[email protected]>
date:      2017-03-12 16:13:42 +0100
description:
Terminate endless loop of mmap_zeromap failures after 10 failures.

diffstat:

 src/ChangeLog   |   7 +++++++
 src/spvw_mmap.d |  18 ++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)



------------------------------

Message: 5
Date: Mon, 13 Mar 2017 00:43:39 +0000
From: [email protected]
Subject: clisp: Add support for generational GC on NetBSD/x86 and
	NetBSD/...
To: [email protected]
Message-ID:
	<hg.b2fd40f01bf8.1489365819.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/b2fd40f01bf8
changeset: 15815:b2fd40f01bf8cbe791c3b3d4872b8e08ec66acbd
user:      Bruno Haible <[email protected]>
date:      2017-03-12 16:45:13 +0100
description:
Add support for generational GC on NetBSD/x86 and NetBSD/x86_64.

diffstat:

 src/ChangeLog  |   8 ++++++++
 src/lispbibl.d |  14 +++++++-------
 src/spvw.d     |  18 ++++++++++++++++++
 3 files changed, 33 insertions(+), 7 deletions(-)



------------------------------

Message: 6
Date: Mon, 13 Mar 2017 22:39:36 +0000
From: [email protected]
Subject: clisp: Fix result of two autoconf tests in C++ mode.
To: [email protected]
Message-ID:
	<hg.bce8090a6f6e.1489444776.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/bce8090a6f6e
changeset: 15816:bce8090a6f6e93343b67b6c94e96315b8696760d
user:      Bruno Haible <[email protected]>
date:      2017-03-13 20:35:12 +0100
description:
Fix result of two autoconf tests in C++ mode.

diffstat:

 src/ChangeLog  |   9 +++++++++
 src/aclocal.m4 |  13 ++++++++-----
 src/configure  |  15 +++++++++------
 src/m4/poll.m4 |   8 +++++---
 src/m4/shm.m4  |   5 +++--
 5 files changed, 34 insertions(+), 16 deletions(-)



------------------------------

Message: 7
Date: Mon, 13 Mar 2017 23:07:02 +0000
From: [email protected]
Subject: clisp: Implement the undocumented option -mm on many more
	platfo...
To: [email protected]
Message-ID:
	<hg.5c42e2e907b6.1489446422.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/5c42e2e907b6
changeset: 15817:5c42e2e907b652d533161df91752316b5f67215e
user:      Bruno Haible <[email protected]>
date:      2017-03-14 00:06:35 +0100
description:
Implement the undocumented option -mm on many more platforms.

diffstat:

 src/ChangeLog |   8 ++++++++
 src/spvw.d    |  12 ++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)



------------------------------

Message: 8
Date: Tue, 14 Mar 2017 17:45:14 +0000
From: [email protected]
Subject: clisp: Fix bug#687: executable images are broken when
	configured...
To: [email protected]
Message-ID:
	<hg.6b27812d2815.1489513514.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/6b27812d2815
changeset: 15818:6b27812d2815f64221185e140274abd8d2840496
user:      Sam Steingold <[email protected]>
date:      2017-03-14 13:41:33 -0400
description:
Fix bug#687: executable images are broken when configured --with-debug.

* src/spvw_memfile.d (find_memdump): Reduce header_size: exclude
_subr_tab_addr and _symbol_tab_addr from header comparison.

diffstat:

 src/ChangeLog      |  6 ++++++
 src/spvw_memfile.d |  5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)



------------------------------

Message: 9
Date: Tue, 14 Mar 2017 17:45:15 +0000
From: [email protected]
Subject: clisp: avoid many -Wunused-parameter warnings
To: [email protected]
Message-ID:
	<hg.640c6ad5010d.1489513515.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/640c6ad5010d
changeset: 15819:640c6ad5010d0ccdcb922deb485acd5876ed2e06
user:      Sam Steingold <[email protected]>
date:      2017-03-14 13:43:43 -0400
description:
avoid many -Wunused-parameter warnings

diffstat:

 src/pathname.d      |  29 +++++++++++++++++++----------
 src/spvw.d          |   1 +
 src/spvw_garcol.d   |   8 ++++++++
 src/spvw_mmap.d     |   5 ++++-
 src/spvw_sigint.d   |   1 +
 src/spvw_sigpipe.d  |   2 +-
 src/spvw_sigsegv.d  |   1 +
 src/spvw_sigwinch.d |   1 +
 8 files changed, 36 insertions(+), 12 deletions(-)



------------------------------

Message: 10
Date: Tue, 14 Mar 2017 17:45:17 +0000
From: [email protected]
Subject: clisp: compiler.lisp (c-EVAL-WHEN): Remove the
	set-but-not-used ...
To: [email protected]
Message-ID:
	<hg.be7262fed4b0.1489513517.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/be7262fed4b0
changeset: 15820:be7262fed4b0ae4a1b00e8fc5eb7a427cf3262d6
user:      Sam Steingold <[email protected]>
date:      2017-03-14 13:45:06 -0400
description:
compiler.lisp (c-EVAL-WHEN): Remove the set-but-not-used variable `eval-p'.

diffstat:

 src/ChangeLog     |  5 +++++
 src/compiler.lisp |  7 +++----
 2 files changed, 8 insertions(+), 4 deletions(-)



------------------------------

Message: 11
Date: Tue, 14 Mar 2017 22:40:59 +0000
From: [email protected]
Subject: clisp: bind *reopen-open-file* to nil when copying stdout -
	it c...
To: [email protected]
Message-ID:
	<hg.f04c65430777.1489531259.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/f04c65430777
changeset: 15821:f04c65430777e7efdc0c21870c255ce9bc3e40a5
user:      Sam Steingold <[email protected]>
date:      2017-03-14 18:40:47 -0400
description:
bind *reopen-open-file* to nil when copying stdout - it could be a file

diffstat:

 tests/streams.tst |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)



------------------------------

Message: 12
Date: Wed, 15 Mar 2017 00:00:25 +0000
From: [email protected]
Subject: clisp: Fix build failure on AIX in 64-bit mode with gcc.
To: [email protected]
Message-ID:
	<hg.89f832db4384.1489536025.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/89f832db4384
changeset: 15822:89f832db43844cee7d0006690e990649d208b80f
user:      Bruno Haible <[email protected]>
date:      2017-03-15 01:00:18 +0100
description:
Fix build failure on AIX in 64-bit mode with gcc.

diffstat:

 src/ChangeLog   |  5 +++++
 src/makemake.in |  9 +++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)



------------------------------

Message: 13
Date: Wed, 15 Mar 2017 03:45:45 +0000
From: [email protected]
Subject: clisp: Fix TRUENAME on /proc symlinks to very long paths.
To: [email protected]
Message-ID:
	<hg.a3b9fbbbd2dd.1489549545.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/a3b9fbbbd2dd
changeset: 15823:a3b9fbbbd2dd920535085635584f2ba7afbb362c
user:      Sam Steingold <[email protected]>
date:      2017-03-14 23:44:47 -0400
description:
Fix TRUENAME on /proc symlinks to very long paths.

* src/pathname.d (get_path_info): When result==linklen, retry
readlink() because this means that linkbuf was too small.

diffstat:

 modules/syscalls/test.tst |  28 ++++++++++++++++++++++++++++
 src/ChangeLog             |   6 ++++++
 src/pathname.d            |   4 ++--
 3 files changed, 36 insertions(+), 2 deletions(-)



------------------------------

Message: 14
Date: Wed, 15 Mar 2017 03:45:46 +0000
From: [email protected]
Subject: clisp: bind *reopen-open-file* to nil when copying stdout -
	it c...
To: [email protected]
Message-ID:
	<hg.729ede166fd4.1489549546.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/729ede166fd4
changeset: 15824:729ede166fd4693326cb14940c43e7fd51ca480c
user:      Sam Steingold <[email protected]>
date:      2017-03-14 23:45:34 -0400
description:
bind *reopen-open-file* to nil when copying stdout - it could be a file

diffstat:

 tests/ChangeLog |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)



------------------------------

Message: 15
Date: Thu, 16 Mar 2017 00:21:49 +0000
From: [email protected]
Subject: clisp: Update to the newest gnulib.
To: [email protected]
Message-ID:
	<hg.d70f7806c756.1489623709.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/d70f7806c756
changeset: 15825:d70f7806c75610c6f4e41f47aeb114cd4fdefe35
user:      Bruno Haible <[email protected]>
date:      2017-03-15 23:41:39 +0100
description:
Update to the newest gnulib.

diffstat:

 src/ChangeLog                       |   12 +
 src/aclocal.m4                      |   79 +-------
 src/build-aux/config.guess          |    9 +-
 src/build-aux/snippet/_Noreturn.h   |   10 -
 src/build-aux/snippet/arg-nonnull.h |   26 --
 src/build-aux/snippet/c++defs.h     |  316 ------------------------------------
 src/build-aux/snippet/warn-on-use.h |  109 ------------
 src/config.h.in                     |    3 +
 src/configure                       |  179 +-------------------
 src/gllib/Makefile.am               |   84 ++------
 src/gllib/Makefile.in               |   96 +++-------
 src/gllib/_Noreturn.h               |   10 +
 src/gllib/arg-nonnull.h             |   26 ++
 src/gllib/c++defs.h                 |  316 ++++++++++++++++++++++++++++++++++++
 src/gllib/limits.in.h               |   11 +
 src/gllib/vma-iter.c                |   37 ++++
 src/gllib/vma-iter.h                |    2 +-
 src/gllib/warn-on-use.h             |  109 ++++++++++++
 src/glm4/gnulib-common.m4           |    9 +-
 src/glm4/gnulib-comp.m4             |   10 +-
 20 files changed, 618 insertions(+), 835 deletions(-)



------------------------------

Message: 16
Date: Thu, 16 Mar 2017 00:21:50 +0000
From: [email protected]
Subject: clisp: Don't treat all non-GCC compilers like SUNWspro cc.
To: [email protected]
Message-ID:
	<hg.d9e76ab4a126.1489623710.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/d9e76ab4a126
changeset: 15826:d9e76ab4a126e158e5aa2d907da2a796764d8a8a
user:      Bruno Haible <[email protected]>
date:      2017-03-16 00:13:49 +0100
description:
Don't treat all non-GCC compilers like SUNWspro cc.

* makemake.in: Fix the test of the CC_SUNPRO variable.

diffstat:

 src/ChangeLog   |   5 +++++
 src/makemake.in |  11 +++++++----
 2 files changed, 12 insertions(+), 4 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 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.