| 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 the 2012-04-27 patch c88260c2da71 (symlink to
directo... ([email protected])
2. clisp: (check_copy_method): fix STACK depth handling
([email protected])
3. clisp: (PCRE:PCRE-EXEC): fix a GC-safety bug
([email protected])
4. clisp: fix GC-safety bugs in copy_one_file
([email protected])
5. clisp: avoid gcc compilation warnings
([email protected])
6. clisp: avoid test failure with g++
([email protected])
7. clisp: (VALUE1_EXTRA) [!value1_register]: do not define
([email protected])
8. clisp: Update asdf to version 3.1.7
([email protected])
9. clisp: Fix locale related errors when testing getdate
([email protected])
10. clisp: Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on
NetBSD ([email protected])
11. clisp: reorder ([email protected])
12. clisp: * src/unix.d [UNIX_CYGWIN32]: Work around namespace
pollu... ([email protected])
13. clisp: * src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit
Cy... ([email protected])
14. clisp: * src/m4/signal.m4: Remove obsolete Cygwin-specific
code ([email protected])
15. clisp: * src/lispbibl.d (ULONGLONG): Avoid conflict with w32
typ... ([email protected])
16. clisp: Fix dynamic loading on Cygwin
([email protected])
17. clisp: (XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes
bu... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 12 Aug 2016 22:41:11 +0000
From: [email protected]
Subject: clisp: fix the 2012-04-27 patch c88260c2da71 (symlink to
directo...
To: [email protected]
Message-ID:
<hg.2857eae38681.1471041671.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/2857eae38681
changeset: 15621:2857eae38681edf905c722b80143eae6d6a5d86d
user: Sam Steingold <[email protected]>
date: 2016-08-11 21:39:33 -0400
description:
fix the 2012-04-27 patch c88260c2da71 (symlink to directory handling)
* src/pathname.d (delete_directory): fix rmdir() failure handling
diffstat:
src/ChangeLog | 4 ++++
src/pathname.d | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
------------------------------
Message: 2
Date: Fri, 12 Aug 2016 22:41:14 +0000
From: [email protected]
Subject: clisp: (check_copy_method): fix STACK depth handling
To: [email protected]
Message-ID:
<hg.b5f00441f807.1471041674.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/b5f00441f807
changeset: 15622:b5f00441f807d9bfcd90140de414ac332dff9220
user: Sam Steingold <[email protected]>
date: 2016-08-12 18:26:07 -0400
description:
(check_copy_method): fix STACK depth handling
diffstat:
modules/syscalls/calls.c | 11 +++++------
modules/syscalls/test.tst | 37 +++++++++++++++++++++++++++++++++----
src/ChangeLog | 4 ++++
3 files changed, 42 insertions(+), 10 deletions(-)
------------------------------
Message: 3
Date: Fri, 12 Aug 2016 22:41:16 +0000
From: [email protected]
Subject: clisp: (PCRE:PCRE-EXEC): fix a GC-safety bug
To: [email protected]
Message-ID:
<hg.e219233849af.1471041676.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/e219233849af
changeset: 15623:e219233849af1ff83731f9a0765a8bfe471b51d1
user: Sam Steingold <[email protected]>
date: 2016-08-12 18:30:25 -0400
description:
(PCRE:PCRE-EXEC): fix a GC-safety bug
diffstat:
modules/pcre/cpcre.c | 8 ++++----
modules/pcre/test.tst | 2 +-
src/ChangeLog | 6 +++++-
3 files changed, 10 insertions(+), 6 deletions(-)
------------------------------
Message: 4
Date: Sun, 14 Aug 2016 04:16:53 +0000
From: [email protected]
Subject: clisp: fix GC-safety bugs in copy_one_file
To: [email protected]
Message-ID:
<hg.46aa3992f3a0.1471148213.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/46aa3992f3a0
changeset: 15624:46aa3992f3a0d9fd64c666f03b93b2bc5b27db9f
user: Sam Steingold <[email protected]>
date: 2016-08-14 00:09:43 -0400
description:
fix GC-safety bugs in copy_one_file
* modules/syscalls/calls.c (hardlink_file_o): add
(copy_one_file): fix GC-safety bugs
diffstat:
modules/syscalls/calls.c | 44 ++++++++++++++++++++++++--------------------
modules/syscalls/test.tst | 15 ++++++++++-----
src/ChangeLog | 5 +++++
3 files changed, 39 insertions(+), 25 deletions(-)
------------------------------
Message: 5
Date: Sun, 14 Aug 2016 04:16:54 +0000
From: [email protected]
Subject: clisp: avoid gcc compilation warnings
To: [email protected]
Message-ID:
<hg.a9746f412ab8.1471148214.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/a9746f412ab8
changeset: 15625:a9746f412ab88b64b563c1e133ffd4f7110e5dc5
user: Sam Steingold <[email protected]>
date: 2016-08-14 00:11:17 -0400
description:
avoid gcc compilation warnings
diffstat:
modules/syscalls/calls.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
------------------------------
Message: 6
Date: Sun, 14 Aug 2016 04:16:55 +0000
From: [email protected]
Subject: clisp: avoid test failure with g++
To: [email protected]
Message-ID:
<hg.b1477e46b3c9.1471148215.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/b1477e46b3c9
changeset: 15626:b1477e46b3c99971f89b6920be3701c61ed7045c
user: Sam Steingold <[email protected]>
date: 2016-08-14 00:13:57 -0400
description:
avoid test failure with g++
diffstat:
modules/syscalls/test.tst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
------------------------------
Message: 7
Date: Fri, 26 Aug 2016 19:04:05 +0000
From: [email protected]
Subject: clisp: (VALUE1_EXTRA) [!value1_register]: do not define
To: [email protected]
Message-ID:
<hg.44eed0fb007a.1472238245.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/44eed0fb007a
changeset: 15627:44eed0fb007a3404de6e63f8987ea22e4d67c808
user: Sam Steingold <[email protected]>
date: 2016-08-26 13:47:00 -0400
description:
(VALUE1_EXTRA) [!value1_register]: do not define
This fixes patch#93dee6a014b2bc75ed9e6f7bb6f6929fb97a68bc (2008-01-13)
as discussed in https://sourceforge.net/p/clisp/mailman/message/35061096/
diffstat:
src/ChangeLog | 6 ++++++
src/lispbibl.d | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
------------------------------
Message: 8
Date: Fri, 26 Aug 2016 19:04:07 +0000
From: [email protected]
Subject: clisp: Update asdf to version 3.1.7
To: [email protected]
Message-ID:
<hg.1429e42cb2a8.1472238247.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/1429e42cb2a8
changeset: 15628:1429e42cb2a81709f2e10dafda67d392fd418b6c
user: Daniel Jour <[email protected]>
date: 2016-05-16 01:50:23 +0200
description:
Update asdf to version 3.1.7
* modules/asdf/asdf.lisp: Update to 3.1.7
* modules/asdf/asdf.xml: Update asdf module description
diffstat:
modules/asdf/asdf.lisp | 6121 +++++++++++++++++++++++++++++++----------------
modules/asdf/asdf.xml | 9 +-
src/ChangeLog | 6 +
3 files changed, 4062 insertions(+), 2074 deletions(-)
------------------------------
Message: 9
Date: Fri, 26 Aug 2016 19:04:08 +0000
From: [email protected]
Subject: clisp: Fix locale related errors when testing getdate
To: [email protected]
Message-ID:
<hg.924519c6b452.1472238248.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/924519c6b452
changeset: 15629:924519c6b452a641e9e62c6b65417b48116b80d3
user: Daniel Jour <[email protected]>
date: 2016-05-18 12:23:45 +0200
description:
Fix locale related errors when testing getdate
diffstat:
modules/syscalls/test.tst | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
------------------------------
Message: 10
Date: Fri, 26 Aug 2016 19:04:09 +0000
From: [email protected]
Subject: clisp: Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on
NetBSD
To: [email protected]
Message-ID:
<hg.1c61a0872d35.1472238249.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/1c61a0872d35
changeset: 15630:1c61a0872d35c2a19dfdaaeb673f7b70365c30e2
user: Daniel Jour <[email protected]>
date: 2016-06-09 02:46:06 +0200
description:
Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on NetBSD
CLISP uses MAP_FIXED when calling mmap, but the requested addresses are not
within any mappable range on NetBSD, thus it fails with ENOMEM.
diffstat:
src/ChangeLog | 6 ++++++
src/lispbibl.d | 20 ++++++++++++++++----
2 files changed, 22 insertions(+), 4 deletions(-)
------------------------------
Message: 11
Date: Fri, 26 Aug 2016 19:04:11 +0000
From: [email protected]
Subject: clisp: reorder
To: [email protected]
Message-ID:
<hg.bf16ec104ed4.1472238251.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/bf16ec104ed4
changeset: 15631:bf16ec104ed4e9985787971af47b42e27ff87a9b
user: Sam Steingold <[email protected]>
date: 2016-08-26 14:07:33 -0400
description:
reorder
diffstat:
src/ChangeLog | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)
------------------------------
Message: 12
Date: Sun, 28 Aug 2016 21:30:53 +0000
From: [email protected]
Subject: clisp: * src/unix.d [UNIX_CYGWIN32]: Work around namespace
pollu...
To: [email protected]
Message-ID:
<hg.a4a0a2c83f0d.1472419853.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/a4a0a2c83f0d
changeset: 15632:a4a0a2c83f0d1f48a6c21b97ae554c4743fc02b9
user: Ken Brown <[email protected]>
date: 2015-03-04 18:11:34 -0500
description:
* src/unix.d [UNIX_CYGWIN32]: Work around namespace pollution in w32 headers
"Handle" is used in a w32 prototype, interfering with our definition
of it as a macro.
diffstat:
src/ChangeLog | 7 +++++++
src/unix.d | 3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
------------------------------
Message: 13
Date: Sun, 28 Aug 2016 21:30:55 +0000
From: [email protected]
Subject: clisp: * src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit
Cy...
To: [email protected]
Message-ID:
<hg.4f89513266a5.1472419855.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/4f89513266a5
changeset: 15633:4f89513266a5827048f39574adf4fa56ca0147e1
user: Ken Brown <[email protected]>
date: 2015-03-04 22:05:35 -0500
description:
* src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit Cygwin
The heap on Cygwin is now in high memory, so STANDARD_HEAPCODES will
no longer work.
diffstat:
src/ChangeLog | 6 ++++++
src/lispbibl.d | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
------------------------------
Message: 14
Date: Sun, 28 Aug 2016 21:30:56 +0000
From: [email protected]
Subject: clisp: * src/m4/signal.m4: Remove obsolete Cygwin-specific
code
To: [email protected]
Message-ID:
<hg.a4ff7f8b180c.1472419856.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/a4ff7f8b180c
changeset: 15634:a4ff7f8b180c96a6842088591986320d5ec6e552
user: Ken Brown <[email protected]>
date: 2015-03-05 11:28:06 -0500
description:
* src/m4/signal.m4: Remove obsolete Cygwin-specific code
diffstat:
src/ChangeLog | 4 ++++
src/m4/signal.m4 | 25 -------------------------
2 files changed, 4 insertions(+), 25 deletions(-)
------------------------------
Message: 15
Date: Sun, 28 Aug 2016 21:30:58 +0000
From: [email protected]
Subject: clisp: * src/lispbibl.d (ULONGLONG): Avoid conflict with w32
typ...
To: [email protected]
Message-ID:
<hg.2334c6034ea3.1472419858.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/2334c6034ea3
changeset: 15635:2334c6034ea3505d26eac32b676f972db401aaee
user: Ken Brown <[email protected]>
date: 2015-03-05 12:30:28 -0500
description:
* src/lispbibl.d (ULONGLONG): Avoid conflict with w32 typedef
on 64-bit Cygwin
diffstat:
src/ChangeLog | 7 ++++++-
src/lispbibl.d | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
------------------------------
Message: 16
Date: Sun, 28 Aug 2016 21:30:59 +0000
From: [email protected]
Subject: clisp: Fix dynamic loading on Cygwin
To: [email protected]
Message-ID:
<hg.69da1aa5ee51.1472419859.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/69da1aa5ee51
changeset: 15636:69da1aa5ee51ebdd695122ea208353c969ec1766
user: Ken Brown <[email protected]>
date: 2015-03-18 11:34:21 -0400
description:
Fix dynamic loading on Cygwin
* src/genclisph.d [UNIX_CYGWIN32]: Fix syntax error in lisp.def.
* src/makemake.in (archive_cmds): Fix definition on Cygwin.
(lisp.def): Add "hostent_to_lisp" to lisp.def on Cygwin.
(clisp-link): Use absolute path to lisp.def.
diffstat:
src/ChangeLog | 8 ++++++++
src/genclisph.d | 6 ++++++
src/makemake.in | 20 +++++++++++++++++---
3 files changed, 31 insertions(+), 3 deletions(-)
------------------------------
Message: 17
Date: Sun, 28 Aug 2016 21:31:01 +0000
From: [email protected]
Subject: clisp: (XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes
bu...
To: [email protected]
Message-ID:
<hg.e0b4ecbc8c4a.1472419861.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/e0b4ecbc8c4a
changeset: 15637:e0b4ecbc8c4adc70d3b47a81e7492727d19c07ad
user: Sam Steingold <[email protected]>
date: 2016-08-26 16:38:39 -0400
description:
(XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes bug#686)
diffstat:
src/ChangeLog | 5 +++++
src/makemake.in | 12 ++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
------------------------------
------------------------------------------------------------------------------
------------------------------
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 72, Issue 2
****************************************
------------------------------------------------------------------------------
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel