| 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 build failures with AIX make.
([email protected])
2. clisp: Fix build failure on AIX in 64-bit mode.
([email protected])
3. clisp: Fix build failure on AIX in 64-bit mode.
([email protected])
4. clisp: New heuristic for choosing between TYPECODES and
HEAPCODES. ([email protected])
5. clisp: clisp.cons.org --> clisp.org
([email protected])
6. clisp: Modify the bug#679 fix: defer getting the TRUENAME of
std... ([email protected])
7. clisp: maint: Add facility for testing builds with
DEBUG_GCSAFETY. ([email protected])
8. clisp: fix a GC-safety bug in the previous patch
([email protected])
9. clisp: (c)year ([email protected])
10. clisp: Fix some gcc warnings about use of fprintf.
([email protected])
11. clisp: configure: Fail right away if configure could not
create ... ([email protected])
12. clisp: Fix build failure with DEBUG_GCSAFETY.
([email protected])
13. clisp: asciz_equal: fix comments
([email protected])
14. clisp: Wrap atol() and strncmp() in
begin_system_call/end_system...
([email protected])
15. clisp: Add asciz_startswith - a replacement for strncmp not
requ... ([email protected])
16. clisp: Fix module build failure with inttypes defined in base
mo... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 05 Mar 2017 19:15:54 +0000
From: [email protected]
Subject: clisp: Fix build failures with AIX make.
To: [email protected]
Message-ID:
<hg.6af8aa2e07c3.1488741354.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/6af8aa2e07c3
changeset: 15779:6af8aa2e07c37e263cc467607f1e00e06f066887
user: Bruno Haible <[email protected]>
date: 2017-03-05 17:03:47 +0100
description:
Fix build failures with AIX make.
diffstat:
src/ChangeLog | 6 ++++++
src/makemake.in | 20 ++++++++++----------
2 files changed, 16 insertions(+), 10 deletions(-)
------------------------------
Message: 2
Date: Sun, 05 Mar 2017 19:15:55 +0000
From: [email protected]
Subject: clisp: Fix build failure on AIX in 64-bit mode.
To: [email protected]
Message-ID:
<hg.0fa0cd806c63.1488741355.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/0fa0cd806c63
changeset: 15780:0fa0cd806c636e34d43baa0d1f07d05171f94e1e
user: Bruno Haible <[email protected]>
date: 2017-03-05 19:48:43 +0100
description:
Fix build failure on AIX in 64-bit mode.
diffstat:
modules/berkeley-db/configure | 152 +++++++++++-------
modules/fastcgi/configure | 152 +++++++++++-------
modules/gdbm/configure | 152 +++++++++++-------
modules/libsvm/configure | 152 +++++++++++-------
modules/pari/configure | 152 +++++++++++-------
modules/pcre/configure | 152 +++++++++++-------
modules/postgresql/configure | 152 +++++++++++-------
modules/readline/configure | 152 +++++++++++-------
modules/zlib/configure | 152 +++++++++++-------
src/ChangeLog | 6 +
src/aclocal.m4 | 146 ++++++++++-------
src/configure | 336 +++++++++++++++++++++++------------------
src/glm4/lib-ld.m4 | 140 ++++++++++-------
13 files changed, 1209 insertions(+), 787 deletions(-)
------------------------------
Message: 3
Date: Sun, 05 Mar 2017 19:15:57 +0000
From: [email protected]
Subject: clisp: Fix build failure on AIX in 64-bit mode.
To: [email protected]
Message-ID:
<hg.b64515572c0f.1488741357.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/b64515572c0f
changeset: 15781:b64515572c0fa3c8af863d82a86b48cb50d2d96e
user: Bruno Haible <[email protected]>
date: 2017-03-05 19:50:16 +0100
description:
Fix build failure on AIX in 64-bit mode.
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 4
Date: Sun, 05 Mar 2017 19:15:58 +0000
From: [email protected]
Subject: clisp: New heuristic for choosing between TYPECODES and
HEAPCODES.
To: [email protected]
Message-ID:
<hg.6fd1af74ace8.1488741358.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/6fd1af74ace8
changeset: 15782:6fd1af74ace8416f6a0f868f2ecebcedb3e4a000
user: Bruno Haible <[email protected]>
date: 2017-03-05 19:58:30 +0100
description:
New heuristic for choosing between TYPECODES and HEAPCODES.
diffstat:
src/ChangeLog | 7 +++++++
src/lispbibl.d | 39 ++++++++++++++++++++++++++++++++-------
2 files changed, 39 insertions(+), 7 deletions(-)
------------------------------
Message: 5
Date: Tue, 07 Mar 2017 18:27:45 +0000
From: [email protected]
Subject: clisp: clisp.cons.org --> clisp.org
To: [email protected]
Message-ID:
<hg.956dc7fbe3bb.1488911265.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/956dc7fbe3bb
changeset: 15783:956dc7fbe3bb30ad6bc264763dca053c20471aca
user: Sam Steingold <[email protected]>
date: 2017-03-01 13:23:13 -0500
description:
clisp.cons.org --> clisp.org
diffstat:
utils/clispload.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
------------------------------
Message: 6
Date: Wed, 08 Mar 2017 18:24:43 +0000
From: [email protected]
Subject: clisp: Modify the bug#679 fix: defer getting the TRUENAME of
std...
To: [email protected]
Message-ID:
<hg.6990cdb9ccb2.1488997483.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/6990cdb9ccb2
changeset: 15784:6990cdb9ccb244176d03084031e8d0f59142dba6
user: Sam Steingold <[email protected]>
date: 2017-03-08 13:24:36 -0500
description:
Modify the bug#679 fix: defer getting the TRUENAME of stdio and avoid resolving /proc symlinks to non-existing local files
* src/lispbibl.d (file_stream_truename): Resolve the deferred TRUENAME.
* src/makemake.in (check-script): Add 2 tests.
* src/pathname.d (test_file_stream_named): Check name, not truename.
(file_stream_truename): Move here from src/stream.d
(get_path_info): Do not use local symlinks from "/proc".
(TRUENAME, probe_path_from_stream, DELETE-FILE, RENAME-FILE, OPEN)
(FILE-WRITE-DATE, FILE-AUTHOR): Use file_stream_truename.
* stream.d (handle_pathname): Call PATHNAME instead of TRUENAME.
(handle_to_stream): Do not set strm_file_truename.
* tests/streams.tst, tests/path.tst: Add tests for bug#679.
diffstat:
src/ChangeLog | 14 ++++++++++++++
src/lispbibl.d | 15 ++++++++-------
src/makemake.in | 2 ++
src/pathname.d | 49 ++++++++++++++++++++++++++++++++-----------------
src/stream.d | 15 ++++-----------
tests/ChangeLog | 6 +++++-
tests/path.tst | 6 ++++++
tests/streams.tst | 2 ++
8 files changed, 73 insertions(+), 36 deletions(-)
------------------------------
Message: 7
Date: Thu, 09 Mar 2017 00:56:45 +0000
From: [email protected]
Subject: clisp: maint: Add facility for testing builds with
DEBUG_GCSAFETY.
To: [email protected]
Message-ID:
<hg.948a44cd6e7d.1489021005.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/948a44cd6e7d
changeset: 15785:948a44cd6e7dbbe9917157c204116cb9f0791b96
user: Bruno Haible <[email protected]>
date: 2017-03-09 01:52:58 +0100
description:
maint: Add facility for testing builds with DEBUG_GCSAFETY.
diffstat:
Makefile.devel | 32 ++++++++++++++++++++++++++++----
src/ChangeLog | 6 ++++++
2 files changed, 34 insertions(+), 4 deletions(-)
------------------------------
Message: 8
Date: Thu, 09 Mar 2017 01:47:15 +0000
From: [email protected]
Subject: clisp: fix a GC-safety bug in the previous patch
To: [email protected]
Message-ID:
<hg.034bc6d2d51d.1489024035.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/034bc6d2d51d
changeset: 15786:034bc6d2d51d2641116c187cdaf89f918a48a0ce
user: Sam Steingold <[email protected]>
date: 2017-03-08 20:47:07 -0500
description:
fix a GC-safety bug in the previous patch
diffstat:
src/pathname.d | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
------------------------------
Message: 9
Date: Thu, 09 Mar 2017 01:51:37 +0000
From: [email protected]
Subject: clisp: (c)year
To: [email protected]
Message-ID:
<hg.d32ccdceae05.1489024297.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/d32ccdceae05
changeset: 15787:d32ccdceae054285520bed9395babaabf8d91ff3
user: Sam Steingold <[email protected]>
date: 2017-03-08 20:51:33 -0500
description:
(c)year
diffstat:
src/lispbibl.d | 2 +-
src/pathname.d | 2 +-
src/stream.d | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
------------------------------
Message: 10
Date: Thu, 09 Mar 2017 20:44:27 +0000
From: [email protected]
Subject: clisp: Fix some gcc warnings about use of fprintf.
To: [email protected]
Message-ID:
<hg.475db05ae2cb.1489092267.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/475db05ae2cb
changeset: 15789:475db05ae2cb428151eb4956daf314b38d5a3afe
user: Bruno Haible <[email protected]>
date: 2017-03-09 21:41:39 +0100
description:
Fix some gcc warnings about use of fprintf.
diffstat:
src/ChangeLog | 17 +++++++++++++++++
src/errunix.d | 2 +-
src/eval.d | 9 +++++----
src/predtype.d | 2 +-
src/spvw.d | 4 ++--
src/spvw_debug.d | 38 +++++++++++++++++++++-----------------
src/spvw_memfile.d | 2 +-
src/spvw_sigsegv.d | 2 +-
8 files changed, 49 insertions(+), 27 deletions(-)
------------------------------
Message: 11
Date: Thu, 09 Mar 2017 20:44:26 +0000
From: [email protected]
Subject: clisp: configure: Fail right away if configure could not
create ...
To: [email protected]
Message-ID:
<hg.c57aa3ea4d4f.1489092266.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/c57aa3ea4d4f
changeset: 15788:c57aa3ea4d4f59d065a2f650d714ab335ed32fb6
user: Bruno Haible <[email protected]>
date: 2017-03-09 21:32:28 +0100
description:
configure: Fail right away if configure could not create intparam.h.
diffstat:
configure | 2 ++
src/ChangeLog | 6 ++++++
2 files changed, 8 insertions(+), 0 deletions(-)
------------------------------
Message: 12
Date: Thu, 09 Mar 2017 20:44:29 +0000
From: [email protected]
Subject: clisp: Fix build failure with DEBUG_GCSAFETY.
To: [email protected]
Message-ID:
<hg.d0fc7df200bf.1489092269.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/d0fc7df200bf
changeset: 15790:d0fc7df200bfe9c0b70cb829398e9c0e7165f9fa
user: Bruno Haible <[email protected]>
date: 2017-03-09 21:43:52 +0100
description:
Fix build failure with DEBUG_GCSAFETY.
diffstat:
src/ChangeLog | 6 ++++++
src/lispbibl.d | 18 ++++++++++++------
2 files changed, 18 insertions(+), 6 deletions(-)
------------------------------
Message: 13
Date: Fri, 10 Mar 2017 02:47:58 +0000
From: [email protected]
Subject: clisp: asciz_equal: fix comments
To: [email protected]
Message-ID:
<hg.9af3368b5ab3.1489114078.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/9af3368b5ab3
changeset: 15791:9af3368b5ab3a5a39ef6a28cb910ab192bb1b07a
user: Sam Steingold <[email protected]>
date: 2017-03-09 21:17:57 -0500
description:
asciz_equal: fix comments
diffstat:
src/lispbibl.d | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
------------------------------
Message: 14
Date: Fri, 10 Mar 2017 02:47:59 +0000
From: [email protected]
Subject: clisp: Wrap atol() and strncmp() in
begin_system_call/end_system...
To: [email protected]
Message-ID:
<hg.eea5838d2ea4.1489114079.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/eea5838d2ea4
changeset: 15792:eea5838d2ea42d967826a799dcbfc931d4e2e5ed
user: Sam Steingold <[email protected]>
date: 2017-03-09 21:24:17 -0500
description:
Wrap atol() and strncmp() in begin_system_call/end_system_call.
* src/misc.d (LISP-IMPLEMENTATION-VERSION): Wrap atol() and strncmp()
in begin_system_call/end_system_call.
diffstat:
src/ChangeLog | 5 +++++
src/misc.d | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
------------------------------
Message: 15
Date: Fri, 10 Mar 2017 02:48:00 +0000
From: [email protected]
Subject: clisp: Add asciz_startswith - a replacement for strncmp not
requ...
To: [email protected]
Message-ID:
<hg.9f406724b60b.1489114080.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/9f406724b60b
changeset: 15793:9f406724b60bd2f340916da02c70252105ff5346
user: Sam Steingold <[email protected]>
date: 2017-03-09 21:47:51 -0500
description:
Add asciz_startswith - a replacement for strncmp not requiring begin_system_call/end_system_call.
* src/spvw.d (asciz_startswith): Implement.
* src/lispbibl.d (asciz_startswith): Declare.
* src/pathname.d (get_path_info): Use it instead of strncmp().
diffstat:
src/ChangeLog | 8 ++++++++
src/lispbibl.d | 11 +++++++++++
src/pathname.d | 2 +-
src/spvw.d | 16 ++++++++++++++++
4 files changed, 36 insertions(+), 1 deletions(-)
------------------------------
Message: 16
Date: Fri, 10 Mar 2017 03:48:47 +0000
From: [email protected]
Subject: clisp: Fix module build failure with inttypes defined in base
mo...
To: [email protected]
Message-ID:
<hg.47ba0726dfba.1489117727.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/47ba0726dfba
changeset: 15794:47ba0726dfbad660234dd6a33ea4c9d2ea659909
user: Sam Steingold <[email protected]>
date: 2017-03-09 22:48:41 -0500
description:
Fix module build failure with inttypes defined in base modules.
* src/foreign.d, src/subr.d (PARSE-FOREIGN-INTTYPE): Accept second ERRORP
argument; return 0 when the type is not found and ERRORP is NIL.
* src/foreign1.lisp (parse-c-type): Pass ERRORP=T to PARSE-FOREIGN-INTTYPE.
(finalize-coutput-file): Do not write register_foreign_inttype()
for types already accepted by PARSE-FOREIGN-INTTYPE.
diffstat:
src/ChangeLog | 9 +++++++++
src/foreign.d | 12 ++++++++----
src/foreign1.lisp | 5 +++--
src/subr.d | 2 +-
4 files changed, 21 insertions(+), 7 deletions(-)
------------------------------
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
------------------------------
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 75, Issue 2
****************************************
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel