| 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: bind the globals at the right level
([email protected])
2. clisp: (lexical-analysis): ignore //-comments inside
/*-comments ([email protected])
3. clisp: formatting ([email protected])
4. clisp: (clisp-bug-reference-url-format): string-match
invalidate... ([email protected])
5. clisp: updated ([email protected])
6. clisp: debug->production ([email protected])
7. clisp: remove WIDE_AUXI (obsolete)
([email protected])
8. clisp: (c)year ([email protected])
9. clisp: test.tst is no longer linked over to the build
directory ([email protected])
10. clisp: mention bug#677 ([email protected])
11. clisp: comment ([email protected])
12. clisp: update SF links: Mercurial & group_id=1355 -->
project/clisp ([email protected])
13. clisp: fix dead links ([email protected])
14. clisp: * utils/fix-perms.sh (root): replace obsolete "-perm
+111... ([email protected])
15. clisp: remove podval ([email protected])
16. clisp: Fix compilation error introduced on 2007-11-26.
([email protected])
17. clisp: Fix a relevant gcc warning of type -Wclobbered.
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Aug 2016 17:10:08 +0000
From: [email protected]
Subject: clisp: bind the globals at the right level
To: [email protected]
Message-ID:
<hg.4abd03a03e1f.1472490608.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/4abd03a03e1f
changeset: 15654:4abd03a03e1f2fa5f769ed3ff6906711cf6d8977
user: Sam Steingold <[email protected]>
date: 2016-08-29 13:05:07 -0400
description:
bind the globals at the right level
* utils/modprep.lisp (modprep): bind *module-name*, *module-line*,
*module-package*, *package-properties* here ...
(parse): ... not here
diffstat:
src/ChangeLog | 6 ++++++
utils/modprep.lisp | 4 ++--
utils/modpreptest.m.c | 5 ++---
3 files changed, 10 insertions(+), 5 deletions(-)
------------------------------
Message: 2
Date: Mon, 29 Aug 2016 17:10:09 +0000
From: [email protected]
Subject: clisp: (lexical-analysis): ignore //-comments inside
/*-comments
To: [email protected]
Message-ID:
<hg.dbec45b9e89e.1472490609.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/dbec45b9e89e
changeset: 15655:dbec45b9e89e9a968f67210b19674b7d3b475e2d
user: Sam Steingold <[email protected]>
date: 2016-08-29 13:09:55 -0400
description:
(lexical-analysis): ignore //-comments inside /*-comments
diffstat:
src/ChangeLog | 1 +
utils/modprep.lisp | 6 +++---
utils/modpreptest.c | 1 +
utils/modpreptest.m.c | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)
------------------------------
Message: 3
Date: Mon, 29 Aug 2016 19:06:50 +0000
From: [email protected]
Subject: clisp: formatting
To: [email protected]
Message-ID:
<hg.793332b8120b.1472497610.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/793332b8120b
changeset: 15656:793332b8120be86de927e10ba0ea2ee3f6f44ae9
user: Sam Steingold <[email protected]>
date: 2016-08-29 15:06:04 -0400
description:
formatting
diffstat:
src/ChangeLog | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
------------------------------
Message: 4
Date: Mon, 29 Aug 2016 19:06:51 +0000
From: [email protected]
Subject: clisp: (clisp-bug-reference-url-format): string-match
invalidate...
To: [email protected]
Message-ID:
<hg.fbeb91155bf7.1472497611.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/fbeb91155bf7
changeset: 15657:fbeb91155bf74e69cb8f39f752244621dbf3d847
user: Sam Steingold <[email protected]>
date: 2016-08-29 15:06:40 -0400
description:
(clisp-bug-reference-url-format): string-match invalidates match data
diffstat:
emacs/misc.el | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
------------------------------
Message: 5
Date: Mon, 29 Aug 2016 19:33:45 +0000
From: [email protected]
Subject: clisp: updated
To: [email protected]
Message-ID:
<hg.968454905c2c.1472499225.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/968454905c2c
changeset: 15658:968454905c2c3c19a78ea8f9cdb706d3ba372282
user: Sam Steingold <[email protected]>
date: 2016-08-29 15:33:38 -0400
description:
updated
diffstat:
tests/ChangeLog | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
------------------------------
Message: 6
Date: Mon, 29 Aug 2016 23:13:44 +0000
From: [email protected]
Subject: clisp: debug->production
To: [email protected]
Message-ID:
<hg.783af9c985c7.1472512424.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/783af9c985c7
changeset: 15659:783af9c985c766f0db7f6fb98ae7cd076fe3dd5e
user: Sam Steingold <[email protected]>
date: 2016-08-29 18:40:49 -0400
description:
debug->production
diffstat:
utils/modprep.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
------------------------------
Message: 7
Date: Mon, 29 Aug 2016 23:13:45 +0000
From: [email protected]
Subject: clisp: remove WIDE_AUXI (obsolete)
To: [email protected]
Message-ID:
<hg.6b992fc65385.1472512425.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/6b992fc65385
changeset: 15660:6b992fc653852a16289b638ffa4471f723ca3763
user: Sam Steingold <[email protected]>
date: 2016-08-29 19:13:19 -0400
description:
remove WIDE_AUXI (obsolete)
* src/lispbibl.d, src/built.d, src/spvw.d, src/spvw_garcol.d, src/spvw_garcol_old.d:
* src/spvw_mark.d: remove the obsolete object representation WIDE_AUXI
diffstat:
src/ChangeLog | 5 +
src/built.d | 2 -
src/lispbibl.d | 129 ++++++++-----------------------------------------
src/spvw.d | 6 +-
src/spvw_garcol.d | 21 +++-----
src/spvw_garcol_old.d | 21 +++-----
src/spvw_mark.d | 6 +-
7 files changed, 48 insertions(+), 142 deletions(-)
------------------------------
Message: 8
Date: Mon, 29 Aug 2016 23:20:21 +0000
From: [email protected]
Subject: clisp: (c)year
To: [email protected]
Message-ID:
<hg.2d1aedc0b550.1472512821.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/2d1aedc0b550
changeset: 15661:2d1aedc0b5500ae5c38e60082ef60a36826c5eed
user: Sam Steingold <[email protected]>
date: 2016-08-29 19:20:13 -0400
description:
(c)year
diffstat:
src/built.d | 2 +-
src/spvw.d | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------
Message: 9
Date: Wed, 31 Aug 2016 03:56:19 +0000
From: [email protected]
Subject: clisp: test.tst is no longer linked over to the build
directory
To: [email protected]
Message-ID:
<hg.bb23fd0915fa.1472615779.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/bb23fd0915fa
changeset: 15662:bb23fd0915fa5961a6c28f6b9f750ce98c31a560
user: Sam Steingold <[email protected]>
date: 2016-08-30 22:45:08 -0400
description:
test.tst is no longer linked over to the build directory
diffstat:
modules/berkeley-db/test.tst | 2 +-
modules/bindings/glibc/test.tst | 2 +-
modules/bindings/win32/test.tst | 2 +-
modules/clx/new-clx/test.tst | 2 +-
modules/dbus/test.tst | 2 +-
modules/gdbm/test.tst | 2 +-
modules/i18n/test.tst | 2 +-
modules/libsvm/test.tst | 2 +-
modules/matlab/test.tst | 2 +-
modules/pari/test.tst | 2 +-
modules/postgresql/test.tst | 2 +-
modules/rawsock/test.tst | 2 +-
modules/readline/test.tst | 2 +-
modules/regexp/test.tst | 2 +-
modules/zlib/test.tst | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
------------------------------
Message: 10
Date: Thu, 01 Sep 2016 23:25:11 +0000
From: [email protected]
Subject: clisp: mention bug#677
To: [email protected]
Message-ID:
<hg.e49a6bc03615.1472772311.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/e49a6bc03615
changeset: 15663:e49a6bc03615cdf2747393c5fb232806f0cbfd6f
user: Sam Steingold <[email protected]>
date: 2016-09-01 19:25:04 -0400
description:
mention bug#677
diffstat:
src/NEWS | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
------------------------------
Message: 11
Date: Fri, 02 Sep 2016 03:42:23 +0000
From: [email protected]
Subject: clisp: comment
To: [email protected]
Message-ID:
<hg.b458f1d5e2bd.1472787743.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/b458f1d5e2bd
changeset: 15664:b458f1d5e2bdfbb84fcd9bc02a85899d1ca8c903
user: Sam Steingold <[email protected]>
date: 2016-09-01 23:42:15 -0400
description:
comment
diffstat:
utils/modprep.lisp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
------------------------------
Message: 12
Date: Sun, 04 Sep 2016 19:53:01 +0000
From: [email protected]
Subject: clisp: update SF links: Mercurial & group_id=1355 -->
project/clisp
To: [email protected]
Message-ID:
<hg.8c640ff45355.1473018781.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/8c640ff45355
changeset: 15665:8c640ff453550ea1670cbc5d10d3887fafe64393
user: Sam Steingold <[email protected]>
date: 2016-09-04 11:50:40 -0400
description:
update SF links: Mercurial & group_id=1355 --> project/clisp
diffstat:
doc/common.xsl | 10 +++++-----
doc/faq.xml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
------------------------------
Message: 13
Date: Sun, 04 Sep 2016 19:53:02 +0000
From: [email protected]
Subject: clisp: fix dead links
To: [email protected]
Message-ID:
<hg.ee51659340a3.1473018782.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/ee51659340a3
changeset: 15666:ee51659340a3494fe25a79df758d5d4f9b389af6
user: Sam Steingold <[email protected]>
date: 2016-09-04 14:06:22 -0400
description:
fix dead links
diffstat:
doc/cl-ent.xml | 21 ++++++++++-----------
doc/clisp.xml.in | 3 ++-
doc/common.xsl | 16 ++++------------
doc/faq.xml | 12 ++++++------
doc/impbody.xml | 6 +++---
doc/impent.xml | 5 ++---
doc/impext.xml | 5 ++---
7 files changed, 29 insertions(+), 39 deletions(-)
------------------------------
Message: 14
Date: Sun, 04 Sep 2016 20:54:18 +0000
From: [email protected]
Subject: clisp: * utils/fix-perms.sh (root): replace obsolete "-perm
+111...
To: [email protected]
Message-ID:
<hg.1b974200f7a8.1473022458.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/1b974200f7a8
changeset: 15667:1b974200f7a89676741fadde07f084889408fe93
user: Sam Steingold <[email protected]>
date: 2016-09-04 16:50:00 -0400
description:
* utils/fix-perms.sh (root): replace obsolete "-perm +111" with "-perm /111" and .cvsignore with .hgignore
diffstat:
src/ChangeLog | 5 +++++
utils/fix-perms.sh | 9 +++++----
2 files changed, 10 insertions(+), 4 deletions(-)
------------------------------
Message: 15
Date: Sun, 04 Sep 2016 20:54:19 +0000
From: [email protected]
Subject: clisp: remove podval
To: [email protected]
Message-ID:
<hg.01c69ac1e332.1473022459.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/01c69ac1e332
changeset: 15668:01c69ac1e332bea02fdb5c0ed333407f83b76fbd
user: Sam Steingold <[email protected]>
date: 2016-09-04 16:54:10 -0400
description:
remove podval
diffstat:
doc/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
------------------------------
Message: 16
Date: Wed, 09 Nov 2016 15:17:44 +0000
From: [email protected]
Subject: clisp: Fix compilation error introduced on 2007-11-26.
To: [email protected]
Message-ID:
<hg.ec2f860aee78.1478704664.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/ec2f860aee78
changeset: 15669:ec2f860aee78e6b4ec83b155e3639325bb8c63b6
user: Bruno Haible <[email protected]>
date: 2016-11-09 13:13:54 +0100
description:
Fix compilation error introduced on 2007-11-26.
diffstat:
src/ChangeLog | 8 +++++++-
src/spvw_allocate.d | 18 +++++++++---------
2 files changed, 16 insertions(+), 10 deletions(-)
------------------------------
Message: 17
Date: Wed, 09 Nov 2016 16:52:09 +0000
From: [email protected]
Subject: clisp: Fix a relevant gcc warning of type -Wclobbered.
To: [email protected]
Message-ID:
<hg.7181ad2064e9.1478710329.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/7181ad2064e9
changeset: 15670:7181ad2064e9a4720b1e56c4d21dda33d96ab183
user: Bruno Haible <[email protected]>
date: 2016-11-09 17:08:38 +0100
description:
Fix a relevant gcc warning of type -Wclobbered.
diffstat:
src/ChangeLog | 6 ++++++
src/pathname.d | 2 +-
2 files changed, 7 insertions(+), 1 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 1
****************************************
------------------------------------------------------------------------------
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