clisp-cvs Digest, Vol 72, Issue 2

[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: Use __CYGWIN__ instead of __CYGWIN32__ to detect
      Cygwin ([email protected])
   2. clisp: clispload.lsp --> clispload.lisp
      ([email protected])
   3. clisp: rename modprep.lisp test files to better correspond to
      th... ([email protected])
   4. clisp: avoid the clang -Wgnu-designator warning
      ([email protected])
   5. clisp: fix last patch ([email protected])
   6. clisp: avoid -Wwrite-strings warning
      ([email protected])
   7. clisp: * utils/modprep.lisp (output-all): Bind all global
      variab... ([email protected])
   8. clisp: (output-all): make sure that the file name is printed
      on ... ([email protected])
   9. clisp:
      (custom:*suppress-similar-constant-redefinition-warning*)...
      ([email protected])
  10. clisp: oops... ([email protected])
  11. clisp: regenerated ([email protected])
  12. clisp: set
      custom:*suppress-similar-constant-redefinition-warnin...
      ([email protected])
  13. clisp: Fix bug#684: modprep handling of quotation mark in
      single... ([email protected])
  14. clisp: Fix bug#677 logical pathnames and letter case gone
      wrong ([email protected])
  15. clisp: * src/makemake.in (check-script) [darwin]: disable
      nohup ([email protected])
  16. clisp: adapted for MacOSX idiosyncrasies
      ([email protected])


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

Message: 1
Date: Sun, 28 Aug 2016 21:31:02 +0000
From: [email protected]
Subject: clisp: Use __CYGWIN__ instead of __CYGWIN32__ to detect
	Cygwin
To: [email protected]
Message-ID:
	<hg.344339845531.1472419862.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/344339845531
changeset: 15638:34433984553100c3911190f536f787710bf7065a
user:      Ken Brown <[email protected]>
date:      2015-03-05 11:35:30 -0500
description:
Use __CYGWIN__ instead of __CYGWIN32__ to detect Cygwin

__CYGWIN32__ is deprecated and, more importantly, is not defined on
64-bit Cygwin.

diffstat:

 src/ChangeLog       |  7 +++++++
 src/ari80386.d      |  2 +-
 src/ari80386.msvc.c |  2 +-
 src/asmi386.h       |  4 ++--
 src/asmi386.hh      |  4 ++--
 src/lispbibl.d      |  8 ++++----
 src/sp80386.d       |  2 +-
 src/sp80386.msvc.c  |  2 +-
 8 files changed, 19 insertions(+), 12 deletions(-)



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

Message: 2
Date: Sun, 28 Aug 2016 21:31:03 +0000
From: [email protected]
Subject: clisp: clispload.lsp --> clispload.lisp
To: [email protected]
Message-ID:
	<hg.23bc9b1f6571.1472419863.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/23bc9b1f6571
changeset: 15639:23bc9b1f6571c77976396c8f54792ecfb2f3a889
user:      Sam Steingold <[email protected]>
date:      2016-08-26 17:42:26 -0400
description:
clispload.lsp --> clispload.lisp

diffstat:

 utils/clispload.lisp |  245 +++++++++++++++++++++++++++++++++++++++++++++++++++
 utils/clispload.lsp  |  245 ---------------------------------------------------
 2 files changed, 245 insertions(+), 245 deletions(-)



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

Message: 3
Date: Sun, 28 Aug 2016 21:31:04 +0000
From: [email protected]
Subject: clisp: rename modprep.lisp test files to better correspond to
	th...
To: [email protected]
Message-ID:
	<hg.3ccf2365a5a0.1472419864.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/3ccf2365a5a0
changeset: 15640:3ccf2365a5a0fbb355bedda44ef1e05ada0afee0
user:      Sam Steingold <[email protected]>
date:      2016-08-28 00:44:54 -0400
description:
rename modprep.lisp test files to better correspond to their names in modules

diffstat:

 utils/modprep.lisp    |    4 +
 utils/modpreptest.c   |   29 ++++++
 utils/modpreptest.in  |   29 ------
 utils/modpreptest.m.c |  209 ++++++++++++++++++++++++++++++++++++++++++++++++++
 utils/modpreptest.out |  209 --------------------------------------------------
 5 files changed, 242 insertions(+), 238 deletions(-)



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

Message: 4
Date: Sun, 28 Aug 2016 21:31:06 +0000
From: [email protected]
Subject: clisp: avoid the clang -Wgnu-designator warning
To: [email protected]
Message-ID:
	<hg.ba853d8a4faa.1472419866.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/ba853d8a4faa
changeset: 15641:ba853d8a4faa2ffb88fc90143ab6b96cafe9d98a
user:      Sam Steingold <[email protected]>
date:      2016-08-28 17:30:43 -0400
description:
avoid the clang -Wgnu-designator warning

* src/lispbibl.d (as_object, as_chart): use the new {.one_o=???}
syntax instead of GNU old-style field designator extension {one_o:???}
https://gcc.gnu.org/onlinedocs/gcc-6.2.0/gcc/Designated-Inits.html

diffstat:

 src/ChangeLog  |   7 +++++++
 src/lispbibl.d |  20 ++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)



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

Message: 5
Date: Mon, 29 Aug 2016 04:01:49 +0000
From: [email protected]
Subject: clisp: fix last patch
To: [email protected]
Message-ID:
	<hg.bcb890855a9c.1472443309.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/bcb890855a9c
changeset: 15642:bcb890855a9ce3f7362754dc604aa90b7b3483c5
user:      Sam Steingold <[email protected]>
date:      2016-08-28 18:09:50 -0400
description:
fix last patch

diffstat:

 src/lispbibl.d |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

Message: 6
Date: Mon, 29 Aug 2016 04:01:50 +0000
From: [email protected]
Subject: clisp: avoid -Wwrite-strings warning
To: [email protected]
Message-ID:
	<hg.a5d6627283e6.1472443310.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/a5d6627283e6
changeset: 15643:a5d6627283e66f6f20a890acd6819ef42e09ddb2
user:      Sam Steingold <[email protected]>
date:      2016-08-28 18:15:31 -0400
description:
avoid -Wwrite-strings warning

* src/genclisph.d (emit_export_declaration, struct typecode_entry):
use `const' to avoid the warning:
deprecated conversion from string constant to char* [-Wwrite-strings]

diffstat:

 src/ChangeLog   |  6 ++++++
 src/genclisph.d |  4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)



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

Message: 7
Date: Mon, 29 Aug 2016 04:01:52 +0000
From: [email protected]
Subject: clisp: * utils/modprep.lisp (output-all): Bind all global
	variab...
To: [email protected]
Message-ID:
	<hg.c87d5ad371d3.1472443312.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/c87d5ad371d3
changeset: 15644:c87d5ad371d3ef7e974bee9ba7b6f4f4c7fe4621
user:      Sam Steingold <[email protected]>
date:      2016-08-28 23:55:33 -0400
description:
* utils/modprep.lisp (output-all): Bind all global variables in appropriate functions to allow loading into the same lisp session

diffstat:

 src/ChangeLog      |   5 ++++
 utils/modprep.lisp |  58 ++++++++++++++++++++++++++++++++---------------------
 2 files changed, 40 insertions(+), 23 deletions(-)



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

Message: 8
Date: Mon, 29 Aug 2016 04:01:53 +0000
From: [email protected]
Subject: clisp: (output-all): make sure that the file name is printed
	on ...
To: [email protected]
Message-ID:
	<hg.39fcd9e6bbb1.1472443313.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/39fcd9e6bbb1
changeset: 15645:39fcd9e6bbb176ca5c9b7cdab9a718dc7324b796
user:      Sam Steingold <[email protected]>
date:      2016-08-28 23:56:52 -0400
description:
(output-all): make sure that the file name is printed on #line 1 without #P

diffstat:

 src/ChangeLog      |  4 +++-
 utils/modprep.lisp |  2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)



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

Message: 9
Date: Mon, 29 Aug 2016 04:01:54 +0000
From: [email protected]
Subject: clisp:
	(custom:*suppress-similar-constant-redefinition-warning*)...
To: [email protected]
Message-ID:
	<hg.bba3fa7d1c74.1472443314.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/bba3fa7d1c74
changeset: 15646:bba3fa7d1c740c140caad9bc2501864691add13b
user:      Sam Steingold <[email protected]>
date:      2016-08-28 23:58:56 -0400
description:
(custom:*suppress-similar-constant-redefinition-warning*) [:compile-toplevel]: set to T to avoid the warnings on reload

diffstat:

 src/ChangeLog      |  2 ++
 utils/modprep.lisp |  3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)



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

Message: 10
Date: Mon, 29 Aug 2016 04:01:56 +0000
From: [email protected]
Subject: clisp: oops...
To: [email protected]
Message-ID:
	<hg.58505bf3d646.1472443316.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/58505bf3d646
changeset: 15647:58505bf3d646d43e94a95d3c36b0bfeabe61fd0e
user:      Sam Steingold <[email protected]>
date:      2016-08-29 00:01:18 -0400
description:
oops...

diffstat:

 utils/modprep.lisp |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



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

Message: 11
Date: Mon, 29 Aug 2016 04:01:57 +0000
From: [email protected]
Subject: clisp: regenerated
To: [email protected]
Message-ID:
	<hg.8a95063830d8.1472443317.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/8a95063830d8
changeset: 15648:8a95063830d806040bb02e9e263f3f3db9d2181b
user:      Sam Steingold <[email protected]>
date:      2016-08-29 00:01:33 -0400
description:
regenerated

diffstat:

 utils/modpreptest.m.c |  202 ++++++++++++++++++++++++++-----------------------
 1 files changed, 107 insertions(+), 95 deletions(-)



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

Message: 12
Date: Mon, 29 Aug 2016 04:15:26 +0000
From: [email protected]
Subject: clisp: set
	custom:*suppress-similar-constant-redefinition-warnin...
To: [email protected]
Message-ID:
	<hg.82cb358f41b1.1472444126.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/82cb358f41b1
changeset: 15649:82cb358f41b10c81d0ac1edf23de6eca38c27635
user:      Sam Steingold <[email protected]>
date:      2016-08-29 00:13:21 -0400
description:
set custom:*suppress-similar-constant-redefinition-warning* in all situations

diffstat:

 utils/modprep.lisp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

Message: 13
Date: Mon, 29 Aug 2016 04:15:27 +0000
From: [email protected]
Subject: clisp: Fix bug#684: modprep handling of quotation mark in
	single...
To: [email protected]
Message-ID:
	<hg.32cc5e8d4609.1472444127.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/32cc5e8d4609
changeset: 15650:32cc5e8d4609b91389c7697c3483ad1a38921766
user:      Sam Steingold <[email protected]>
date:      2016-08-29 00:15:16 -0400
description:
Fix bug#684: modprep handling of quotation mark in single line comment

* utils/modprep.lisp (lexical-analysis): handle // comments

diffstat:

 src/ChangeLog         |   5 +++++
 utils/modprep.lisp    |   4 ++++
 utils/modpreptest.c   |  11 ++++++++++-
 utils/modpreptest.m.c |  19 ++++++++++++++-----
 4 files changed, 33 insertions(+), 6 deletions(-)



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

Message: 14
Date: Mon, 29 Aug 2016 17:10:04 +0000
From: [email protected]
Subject: clisp: Fix bug#677 logical pathnames and letter case gone
	wrong
To: [email protected]
Message-ID:
	<hg.114a28a4d42b.1472490604.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/114a28a4d42b
changeset: 15651:114a28a4d42bde057c034b173ee6d18467329017
user:      Sam Steingold <[email protected]>
date:      2016-08-29 11:09:54 -0400
description:
Fix bug#677 logical pathnames and letter case gone wrong

* src/compiler.lisp (compile-file-pathname-helper): when output is
supplied and is physical, translate input from logical before merge

diffstat:

 src/ChangeLog     |  6 ++++++
 src/compiler.lisp |  5 ++++-
 tests/path.tst    |  9 +++++++++
 3 files changed, 19 insertions(+), 1 deletions(-)



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

Message: 15
Date: Mon, 29 Aug 2016 17:10:06 +0000
From: [email protected]
Subject: clisp: * src/makemake.in (check-script) [darwin]: disable
	nohup
To: [email protected]
Message-ID:
	<hg.1f40f265be1c.1472490606.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/1f40f265be1c
changeset: 15652:1f40f265be1c2e14617635c8f39380acf1e8edb5
user:      Sam Steingold <[email protected]>
date:      2016-08-29 11:22:19 -0400
description:
* src/makemake.in (check-script) [darwin]: disable nohup

http://stackoverflow.com/questions/29112446/nohup-doesnt-work-with-os-x-yosmite-get-error-cant-detach-from-console-no-s
http://stackoverflow.com/questions/23898623/nohup-cant-detach-from-console

diffstat:

 src/ChangeLog   |   6 ++++++
 src/makemake.in |  10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)



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

Message: 16
Date: Mon, 29 Aug 2016 17:10:07 +0000
From: [email protected]
Subject: clisp: adapted for MacOSX idiosyncrasies
To: [email protected]
Message-ID:
	<hg.a30681acd895.1472490607.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/a30681acd895
changeset: 15653:a30681acd895892f16ce3da138aba48a1435d4a4
user:      Sam Steingold <[email protected]>
date:      2016-08-29 11:35:17 -0400
description:
adapted for MacOSX idiosyncrasies

ECONNREFUSED is 61, not 111
sometimes signal EADDRNOTAVAIL (line on Win32) instead
sometimes succeed instead...

diffstat:

 tests/socket.tst |  15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)



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

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


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

_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs


End of clisp-cvs Digest, Vol 72, Issue 2
****************************************

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