clisp-cvs Digest, Vol 69, Issue 3

[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: local address is sometimes 127.0.0.1 and sometimes
      127.0.... ([email protected])
   2. clisp: The official binary IP address representation is now a
      byte ([email protected])
   3. clisp: style & typos ([email protected])
   4. clisp: * src/array.d (data_to_sbvector): add a modexp
      function ([email protected])


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

Message: 1
Date: Fri, 20 Apr 2012 00:07:22 +0000
From: [email protected]
Subject: clisp: local address is sometimes 127.0.0.1 and sometimes
	127.0....
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/169e74dd5a32
changeset: 15572:169e74dd5a32086b799455968fe02312bc5dc162
user:      Sam Steingold <[email protected]>
date:      2012-04-18 18:05:54 -0400
description:
local address is sometimes 127.0.0.1 and sometimes 127.0.1.1; adjust the local-sa-check call

diffstat:

 modules/rawsock/test.tst |  20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)



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

Message: 2
Date: Fri, 20 Apr 2012 00:07:25 +0000
From: [email protected]
Subject: clisp: The official binary IP address representation is now a
	byte
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/13acccc8b965
changeset: 15574:13acccc8b9657892c8a629333ccd06ea4e792990
user:      Sam Steingold <[email protected]>
date:      2012-04-19 20:06:50 -0400
description:
The official binary IP address representation is now a byte
vector, not an integer.
* src/socket.d (string_to_addr1): use data_to_sb8vector instead of
LEbytes_to_UI
* modules/rawsock/rawsock.c (CONVERT-ADDRESS): ipv6 is 128 bits,
not 64; accept byte vectors too
* modules/rawsock/test.tst: use CONVERT-ADDRESS instead of ip->ve

diffstat:

 modules/rawsock/rawsock.c   |  16 +++++++++++-----
 modules/rawsock/rawsock.xml |   5 +++--
 modules/rawsock/test.tst    |   8 ++++----
 src/ChangeLog               |  12 +++++++++++-
 src/NEWS                    |   4 ++++
 src/lispbibl.d              |   2 +-
 src/socket.d                |   4 ++--
 7 files changed, 36 insertions(+), 15 deletions(-)



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

Message: 3
Date: Fri, 20 Apr 2012 00:07:21 +0000
From: [email protected]
Subject: clisp: style & typos
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/45dbabd59234
changeset: 15571:45dbabd59234cd2382a4b8d7f987ad4d0e3b1b4f
user:      Sam Steingold <[email protected]>
date:      2012-04-18 17:13:39 -0400
description:
style & typos

diffstat:

 src/eval.d |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)



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

Message: 4
Date: Fri, 20 Apr 2012 00:07:24 +0000
From: [email protected]
Subject: clisp: * src/array.d (data_to_sbvector): add a modexp
	function
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/0f64e54b0f15
changeset: 15573:0f64e54b0f1538c8f122b33c8c8d78f879fce043
user:      Sam Steingold <[email protected]>
date:      2012-04-19 19:04:20 -0400
description:
* src/array.d (data_to_sbvector): add a modexp function
(copy_sbvector): use it
* src/lispbibl.d (data_to_sbvector): add the prototype
(data_to_sb8vector): add a #define and export both to clisp.h
* modules/berkeley-db/bdb.c, modules/clx/new-clx/clx.f:
* modules/dirkey/dirkey.c, modules/gdbm/gdbm.c:
* modules/pcre/cpcre.c, modules/rawsock/rawsock.c:
* modules/syscalls/calls.c: use them

diffstat:

 modules/berkeley-db/bdb.c    |  16 +++-------------
 modules/clx/new-clx/clx.f    |  12 +++---------
 modules/clx/new-clx/test.tst |  15 ++++++++++++---
 modules/dirkey/dirkey.c      |  13 ++-----------
 modules/gdbm/gdbm.c          |   8 +++-----
 modules/pcre/cpcre.c         |   7 +------
 modules/rawsock/rawsock.c    |   7 ++-----
 modules/syscalls/calls.c     |   3 +--
 src/ChangeLog                |  11 +++++++++++
 src/array.d                  |  28 ++++++++++++++++++----------
 src/lispbibl.d               |  14 ++++++++++++++
 11 files changed, 70 insertions(+), 64 deletions(-)



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

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2

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

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


End of clisp-cvs Digest, Vol 69, Issue 3
****************************************

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
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.