clisp-cvs Digest, Vol 74, Issue 3

[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: Remove the assembly-language optimizations for m68k.
      ([email protected])
   2. clisp: Remove obsolete file.
      ([email protected])
   3. clisp: Tweak past ChangeLog entries.
      ([email protected])
   4. clisp: Fix syntax errors in makemake.in (regression from
      2010-07... ([email protected])
   5. clisp: Fix build failure on Linux/arm.
      ([email protected])
   6. clisp: (C) year ([email protected])
   7. clisp: Update libsigsegv download location.
      ([email protected])
   8. clisp: maint: Structure Makefile.devel.
      ([email protected])
   9. clisp: fastcgi: Fix compilation error after the gnulib
      update. ([email protected])
  10. clisp: maint: Update download of ansi-tests.
      ([email protected])
  11. clisp: Fix clang warning "'-falign-functions=4' is not
      supported... ([email protected])
  12. clisp: Modernize: Remove leftover of obsolete Atari ST
      charset c... ([email protected])
  13. clisp: Fix build failure on non-glibc platforms.
      ([email protected])
  14. clisp: check and fix all links in NEWS
      ([email protected])
  15. clisp: configure: Give some advice when libffcall is not
      found. ([email protected])
  16. clisp: configure: Improve failure message when --with-ffcall
      can... ([email protected])
  17. clisp: configure: Give some advice when readline or
      libncurses i... ([email protected])


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

Message: 1
Date: Mon, 20 Feb 2017 17:17:04 +0000
From: [email protected]
Subject: clisp: Remove the assembly-language optimizations for m68k.
To: [email protected]
Message-ID:
	<hg.d8d8a5f503e0.1487611024.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/d8d8a5f503e0
changeset: 15730:d8d8a5f503e0bb45cdf8caced1eb1c8d9fe59427
user:      Bruno Haible <[email protected]>
date:      2017-02-20 02:59:15 +0100
description:
Remove the assembly-language optimizations for m68k.

diffstat:

 doc/impbyte.xml |    3 -
 src/ChangeLog   |   13 +
 src/ari68020.d  |  852 --------------------------------------------------------
 src/arilev0.d   |  177 +---------
 src/arilev1.d   |    7 +-
 src/intlog.d    |   18 +-
 src/makemake.in |   18 +-
 7 files changed, 46 insertions(+), 1042 deletions(-)



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

Message: 2
Date: Mon, 20 Feb 2017 17:17:05 +0000
From: [email protected]
Subject: clisp: Remove obsolete file.
To: [email protected]
Message-ID:
	<hg.04e3b6987915.1487611025.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/04e3b6987915
changeset: 15731:04e3b698791521fe2165ba32e3a72f4246c7a245
user:      Bruno Haible <[email protected]>
date:      2017-02-20 10:57:21 +0100
description:
Remove obsolete file.

diffstat:

 src/ChangeLog  |    5 +
 unix/sigsegv.c |  434 ---------------------------------------------------------
 2 files changed, 5 insertions(+), 434 deletions(-)



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

Message: 3
Date: Mon, 20 Feb 2017 17:17:06 +0000
From: [email protected]
Subject: clisp: Tweak past ChangeLog entries.
To: [email protected]
Message-ID:
	<hg.04ce33ddc49a.1487611026.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/04ce33ddc49a
changeset: 15732:04ce33ddc49ac7da878b9df1e9aeddca6e6b8511
user:      Bruno Haible <[email protected]>
date:      2017-02-20 10:59:19 +0100
description:
Tweak past ChangeLog entries.

diffstat:

 src/ChangeLog |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

Message: 4
Date: Mon, 20 Feb 2017 23:29:00 +0000
From: [email protected]
Subject: clisp: Fix syntax errors in makemake.in (regression from
	2010-07...
To: [email protected]
Message-ID:
	<hg.848f0f10ea41.1487633340.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/848f0f10ea41
changeset: 15733:848f0f10ea41eb01eb73ddb934b952171c8f6eb0
user:      Bruno Haible <[email protected]>
date:      2017-02-21 00:08:52 +0100
description:
Fix syntax errors in makemake.in (regression from 2010-07-13).

diffstat:

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



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

Message: 5
Date: Mon, 20 Feb 2017 23:29:01 +0000
From: [email protected]
Subject: clisp: Fix build failure on Linux/arm.
To: [email protected]
Message-ID:
	<hg.ca309c4cbce0.1487633341.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/ca309c4cbce0
changeset: 15734:ca309c4cbce085b83c3a45a3ee00cb5b72f21c3c
user:      Bruno Haible <[email protected]>
date:      2017-02-21 00:23:01 +0100
description:
Fix build failure on Linux/arm.

diffstat:

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



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

Message: 6
Date: Tue, 21 Feb 2017 22:53:13 +0000
From: [email protected]
Subject: clisp: (C) year
To: [email protected]
Message-ID:
	<hg.f7f7eff2ffd8.1487717593.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/f7f7eff2ffd8
changeset: 15735:f7f7eff2ffd8d16fa878cc0d48eabe40d199b623
user:      Sam Steingold <[email protected]>
date:      2017-02-21 17:51:33 -0500
description:
(C) year

diffstat:

 emacs/clhs.el |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

Message: 7
Date: Tue, 21 Feb 2017 23:45:00 +0000
From: [email protected]
Subject: clisp: Update libsigsegv download location.
To: [email protected]
Message-ID:
	<hg.2e12d5a605ed.1487720700.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/2e12d5a605ed
changeset: 15736:2e12d5a605edff42d5ef470bf2d02a72803cc008
user:      Bruno Haible <[email protected]>
date:      2017-02-22 00:44:07 +0100
description:
Update libsigsegv download location.

diffstat:

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



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

Message: 8
Date: Wed, 22 Feb 2017 19:36:18 +0000
From: [email protected]
Subject: clisp: maint: Structure Makefile.devel.
To: [email protected]
Message-ID:
	<hg.071147fbbd86.1487792178.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/071147fbbd86
changeset: 15737:071147fbbd86ce3b834c833bac79f1e023c40596
user:      Bruno Haible <[email protected]>
date:      2017-02-22 20:33:35 +0100
description:
maint: Structure Makefile.devel.

diffstat:

 Makefile.devel |  558 ++++++++++++++++++++++++++++++++++++--------------------
 src/ChangeLog  |    5 +
 2 files changed, 365 insertions(+), 198 deletions(-)



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

Message: 9
Date: Thu, 23 Feb 2017 00:44:19 +0000
From: [email protected]
Subject: clisp: fastcgi: Fix compilation error after the gnulib
	update.
To: [email protected]
Message-ID:
	<hg.aca6cfb89632.1487810659.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/aca6cfb89632
changeset: 15738:aca6cfb89632883991318924b8b658abb30aad13
user:      Bruno Haible <[email protected]>
date:      2017-02-23 01:40:09 +0100
description:
fastcgi: Fix compilation error after the gnulib update.
Reported by Jerry James.

diffstat:

 modules/fastcgi/fastcgi_wrappers.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)



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

Message: 10
Date: Fri, 24 Feb 2017 17:06:13 +0000
From: [email protected]
Subject: clisp: maint: Update download of ansi-tests.
To: [email protected]
Message-ID:
	<hg.3266b800ad04.1487955973.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/3266b800ad04
changeset: 15739:3266b800ad041bf3fbb7fc22ab4dafcb0d1b11a1
user:      Bruno Haible <[email protected]>
date:      2017-02-24 14:52:10 +0100
description:
maint: Update download of ansi-tests.

diffstat:

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



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

Message: 11
Date: Fri, 24 Feb 2017 17:06:15 +0000
From: [email protected]
Subject: clisp: Fix clang warning "'-falign-functions=4' is not
	supported...
To: [email protected]
Message-ID:
	<hg.625d7c39c0b8.1487955975.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/625d7c39c0b8
changeset: 15740:625d7c39c0b84899cbab42b247dfb5ed3817007f
user:      Bruno Haible <[email protected]>
date:      2017-02-24 15:28:21 +0100
description:
Fix clang warning "'-falign-functions=4' is not supported" on Mac OS X.

diffstat:

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



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

Message: 12
Date: Fri, 24 Feb 2017 17:06:16 +0000
From: [email protected]
Subject: clisp: Modernize: Remove leftover of obsolete Atari ST
	charset c...
To: [email protected]
Message-ID:
	<hg.d61eb7cffaf4.1487955976.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/d61eb7cffaf4
changeset: 15741:d61eb7cffaf467fa89a4c626a543d75ff8a8814a
user:      Bruno Haible <[email protected]>
date:      2017-02-24 16:20:04 +0100
description:
Modernize: Remove leftover of obsolete Atari ST charset conversion.

diffstat:

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



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

Message: 13
Date: Fri, 24 Feb 2017 17:06:17 +0000
From: [email protected]
Subject: clisp: Fix build failure on non-glibc platforms.
To: [email protected]
Message-ID:
	<hg.67d5393bc557.1487955977.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/67d5393bc557
changeset: 15742:67d5393bc5572348da19ce1ee6bf03783b7a5ca9
user:      Bruno Haible <[email protected]>
date:      2017-02-24 17:57:12 +0100
description:
Fix build failure on non-glibc platforms.

diffstat:

 src/ChangeLog     |  7 +++++++
 src/makemake.in   |  4 ++--
 utils/ccmp2c.c    |  2 ++
 utils/ccpaux.c    |  2 ++
 utils/comment5.c  |  2 ++
 utils/deema.c     |  2 ++
 utils/gctrigger.c |  2 ++
 utils/hardcode.c  |  2 ++
 utils/txt2c.c     |  2 ++
 utils/varbrace.c  |  1 +
 10 files changed, 24 insertions(+), 2 deletions(-)



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

Message: 14
Date: Fri, 24 Feb 2017 20:32:03 +0000
From: [email protected]
Subject: clisp: check and fix all links in NEWS
To: [email protected]
Message-ID:
	<hg.cf1453aed337.1487968323.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/cf1453aed337
changeset: 15743:cf1453aed337e39d9124c4d6833ad465f45f7363
user:      Sam Steingold <[email protected]>
date:      2017-02-24 15:31:56 -0500
description:
check and fix all links in NEWS

diffstat:

 emacs/misc.el |   17 ++
 src/NEWS      |  439 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 237 insertions(+), 219 deletions(-)



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

Message: 15
Date: Sun, 26 Feb 2017 00:07:02 +0000
From: [email protected]
Subject: clisp: configure: Give some advice when libffcall is not
	found.
To: [email protected]
Message-ID:
	<hg.1f53d2e5b9fa.1488067622.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/1f53d2e5b9fa
changeset: 15744:1f53d2e5b9fa921e1b318fae292848a0d0935169
user:      Bruno Haible <[email protected]>
date:      2017-02-25 14:15:47 +0100
description:
configure: Give some advice when libffcall is not found.

diffstat:

 configure        |  4 ++--
 src/ChangeLog    |  7 +++++++
 src/aclocal.m4   |  4 ++--
 src/configure    |  6 +++---
 src/m4/ffcall.m4 |  4 ++--
 5 files changed, 16 insertions(+), 9 deletions(-)



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

Message: 16
Date: Sun, 26 Feb 2017 00:07:04 +0000
From: [email protected]
Subject: clisp: configure: Improve failure message when --with-ffcall
	can...
To: [email protected]
Message-ID:
	<hg.47e2779d4abe.1488067624.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/47e2779d4abe
changeset: 15745:47e2779d4abe73c7d462abc5c32b126bf4524162
user:      Bruno Haible <[email protected]>
date:      2017-02-25 14:42:47 +0100
description:
configure: Improve failure message when --with-ffcall cannot be honored.

diffstat:

 src/ChangeLog    |   7 +++++++
 src/aclocal.m4   |  16 ++++++++++++----
 src/configure    |  14 +++++++++-----
 src/m4/ffcall.m4 |  16 ++++++++++++----
 4 files changed, 40 insertions(+), 13 deletions(-)



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

Message: 17
Date: Sun, 26 Feb 2017 00:07:05 +0000
From: [email protected]
Subject: clisp: configure: Give some advice when readline or
	libncurses i...
To: [email protected]
Message-ID:
	<hg.761712ec550a.1488067625.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/761712ec550a
changeset: 15746:761712ec550acb3c726662346968d150dd104906
user:      Bruno Haible <[email protected]>
date:      2017-02-25 15:04:34 +0100
description:
configure: Give some advice when readline or libncurses is not found.

diffstat:

 modules/readline/configure |  19 ++++++++++++-------
 src/ChangeLog              |   9 +++++++++
 src/aclocal.m4             |  13 +++++++++----
 src/configure              |  21 +++++++++++++--------
 src/m4/readline.m4         |  13 +++++++++----
 5 files changed, 52 insertions(+), 23 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 74, Issue 3
****************************************

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