From: <cli...@li...> - 2017-03-23 19:15:41
|
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 intparam.h/floatparam.h Makefile rule for parallel make. (cli...@li...) 2. clisp: Fix text file processing Makefile rules for parallel make. (cli...@li...) 3. clisp: Fix non-blocking sockets on Mac OS X. (cli...@li...) 4. clisp: Fix "End of comment outside comment" warnings from varbrace. (cli...@li...) 5. clisp: fix typos in comments (cli...@li...) 6. clisp: Fix non-blocking sockets on Mac OS X. (cli...@li...) 7. clisp: Replace the 'newer' utility with a portable shell alterna... (cli...@li...) 8. clisp: add clisp-google-message (cli...@li...) 9. clisp: for each broken gmane link add a working link (cli...@li...) 10. clisp: Fix bug#694: Cygwin+no-dynamic-modules fails with a shell... (cli...@li...) 11. clisp: Add command line tests for functions raising errors (cli...@li...) 12. clisp: for each broken gmane link add a working link (cli...@li...) 13. clisp: typo (cli...@li...) 14. clisp: (svm_destroy_model): Use C-style declaration - fix a comp... (cli...@li...) 15. clisp: (iconv): Condition "undef iconv" on whether it is defined... (cli...@li...) 16. clisp: avoid some -Wunused-parameter warnings (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Mon, 20 Mar 2017 09:28:52 +0000 From: cli...@li... Subject: clisp: Fix intparam.h/floatparam.h Makefile rule for parallel make. 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/72d3cffbc699 changeset: 15860:72d3cffbc699cc0d46c81b6180109f4f6205657b user: Reini Urban <rei...@gm...> date: 2017-03-20 10:12:30 +0100 description: Fix intparam.h/floatparam.h Makefile rule for parallel make. diffstat: src/ChangeLog | 7 +++++++ src/makemake.in | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) ------------------------------ Message: 2 Date: Mon, 20 Mar 2017 09:28:53 +0000 From: cli...@li... Subject: clisp: Fix text file processing Makefile rules for parallel make. 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/ff4fe3d1b89c changeset: 15861:ff4fe3d1b89cc23826f98233858308f6da610de4 user: Reini Urban <rei...@gm...> date: 2017-03-20 10:27:23 +0100 description: Fix text file processing Makefile rules for parallel make. diffstat: src/ChangeLog | 7 +++++++ src/makemake.in | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) ------------------------------ Message: 3 Date: Mon, 20 Mar 2017 17:38:30 +0000 From: cli...@li... Subject: clisp: Fix non-blocking sockets 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/997b057aa4ab changeset: 15862:997b057aa4abd497c54746235a594886ae56e9a1 user: Sam Steingold <sd...@po...> date: 2017-03-20 13:38:23 -0400 description: Fix non-blocking sockets on Mac OS X. * src/unix.d (NO_BLOCK_DECL): Do not accept handle. (START_NO_BLOCK): Accept on_fail, move function call from NO_BLOCK_DECL here. (END_NO_BLOCK): Accept on_fail. * src/win32.d (NO_BLOCK_DECL, START_NO_BLOCK, END_NO_BLOCK): Add. * src/socket.d (connect_via_ip): Use NO_BLOCK_DECL/START_NO_BLOCK/END_NO_BLOCK. * src/stream.d (listen_handle): Update the use of NO_BLOCK_DECL/START_NO_BLOCK/END_NO_BLOCK. * src/unixaux.d (fd_read, fd_write, sock_write): Ditto. Reported by Karsten Poeck <Kar...@gm...>. diffstat: src/ChangeLog | 19 +++++++++++++++++-- src/socket.d | 29 ++++++++++++++--------------- src/stream.d | 6 +++--- src/unix.d | 49 +++++++++++++++++++++---------------------------- src/unixaux.d | 18 +++++++++--------- src/win32.d | 12 ++++++++++++ 6 files changed, 76 insertions(+), 57 deletions(-) ------------------------------ Message: 4 Date: Mon, 20 Mar 2017 23:04:28 +0000 From: cli...@li... Subject: clisp: Fix "End of comment outside comment" warnings from varbrace. 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/6419e34356c0 changeset: 15863:6419e34356c0b26f8a4c8b7be382d8f3831dacb6 user: Bruno Haible <br...@cl...> date: 2017-03-21 00:03:19 +0100 description: Fix "End of comment outside comment" warnings from varbrace. diffstat: src/ChangeLog | 8 +++ utils/varbrace.c | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 126 insertions(+), 9 deletions(-) ------------------------------ Message: 5 Date: Tue, 21 Mar 2017 16:36:31 +0000 From: cli...@li... Subject: clisp: fix typos in comments 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/49fb32bd9a1c changeset: 15864:49fb32bd9a1cdf3aba3edae479aa96aa6c98b790 user: Sam Steingold <sd...@po...> date: 2017-03-21 12:36:27 -0400 description: fix typos in comments diffstat: src/lispbibl.d | 2 +- src/zthread.d | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ------------------------------ Message: 6 Date: Tue, 21 Mar 2017 22:40:06 +0000 From: cli...@li... Subject: clisp: Fix non-blocking sockets 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/27c7e0b50f30 changeset: 15865:27c7e0b50f3078683b8f40cb2590d5ebd253b310 user: Sam Steingold <sd...@gn...> date: 2017-03-21 23:38:14 +0100 description: Fix non-blocking sockets on Mac OS X. diffstat: src/ChangeLog | 15 +++++++++++++++ src/socket.d | 29 ++++++++++++++--------------- src/stream.d | 6 +++--- src/unix.d | 49 +++++++++++++++++++++---------------------------- src/unixaux.d | 18 +++++++++--------- src/win32.d | 12 ++++++++++++ 6 files changed, 74 insertions(+), 55 deletions(-) ------------------------------ Message: 7 Date: Tue, 21 Mar 2017 23:29:48 +0000 From: cli...@li... Subject: clisp: Replace the 'newer' utility with a portable shell alterna... 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/4ca0ea5137d3 changeset: 15866:4ca0ea5137d357a768604616ea423a5df6ababc5 user: Bruno Haible <br...@cl...> date: 2017-03-22 00:29:35 +0100 description: Replace the 'newer' utility with a portable shell alternative. diffstat: Makefile.devel | 2 +- src/ChangeLog | 16 +++ src/aclocal.m4 | 107 ------------------------ src/build-aux/config.sub | 7 +- src/config.h.in | 25 ----- src/configure | 143 +-------------------------------- src/gllib/Makefile.am | 18 +--- src/gllib/Makefile.in | 47 ++++----- src/gllib/stat-time.c | 3 - src/gllib/stat-time.h | 207 ----------------------------------------------- src/gllib/timespec.c | 3 - src/gllib/timespec.h | 120 --------------------------- src/glm4/gnulib-cache.m4 | 4 +- src/glm4/gnulib-comp.m4 | 11 -- src/glm4/stat-time.m4 | 83 ------------------ src/glm4/timespec.m4 | 11 -- src/makemake.in | 13 +- utils/newer.c | 64 -------------- 18 files changed, 56 insertions(+), 828 deletions(-) ------------------------------ Message: 8 Date: Wed, 22 Mar 2017 16:54:13 +0000 From: cli...@li... Subject: clisp: add clisp-google-message 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/47fa563aa627 changeset: 15867:47fa563aa627387c825d9d0ecdabf678348a43ed user: Sam Steingold <sd...@po...> date: 2017-03-22 12:38:19 -0400 description: add clisp-google-message diffstat: emacs/misc.el | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) ------------------------------ Message: 9 Date: Wed, 22 Mar 2017 16:54:15 +0000 From: cli...@li... Subject: clisp: for each broken gmane link add a working link 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/58ed31819aea changeset: 15868:58ed31819aeac966800d1b4d48dc1f6581ec957c user: Sam Steingold <sd...@po...> date: 2017-03-22 12:48:02 -0400 description: for each broken gmane link add a working link diffstat: src/ChangeLog | 107 ++++++++++++++++++++++++++++++++++++++--------------- src/TODO | 16 ++++++-- src/execname.c | 5 ++- src/init.lisp | 2 + src/lispbibl.d | 7 ++- src/m4/clisp.m4 | 1 + src/m4/general.m4 | 1 + src/makemake.in | 21 ++++++++-- src/pathname.d | 1 + 9 files changed, 117 insertions(+), 44 deletions(-) ------------------------------ Message: 10 Date: Wed, 22 Mar 2017 16:54:16 +0000 From: cli...@li... Subject: clisp: Fix bug#694: Cygwin+no-dynamic-modules fails with a shell... 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/e4aba2ecdcf7 changeset: 15869:e4aba2ecdcf71968053cc457bb21db2bf2a04960 user: Sam Steingold <sd...@po...> date: 2017-03-22 12:54:05 -0400 description: Fix bug#694: Cygwin+no-dynamic-modules fails with a shell syntax error * src/makemake.in (CLISP_DEF): Check CLISP_DEF instead of HSYSOS when deciding whether to modify CLISP_DEF or not. diffstat: src/ChangeLog | 6 ++++++ src/makemake.in | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) ------------------------------ Message: 11 Date: Wed, 22 Mar 2017 21:05:31 +0000 From: cli...@li... Subject: clisp: Add command line tests for functions raising errors 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/86e4c0dc1cfa changeset: 15870:86e4c0dc1cfadf2ddb4a95c698d0105c1789c71f user: Sam Steingold <sd...@po...> date: 2017-03-22 17:05:24 -0400 description: Add command line tests for functions raising errors * src/makemake.in (check-script): Add a test for -x raising an error. (check-exec-image): Add tests for init-function raising an error. diffstat: src/ChangeLog | 5 +++++ src/makemake.in | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletions(-) ------------------------------ Message: 12 Date: Thu, 23 Mar 2017 14:06:05 +0000 From: cli...@li... Subject: clisp: for each broken gmane link add a working link 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/047eba55afac changeset: 15871:047eba55afacbaa90aa5c69e81096602962a37e0 user: Sam Steingold <sd...@po...> date: 2017-03-23 10:05:55 -0400 description: for each broken gmane link add a working link diffstat: modules/clx/new-clx/clx.f | 1 + modules/clx/new-clx/clx.lisp | 5 +++-- modules/clx/new-clx/test.tst | 13 +++++++++---- modules/pcre/test.tst | 1 + modules/rawsock/test.tst | 5 ++++- modules/syscalls/calls.c | 6 ++++-- modules/syscalls/test.tst | 13 +++++++++---- tests/ChangeLog | 1 + tests/clos.tst | 6 ++++-- tests/conditions.tst | 3 ++- tests/encoding.tst | 3 ++- tests/iofkts.tst | 1 + tests/macro8.tst | 7 +++++++ tests/path.tst | 2 ++ tests/setf.tst | 6 ++++-- tests/socket.tst | 4 +++- 16 files changed, 57 insertions(+), 20 deletions(-) ------------------------------ Message: 13 Date: Thu, 23 Mar 2017 14:23:42 +0000 From: cli...@li... Subject: clisp: typo 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/c2fb664bd53b changeset: 15872:c2fb664bd53b3bdf772bf58638a99b05232f36cb user: Sam Steingold <sd...@po...> date: 2017-03-23 10:19:52 -0400 description: typo diffstat: configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ Message: 14 Date: Thu, 23 Mar 2017 14:33:57 +0000 From: cli...@li... Subject: clisp: (svm_destroy_model): Use C-style declaration - fix a comp... 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/3f3033adae4f changeset: 15873:3f3033adae4fe110815607deb0cadfec749e08a1 user: Sam Steingold <sd...@po...> date: 2017-03-23 10:29:43 -0400 description: (svm_destroy_model): Use C-style declaration - fix a compilation error (patch#34). diffstat: modules/libsvm/libsvm.lisp | 2 +- src/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) ------------------------------ Message: 15 Date: Thu, 23 Mar 2017 19:15:37 +0000 From: cli...@li... Subject: clisp: (iconv): Condition "undef iconv" on whether it is defined... 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/cb052d00af69 changeset: 15874:cb052d00af69872f5c1df76f05e5d137ff2187da user: Reini Urban <rei...@gm...> date: 2017-03-23 14:50:24 -0400 description: (iconv): Condition "undef iconv" on whether it is defined, not on platform. diffstat: src/ChangeLog | 6 ++++++ src/stream.d | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) ------------------------------ Message: 16 Date: Thu, 23 Mar 2017 19:15:38 +0000 From: cli...@li... Subject: clisp: avoid some -Wunused-parameter warnings 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/5ffa70bc0cf9 changeset: 15875:5ffa70bc0cf9327b8d56a43e50eb9eef7fb0da20 user: Sam Steingold <sd...@gn...> date: 2017-03-23 15:04:15 -0400 description: avoid some -Wunused-parameter warnings diffstat: src/stream.d | 57 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 46 insertions(+), 11 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 7 **************************************** |