clisp-cvs Digest, Vol 76, 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: (wr_by_array_iau8_buffered): Pass persev to
      write_byte_ar... ([email protected])
   2. clisp: at the end recommend make extracheck and mod-check
      ([email protected])
   3. clisp: Split MULTIBUILD_OPTIONS into MULTIBUILD_MODULES and
      MULT... ([email protected])
   4. clisp: (check-exec-image): Add the `exit-on-error` workaround
      fo... ([email protected])
   5. clisp: document `copy-file :preserve` as the same as `copy
      -p` ([email protected])
   6. clisp: tweak formatting ([email protected])
   7. clisp: update Open Group Base Specifications links issue 6
      (0096... ([email protected])
   8. clisp: update Open Group Base Specifications links from susv2
      (0... ([email protected])
   9. clisp: Fix build failure when compiling for mingw on Cygwin.
      ([email protected])
  10. clisp: Fix build failure when compiling for mingw.
      ([email protected])
  11. clisp: Fix build failure on Windows when the version number
      is "... ([email protected])
  12. clisp: Replace the 'newer' utility with a portable shell
      alterna... ([email protected])
  13. clisp: Fix build failure when compiling for mingw on Cygwin.
      ([email protected])
  14. clisp: Fix build failure when compiling for mingw.
      ([email protected])
  15. clisp: Fix build failure on Windows when the version number
      is "... ([email protected])
  16. clisp: Prepare next beta release.
      ([email protected])


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

Message: 1
Date: Thu, 23 Mar 2017 19:15:40 +0000
From: [email protected]
Subject: clisp: (wr_by_array_iau8_buffered): Pass persev to
	write_byte_ar...
To: [email protected]
Message-ID:
	<hg.0281e8211e75.1490296540.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/0281e8211e75
changeset: 15876:0281e8211e75613eefe6acdbb96a7719dbaa47e3
user:      Sam Steingold <[email protected]>
date:      2017-03-23 15:06:54 -0400
description:
(wr_by_array_iau8_buffered): Pass persev to write_byte_array_buffered() instead of persev_full.

diffstat:

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



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

Message: 2
Date: Sun, 26 Mar 2017 20:56:30 +0000
From: [email protected]
Subject: clisp: at the end recommend make extracheck and mod-check
To: [email protected]
Message-ID:
	<hg.2af0f52ab305.1490561790.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/2af0f52ab305
changeset: 15877:2af0f52ab3050777e9c1e9890cdd568fb48b1cde
user:      Sam Steingold <[email protected]>
date:      2017-03-26 16:53:15 -0400
description:
at the end recommend make extracheck and mod-check

diffstat:

 configure |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)



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

Message: 3
Date: Sun, 26 Mar 2017 20:56:31 +0000
From: [email protected]
Subject: clisp: Split MULTIBUILD_OPTIONS into MULTIBUILD_MODULES and
	MULT...
To: [email protected]
Message-ID:
	<hg.47e24faba966.1490561791.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/47e24faba966
changeset: 15878:47e24faba966c3259a080da811e52cdb0acf6d43
user:      Sam Steingold <[email protected]>
date:      2017-03-26 16:56:22 -0400
description:
Split MULTIBUILD_OPTIONS into MULTIBUILD_MODULES and MULTIBUILD_EXTRAS

* Makefile.devel (MULTIBUILD_OPTIONS): Split into ...
(MULTIBUILD_MODULES): Default to asdf (platform-independent) and
rawsock (well-ported).
(MULTIBUILD_EXTRAS): Empty by default.

diffstat:

 Makefile.devel |  4 +++-
 src/ChangeLog  |  7 +++++++
 2 files changed, 10 insertions(+), 1 deletions(-)



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

Message: 4
Date: Mon, 27 Mar 2017 12:47:57 +0000
From: [email protected]
Subject: clisp: (check-exec-image): Add the `exit-on-error` workaround
	fo...
To: [email protected]
Message-ID:
	<hg.d2b04f050f97.1490618877.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/d2b04f050f97
changeset: 15879:d2b04f050f97d278d324b56743caea1ec6d8c685
user:      Sam Steingold <[email protected]>
date:      2017-03-27 08:47:52 -0400
description:
(check-exec-image): Add the `exit-on-error` workaround for Bug#695.

diffstat:

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



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

Message: 5
Date: Tue, 28 Mar 2017 17:22:43 +0000
From: [email protected]
Subject: clisp: document `copy-file :preserve` as the same as `copy
	-p`
To: [email protected]
Message-ID:
	<hg.89e1422191ad.1490721763.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/89e1422191ad
changeset: 15880:89e1422191ad56cde9e85c9e9b5d740ba85ec1d6
user:      Sam Steingold <[email protected]>
date:      2017-03-28 13:22:39 -0400
description:
document `copy-file :preserve` as the same as `copy -p`

diffstat:

 modules/syscalls/syscalls.xml |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)



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

Message: 6
Date: Fri, 31 Mar 2017 13:37:04 +0000
From: [email protected]
Subject: clisp: tweak formatting
To: [email protected]
Message-ID:
	<hg.3f9bae455678.1490967424.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/3f9bae455678
changeset: 15881:3f9bae455678687d6eec30ff75010c2a7ee5f1cd
user:      Sam Steingold <[email protected]>
date:      2017-03-31 09:32:59 -0400
description:
tweak formatting

diffstat:

 modules/syscalls/syscalls.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

Message: 7
Date: Fri, 31 Mar 2017 13:37:05 +0000
From: [email protected]
Subject: clisp: update Open Group Base Specifications links issue 6
	(0096...
To: [email protected]
Message-ID:
	<hg.4325c27478ce.1490967425.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/4325c27478ce
changeset: 15882:4325c27478ce9397d725e4db80ed3fa228e59276
user:      Sam Steingold <[email protected]>
date:      2017-03-31 09:36:57 -0400
description:
update Open Group Base Specifications links issue 6 (009695399) to 7 (9699919799)

diffstat:

 modules/i18n/i18n.lisp      |   2 +-
 modules/syscalls/calls.c    |  44 ++++++++++++++++++++++----------------------
 modules/syscalls/posix.lisp |   2 +-
 src/pathname.d              |   2 +-
 src/socket.d                |   2 ++
 src/spvw_sigterm.d          |   1 +
 src/stream.d                |   2 +-
 7 files changed, 29 insertions(+), 26 deletions(-)



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

Message: 8
Date: Fri, 31 Mar 2017 15:48:44 +0000
From: [email protected]
Subject: clisp: update Open Group Base Specifications links from susv2
	(0...
To: [email protected]
Message-ID:
	<hg.0f64ef8ee39d.1490975324.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/0f64ef8ee39d
changeset: 15883:0f64ef8ee39df4a89842724fca10f69b614f139a
user:      Sam Steingold <[email protected]>
date:      2017-03-31 11:48:38 -0400
description:
update Open Group Base Specifications links from susv2 (007908799) to issue 7 (9699919799)

diffstat:

 modules/rawsock/sock.lisp |   2 +-
 modules/regexp/test.tst   |  12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)



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

Message: 9
Date: Mon, 17 Apr 2017 22:25:49 +0000
From: [email protected]
Subject: clisp: Fix build failure when compiling for mingw on Cygwin.
To: [email protected]
Message-ID:
	<hg.b7dc58334ce9.1492467949.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/b7dc58334ce9
changeset: 15884:b7dc58334ce99d5ac7c56c01a2357745733b0ab9
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:14:46 +0200
description:
Fix build failure when compiling for mingw on Cygwin.

diffstat:

 src/ChangeLog   |  7 +++++++
 src/makemake.in |  6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)



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

Message: 10
Date: Mon, 17 Apr 2017 22:25:51 +0000
From: [email protected]
Subject: clisp: Fix build failure when compiling for mingw.
To: [email protected]
Message-ID:
	<hg.4bb545f1a490.1492467951.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/4bb545f1a490
changeset: 15885:4bb545f1a490de75e2c7ca410a52c1acef859080
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:16:26 +0200
description:
Fix build failure when compiling for mingw.

diffstat:

 src/ChangeLog |  6 ++++++
 src/win32.d   |  6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)



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

Message: 11
Date: Mon, 17 Apr 2017 22:25:52 +0000
From: [email protected]
Subject: clisp: Fix build failure on Windows when the version number
	is "...
To: [email protected]
Message-ID:
	<hg.73328e217a5a.1492467952.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/73328e217a5a
changeset: 15886:73328e217a5a62746ba9b3c597543abaa8bb0074
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:17:12 +0200
description:
Fix build failure on Windows when the version number is "2.49.50".

diffstat:

 src/ChangeLog   |   6 ++++++
 src/makemake.in |  21 ++++++++++++---------
 2 files changed, 18 insertions(+), 9 deletions(-)



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

Message: 12
Date: Mon, 17 Apr 2017 22:26:42 +0000
From: [email protected]
Subject: clisp: Replace the 'newer' utility with a portable shell
	alterna...
To: [email protected]
Message-ID:
	<hg.96b0fc092e4a.1492468002.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/96b0fc092e4a
changeset: 15887:96b0fc092e4ac80db87dd21d82ba767c682debe2
user:      Bruno Haible <[email protected]>
date:      2017-04-17 23:43:46 +0200
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   |   11 +-
 src/config.h.in            |   25 -----
 src/configure              |  143 +------------------------------
 src/gllib/Makefile.am      |   18 +---
 src/gllib/Makefile.in      |   47 ++++-----
 src/gllib/intprops.h       |   45 +++++---
 src/gllib/regex_internal.h |    1 +
 src/gllib/stat-time.c      |    3 -
 src/gllib/stat-time.h      |  207 ---------------------------------------------
 src/gllib/timespec.c       |    3 -
 src/gllib/timespec.h       |  120 --------------------------
 src/gllib/unistd.in.h      |   18 +-
 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 -------------
 21 files changed, 95 insertions(+), 857 deletions(-)



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

Message: 13
Date: Mon, 17 Apr 2017 22:26:43 +0000
From: [email protected]
Subject: clisp: Fix build failure when compiling for mingw on Cygwin.
To: [email protected]
Message-ID:
	<hg.e69ebb197c17.1492468003.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/e69ebb197c17
changeset: 15888:e69ebb197c17560e31fe137d87a14438a247f30f
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:15:34 +0200
description:
Fix build failure when compiling for mingw on Cygwin.

diffstat:

 src/ChangeLog   |  7 +++++++
 src/makemake.in |  6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)



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

Message: 14
Date: Mon, 17 Apr 2017 22:26:44 +0000
From: [email protected]
Subject: clisp: Fix build failure when compiling for mingw.
To: [email protected]
Message-ID:
	<hg.6609c980427a.1492468004.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/6609c980427a
changeset: 15889:6609c980427aee09dc9fdb891d2c4b8d0e8b867a
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:16:33 +0200
description:
Fix build failure when compiling for mingw.

diffstat:

 src/ChangeLog |  6 ++++++
 src/win32.d   |  6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)



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

Message: 15
Date: Mon, 17 Apr 2017 22:26:46 +0000
From: [email protected]
Subject: clisp: Fix build failure on Windows when the version number
	is "...
To: [email protected]
Message-ID:
	<hg.611de74b9e6c.1492468006.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/611de74b9e6c
changeset: 15890:611de74b9e6cf07192a89a53f72bc58c1ed90e97
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:17:22 +0200
description:
Fix build failure on Windows when the version number is "2.49.50".

diffstat:

 src/ChangeLog   |   6 ++++++
 src/makemake.in |  21 ++++++++++++---------
 2 files changed, 18 insertions(+), 9 deletions(-)



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

Message: 16
Date: Mon, 17 Apr 2017 22:26:47 +0000
From: [email protected]
Subject: clisp: Prepare next beta release.
To: [email protected]
Message-ID:
	<hg.d379b5baaba0.1492468007.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/d379b5baaba0
changeset: 15891:d379b5baaba033e9ecd03280b15aa842c02e7232
user:      Bruno Haible <[email protected]>
date:      2017-04-18 00:19:25 +0200
description:
Prepare next 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs


End of clisp-cvs Digest, Vol 76, 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.