From: <cli...@li...> - 2017-02-20 17:16:50
|
Send clisp-cvs mailing list submissions to cli...@li... 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 cli...@li... You can reach the person managing the list at cli...@li... 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. (cli...@li...) 2. clisp: Modernize: Remove old GCC bug workaround. (cli...@li...) 3. clisp: Modernize: Remove old Linux workaround. (cli...@li...) 4. clisp: Prepare for ILP32 ABIs on 64-bit CPUs (x32 on x86_64, n32... (cli...@li...) 5. clisp: Add support for Linux/x32 ABI on x86_64. (cli...@li...) 6. clisp: Reduce portability effort for yet unknown 64-bit platforms. (cli...@li...) 7. clisp: Define known facts for more CPUs. (cli...@li...) 8. clisp: common-lisp-hyperspec: with prefix arg, insert the URL in... (cli...@li...) 9. clisp: common-lisp-hyperspec-root: default to http://clhs.lisp.s... (cli...@li...) 10. clisp: Use malloc instead of alloca for large number of sub expr... (cli...@li...) 11. clisp: SF mail archives use a completely new system; Gmane/HTTP ... (cli...@li...) 12. clisp: Fix build problem on 32-bit platforms, introduced on 2016... (cli...@li...) 13. clisp: common-lisp-hyperspec: with prefix arg, save URL in kill-... (cli...@li...) 14. clisp: fix hanging (disassemble 'car) on Mac OS X (cli...@li...) 15. clisp: Support the standard way of building GNU packages. (cli...@li...) 16. clisp: Fix build failure when --with-libsigsegv-prefix option is... (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Sat, 12 Nov 2016 15:31:45 +0000 From: cli...@li... Subject: clisp: Regenerated. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Modernize: Remove old GCC bug workaround. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Modernize: Remove old Linux workaround. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Prepare for ILP32 ABIs on 64-bit CPUs (x32 on x86_64, n32... To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Add support for Linux/x32 ABI on x86_64. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Reduce portability effort for yet unknown 64-bit platforms. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Define known facts for more CPUs. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: common-lisp-hyperspec: with prefix arg, insert the URL in... To: cli...@li... Message-ID: <hg....@sf...> 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 <sd...@gn...> 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: cli...@li... Subject: clisp: common-lisp-hyperspec-root: default to http://clhs.lisp.s... To: cli...@li... Message-ID: <hg....@sf...> 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 <sd...@gn...> 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: cli...@li... Subject: clisp: Use malloc instead of alloca for large number of sub expr... To: cli...@li... Message-ID: <hg....@sf...> 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 <dan...@gm...> 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: cli...@li... Subject: clisp: SF mail archives use a completely new system; Gmane/HTTP ... To: cli...@li... Message-ID: <hg....@sf...> 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 <sd...@gn...> 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: cli...@li... Subject: clisp: Fix build problem on 32-bit platforms, introduced on 2016... To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: common-lisp-hyperspec: with prefix arg, save URL in kill-... To: cli...@li... Message-ID: <hg....@sf...> 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 <sd...@po...> 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: cli...@li... Subject: clisp: fix hanging (disassemble 'car) on Mac OS X To: cli...@li... Message-ID: <hg....@sf...> 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 <sd...@po...> 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: cli...@li... Subject: clisp: Support the standard way of building GNU packages. To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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: cli...@li... Subject: clisp: Fix build failure when --with-libsigsegv-prefix option is... To: cli...@li... Message-ID: <hg....@sf...> 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 <br...@cl...> 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 cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 74, Issue 1 **************************************** |