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/defsystem-4/src syntax.lisp,1.2,1.3" (Marco Antoniotti)
2. "clocc/src/defsystem-4/src versions.lisp,1.2,1.3" (Marco Antoniotti)
3. "clocc/src/defsystem-4/src actions.lisp,1.3,1.4" (Marco Antoniotti)
4. "clocc/src/defsystem-4/src base-components.lisp,1.6,1.7" (Marco Antoniotti)
5. "clocc/src/defsystem-4/src defsystem.lisp,1.5,1.6" (Marco Antoniotti)
6. "clocc/src/defsystem-4/src defsystem-pkg.lisp,1.7,1.8" (Marco Antoniotti)
7. "clocc/src/defsystem-4/src language-support.lisp,1.4,1.5" (Marco Antoniotti)
8. "clocc/src/defsystem-4/src load-defsystem.lisp,1.14,1.15" (Marco Antoniotti)
9. "clocc/src/defsystem-4/src predefined-components.lisp,1.4,1.5" (Marco Antoniotti)
10. "clocc/src/defsystem-4/src predefined-specialized-components.lisp,1.3,1.4" (Marco Antoniotti)
11. "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.11,1.12" (Marco Antoniotti)
12. "clocc/src/defsystem-4/src/impl-dependent allegro.lisp,1.5,1.6" (Marco Antoniotti)
13. "clocc/src/defsystem-4/src/impl-dependent lispworks.lisp,1.4,1.5" (Marco Antoniotti)
14. "clocc/src/defsystem-4/src/impl-dependent sbcl.lisp,1.1,1.2" (Marco Antoniotti)
15. "clocc/src/defsystem-4/src/impl-dependent cmucl.lisp,1.3,1.4" (Marco Antoniotti)
16. "clocc/src/defsystem-4/src/languages/c c.lisp,1.6,1.7" (Marco Antoniotti)
17. "clocc/src/defsystem-4/src/languages/fortran fortran.lisp,1.6,1.7" (Marco Antoniotti)
18. "clocc/src/defsystem-4/src/languages/java java.lisp,1.1,1.2" (Marco Antoniotti)
19. "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,1.1,1.2" (Marco Antoniotti)
20. "clocc/src/defsystem-4/src/utilities user-interaction.lisp,1.2,1.3" (Marco Antoniotti)
21. "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,1.2,1.3" (Marco Antoniotti)
22. "clocc/src/defsystem-4/src/languages/java java.lisp,1.2,1.3" (Marco Antoniotti)
23. "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.12,1.13" (Marco Antoniotti)
24. "clocc/src/defsystem-4/src language-support.lisp,1.5,1.6" (Marco Antoniotti)
25. "clocc/src/defsystem-4/src predefined-specialized-components.lisp,1.4,1.5" (Marco Antoniotti)
--__--__--
Message: 1
To: [email protected]
Subject: "clocc/src/defsystem-4/src syntax.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:45:31 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13744
Modified Files:
syntax.lisp
Log Message:
Fixed a few typos here and there.
--__--__--
Message: 2
To: [email protected]
Subject: "clocc/src/defsystem-4/src versions.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:47:28 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14666
Modified Files:
versions.lisp
Log Message:
Fixed typo that caused an "unreachable code" message.
--__--__--
Message: 3
To: [email protected]
Subject: "clocc/src/defsystem-4/src actions.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:48:19 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15140
Modified Files:
actions.lisp
Log Message:
Fixed a few typos and registering of new action tags.
--__--__--
Message: 4
To: [email protected]
Subject: "clocc/src/defsystem-4/src base-components.lisp,1.6,1.7"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:50:47 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16426
Modified Files:
base-components.lisp
Log Message:
Added "META DATA" mixin to allow for the specification of author,
affiliation etc. etc. Fixed consequentely the class hierarchy.
Fixed the names of some accessors to make them more conventional
(COMPONENT-LOAD-ONLY-P and COMPONENT-COMPILE-ONLY-P).
--__--__--
Message: 5
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:51:34 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17338
Modified Files:
defsystem.lisp
Log Message:
Moved here the definition of the generic functions for the pathname
manipulation protocol.
--__--__--
Message: 6
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem-pkg.lisp,1.7,1.8"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:52:03 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17624
Modified Files:
defsystem-pkg.lisp
Log Message:
Added export of CLEAN-SYSTEM.
--__--__--
Message: 7
To: [email protected]
Subject: "clocc/src/defsystem-4/src language-support.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:54:18 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18599
Modified Files:
language-support.lisp
Log Message:
Many changes. Mostly fixes of relatively trivial bugs. The biggest
fix regarded the updating of the language slot for a processor.
--__--__--
Message: 8
To: [email protected]
Subject: "clocc/src/defsystem-4/src load-defsystem.lisp,1.14,1.15"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:56:32 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19599
Modified Files:
load-defsystem.lisp
Log Message:
Reordered the loading of some files.
The file utilities/user-interaction is still problematic since it
represents a circularity in the definitions dependencies.
Moving the loading of "defsystem.lisp" (which contains only
"declarations") helped a little.
--__--__--
Message: 9
To: [email protected]
Subject: "clocc/src/defsystem-4/src predefined-components.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:58:43 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20760
Modified Files:
predefined-components.lisp
Log Message:
Updated with latest development from the "language" definitions.
Fixed a few typos.
--__--__--
Message: 10
To: [email protected]
Subject: "clocc/src/defsystem-4/src predefined-specialized-components.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 15:59:22 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21066
Modified Files:
predefined-specialized-components.lisp
Log Message:
Changed Emacs mode line to "Lisp".
--__--__--
Message: 11
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.11,1.12"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:00:45 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21683
Modified Files:
defsystem-protocol.lisp
Log Message:
Many fixes. Mostly typos, but some substantial. The major one has
been the finalization of the :LOAD action, which right now is moslty
in line with the spec (and viceversa).
--__--__--
Message: 12
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent allegro.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:01:52 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory sc8-pr-cvs1:/tmp/cvs-serv22248
Modified Files:
allegro.lisp
Log Message:
Removed function COMPILE-FILE-INTERNAL (useless because of
':allow-other-keys t' trick).
--__--__--
Message: 13
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent lispworks.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:02:18 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory sc8-pr-cvs1:/tmp/cvs-serv22488
Modified Files:
lispworks.lisp
Log Message:
Removed function COMPILE-FILE-INTERNAL (useless because of
':allow-other-keys t' trick).
--__--__--
Message: 14
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent sbcl.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:02:48 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory sc8-pr-cvs1:/tmp/cvs-serv22705
Modified Files:
sbcl.lisp
Log Message:
Removed function COMPILE-FILE-INTERNAL (useless because of
':allow-other-keys t' trick).
--__--__--
Message: 15
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent cmucl.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:03:22 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory sc8-pr-cvs1:/tmp/cvs-serv23054
Modified Files:
cmucl.lisp
Log Message:
Removed function COMPILE-FILE-INTERNAL (useless because of
':allow-other-keys t' trick).
Fixed other functions to suppress warnings.
--__--__--
Message: 16
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/c c.lisp,1.6,1.7"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:05:19 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/c
In directory sc8-pr-cvs1:/tmp/cvs-serv25107
Modified Files:
c.lisp
Log Message:
Fixed a few types and cleaned up considerably by removing old code.
--__--__--
Message: 17
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/fortran fortran.lisp,1.6,1.7"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:06:34 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/fortran
In directory sc8-pr-cvs1:/tmp/cvs-serv25872
Modified Files:
fortran.lisp
Log Message:
Added missing :output-pathname to INVOKE-COMPILER function.
--__--__--
Message: 18
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/java java.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:07:04 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/java
In directory sc8-pr-cvs1:/tmp/cvs-serv26233
Modified Files:
java.lisp
Log Message:
Added missing :output-pathname to INVOKE-COMPILER method.
--__--__--
Message: 19
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:08:19 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/shared
In directory sc8-pr-cvs1:/tmp/cvs-serv27084
Modified Files:
shared-functionality.lisp
Log Message:
Fixed typo that messed up a CASE form, thus making the file
un-READable.
--__--__--
Message: 20
To: [email protected]
Subject: "clocc/src/defsystem-4/src/utilities user-interaction.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 16:09:17 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/utilities
In directory sc8-pr-cvs1:/tmp/cvs-serv27711
Modified Files:
user-interaction.lisp
Log Message:
Fixed several typos and remoned the unused function
TELL-USER-NO-FILES.
--__--__--
Message: 21
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Mon, 25 Nov 2002 17:47:04 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/shared
In directory sc8-pr-cvs1:/tmp/cvs-serv31645
Modified Files:
shared-functionality.lisp
Log Message:
Missing RETURN call in PROCESS-OPTIONS.
--__--__--
Message: 22
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/java java.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Tue, 26 Nov 2002 10:29:36 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/java
In directory sc8-pr-cvs1:/tmp/cvs-serv21983
Modified Files:
java.lisp
Log Message:
Fixed generation of 'javac' command and initialization of file
extensions.
--__--__--
Message: 23
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.12,1.13"
From: Marco Antoniotti <[email protected]>
Date: Tue, 26 Nov 2002 10:31:23 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22925
Modified Files:
defsystem-protocol.lisp
Log Message:
Fixed several incongruities related to the compilation of Java files.
--__--__--
Message: 24
To: [email protected]
Subject: "clocc/src/defsystem-4/src language-support.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Tue, 26 Nov 2002 10:33:03 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv23544
Modified Files:
language-support.lisp
Log Message:
Fixed problem with RUN-PROCESSOR-COMMAND. Fixed construction of
filename string to pass to RUN-OS-COMMAND (a pathname needed to be
NAMETRINGed).
--__--__--
Message: 25
To: [email protected]
Subject: "clocc/src/defsystem-4/src predefined-specialized-components.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Tue, 26 Nov 2002 10:33:54 -0800
Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory sc8-pr-cvs1:/tmp/cvs-serv23913
Modified Files:
predefined-specialized-components.lisp
Log Message:
Added definitions for Java files and fixed some initialization issues
for C files.
--__--__--
_______________________________________________
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: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
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.