|
From: <cli...@li...> - 2016-08-12 22:41:14
|
Send clisp-cvs mailing list submissions to cli...@li... 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 cli...@li... You can reach the person managing the list at cli...@li... 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: * modules/clx/new-clx/demos/clx-demos.lisp: require CLX (cli...@li...) 2. clisp: (faq-help): mention StackOverflow (cli...@li...) 3. clisp: Avoid startup errors when the user has weird ~/.clisp (cli...@li...) 4. clisp: * modules/asdf/asdf.lisp: upgrade to 2.33 (cli...@li...) 5. clisp: * src/m4/termcap.m4 (CL_TERMCAP): also look for tgetent i... (cli...@li...) 6. clisp: remove obsolete code (cli...@li...) 7. clisp: Fix bug#668 posix:file-state always return NIL for :rdev (cli...@li...) 8. clisp: minor fixes in sorttest.lisp (cli...@li...) 9. clisp: update SF tracker links (cli...@li...) 10. clisp: convert tracker references to the new format (cli...@li...) 11. clisp: fix compilation of bindings/glibc (cli...@li...) 12. clisp: (clisp-repo-p): update for the new HG root (SF infrastruc... (cli...@li...) 13. clisp: fix build of the asdf module (cli...@li...) 14. clisp: system::simple-os-error --> ext:os-error to finish the 20... (cli...@li...) 15. clisp: src/package.d (intern): cerror_package_locked can trigger GC (cli...@li...) 16. clisp: clisp.podval.org --> clisp.org/beta (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Fri, 08 Feb 2013 19:30:14 +0000 From: cli...@li... Subject: clisp: * modules/clx/new-clx/demos/clx-demos.lisp: require CLX To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/6c160a19948d changeset: 15605:6c160a19948d9ffd929afbea5b392866e15c990b user: Sam Steingold <sd...@po...> date: 2013-02-08 14:29:52 -0500 description: * modules/clx/new-clx/demos/clx-demos.lisp: require CLX diffstat: modules/clx/new-clx/demos/README | 2 +- modules/clx/new-clx/demos/clx-demos.lisp | 4 +++- src/ChangeLog | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) ------------------------------ Message: 2 Date: Sun, 14 Apr 2013 21:59:20 +0000 From: cli...@li... Subject: clisp: (faq-help): mention StackOverflow To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/9070e09f4ab9 changeset: 15606:9070e09f4ab98ebd5a94a06002507a022120c896 user: Sam Steingold <sd...@po...> date: 2013-04-14 17:45:21 -0400 description: (faq-help): mention StackOverflow diffstat: doc/faq.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ------------------------------ Message: 3 Date: Sun, 14 Apr 2013 21:59:22 +0000 From: cli...@li... Subject: clisp: Avoid startup errors when the user has weird ~/.clisp To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/527b7fdc5332 changeset: 15607:527b7fdc5332962c897227a557391a89b05df225 user: Sam Steingold <sd...@po...> date: 2013-04-14 17:56:08 -0400 description: Avoid startup errors when the user has weird ~/.clisp * pathname.d, subr.d (PROBE-PATHNAME): accept &key (:error t) * spvw.d (main_actions): pass :ERROR NIL to PROBE-PATHNAME diffstat: doc/impbody.xml | 8 +++++--- src/ChangeLog | 6 ++++++ src/pathname.d | 11 ++++++++--- src/spvw.d | 3 ++- src/subr.d | 2 +- 5 files changed, 22 insertions(+), 8 deletions(-) ------------------------------ Message: 4 Date: Sun, 14 Apr 2013 21:59:23 +0000 From: cli...@li... Subject: clisp: * modules/asdf/asdf.lisp: upgrade to 2.33 To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/97c19a70b668 changeset: 15608:97c19a70b668d87c169342db3eb9dd557e22fefd user: Sam Steingold <sd...@po...> date: 2013-04-14 17:59:02 -0400 description: * modules/asdf/asdf.lisp: upgrade to 2.33 diffstat: modules/asdf/asdf.lisp | 12991 ++++++++++++++++++++++++++++++++++------------ src/ChangeLog | 4 + 2 files changed, 9507 insertions(+), 3488 deletions(-) ------------------------------ Message: 5 Date: Sun, 11 May 2014 06:03:37 +0000 From: cli...@li... Subject: clisp: * src/m4/termcap.m4 (CL_TERMCAP): also look for tgetent i... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/0334c6afdcc8 changeset: 15609:0334c6afdcc82a822a7816deed1f63deed1535fa user: Sam Steingold <sd...@po...> date: 2014-05-11 01:59:38 -0400 description: * src/m4/termcap.m4 (CL_TERMCAP): also look for tgetent in tinfo; fixes bug#665 as suggested by Jason Miller <jas...@us...> diffstat: src/ChangeLog | 5 +++++ src/m4/termcap.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) ------------------------------ Message: 6 Date: Sun, 11 May 2014 06:03:39 +0000 From: cli...@li... Subject: clisp: remove obsolete code To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/cd4c963a9505 changeset: 15610:cd4c963a9505fe53d47de2f9753fa1f7c2be63a2 user: Sam Steingold <sd...@po...> date: 2014-05-11 02:03:09 -0400 description: remove obsolete code diffstat: emacs/d-mode.el | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) ------------------------------ Message: 7 Date: Wed, 22 Oct 2014 16:04:22 +0000 From: cli...@li... Subject: clisp: Fix bug#668 posix:file-state always return NIL for :rdev To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/5c63938ef493 changeset: 15611:5c63938ef493e06b089fd6868293f39496413b78 user: Sam Steingold <sd...@po...> date: 2014-10-22 12:04:12 -0400 description: Fix bug#668 posix:file-state always return NIL for :rdev * modules/syscalls/configure.in: check for struct stat members diffstat: modules/syscalls/configure.in | 5 ++++- src/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+), 1 deletions(-) ------------------------------ Message: 8 Date: Sun, 31 May 2015 04:56:54 +0000 From: cli...@li... Subject: clisp: minor fixes in sorttest.lisp To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d3f6e80fb705 changeset: 15612:d3f6e80fb70517240edc5e079b2e96811112e22c user: Sam Steingold <sd...@po...> date: 2015-05-31 00:56:01 -0400 description: minor fixes in sorttest.lisp diffstat: doc/impext.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ------------------------------ Message: 9 Date: Mon, 08 Aug 2016 23:30:44 +0000 From: cli...@li... Subject: clisp: update SF tracker links To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/164fc33f70e5 changeset: 15613:164fc33f70e5fc39a2691f14e135fdfe5564a794 user: Sam Steingold <sd...@po...> date: 2016-08-08 19:30:32 -0400 description: update SF tracker links diffstat: doc/common.xsl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ------------------------------ Message: 10 Date: Wed, 10 Aug 2016 21:49:53 +0000 From: cli...@li... Subject: clisp: convert tracker references to the new format To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/04ced6d61510 changeset: 15614:04ced6d61510294320ac60b296ca81a65caca566 user: Sam Steingold <sd...@po...> date: 2016-08-10 17:42:26 -0400 description: convert tracker references to the new format diffstat: Makefile.devel | 2 +- doc/Makefile | 2 +- doc/clisp.xml.in | 2 +- doc/faq.xml | 10 +- emacs/misc.el | 67 ++++- modules/clx/new-clx/clx.f | 4 +- modules/clx/new-clx/test.tst | 10 +- modules/regexp/test.tst | 2 +- modules/syscalls/calls.c | 4 +- modules/syscalls/posix.lisp | 4 +- src/ChangeLog | 665 +++++++++++++++++++++--------------------- src/NEWS | 246 +++++++-------- src/TODO | 22 +- src/clisp-link.in | 3 +- src/clos-class3.lisp | 2 +- src/clos-genfun3.lisp | 2 +- src/compiler.lisp | 3 +- src/eval.d | 2 +- src/intread.d | 3 +- src/lispbibl.d | 17 +- src/makemake.in | 4 +- src/pathname.d | 2 +- src/reploop.lisp | 4 +- src/savemem.lisp | 2 +- src/socket.d | 2 +- src/stream.d | 2 +- tests/ChangeLog | 140 ++++---- tests/clos.tst | 8 +- tests/conditions.tst | 8 +- tests/encoding.tst | 8 +- tests/eval20.tst | 2 +- tests/excepsit.tst | 6 +- tests/ext-clisp.tst | 2 +- tests/ffi.tst | 4 +- tests/format.tst | 8 +- tests/hash-classes.lisp | 2 +- tests/iofkts.tst | 20 +- tests/lambda.tst | 2 +- tests/listeners.lisp | 2 +- tests/loop.tst | 12 +- tests/macro8.tst | 54 +- tests/mop.tst | 8 +- tests/number2.tst | 14 +- tests/pack11.tst | 2 +- tests/path.tst | 10 +- tests/restarts.tst | 2 +- tests/setf.tst | 6 +- tests/socket.tst | 8 +- tests/steele7.tst | 2 +- tests/streams.tst | 16 +- tests/streamslong.tst | 6 +- tests/symbols.tst | 2 +- tests/type.tst | 2 +- utils/modprep.lisp | 2 +- 54 files changed, 754 insertions(+), 692 deletions(-) ------------------------------ Message: 11 Date: Thu, 11 Aug 2016 19:21:44 +0000 From: cli...@li... Subject: clisp: fix compilation of bindings/glibc To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/699e5648fc96 changeset: 15615:699e5648fc961ed32ed2886692b4a508e807af3d user: Sam Steingold <sd...@po...> date: 2016-08-11 15:04:05 -0400 description: fix compilation of bindings/glibc * modules/bindings/glibc/linux.lisp: avoid error: "Never use <bits/ipctypes.h> directly; include <sys/ipc.h> instead." by including <sys/ipc.h> instead of <bits/ipctypes.h> diffstat: modules/bindings/glibc/linux.lisp | 2 +- src/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) ------------------------------ Message: 12 Date: Thu, 11 Aug 2016 19:21:45 +0000 From: cli...@li... Subject: clisp: (clisp-repo-p): update for the new HG root (SF infrastruc... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/22befbd39746 changeset: 15616:22befbd39746e693422a59e1223a3b22ae923f02 user: Sam Steingold <sd...@po...> date: 2016-08-11 15:04:33 -0400 description: (clisp-repo-p): update for the new HG root (SF infrastructure change) diffstat: emacs/misc.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ Message: 13 Date: Thu, 11 Aug 2016 19:21:46 +0000 From: cli...@li... Subject: clisp: fix build of the asdf module To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/52549db66080 changeset: 15617:52549db660801e4f01c8a564335b9a646ea9e603 user: Sam Steingold <sd...@po...> date: 2016-08-11 15:17:58 -0400 description: fix build of the asdf module * src/makemake.in (make_modules): create separate targets for base and full modules because the former are compiled using the boot linking set, while the latter (e.g., asdf) require the base linking set diffstat: src/ChangeLog | 6 ++++ src/makemake.in | 70 ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 32 deletions(-) ------------------------------ Message: 14 Date: Fri, 12 Aug 2016 22:41:07 +0000 From: cli...@li... Subject: clisp: system::simple-os-error --> ext:os-error to finish the 20... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8b07139562f3 changeset: 15618:8b07139562f334f21fde8869c3869c8ac309bc40 user: Sam Steingold <sd...@po...> date: 2016-08-11 18:45:24 -0400 description: system::simple-os-error --> ext:os-error to finish the 2011-08-19 patch eafb54143f18 (use OS facilities to print os-error) diffstat: modules/syscalls/test.tst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ Message: 15 Date: Fri, 12 Aug 2016 22:41:08 +0000 From: cli...@li... Subject: clisp: src/package.d (intern): cerror_package_locked can trigger GC To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/2b77edee4b07 changeset: 15619:2b77edee4b07f4883bafcd706bb94d137868a7d8 user: Sam Steingold <sd...@po...> date: 2016-08-11 18:53:11 -0400 description: src/package.d (intern): cerror_package_locked can trigger GC diffstat: src/ChangeLog | 4 ++++ src/package.d | 2 +- tests/pack11.tst | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletions(-) ------------------------------ Message: 16 Date: Fri, 12 Aug 2016 22:41:10 +0000 From: cli...@li... Subject: clisp: clisp.podval.org --> clisp.org/beta To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/fe10e785a294 changeset: 15620:fe10e785a2941ec2899913091f57d7bca9a87f97 user: Sam Steingold <sd...@po...> date: 2016-08-11 20:24:08 -0400 description: clisp.podval.org --> clisp.org/beta diffstat: Makefile.devel | 2 +- doc/faq.xml | 2 +- src/makemake.in | 3 +-- src/spvw.d | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) ------------------------------ ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 72, Issue 1 **************************************** |