clisp-cvs Digest, Vol 71, Issue 1

[email protected]
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: handle <ulink url="usenet"> in XSL
      ([email protected])
   2. clisp: set compile-command in d-mode
      ([email protected])
   3. clisp: (wr_by_array_iau8_buffered): pin the source buffer
      before... ([email protected])
   4. clisp: wr_by_array_iau8_buffered: pin_unprotect_varobject
      with j... ([email protected])
   5. clisp: (per_thread): TLS (i.e. __thread qualifier) is
      supported ... ([email protected])
   6. clisp: comment ([email protected])
   7. clisp: implement feature request #3545986
      ([email protected])
   8. clisp: faq-debugger==>repl
      ([email protected])
   9. clisp: (clisp-repo-p): check for vc-hg-program
      ([email protected])
  10. clisp: remove $Id$ ([email protected])
  11. clisp: code clean-up for better performance and error
      reporting ([email protected])
  12. clisp: when/not->unless ([email protected])
  13. clisp: indentation ([email protected])
  14. clisp: PCRE-EXEC returns character positions instead of byte
      pos... ([email protected])
  15. clisp: (ALL_CFLAGS): new variable, accumulate all C flags
      here, ... ([email protected])
  16. clisp: * pathname.d (unix_user_pwd): Don't use getlogin().
      ([email protected])
  17. clisp: * modules/bindings/glibc/linux.lisp (__swblk_t):
      remove t... ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 18 Jun 2012 15:53:39 +0000
From: [email protected]
Subject: clisp: handle <ulink url="usenet"> in XSL
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b0a37787cb93
changeset: 15588:b0a37787cb93ff581a32ae97b53077b02b865dad
user:      Sam Steingold <[email protected]>
date:      2012-06-18 11:53:02 -0400
description:
handle <ulink url="usenet"> in XSL

diffstat:

 doc/common.xsl  |  5 +++++
 doc/faq.xml     |  6 ++----
 doc/history.xml |  4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)



------------------------------

Message: 2
Date: Wed, 27 Jun 2012 15:15:01 +0000
From: [email protected]
Subject: clisp: set compile-command in d-mode
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b689a1c1565e
changeset: 15589:b689a1c1565e656d8ef3f792a3b92f00b9f66114
user:      Sam Steingold <[email protected]>
date:      2012-06-27 11:08:08 -0400
description:
set compile-command in d-mode

diffstat:

 emacs/d-mode.el |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)



------------------------------

Message: 3
Date: Fri, 03 Aug 2012 11:38:09 +0000
From: [email protected]
Subject: clisp: (wr_by_array_iau8_buffered): pin the source buffer
	before...
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/9979167880f2
changeset: 15590:9979167880f2d4a06a506737eb53fa5ed22c3588
user:      Vladimir Tzankov <[email protected]>
date:      2012-08-03 14:37:43 +0300
description:
(wr_by_array_iau8_buffered): pin the source buffer before performing actual write

diffstat:

 src/ChangeLog |  5 +++++
 src/stream.d  |  2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)



------------------------------

Message: 4
Date: Sun, 05 Aug 2012 21:25:10 +0000
From: [email protected]
Subject: clisp: wr_by_array_iau8_buffered: pin_unprotect_varobject
	with j...
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a54e2c41e396
changeset: 15591:a54e2c41e396c3b46d3cc3c3779780973cd388ca
user:      Vladimir Tzankov <[email protected]>
date:      2012-08-06 00:24:47 +0300
description:
wr_by_array_iau8_buffered: pin_unprotect_varobject with just PROT_READ permission

diffstat:

 src/stream.d |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



------------------------------

Message: 5
Date: Mon, 20 Aug 2012 20:27:17 +0000
From: [email protected]
Subject: clisp: (per_thread): TLS (i.e. __thread qualifier) is
	supported ...
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/841294878182
changeset: 15592:84129487818247b2e1857f260b653dfe53cd9175
user:      Vladimir Tzankov <[email protected]>
date:      2012-08-20 23:26:51 +0300
description:
(per_thread): TLS (i.e. __thread qualifier) is supported by gcc 4.5+ on MacOSX and results in significant performance gain

diffstat:

 src/ChangeLog  |  5 +++++
 src/lispbibl.d |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)



------------------------------

Message: 6
Date: Fri, 14 Sep 2012 20:20:00 +0000
From: [email protected]
Subject: clisp: comment
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b07971b03354
changeset: 15593:b07971b033545bf696dc9fdb292d721e467aae55
user:      Vladimir Tzankov <[email protected]>
date:      2012-09-14 23:16:01 +0300
description:
comment

diffstat:

 src/zthread.d |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



------------------------------

Message: 7
Date: Fri, 14 Sep 2012 20:20:02 +0000
From: [email protected]
Subject: clisp: implement feature request #3545986
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/54e37a538c6c
changeset: 15594:54e37a538c6c20c137fdb22c2db43143f9782043
user:      Vladimir Tzankov <[email protected]>
date:      2012-09-14 23:19:39 +0300
description:
implement feature request #3545986

diffstat:

 src/ChangeLog    |   7 +++++++
 src/threads.lisp |  14 ++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)



------------------------------

Message: 8
Date: Thu, 08 Nov 2012 17:01:04 +0000
From: [email protected]
Subject: clisp: faq-debugger==>repl
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/fecf363a6cdb
changeset: 15595:fecf363a6cdba4cb039e9fd8600577dd780f5e61
user:      Sam Steingold <[email protected]>
date:      2012-11-08 11:59:10 -0500
description:
faq-debugger==>repl

diffstat:

 doc/faq.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



------------------------------

Message: 9
Date: Thu, 08 Nov 2012 17:01:05 +0000
From: [email protected]
Subject: clisp: (clisp-repo-p): check for vc-hg-program
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/16265dda2b0f
changeset: 15596:16265dda2b0f21699791c2edbbc43276febeeb84
user:      Sam Steingold <[email protected]>
date:      2012-11-08 11:59:40 -0500
description:
(clisp-repo-p): check for vc-hg-program

diffstat:

 emacs/misc.el |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)



------------------------------

Message: 10
Date: Thu, 29 Nov 2012 17:12:55 +0000
From: [email protected]
Subject: clisp: remove $Id$
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8e9fab08c09d
changeset: 15597:8e9fab08c09db5bec9e4e2b3f099016b6dc44402
user:      Sam Steingold <[email protected]>
date:      2012-11-29 10:34:31 -0500
description:
remove $Id$

diffstat:

 modules/oracle/README |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)



------------------------------

Message: 11
Date: Thu, 29 Nov 2012 17:12:57 +0000
From: [email protected]
Subject: clisp: code clean-up for better performance and error
	reporting
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8323b8de7fe4
changeset: 15598:8323b8de7fe40f33f9e36345b44e2485fc74f4e2
user:      Sam Steingold <[email protected]>
date:      2012-11-29 11:53:23 -0500
description:
code clean-up for better performance and error reporting

diffstat:

 modules/oracle/oracle.lisp |  339 +++++++++++++++++++++-----------------------
 src/ChangeLog              |   14 +-
 2 files changed, 177 insertions(+), 176 deletions(-)



------------------------------

Message: 12
Date: Thu, 29 Nov 2012 17:12:58 +0000
From: [email protected]
Subject: clisp: when/not->unless
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/404f29609ed6
changeset: 15599:404f29609ed66b78231291e25a1d2e323b308a28
user:      Sam Steingold <[email protected]>
date:      2012-11-29 11:56:00 -0500
description:
when/not->unless

diffstat:

 modules/oracle/oracle.lisp |  41 ++++++++++++++++++++---------------------
 1 files changed, 20 insertions(+), 21 deletions(-)



------------------------------

Message: 13
Date: Thu, 29 Nov 2012 17:12:59 +0000
From: [email protected]
Subject: clisp: indentation
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/eab80ba15b7d
changeset: 15600:eab80ba15b7d2450535f782517ca86521ce11bee
user:      Sam Steingold <[email protected]>
date:      2012-11-29 12:07:15 -0500
description:
indentation

diffstat:

 modules/oracle/oracle.lisp |  626 ++++++++++++++++++++++----------------------
 1 files changed, 311 insertions(+), 315 deletions(-)



------------------------------

Message: 14
Date: Thu, 29 Nov 2012 18:24:26 +0000
From: [email protected]
Subject: clisp: PCRE-EXEC returns character positions instead of byte
	pos...
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/9f4d28091397
changeset: 15601:9f4d28091397fa00ded04e495d665285630ad88e
user:      Sam Steingold <[email protected]>
date:      2012-11-29 13:23:58 -0500
description:
PCRE-EXEC returns character positions instead of byte positions

diffstat:

 modules/pcre/cpcre.c  |  48 +++++++++++++++++++++++++-----------------------
 modules/pcre/test.tst |   4 ++++
 src/ChangeLog         |   9 +++++++++
 src/NEWS              |   1 +
 src/lispbibl.d        |   1 +
 5 files changed, 40 insertions(+), 23 deletions(-)



------------------------------

Message: 15
Date: Mon, 03 Dec 2012 16:22:52 +0000
From: [email protected]
Subject: clisp: (ALL_CFLAGS): new variable, accumulate all C flags
	here, ...
To: [email protected]
Message-ID:
	<[email protected]>
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/696bfff6e3d1
changeset: 15602:696bfff6e3d19c461795efe6ae445a60948f9707
user:      Sam Steingold <[email protected]>
date:      2012-12-03 11:22:27 -0500
description:
(ALL_CFLAGS): new variable, accumulate all C flags here, move -I$(srcdir)
here from CPPFLAGS which is overridden by clisp-link invocation from Makefile

diffstat:

 modules/oracle/Makefile.in |  12 +++++++-----
 src/ChangeLog              |   6 ++++++
 2 files changed, 13 insertions(+), 5 deletions(-)



------------------------------

Message: 16
Date: Sun, 06 Jan 2013 13:35:52 +0000
From: [email protected]
Subject: clisp: * pathname.d (unix_user_pwd): Don't use getlogin().
To: [email protected]
Message-ID:
	<hg.b29d57d32e38.1357479352.-3352671374714820773@sfp-scmclassic-4.v30.ch3.sourceforge.com>
	
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b29d57d32e38
changeset: 15603:b29d57d32e38b25ae2ab7bfbca6b187fdcd9ba8a
user:      Bruno Haible <[email protected]>
date:      2013-01-06 14:35:43 +0100
description:
* pathname.d (unix_user_pwd): Don't use getlogin().
Reported by Alberto Riva <[email protected]> in
<http://article.gmane.org/gmane.lisp.clisp.general:13995>

diffstat:

 src/ChangeLog  |   6 ++++++
 src/pathname.d |  17 +++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)



------------------------------

Message: 17
Date: Tue, 05 Feb 2013 15:01:22 +0000
From: [email protected]
Subject: clisp: * modules/bindings/glibc/linux.lisp (__swblk_t):
	remove t...
To: [email protected]
Message-ID:
	<hg.4cb7fbcb2523.1360076482.-3352671374714820773@sfp-scmclassic-4.v30.ch3.sourceforge.com>
	
Content-Type: text/plain; charset="us-ascii"

details:   http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4cb7fbcb2523
changeset: 15604:4cb7fbcb252312217b0fce402a9c2d4dacfa5979
user:      Sam Steingold <[email protected]>
date:      2013-02-05 10:00:46 -0500
description:
* modules/bindings/glibc/linux.lisp (__swblk_t): remove the unused
`def-c-type' (removed from glibc too); fixes bug#3603421;
see also http://article.gmane.org/gmane.comp.lib.glibc.alpha/25618

diffstat:

 modules/bindings/glibc/linux.lisp |  1 -
 src/ChangeLog                     |  6 ++++++
 2 files changed, 6 insertions(+), 1 deletions(-)



------------------------------

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb

------------------------------

_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs


End of clisp-cvs Digest, Vol 71, Issue 1
****************************************

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.