clisp-cvs Digest, Vol 73, 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: Fix gcc warnings of type -Wparentheses.
      ([email protected])
   2. clisp: Fix gcc warning of type -Wformat.
      ([email protected])
   3. clisp: Fix gcc warnings of type -Wc++0x-compat.
      ([email protected])
   4. clisp: Fix compilation error of OBJECT_STRUCT mode with g++
      vers... ([email protected])
   5. clisp: Support for memory models with oint_data_len >= 55.
      ([email protected])
   6. clisp: Prepare for GENERIC64_HEAPCODES object model.
      ([email protected])
   7. clisp: New memory model GENERIC64_HEAPCODES, for 64-bit
      machines. ([email protected])
   8. clisp: Update expected test results for memory model
      GENERIC64_H... ([email protected])
   9. clisp: Remind user to use -falign-functions=8 with
      GENERIC64_HEA... ([email protected])
  10. clisp: Fix compilation error of DEBUG_BACKTRACE feature with
      C++... ([email protected])
  11. clisp: Make GENERIC64A_HEAPCODES work again after the type
      predi... ([email protected])
  12. clisp: Fix a "No more room for LISP objects" error when
      building... ([email protected])
  13. clisp: Fix weird errors when rebuilding 'base' after having
      chan... ([email protected])
  14. clisp: Make GENERIC64{A,B}_HEAPCODES work with
      -falign-functions=4. ([email protected])
  15. clisp: Comment. ([email protected])
  16. clisp: Modernize blurbs and comments.
      ([email protected])
  17. clisp: Modernize: Remove support for Ultrix.
      ([email protected])


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

Message: 1
Date: Wed, 09 Nov 2016 16:55:40 +0000
From: [email protected]
Subject: clisp: Fix gcc warnings of type -Wparentheses.
To: [email protected]
Message-ID:
	<hg.0170a4a85b7c.1478710540.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/0170a4a85b7c
changeset: 15671:0170a4a85b7c23e6f36a65aed8a2f95dfc3f282d
user:      Bruno Haible <[email protected]>
date:      2016-11-09 17:52:29 +0100
description:
Fix gcc warnings of type -Wparentheses.

diffstat:

 src/ChangeLog       |   10 +++
 src/charstrg.d      |    9 ++-
 src/flo_rest.d      |   54 +++++++++++++-------
 src/intelem.d       |  132 ++++++++++++++++++++++++++++++++++-----------------
 src/pathname.d      |    9 +-
 src/spvw_language.d |   29 +++++++---
 6 files changed, 162 insertions(+), 81 deletions(-)



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

Message: 2
Date: Wed, 09 Nov 2016 16:55:41 +0000
From: [email protected]
Subject: clisp: Fix gcc warning of type -Wformat.
To: [email protected]
Message-ID:
	<hg.634e6cab5e9d.1478710541.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/634e6cab5e9d
changeset: 15672:634e6cab5e9d3568dbfa656ecf634b44f017fe8a
user:      Bruno Haible <[email protected]>
date:      2016-11-09 17:54:58 +0100
description:
Fix gcc warning of type -Wformat.

diffstat:

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



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

Message: 3
Date: Wed, 09 Nov 2016 17:53:22 +0000
From: [email protected]
Subject: clisp: Fix gcc warnings of type -Wc++0x-compat.
To: [email protected]
Message-ID:
	<hg.0dfe4383fcec.1478714002.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/0dfe4383fcec
changeset: 15673:0dfe4383fcec0b2f923176d6b77c6c90037d7fb3
user:      Bruno Haible <[email protected]>
date:      2016-11-09 18:17:35 +0100
description:
Fix gcc warnings of type -Wc++0x-compat.

diffstat:

 src/ChangeLog |   6 ++++++
 src/control.d |  32 ++++++++++++++++----------------
 src/eval.d    |   8 ++++----
 3 files changed, 26 insertions(+), 20 deletions(-)



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

Message: 4
Date: Thu, 10 Nov 2016 00:54:03 +0000
From: [email protected]
Subject: clisp: Fix compilation error of OBJECT_STRUCT mode with g++
	vers...
To: [email protected]
Message-ID:
	<hg.4ec9cd85fb58.1478739243.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/4ec9cd85fb58
changeset: 15674:4ec9cd85fb580159918f3b9df71a28f061879691
user:      Bruno Haible <[email protected]>
date:      2016-11-09 20:58:59 +0100
description:
Fix compilation error of OBJECT_STRUCT mode with g++ versions < 4.7.

diffstat:

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



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

Message: 5
Date: Thu, 10 Nov 2016 23:07:44 +0000
From: [email protected]
Subject: clisp: Support for memory models with oint_data_len >= 55.
To: [email protected]
Message-ID:
	<hg.b4301c04b30b.1478819264.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/b4301c04b30b
changeset: 15675:b4301c04b30b027c01aba96462db58ae5d3a95ca
user:      Bruno Haible <[email protected]>
date:      2016-11-11 00:06:54 +0100
description:
Support for memory models with oint_data_len >= 55.

diffstat:

 src/ChangeLog |   5 +++++
 src/dfloat.d  |  15 ++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)



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

Message: 6
Date: Fri, 11 Nov 2016 00:14:44 +0000
From: [email protected]
Subject: clisp: Prepare for GENERIC64_HEAPCODES object model.
To: [email protected]
Message-ID:
	<hg.0f736beb9ab8.1478823284.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/0f736beb9ab8
changeset: 15676:0f736beb9ab8eb0c47d09981674a9ac909e8d4f4
user:      Bruno Haible <[email protected]>
date:      2016-11-11 00:15:50 +0100
description:
Prepare for GENERIC64_HEAPCODES object model.

diffstat:

 src/ChangeLog  |   8 ++++++++
 src/lispbibl.d |  22 +++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)



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

Message: 7
Date: Fri, 11 Nov 2016 00:14:45 +0000
From: [email protected]
Subject: clisp: New memory model GENERIC64_HEAPCODES, for 64-bit
	machines.
To: [email protected]
Message-ID:
	<hg.e5f9b0bc59d4.1478823285.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/e5f9b0bc59d4
changeset: 15677:e5f9b0bc59d4cf249a7688c3ef0ca08b31b5527e
user:      Bruno Haible <[email protected]>
date:      2016-11-11 01:11:30 +0100
description:
New memory model GENERIC64_HEAPCODES, for 64-bit machines.

diffstat:

 src/ChangeLog      |   30 +++++
 src/built.d        |    3 +
 src/io.d           |    2 +-
 src/lightning.c    |    2 +-
 src/lispbibl.d     |  285 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/spvw.d         |   12 ++
 src/spvw_gcmark.d  |    5 +-
 src/spvw_memfile.d |    6 +-
 8 files changed, 326 insertions(+), 19 deletions(-)



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

Message: 8
Date: Fri, 11 Nov 2016 01:06:18 +0000
From: [email protected]
Subject: clisp: Update expected test results for memory model
	GENERIC64_H...
To: [email protected]
Message-ID:
	<hg.365cbdf858d7.1478826378.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/365cbdf858d7
changeset: 15678:365cbdf858d79e2eaaa51becb393768f32333992
user:      Bruno Haible <[email protected]>
date:      2016-11-11 02:03:11 +0100
description:
Update expected test results for memory model GENERIC64_HEAPCODES.

diffstat:

 tests/ChangeLog   |  6 ++++++
 tests/alltest.tst |  6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)



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

Message: 9
Date: Fri, 11 Nov 2016 01:06:19 +0000
From: [email protected]
Subject: clisp: Remind user to use -falign-functions=8 with
	GENERIC64_HEA...
To: [email protected]
Message-ID:
	<hg.7f50c9d7b9ac.1478826379.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/7f50c9d7b9ac
changeset: 15679:7f50c9d7b9acc84f35bedda8e6c78cc62f4e5a48
user:      Bruno Haible <[email protected]>
date:      2016-11-11 02:05:37 +0100
description:
Remind user to use -falign-functions=8 with GENERIC64_HEAPCODES.

diffstat:

 src/ChangeLog  |  6 ++++++
 src/lispbibl.d |  9 +++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)



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

Message: 10
Date: Fri, 11 Nov 2016 17:24:26 +0000
From: [email protected]
Subject: clisp: Fix compilation error of DEBUG_BACKTRACE feature with
	C++...
To: [email protected]
Message-ID:
	<hg.3e5919c338db.1478885066.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/3e5919c338db
changeset: 15680:3e5919c338dba64528808faefa5a455ba9ef5c74
user:      Bruno Haible <[email protected]>
date:      2016-11-11 18:19:42 +0100
description:
Fix compilation error of DEBUG_BACKTRACE feature with C++ compiler.

diffstat:

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



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

Message: 11
Date: Fri, 11 Nov 2016 19:59:11 +0000
From: [email protected]
Subject: clisp: Make GENERIC64A_HEAPCODES work again after the type
	predi...
To: [email protected]
Message-ID:
	<hg.a0c549d6c2d9.1478894351.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/a0c549d6c2d9
changeset: 15681:a0c549d6c2d9ed0bc081e9d0ea53e21fda56acde
user:      Bruno Haible <[email protected]>
date:      2016-11-11 20:08:08 +0100
description:
Make GENERIC64A_HEAPCODES work again after the type predicates change

diffstat:

 src/ChangeLog  |   11 +++++
 src/lispbibl.d |  111 +++++++++++++++++++++++++-------------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)



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

Message: 12
Date: Fri, 11 Nov 2016 19:59:12 +0000
From: [email protected]
Subject: clisp: Fix a "No more room for LISP objects" error when
	building...
To: [email protected]
Message-ID:
	<hg.638499469679.1478894352.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/638499469679
changeset: 15682:6384994696792dfb1f4d4fdc5706f160f9af9ee1
user:      Bruno Haible <[email protected]>
date:      2016-11-11 20:58:29 +0100
description:
Fix a "No more room for LISP objects" error when building syscalls.

diffstat:

 modules/syscalls/Makefile.in |  2 +-
 src/ChangeLog                |  6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)



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

Message: 13
Date: Fri, 11 Nov 2016 22:24:12 +0000
From: [email protected]
Subject: clisp: Fix weird errors when rebuilding 'base' after having
	chan...
To: [email protected]
Message-ID:
	<hg.3e07992373fe.1478903052.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/3e07992373fe
changeset: 15683:3e07992373fe55fe855f11a653d7cc8d32c91147
user:      Bruno Haible <[email protected]>
date:      2016-11-11 21:13:18 +0100
description:
Fix weird errors when rebuilding 'base' after having changed CFLAGS.

diffstat:

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



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

Message: 14
Date: Fri, 11 Nov 2016 22:24:13 +0000
From: [email protected]
Subject: clisp: Make GENERIC64{A,B}_HEAPCODES work with
	-falign-functions=4.
To: [email protected]
Message-ID:
	<hg.2b7b6ff78f14.1478903053.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/2b7b6ff78f14
changeset: 15684:2b7b6ff78f1425448246174b454849f9b123626e
user:      Bruno Haible <[email protected]>
date:      2016-11-11 23:23:04 +0100
description:
Make GENERIC64{A,B}_HEAPCODES work with -falign-functions=4.

diffstat:

 src/ChangeLog  |   11 ++++
 src/lispbibl.d |  153 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 88 insertions(+), 76 deletions(-)



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

Message: 15
Date: Fri, 11 Nov 2016 22:24:14 +0000
From: [email protected]
Subject: clisp: Comment.
To: [email protected]
Message-ID:
	<hg.1e36ee4b0478.1478903054.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/1e36ee4b0478
changeset: 15685:1e36ee4b04783fb9f451e96d0b66deafc1bee074
user:      Bruno Haible <[email protected]>
date:      2016-11-11 23:23:30 +0100
description:
Comment.

diffstat:

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



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

Message: 16
Date: Sat, 12 Nov 2016 03:56:14 +0000
From: [email protected]
Subject: clisp: Modernize blurbs and comments.
To: [email protected]
Message-ID:
	<hg.5b4f97e83baa.1478922974.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/5b4f97e83baa
changeset: 15686:5b4f97e83baab951735de3db036d917e1deb84e4
user:      Bruno Haible <[email protected]>
date:      2016-11-12 04:37:16 +0100
description:
Modernize blurbs and comments.

diffstat:

 COPYRIGHT      |    2 +-
 SUMMARY        |   22 +-
 src/ChangeLog  |    9 +
 src/lispbibl.d |   57 ----
 unix/PLATFORMS |  667 +--------------------------------------------------------
 5 files changed, 27 insertions(+), 730 deletions(-)



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

Message: 17
Date: Sat, 12 Nov 2016 03:56:15 +0000
From: [email protected]
Subject: clisp: Modernize: Remove support for Ultrix.
To: [email protected]
Message-ID:
	<hg.8ba6337ddbd9.1478922975.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/8ba6337ddbd9
changeset: 15687:8ba6337ddbd9e2168b6fadde5aa07f97e2fb71cb
user:      Bruno Haible <[email protected]>
date:      2016-11-12 04:49:02 +0100
description:
Modernize: Remove support for Ultrix.

diffstat:

 src/ChangeLog  |   8 ++++++++
 src/array.d    |  27 ++++++++-------------------
 src/control.d  |   2 --
 src/flo_rest.d |   5 +----
 src/lispbibl.d |   8 +-------
 5 files changed, 18 insertions(+), 32 deletions(-)



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

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi

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

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


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

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
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.