Send clocc-cvslog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clocc-cvslog
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 clocc-cvslog digest..."
Today's Topics:
1. "clocc/src/f2cl/src f2cl1.l,1.119,1.120" (Raymond Toy)
2. "clocc/src/f2cl/src f2cl5.l,1.106,1.107" (Raymond Toy)
3. "clocc/src/f2cl/src f2cl1.l,1.120,1.121 f2cl5.l,1.107,1.108" (Raymond Toy)
4. "clocc/etc clhs-ent.xml,1.7,1.8" (Sam Steingold)
5. "clocc/src/cllib clhs.lisp,3.4,3.5" (Sam Steingold)
6. "clocc/src/cllib fileio.lisp,1.25,1.26" (Sam Steingold)
7. "clocc/src/cllib tests.lisp,2.15,2.16" (Sam Steingold)
8. "clocc/src/cllib fileio.lisp,1.26,1.27" (Sam Steingold)
--__--__--
Message: 1
To: [email protected]
Subject: "clocc/src/f2cl/src f2cl1.l,1.119,1.120"
From: Raymond Toy <[email protected]>
Date: Wed, 08 Jan 2003 10:19:00 -0800
Update of /cvsroot/clocc/clocc/src/f2cl/src
In directory sc8-pr-cvs1:/tmp/cvs-serv573/src
Modified Files:
f2cl1.l
Log Message:
Was incorrectly converting things like
character*8 s
data s/'z'/
to
(let ((s (make-array 8 :element-type 'base-char :initial-element #\space)))
(setf s "z"))
It should really be
(let ((s (make-array 8 :element-type 'base-char :initial-element #\space)))
(replace s "z"))
We really should do this when making the array, not afterwords.
Bug noted by Christophe Rhodes.
--__--__--
Message: 2
To: [email protected]
Subject: "clocc/src/f2cl/src f2cl5.l,1.106,1.107"
From: Raymond Toy <[email protected]>
Date: Wed, 08 Jan 2003 10:37:59 -0800
Update of /cvsroot/clocc/clocc/src/f2cl/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5835/src
Modified Files:
f2cl5.l
Log Message:
Checking of reserved lisp names was rather weak. Now check to see if
the symbol is an external symbol in the common-lisp package. If so,
mangle the name. (Append with $ instead of _. Should I really do
that?)
--__--__--
Message: 3
To: [email protected]
Subject: "clocc/src/f2cl/src f2cl1.l,1.120,1.121 f2cl5.l,1.107,1.108"
From: Raymond Toy <[email protected]>
Date: Wed, 08 Jan 2003 10:41:48 -0800
Update of /cvsroot/clocc/clocc/src/f2cl/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7648/src
Modified Files:
f2cl1.l f2cl5.l
Log Message:
Reference symbols in the common-lisp package with "common-lisp:",
instead of "lisp:".
--__--__--
Message: 4
To: [email protected]
Subject: "clocc/etc clhs-ent.xml,1.7,1.8"
From: Sam Steingold <[email protected]>
Date: Wed, 08 Jan 2003 11:01:20 -0800
Update of /cvsroot/clocc/clocc/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv14370
Modified Files:
clhs-ent.xml
Log Message:
sub-->subt (sub is a standard entity)
--__--__--
Message: 5
To: [email protected]
Subject: "clocc/src/cllib clhs.lisp,3.4,3.5"
From: Sam Steingold <[email protected]>
Date: Wed, 08 Jan 2003 11:02:41 -0800
Update of /cvsroot/clocc/clocc/src/cllib
In directory sc8-pr-cvs1:/tmp/cvs-serv14669
Modified Files:
clhs.lisp
Log Message:
(clhs-write-entity): '-'-->subt (sub is a standard entity)
--__--__--
Message: 6
To: [email protected]
Subject: "clocc/src/cllib fileio.lisp,1.25,1.26"
From: Sam Steingold <[email protected]>
Date: Wed, 08 Jan 2003 11:08:09 -0800
Update of /cvsroot/clocc/clocc/src/cllib
In directory sc8-pr-cvs1:/tmp/cvs-serv15933
Modified Files:
fileio.lisp
Log Message:
(file-equal-p): new function
--__--__--
Message: 7
To: [email protected]
Subject: "clocc/src/cllib tests.lisp,2.15,2.16"
From: Sam Steingold <[email protected]>
Date: Wed, 08 Jan 2003 11:09:01 -0800
Update of /cvsroot/clocc/clocc/src/cllib
In directory sc8-pr-cvs1:/tmp/cvs-serv16170
Modified Files:
tests.lisp
Log Message:
(test-xml): fixed the number of CL entities
--__--__--
Message: 8
To: [email protected]
Subject: "clocc/src/cllib fileio.lisp,1.26,1.27"
From: Sam Steingold <[email protected]>
Date: Wed, 08 Jan 2003 11:46:03 -0800
Update of /cvsroot/clocc/clocc/src/cllib
In directory sc8-pr-cvs1:/tmp/cvs-serv25083
Modified Files:
fileio.lisp
Log Message:
(file-equal-p): export
--__--__--
_______________________________________________
clocc-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clocc-cvslog
End of clocc-cvslog Digest
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
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.