clisp-cvs Digest, Vol 75, Issue 7

[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: Fix intparam.h/floatparam.h Makefile rule for parallel
      make. ([email protected])
   2. clisp: Fix text file processing Makefile rules for parallel
      make. ([email protected])
   3. clisp: Fix non-blocking sockets on Mac OS X.
      ([email protected])
   4. clisp: Fix "End of comment outside comment" warnings from
      varbrace. ([email protected])
   5. clisp: fix typos in comments
      ([email protected])
   6. clisp: Fix non-blocking sockets on Mac OS X.
      ([email protected])
   7. clisp: Replace the 'newer' utility with a portable shell
      alterna... ([email protected])
   8. clisp: add clisp-google-message
      ([email protected])
   9. clisp: for each broken gmane link add a working link
      ([email protected])
  10. clisp: Fix bug#694: Cygwin+no-dynamic-modules fails with a
      shell... ([email protected])
  11. clisp: Add command line tests for functions raising errors
      ([email protected])
  12. clisp: for each broken gmane link add a working link
      ([email protected])
  13. clisp: typo ([email protected])
  14. clisp: (svm_destroy_model): Use C-style declaration - fix a
      comp... ([email protected])
  15. clisp: (iconv): Condition "undef iconv" on whether it is
      defined... ([email protected])
  16. clisp: avoid some -Wunused-parameter warnings
      ([email protected])


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

Message: 1
Date: Mon, 20 Mar 2017 09:28:52 +0000
From: [email protected]
Subject: clisp: Fix intparam.h/floatparam.h Makefile rule for parallel
	make.
To: [email protected]
Message-ID:
	<hg.72d3cffbc699.1490002132.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/72d3cffbc699
changeset: 15860:72d3cffbc699cc0d46c81b6180109f4f6205657b
user:      Reini Urban <[email protected]>
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: [email protected]
Subject: clisp: Fix text file processing Makefile rules for parallel
	make.
To: [email protected]
Message-ID:
	<hg.ff4fe3d1b89c.1490002133.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/ff4fe3d1b89c
changeset: 15861:ff4fe3d1b89cc23826f98233858308f6da610de4
user:      Reini Urban <[email protected]>
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: [email protected]
Subject: clisp: Fix non-blocking sockets on Mac OS X.
To: [email protected]
Message-ID:
	<hg.997b057aa4ab.1490031510.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/997b057aa4ab
changeset: 15862:997b057aa4abd497c54746235a594886ae56e9a1
user:      Sam Steingold <[email protected]>
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 <[email protected]>.

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: [email protected]
Subject: clisp: Fix "End of comment outside comment" warnings from
	varbrace.
To: [email protected]
Message-ID:
	<hg.6419e34356c0.1490051068.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/6419e34356c0
changeset: 15863:6419e34356c0b26f8a4c8b7be382d8f3831dacb6
user:      Bruno Haible <[email protected]>
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: [email protected]
Subject: clisp: fix typos in comments
To: [email protected]
Message-ID:
	<hg.49fb32bd9a1c.1490114191.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/49fb32bd9a1c
changeset: 15864:49fb32bd9a1cdf3aba3edae479aa96aa6c98b790
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: Fix non-blocking sockets on Mac OS X.
To: [email protected]
Message-ID:
	<hg.27c7e0b50f30.1490136006.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/27c7e0b50f30
changeset: 15865:27c7e0b50f3078683b8f40cb2590d5ebd253b310
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: Replace the 'newer' utility with a portable shell
	alterna...
To: [email protected]
Message-ID:
	<hg.4ca0ea5137d3.1490138988.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/4ca0ea5137d3
changeset: 15866:4ca0ea5137d357a768604616ea423a5df6ababc5
user:      Bruno Haible <[email protected]>
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: [email protected]
Subject: clisp: add clisp-google-message
To: [email protected]
Message-ID:
	<hg.47fa563aa627.1490201653.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/47fa563aa627
changeset: 15867:47fa563aa627387c825d9d0ecdabf678348a43ed
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: for each broken gmane link add a working link
To: [email protected]
Message-ID:
	<hg.58ed31819aea.1490201655.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/58ed31819aea
changeset: 15868:58ed31819aeac966800d1b4d48dc1f6581ec957c
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: Fix bug#694: Cygwin+no-dynamic-modules fails with a
	shell...
To: [email protected]
Message-ID:
	<hg.e4aba2ecdcf7.1490201656.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/e4aba2ecdcf7
changeset: 15869:e4aba2ecdcf71968053cc457bb21db2bf2a04960
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: Add command line tests for functions raising errors
To: [email protected]
Message-ID:
	<hg.86e4c0dc1cfa.1490216731.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/86e4c0dc1cfa
changeset: 15870:86e4c0dc1cfadf2ddb4a95c698d0105c1789c71f
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: for each broken gmane link add a working link
To: [email protected]
Message-ID:
	<hg.047eba55afac.1490277965.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/047eba55afac
changeset: 15871:047eba55afacbaa90aa5c69e81096602962a37e0
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: typo
To: [email protected]
Message-ID:
	<hg.c2fb664bd53b.1490279022.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/c2fb664bd53b
changeset: 15872:c2fb664bd53b3bdf772bf58638a99b05232f36cb
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: (svm_destroy_model): Use C-style declaration - fix a
	comp...
To: [email protected]
Message-ID:
	<hg.3f3033adae4f.1490279637.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/3f3033adae4f
changeset: 15873:3f3033adae4fe110815607deb0cadfec749e08a1
user:      Sam Steingold <[email protected]>
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: [email protected]
Subject: clisp: (iconv): Condition "undef iconv" on whether it is
	defined...
To: [email protected]
Message-ID:
	<hg.cb052d00af69.1490296537.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/cb052d00af69
changeset: 15874:cb052d00af69872f5c1df76f05e5d137ff2187da
user:      Reini Urban <[email protected]>
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: [email protected]
Subject: clisp: avoid some -Wunused-parameter warnings
To: [email protected]
Message-ID:
	<hg.5ffa70bc0cf9.1490296538.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/5ffa70bc0cf9
changeset: 15875:5ffa70bc0cf9327b8d56a43e50eb9eef7fb0da20
user:      Sam Steingold <[email protected]>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs


End of clisp-cvs Digest, Vol 75, Issue 7
****************************************

------------------------------------------------------------------------------
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.