| 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: Prepare for new frame info byte values.
([email protected])
2. clisp: Prepare for new frame info byte values.
([email protected])
3. clisp: New frame type CHANDLER.
([email protected])
4. clisp: Put only valid pointers into the FRAME_(frame_SP) of a
CH... ([email protected])
5. clisp: Don't put arbitrary C function pointers onto the
STACK. ([email protected])
6. clisp: Add check of make_machine_code argument.
([email protected])
7. clisp: Update to the newest gnulib, and import module
'c-strtod'. ([email protected])
8. clisp: New command line option -nextgc-factor (undocumented).
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sat, 27 May 2017 19:22:05 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Prepare for new frame info byte values.
Message-ID:
<hg.3a7c3ccd37bb.1495912925.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/3a7c3ccd37bb
changeset: 15910:3a7c3ccd37bbc3e472a0d3f879549af89c291796
user: Bruno Haible <[email protected]>
date: 2017-05-27 12:12:53 +0200
description:
Prepare for new frame info byte values.
diffstat:
src/ChangeLog | 12 ++++++++++++
src/debug.d | 8 ++++----
src/eval.d | 2 +-
src/lispbibl.d | 50 ++++++++++++++++++++++++++++----------------------
src/spvw_garcol.d | 2 +-
src/spvw_garcol_old.d | 2 +-
src/spvw_update.d | 2 +-
7 files changed, 48 insertions(+), 30 deletions(-)
------------------------------
Message: 2
Date: Sat, 27 May 2017 19:22:07 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Prepare for new frame info byte values.
Message-ID:
<hg.56eaa4ab84a0.1495912927.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/56eaa4ab84a0
changeset: 15911:56eaa4ab84a075bff305ff81c81c154ab5b708fc
user: Bruno Haible <[email protected]>
date: 2017-05-27 17:09:44 +0200
description:
Prepare for new frame info byte values.
diffstat:
src/ChangeLog | 13 +++++++++++
src/debug.d | 18 ++++++++++++++-
src/eval.d | 6 ++--
src/lispbibl.d | 66 +++++++++++++++++++++++++++------------------------------
4 files changed, 63 insertions(+), 40 deletions(-)
------------------------------
Message: 3
Date: Sat, 27 May 2017 19:22:08 +0000
From: [email protected]
To: [email protected]
Subject: clisp: New frame type CHANDLER.
Message-ID:
<hg.6a5acbe357f8.1495912928.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/6a5acbe357f8
changeset: 15912:6a5acbe357f8a5d97dec313934d4f072935cb9a1
user: Bruno Haible <[email protected]>
date: 2017-05-27 18:42:36 +0200
description:
New frame type CHANDLER.
diffstat:
src/ChangeLog | 28 +++++++++++
src/eval.d | 11 ++--
src/io.d | 9 ++-
src/lispbibl.d | 122 ++++++++++++++++++++++++++-----------------------
src/pathname.d | 14 ++--
src/spvw_garcol.d | 9 ++-
src/spvw_garcol_old.d | 9 ++-
src/spvw_update.d | 9 ++-
src/stream.d | 30 ++++++------
9 files changed, 143 insertions(+), 98 deletions(-)
------------------------------
Message: 4
Date: Sat, 27 May 2017 19:22:10 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Put only valid pointers into the FRAME_(frame_SP) of a
CH...
Message-ID:
<hg.084199c06424.1495912930.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/084199c06424
changeset: 15913:084199c06424d252f7e13acdfbb076658b5073a7
user: Bruno Haible <[email protected]>
date: 2017-05-27 20:43:41 +0200
description:
Put only valid pointers into the FRAME_(frame_SP) of a CHANDLER frame.
diffstat:
src/ChangeLog | 9 +++++++++
src/io.d | 13 +++++++++----
src/lispbibl.d | 2 +-
src/pathname.d | 12 +++++++-----
4 files changed, 26 insertions(+), 10 deletions(-)
------------------------------
Message: 5
Date: Sat, 27 May 2017 19:22:11 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Don't put arbitrary C function pointers onto the
STACK.
Message-ID:
<hg.57e0d174fd9a.1495912931.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/57e0d174fd9a
changeset: 15914:57e0d174fd9acb976e87c3138f472d4d8cd995a5
user: Bruno Haible <[email protected]>
date: 2017-05-27 21:16:46 +0200
description:
Don't put arbitrary C function pointers onto the STACK.
diffstat:
src/ChangeLog | 9 +++++++++
src/list.d | 42 ++++++++++++++++++++----------------------
2 files changed, 29 insertions(+), 22 deletions(-)
------------------------------
Message: 6
Date: Sat, 27 May 2017 19:22:13 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Add check of make_machine_code argument.
Message-ID:
<hg.0811d6f2b63a.1495912933.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/0811d6f2b63a
changeset: 15915:0811d6f2b63a343f3495571ca57c6a77738cbff3
user: Bruno Haible <[email protected]>
date: 2017-05-27 21:20:12 +0200
description:
Add check of make_machine_code argument.
diffstat:
src/ChangeLog | 11 +++++++++++
src/lispbibl.d | 22 +++++++++++++++++-----
src/spvw.d | 8 ++++----
3 files changed, 32 insertions(+), 9 deletions(-)
------------------------------
Message: 7
Date: Sun, 28 May 2017 12:11:48 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Update to the newest gnulib, and import module
'c-strtod'.
Message-ID:
<hg.13b820550816.1495973508.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/13b820550816
changeset: 15916:13b820550816aca6305b025ff9c90bdf0aea96d5
user: Bruno Haible <[email protected]>
date: 2017-05-28 13:43:24 +0200
description:
Update to the newest gnulib, and import module 'c-strtod'.
diffstat:
Makefile.devel | 2 +-
modules/oracle/configure | 115 ++-
src/ChangeLog | 13 +
src/aclocal.m4 | 762 +++++++++++++----
src/build-aux/config.guess | 8 +-
src/build-aux/config.sub | 6 +-
src/config.h.in | 85 +-
src/configure | 1831 ++++++++++++++++++++++++-----------------
src/gllib/Makefile.am | 79 +-
src/gllib/Makefile.in | 137 ++-
src/gllib/c-strtod.c | 112 ++
src/gllib/c-strtod.h | 45 +
src/gllib/close.c | 4 +-
src/gllib/dup2.c | 44 +-
src/gllib/fd-hook.c | 2 +-
src/gllib/fd-hook.h | 2 +-
src/gllib/filename.h | 54 +
src/gllib/fnmatch.c | 8 +
src/gllib/fnmatch_loop.c | 8 +-
src/gllib/gettext.h | 5 +-
src/gllib/gettimeofday.c | 154 +-
src/gllib/intprops.h | 71 +-
src/gllib/ioctl.c | 6 +-
src/gllib/localcharset.c | 8 +-
src/gllib/localtime-buffer.c | 58 +
src/gllib/localtime-buffer.h | 27 +
src/gllib/malloc.c | 56 +
src/gllib/mbrtowc.c | 11 +-
src/gllib/mbsinit.c | 34 +-
src/gllib/mktime.c | 66 +-
src/gllib/msvc-nothrow.c | 4 +-
src/gllib/regex_internal.h | 1 +
src/gllib/select.c | 6 +-
src/gllib/sockets.c | 6 +-
src/gllib/sockets.h | 12 +-
src/gllib/stat-w32.c | 415 +++++++++
src/gllib/stat-w32.h | 37 +
src/gllib/stat.c | 419 ++++++++-
src/gllib/strdup.c | 54 +
src/gllib/strerror_r.c | 114 ++-
src/gllib/strftime.c | 13 +-
src/gllib/sys_stat.in.h | 182 +++-
src/gllib/sys_types.in.h | 42 +
src/gllib/time.in.h | 57 +-
src/gllib/time_rz.c | 15 +-
src/gllib/tzset.c | 83 +
src/gllib/unistd.in.h | 48 +-
src/gllib/vma-iter.c | 38 +-
src/gllib/vma-iter.h | 2 +-
src/gllib/w32sock.h | 6 +-
src/gllib/wchar.in.h | 44 +-
src/gllib/wctype.in.h | 22 +-
src/glm4/c-strtod.m4 | 49 +
src/glm4/close.m4 | 12 +-
src/glm4/gettimeofday.m4 | 36 +-
src/glm4/gnulib-cache.m4 | 3 +-
src/glm4/gnulib-comp.m4 | 52 +-
src/glm4/iconv.m4 | 34 +-
src/glm4/include_next.m4 | 5 +-
src/glm4/intldir.m4 | 6 +-
src/glm4/largefile.m4 | 21 +-
src/glm4/localtime-buffer.m4 | 21 +
src/glm4/malloc.m4 | 101 ++
src/glm4/mktime.m4 | 65 +-
src/glm4/progtest.m4 | 4 +-
src/glm4/stat.m4 | 104 +-
src/glm4/strdup.m4 | 36 +
src/glm4/strerror_r.m4 | 26 +-
src/glm4/strftime.m4 | 8 +-
src/glm4/sys_stat_h.m4 | 18 +-
src/glm4/sys_time_h.m4 | 3 +-
src/glm4/sys_types_h.m4 | 10 +-
src/glm4/time_h.m4 | 12 +-
src/glm4/time_rz.m4 | 3 +-
src/glm4/timegm.m4 | 6 +-
src/glm4/tzset.m4 | 81 +
src/glm4/unistd_h.m4 | 9 +-
src/glm4/wchar_h.m4 | 9 +-
src/glm4/wctype_h.m4 | 4 +-
src/glm4/wint_t.m4 | 14 +-
80 files changed, 4643 insertions(+), 1542 deletions(-)
------------------------------
Message: 8
Date: Sun, 28 May 2017 12:11:49 +0000
From: [email protected]
To: [email protected]
Subject: clisp: New command line option -nextgc-factor (undocumented).
Message-ID:
<hg.38e4743b1df5.1495973509.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/38e4743b1df5
changeset: 15917:38e4743b1df50eac7b4c74ed9e8f8783dcf3dafa
user: Bruno Haible <[email protected]>
date: 2017-05-28 14:11:25 +0200
description:
New command line option -nextgc-factor (undocumented).
diffstat:
src/ChangeLog | 13 +++++++++++++
src/spvw.d | 19 ++++++++++++++++++-
src/spvw_garcol.d | 20 ++++++++++++++------
src/spvw_garcol_old.d | 20 ++++++++++++++------
src/spvw_global.d | 3 +++
src/spvw_global_old.d | 3 +++
6 files changed, 65 insertions(+), 13 deletions(-)
------------------------------
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
------------------------------
Subject: Digest Footer
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
------------------------------
End of clisp-cvs Digest, Vol 77, 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