From: <cli...@li...> - 2017-03-20 09:28:54
|
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: Fix build failure on Linux/arm. (cli...@li...) 2. clisp: Don't test unportable features in "make check". (cli...@li...) 3. clisp: Fix build failures with --with-debug on NetBSD. (cli...@li...) 4. clisp: Update to the newest gnulib. (cli...@li...) 5. clisp: Avoid code duplication of a condition. (cli...@li...) 6. clisp: Make --enable-portability enable support for any kind of ... (cli...@li...) 7. clisp: Update to the newest gnulib. (cli...@li...) 8. clisp: Fix an autoconf test crash on IA64. (cli...@li...) 9. clisp: Fix alignment issues on IA64 and with GENERIC64C_HEAPCODES. (cli...@li...) 10. clisp: Fix build failure when compiling 'newer' on Cygwin. (cli...@li...) 11. clisp: Fix error message when configure fails due to a missing a... (cli...@li...) 12. clisp: Don't generate a broken Makefile when using the option --... (cli...@li...) 13. clisp: Fix recognition of native Windows as target platform. (cli...@li...) 14. clisp: Fix the recognition of Solaris. (cli...@li...) 15. clisp: Prepare beta release. (cli...@li...) 16. clisp: Added tag clisp_2_49_50-2017-03-19 for changeset baa75d8e... (cli...@li...) 17. clisp: Bump version number after beta release. (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Mar 2017 22:14:20 +0000 From: cli...@li... Subject: clisp: Fix build failure on Linux/arm. 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/950c54ba1ed8 changeset: 15843:950c54ba1ed82e4dcde30d2b680542476b4148c5 user: Bruno Haible <br...@cl...> date: 2017-03-17 10:47:20 +0100 description: Fix build failure on Linux/arm. diffstat: src/ChangeLog | 8 ++++++++ src/arilev0.d | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) ------------------------------ Message: 2 Date: Fri, 17 Mar 2017 22:14:21 +0000 From: cli...@li... Subject: clisp: Don't test unportable features in "make check". 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/934f6aa3ac13 changeset: 15844:934f6aa3ac13fea18df10dad97357cd8b86f5752 user: Bruno Haible <br...@cl...> date: 2017-03-17 23:13:25 +0100 description: Don't test unportable features in "make check". diffstat: src/ChangeLog | 6 ++++++ src/makemake.in | 46 +++++++++++++++++++++++++++++----------------- 2 files changed, 35 insertions(+), 17 deletions(-) ------------------------------ Message: 3 Date: Sat, 18 Mar 2017 01:09:40 +0000 From: cli...@li... Subject: clisp: Fix build failures with --with-debug on NetBSD. 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/dc8e580f3ab6 changeset: 15845:dc8e580f3ab6d3dfcd82fe108d8dbc637a4a2066 user: Bruno Haible <br...@cl...> date: 2017-03-18 00:48:40 +0100 description: Fix build failures with --with-debug on NetBSD. diffstat: src/ChangeLog | 9 +++++++++ src/foreign.d | 2 +- src/lispbibl.d | 1 + src/unix.d | 7 ++++--- 4 files changed, 15 insertions(+), 4 deletions(-) ------------------------------ Message: 4 Date: Sat, 18 Mar 2017 01:09:44 +0000 From: cli...@li... Subject: clisp: Update to the newest gnulib. 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/6e1c388b7b75 changeset: 15846:6e1c388b7b75756231360514414af5932de6880f user: Bruno Haible <br...@cl...> date: 2017-03-18 01:19:22 +0100 description: Update to the newest gnulib. diffstat: src/ChangeLog | 9 +++++++++ src/aclocal.m4 | 9 ++++++--- src/configure | 9 ++++++--- src/gllib/stat-time.h | 8 ++++++++ src/gllib/stdalign.in.h | 2 +- src/gllib/stdint.in.h | 43 +++++++++++++++++++++++++++++++------------ src/gllib/timespec.h | 8 ++++++++ src/glm4/flexmember.m4 | 7 +++++-- src/glm4/stdalign.m4 | 2 +- 9 files changed, 75 insertions(+), 22 deletions(-) ------------------------------ Message: 5 Date: Sat, 18 Mar 2017 20:47:23 +0000 From: cli...@li... Subject: clisp: Avoid code duplication of a condition. 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/e063cc84fc47 changeset: 15847:e063cc84fc478113ce2fb4c77abd7093271ad086 user: Bruno Haible <br...@cl...> date: 2017-03-18 10:07:13 +0100 description: Avoid code duplication of a condition. diffstat: src/ChangeLog | 9 +++++++++ src/constobj_tl.d | 2 +- src/lispbibl.d | 8 +++++--- src/spvw_global.d | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) ------------------------------ Message: 6 Date: Sat, 18 Mar 2017 20:47:24 +0000 From: cli...@li... Subject: clisp: Make --enable-portability enable support for any kind of ... 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/fb70edea5256 changeset: 15848:fb70edea525656778462cf94f85abfcdb155347c user: Bruno Haible <br...@cl...> date: 2017-03-18 10:18:48 +0100 description: Make --enable-portability enable support for any kind of address space. diffstat: src/ChangeLog | 10 ++++++++++ src/lispbibl.d | 20 +++++++++++++++++--- src/makemake.in | 1 + 3 files changed, 28 insertions(+), 3 deletions(-) ------------------------------ Message: 7 Date: Sun, 19 Mar 2017 22:06:57 +0000 From: cli...@li... Subject: clisp: Update to the newest gnulib. 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/27a6541a83cc changeset: 15849:27a6541a83ccb9adc5763691abedcfa8728f89fe user: Bruno Haible <br...@cl...> date: 2017-03-19 16:46:16 +0100 description: Update to the newest gnulib. diffstat: src/ChangeLog | 9 + src/aclocal.m4 | 4 +- src/configure | 6 +- src/gllib/glthread/lock.h | 4 +- src/gllib/stdalign.in.h | 2 +- src/gllib/vma-iter.c | 319 +++++++++++++++++++++++++++++++++++++++++---- src/gllib/vma-iter.h | 2 +- src/glm4/stdalign.m4 | 4 +- 8 files changed, 306 insertions(+), 44 deletions(-) ------------------------------ Message: 8 Date: Sun, 19 Mar 2017 22:06:58 +0000 From: cli...@li... Subject: clisp: Fix an autoconf test crash on IA64. 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/6bd5fc3f31c5 changeset: 15850:6bd5fc3f31c5ae6472940173736a7f79c584bc29 user: Bruno Haible <br...@cl...> date: 2017-03-19 20:54:26 +0100 description: Fix an autoconf test crash on IA64. diffstat: src/ChangeLog | 6 ++++++ src/m4/mmap.m4 | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) ------------------------------ Message: 9 Date: Sun, 19 Mar 2017 22:07:00 +0000 From: cli...@li... Subject: clisp: Fix alignment issues on IA64 and with GENERIC64C_HEAPCODES. 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/d974fb7fa9c6 changeset: 15851:d974fb7fa9c6748236ac0d33f01e35b887f5d0b4 user: Bruno Haible <br...@cl...> date: 2017-03-19 21:01:44 +0100 description: Fix alignment issues on IA64 and with GENERIC64C_HEAPCODES. diffstat: src/ChangeLog | 17 +++++++++++ src/encoding.d | 6 ++-- src/lispbibl.d | 87 +++++++++++++++++++++++++++++++++++++++------------------ src/spvw.d | 40 +++++++++++++++++++------- 4 files changed, 108 insertions(+), 42 deletions(-) ------------------------------ Message: 10 Date: Sun, 19 Mar 2017 22:07:01 +0000 From: cli...@li... Subject: clisp: Fix build failure when compiling 'newer' on Cygwin. 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/274e978b0d2b changeset: 15852:274e978b0d2b555072d46e563bcb02b5e784556a user: Bruno Haible <br...@cl...> date: 2017-03-19 21:44:05 +0100 description: Fix build failure when compiling 'newer' on Cygwin. diffstat: src/ChangeLog | 7 +++++++ src/makemake.in | 29 +++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) ------------------------------ Message: 11 Date: Sun, 19 Mar 2017 22:07:02 +0000 From: cli...@li... Subject: clisp: Fix error message when configure fails due to a missing a... 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/07ae489d1bd5 changeset: 15853:07ae489d1bd564204bfcc84da3686421bedc4a40 user: Bruno Haible <br...@cl...> date: 2017-03-19 22:00:27 +0100 description: Fix error message when configure fails due to a missing argument. diffstat: configure | 4 ++-- src/ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) ------------------------------ Message: 12 Date: Sun, 19 Mar 2017 22:07:04 +0000 From: cli...@li... Subject: clisp: Don't generate a broken Makefile when using the option --... 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/d9495d8cbbd1 changeset: 15854:d9495d8cbbd1bf023d4993de868c43110064fb52 user: Bruno Haible <br...@cl...> date: 2017-03-19 22:10:11 +0100 description: Don't generate a broken Makefile when using the option --host/--build. diffstat: configure | 6 ------ src/ChangeLog | 13 +++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) ------------------------------ Message: 13 Date: Sun, 19 Mar 2017 22:07:05 +0000 From: cli...@li... Subject: clisp: Fix recognition of native Windows as target platform. 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/41bcb2050c9a changeset: 15855:41bcb2050c9a3c6a4a8c923ff6a1b61bfb595742 user: Bruno Haible <br...@cl...> date: 2017-03-19 22:20:37 +0100 description: Fix recognition of native Windows as target platform. diffstat: src/ChangeLog | 5 +++++ src/makemake.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletions(-) ------------------------------ Message: 14 Date: Sun, 19 Mar 2017 22:07:06 +0000 From: cli...@li... Subject: clisp: Fix the recognition of Solaris. 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/a819470122d4 changeset: 15856:a819470122d45d2a2c88f6d1f52c17129573647e user: Bruno Haible <br...@cl...> date: 2017-03-19 22:58:12 +0100 description: Fix the recognition of Solaris. diffstat: src/ChangeLog | 5 +++++ src/lispbibl.d | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) ------------------------------ Message: 15 Date: Sun, 19 Mar 2017 22:07:08 +0000 From: cli...@li... Subject: clisp: Prepare beta release. 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/baa75d8eba03 changeset: 15857:baa75d8eba036a3f9b3088266a34a607266ae092 user: Bruno Haible <br...@cl...> date: 2017-03-19 22:26:44 +0100 description: Prepare beta release. diffstat: src/ChangeLog | 6 ++++++ src/aclocal.m4 | 7 +++++++ src/configure | 29 ++++++++++++++++++----------- src/version.h | 4 ++-- version.sh | 4 ++-- 5 files changed, 35 insertions(+), 15 deletions(-) ------------------------------ Message: 16 Date: Mon, 20 Mar 2017 01:29:01 +0000 From: cli...@li... Subject: clisp: Added tag clisp_2_49_50-2017-03-19 for changeset baa75d8e... 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/a78ef2b24313 changeset: 15858:a78ef2b243131881517ddea45bc1dd04b57ee319 user: Bruno Haible <br...@cl...> date: 2017-03-20 02:13:08 +0100 description: Added tag clisp_2_49_50-2017-03-19 for changeset baa75d8eba03 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ------------------------------ Message: 17 Date: Mon, 20 Mar 2017 09:28:50 +0000 From: cli...@li... Subject: clisp: Bump version number after beta release. 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/2b543c6e4552 changeset: 15859:2b543c6e4552216badeb8946515e1453cae1b95c user: Bruno Haible <br...@cl...> date: 2017-03-20 09:54:32 +0100 description: Bump version number after beta release. diffstat: src/ChangeLog | 6 ++++++ src/configure | 22 +++++++++++----------- src/version.h | 4 ++-- version.sh | 4 ++-- 4 files changed, 21 insertions(+), 15 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 75, Issue 6 **************************************** |