clisp-cvs Digest, Vol 74, Issue 1

[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: Regenerated. ([email protected])
   2. clisp: Modernize: Remove old GCC bug workaround.
      ([email protected])
   3. clisp: Modernize: Remove old Linux workaround.
      ([email protected])
   4. clisp: Prepare for ILP32 ABIs on 64-bit CPUs (x32 on x86_64,
      n32... ([email protected])
   5. clisp: Add support for Linux/x32 ABI on x86_64.
      ([email protected])
   6. clisp: Reduce portability effort for yet unknown 64-bit
      platforms. ([email protected])
   7. clisp: Define known facts for more CPUs.
      ([email protected])
   8. clisp: common-lisp-hyperspec: with prefix arg, insert the URL
      in... ([email protected])
   9. clisp: common-lisp-hyperspec-root: default to
      http://clhs.lisp.s... ([email protected])
  10. clisp: Use malloc instead of alloca for large number of sub
      expr... ([email protected])
  11. clisp: SF mail archives use a completely new system;
      Gmane/HTTP ... ([email protected])
  12. clisp: Fix build problem on 32-bit platforms, introduced on
      2016... ([email protected])
  13. clisp: common-lisp-hyperspec: with prefix arg, save URL in
      kill-... ([email protected])
  14. clisp: fix hanging (disassemble 'car) on Mac OS X
      ([email protected])
  15. clisp: Support the standard way of building GNU packages.
      ([email protected])
  16. clisp: Fix build failure when --with-libsigsegv-prefix option
      is... ([email protected])


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

Message: 1
Date: Sat, 12 Nov 2016 15:31:45 +0000
From: [email protected]
Subject: clisp: Regenerated.
To: [email protected]
Message-ID:
	<hg.d4d8263fc7e5.1478964705.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/d4d8263fc7e5
changeset: 15704:d4d8263fc7e542edf1681ebdb18b01c1ec227f6f
user:      Bruno Haible <[email protected]>
date:      2016-11-12 16:28:54 +0100
description:
Regenerated.

diffstat:

 modules/berkeley-db/config.h.in |     8 +-
 modules/berkeley-db/configure   |   597 ++-
 modules/clx/new-clx/config.h.in |     2 +-
 modules/clx/new-clx/configure   |   507 ++-
 modules/dbus/configure          |   448 +-
 modules/dirkey/configure        |   414 +-
 modules/fastcgi/configure       |   446 +-
 modules/gdbm/configure          |   438 +-
 modules/gtk2/configure          |   788 +++--
 modules/i18n/configure          |   440 +-
 modules/libsvm/configure        |   442 +-
 modules/oracle/configure        |   432 +-
 modules/pari/configure          |   442 +-
 modules/pcre/configure          |   438 +-
 modules/postgresql/configure    |   448 +-
 modules/rawsock/configure       |   454 +-
 modules/readline/configure      |   544 ++-
 modules/regexp/configure        |   700 +++-
 modules/syscalls/config.h.in    |    11 +-
 modules/syscalls/configure      |   862 +++--
 modules/zlib/configure          |   444 +-
 src/ChangeLog                   |     6 +
 src/aclocal.m4                  |  4635 +++++++++++++++++++------------
 src/config.h.in                 |    17 +-
 src/configure                   |  5811 +++++++++++++++++++++++---------------
 src/gllib/Makefile.in           |   377 +-
 26 files changed, 12279 insertions(+), 7872 deletions(-)



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

Message: 2
Date: Sat, 12 Nov 2016 19:42:21 +0000
From: [email protected]
Subject: clisp: Modernize: Remove old GCC bug workaround.
To: [email protected]
Message-ID:
	<hg.0b432db27af1.1478979741.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/0b432db27af1
changeset: 15705:0b432db27af1a33f02237063f8f684886a73cedd
user:      Bruno Haible <[email protected]>
date:      2016-11-12 20:23:02 +0100
description:
Modernize: Remove old GCC bug workaround.

diffstat:

 src/ChangeLog  |  5 +++++
 src/lispbibl.d |  5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)



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

Message: 3
Date: Sat, 12 Nov 2016 19:42:23 +0000
From: [email protected]
Subject: clisp: Modernize: Remove old Linux workaround.
To: [email protected]
Message-ID:
	<hg.4963c84a8f6d.1478979743.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/4963c84a8f6d
changeset: 15706:4963c84a8f6d6cac3dd188c5bea426e781a15d3a
user:      Bruno Haible <[email protected]>
date:      2016-11-12 20:41:46 +0100
description:
Modernize: Remove old Linux workaround.

diffstat:

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



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

Message: 4
Date: Sun, 13 Nov 2016 21:45:35 +0000
From: [email protected]
Subject: clisp: Prepare for ILP32 ABIs on 64-bit CPUs (x32 on x86_64,
	n32...
To: [email protected]
Message-ID:
	<hg.4e7379e94894.1479073535.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/4e7379e94894
changeset: 15707:4e7379e94894c4434688ff2f09a10dd38cef07e2
user:      Bruno Haible <[email protected]>
date:      2016-11-13 22:10:24 +0100
description:
Prepare for ILP32 ABIs on 64-bit CPUs (x32 on x86_64, n32 on MIPS64).

diffstat:

 src/ChangeLog  |   16 ++++
 src/dfloat.d   |  184 ++++++++++++++++++++++++++++----------------------------
 src/flo_konv.d |   24 +++---
 src/flo_rest.d |    4 +-
 src/intsqrt.d  |    2 +-
 src/lisparit.d |   12 +-
 src/lispbibl.d |   16 ++++-
 7 files changed, 143 insertions(+), 115 deletions(-)



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

Message: 5
Date: Sun, 13 Nov 2016 21:45:37 +0000
From: [email protected]
Subject: clisp: Add support for Linux/x32 ABI on x86_64.
To: [email protected]
Message-ID:
	<hg.261f6593085b.1479073537.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/261f6593085b
changeset: 15708:261f6593085bdc9d4912fc8e50cfcb23375329a8
user:      Bruno Haible <[email protected]>
date:      2016-11-13 22:21:21 +0100
description:
Add support for Linux/x32 ABI on x86_64.

diffstat:

 src/ChangeLog  |   8 ++++++++
 src/lispbibl.d |  25 ++++++++++++++++++-------
 2 files changed, 26 insertions(+), 7 deletions(-)



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

Message: 6
Date: Sun, 13 Nov 2016 21:45:38 +0000
From: [email protected]
Subject: clisp: Reduce portability effort for yet unknown 64-bit
	platforms.
To: [email protected]
Message-ID:
	<hg.1997fe33b144.1479073538.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/1997fe33b144
changeset: 15709:1997fe33b14482eb4ccc238539938f88b39a92be
user:      Bruno Haible <[email protected]>
date:      2016-11-13 22:33:02 +0100
description:
Reduce portability effort for yet unknown 64-bit platforms.

diffstat:

 src/ChangeLog  |   8 ++++++++
 src/lispbibl.d |  11 ++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)



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

Message: 7
Date: Sun, 13 Nov 2016 21:45:40 +0000
From: [email protected]
Subject: clisp: Define known facts for more CPUs.
To: [email protected]
Message-ID:
	<hg.536a48a91754.1479073540.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/536a48a91754
changeset: 15710:536a48a91754ec1c9339f1da3b88e9dbd48af6e9
user:      Bruno Haible <[email protected]>
date:      2016-11-13 22:42:40 +0100
description:
Define known facts for more CPUs.

diffstat:

 src/ChangeLog  |   8 +++++
 src/lispbibl.d |  81 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 55 insertions(+), 34 deletions(-)



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

Message: 8
Date: Sun, 29 Jan 2017 19:15:11 +0000
From: [email protected]
Subject: clisp: common-lisp-hyperspec: with prefix arg, insert the URL
	in...
To: [email protected]
Message-ID:
	<hg.2e56ecbfd823.1485717311.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/2e56ecbfd823
changeset: 15711:2e56ecbfd8238769f6efd81b7c26a760e3f7baf0
user:      Sam Steingold <[email protected]>
date:      2017-01-29 14:01:07 -0500
description:
common-lisp-hyperspec: with prefix arg, insert the URL instead of visiting it

diffstat:

 emacs/clhs.el |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)



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

Message: 9
Date: Sun, 29 Jan 2017 19:15:12 +0000
From: [email protected]
Subject: clisp: common-lisp-hyperspec-root: default to
	http://clhs.lisp.s...
To: [email protected]
Message-ID:
	<hg.cf881ba831cd.1485717312.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/cf881ba831cd
changeset: 15712:cf881ba831cd82f9f69c089920e2f13c8d66029c
user:      Sam Steingold <[email protected]>
date:      2017-01-29 14:01:40 -0500
description:
common-lisp-hyperspec-root: default to http://clhs.lisp.se/ instead of LW

diffstat:

 emacs/clhs.el |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

Message: 10
Date: Sun, 29 Jan 2017 19:15:13 +0000
From: [email protected]
Subject: clisp: Use malloc instead of alloca for large number of sub
	expr...
To: [email protected]
Message-ID:
	<hg.d7d370401772.1485717313.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/d7d370401772
changeset: 15713:d7d370401772fb4f86b89f4125625048080dcea6
user:      Daniel Jour <[email protected]>
date:      2017-01-29 14:14:53 -0500
description:
Use malloc instead of alloca for large number of sub expressions in regex pattern to avoid stack overflow

diffstat:

 modules/regexp/regexi.c |  21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)



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

Message: 11
Date: Sun, 29 Jan 2017 22:35:56 +0000
From: [email protected]
Subject: clisp: SF mail archives use a completely new system;
	Gmane/HTTP ...
To: [email protected]
Message-ID:
	<hg.0ec9f64a48e7.1485729356.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/0ec9f64a48e7
changeset: 15714:0ec9f64a48e75843e488f195d0ac98efb06dafa0
user:      Sam Steingold <[email protected]>
date:      2017-01-29 17:35:38 -0500
description:
SF mail archives use a completely new system; Gmane/HTTP is dead

Add elisp functions clisp-goto-gmane-url and clisp-get-gmane-article to
get the archives from Gmane/NNTP.
Remove the sfmail transformation (maybe replace with another in the future?)
Add an explicit link to archive for every dead Gmane/HTTP link
(and kill the links which are also dead in Gmane/NNTP).

diffstat:

 doc/clisp.xml.in    |   3 +--
 doc/common.xsl      |  24 +++++-------------------
 doc/faq.xml         |  20 +++++++++-----------
 doc/impext.xml      |  10 +++++-----
 doc/impnotes.xml.in |   3 +--
 doc/man.xsl         |   2 --
 emacs/misc.el       |  25 +++++++++++++++++++++++++
 7 files changed, 46 insertions(+), 41 deletions(-)



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

Message: 12
Date: Mon, 30 Jan 2017 00:30:05 +0000
From: [email protected]
Subject: clisp: Fix build problem on 32-bit platforms, introduced on
	2016...
To: [email protected]
Message-ID:
	<hg.130e74c8ea17.1485736205.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/130e74c8ea17
changeset: 15715:130e74c8ea17815e9194ad08ecfa0c4d7c63116a
user:      Bruno Haible <[email protected]>
date:      2017-01-30 01:29:38 +0100
description:
Fix build problem on 32-bit platforms, introduced on 2016-11-13.

diffstat:

 src/ChangeLog |  7 +++++++
 src/dfloat.d  |  2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)



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

Message: 13
Date: Wed, 08 Feb 2017 17:53:34 +0000
From: [email protected]
Subject: clisp: common-lisp-hyperspec: with prefix arg, save URL in
	kill-...
To: [email protected]
Message-ID:
	<hg.3ebf2a75684a.1486576414.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/3ebf2a75684a
changeset: 15716:3ebf2a75684a34fad8488b6fc465b7f18c2f2760
user:      Sam Steingold <[email protected]>
date:      2017-02-08 12:52:49 -0500
description:
common-lisp-hyperspec: with prefix arg, save URL in kill-ring

diffstat:

 emacs/clhs.el |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)



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

Message: 14
Date: Wed, 08 Feb 2017 17:53:36 +0000
From: [email protected]
Subject: clisp: fix hanging (disassemble 'car) on Mac OS X
To: [email protected]
Message-ID:
	<hg.e3f660ae8fca.1486576416.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/e3f660ae8fca
changeset: 15717:e3f660ae8fcabbbdedbd6fa4ca879998c3228185
user:      Sam Steingold <[email protected]>
date:      2017-02-08 12:53:17 -0500
description:
fix hanging (disassemble 'car) on Mac OS X

* src/spvw.d (init_symbol_values) [UNIX_MACOSX]: Set
SYS::*DISASSEMBLE-USE-LIVE-PROCESS* to NIL because
otherwise DISASSEMBLE hangs CLISP.

diffstat:

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



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

Message: 15
Date: Mon, 20 Feb 2017 17:16:45 +0000
From: [email protected]
Subject: clisp: Support the standard way of building GNU packages.
To: [email protected]
Message-ID:
	<hg.3c97f324ee39.1487611005.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/3c97f324ee39
changeset: 15718:3c97f324ee39df357cf9fb7a3f7d6ee68bc17898
user:      Bruno Haible <[email protected]>
date:      2017-02-19 11:25:42 +0100
description:
Support the standard way of building GNU packages.

diffstat:

 Makefile.devel   |   2 +-
 Makefile.in      |  44 ++++++++++++++++++++++++++++++++++++++++++++
 src/ChangeLog    |   8 ++++++++
 src/configure    |  37 ++++++++++++++++++++++++++++++++++++-
 src/configure.in |   4 ++++
 5 files changed, 93 insertions(+), 2 deletions(-)



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

Message: 16
Date: Mon, 20 Feb 2017 17:16:46 +0000
From: [email protected]
Subject: clisp: Fix build failure when --with-libsigsegv-prefix option
	is...
To: [email protected]
Message-ID:
	<hg.9233681ce078.1487611006.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/9233681ce078
changeset: 15719:9233681ce0789c04f912c0629192b37144859ee0
user:      Bruno Haible <[email protected]>
date:      2017-02-19 12:05:57 +0100
description:
Fix build failure when --with-libsigsegv-prefix option is used.

diffstat:

 src/ChangeLog   |  8 ++++++++
 src/makemake.in |  2 +-
 2 files changed, 9 insertions(+), 1 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 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
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.