clocc-cvslog digest, Vol 1 #30 - 20 msgs

[email protected]
Newsgroups gmane.lisp.clocc.devel
Message-ID <[email protected]>
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-3.x defsystem.lisp,1.49,1.50" (Marco Antoniotti)
   2. "clocc/src/defsystem-4 INSTALL,1.1,1.2" (Marco Antoniotti)
   3. "clocc/src/defsystem-4/src base-components.lisp,1.5,1.6" (Marco Antoniotti)
   4. "clocc/src/defsystem-4/src defsystem.lisp,1.4,1.5" (Marco Antoniotti)
   5. "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.10,1.11" (Marco Antoniotti)
   6. "clocc/src/defsystem-4/src language-support.lisp,1.3,1.4" (Marco Antoniotti)
   7. "clocc/src/defsystem-4/src load-defsystem.lisp,1.13,1.14" (Marco Antoniotti)
   8. "clocc/src/defsystem-4/src registry.lisp,1.3,1.4" (Marco Antoniotti)
   9. "clocc/src/defsystem-4/src/impl-dependent allegro.lisp,1.4,1.5" (Marco Antoniotti)
  10. "clocc/src/defsystem-4/src/impl-dependent cmucl.lisp,1.2,1.3" (Marco Antoniotti)
  11. "clocc/src/defsystem-4/src/impl-dependent kcl-derivatives.lisp,1.1,1.2" (Marco Antoniotti)
  12. "clocc/src/defsystem-4/src/impl-dependent lcl.lisp,1.1,1.2" (Marco Antoniotti)
  13. "clocc/src/defsystem-4/src/impl-dependent lispworks.lisp,1.3,1.4" (Marco Antoniotti)
  14. "clocc/src/defsystem-4/src/languages/c c.lisp,1.5,1.6" (Marco Antoniotti)
  15. "clocc/src/defsystem-4/src/languages/fortran fortran.lisp,1.5,1.6" (Marco Antoniotti)
  16. "clocc/src/defsystem-4/src/languages/java java.lisp,NONE,1.1" (Marco Antoniotti)
  17. "clocc/src/defsystem-4/src/languages/scheme scheme.lisp,1.1,1.2" (Marco Antoniotti)
  18. "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,NONE,1.1" (Marco Antoniotti)
  19. "clocc/src/defsystem-4/src/utilities user-interaction.lisp,1.1,1.2" (Marco Antoniotti)
  20. "clocc/src/defsystem-4/src/utilities y-or-n-p-wait.lisp,1.1,1.2" (Marco Antoniotti)

--__--__--

Message: 1
To: [email protected]
Subject: "clocc/src/defsystem-3.x defsystem.lisp,1.49,1.50"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:19:27 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-3.x
In directory usw-pr-cvs1:/tmp/cvs-serv30955

Modified Files:
	defsystem.lisp 
Log Message:
Added some minor patches to accomodate ECL (thanks to Juan Jose Garcia
Ripoll).



--__--__--

Message: 2
To: [email protected]
Subject: "clocc/src/defsystem-4 INSTALL,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:21:02 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4
In directory usw-pr-cvs1:/tmp/cvs-serv31657

Modified Files:
	INSTALL 
Log Message:
Typos fixed.



--__--__--

Message: 3
To: [email protected]
Subject: "clocc/src/defsystem-4/src base-components.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:22:59 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv32521

Modified Files:
	base-components.lisp 
Log Message:
Added notion of `session' for each defsystem component in order to
remove the global variables affecting the compile and load behavior in
the old MK3.

Also mixed a minor issue with the timestamp machinery.



--__--__--

Message: 4
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:24:34 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv753

Modified Files:
	defsystem.lisp 
Log Message:
Updated the generic functions declaration in order to account for more
keyword parameters (i.e. added some `&allow-other-keys').



--__--__--

Message: 5
To: [email protected]
Subject: "clocc/src/defsystem-4/src defsystem-protocol.lisp,1.10,1.11"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:26:54 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv1775

Modified Files:
	defsystem-protocol.lisp 
Log Message:
Many changes.

Added support for `session' class.

Fixed several minor nuisances with the loading of the file (it should
now load without a glitch).

Added better support for the `language based dispatching' of the
various actions.

Other minor fixes.



--__--__--

Message: 6
To: [email protected]
Subject: "clocc/src/defsystem-4/src language-support.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:27:54 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv2220

Modified Files:
	language-support.lisp 
Log Message:
Finalized the class hierarchy and the definitions necessary to provide
an infrastructure for full support of foreign languages and language
processors.



--__--__--

Message: 7
To: [email protected]
Subject: "clocc/src/defsystem-4/src load-defsystem.lisp,1.13,1.14"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:28:36 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv2545

Modified Files:
	load-defsystem.lisp 
Log Message:
Fixed several problems with the loading of the library.
Added the loading of the new files.



--__--__--

Message: 8
To: [email protected]
Subject: "clocc/src/defsystem-4/src registry.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:29:32 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src
In directory usw-pr-cvs1:/tmp/cvs-serv2924

Modified Files:
	registry.lisp 
Log Message:
Finalized the construction of the library for the handling of the
registry.



--__--__--

Message: 9
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent allegro.lisp,1.4,1.5"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:32:26 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory usw-pr-cvs1:/tmp/cvs-serv4453

Modified Files:
	allegro.lisp 
Log Message:
Fixed function COMPILE-FILE-INTERNAL.
(Note: it will change again since the REMF could be replaced by a
:allow-other-keys t)



--__--__--

Message: 10
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent cmucl.lisp,1.2,1.3"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:32:45 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory usw-pr-cvs1:/tmp/cvs-serv4644

Modified Files:
	cmucl.lisp 
Log Message:
Fixed a few system dependencies.



--__--__--

Message: 11
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent kcl-derivatives.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:33:09 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory usw-pr-cvs1:/tmp/cvs-serv4856a

Modified Files:
	kcl-derivatives.lisp 
Log Message:
Fixed a few system dependencies.



--__--__--

Message: 12
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent lcl.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:33:52 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory usw-pr-cvs1:/tmp/cvs-serv5514

Modified Files:
	lcl.lisp 
Log Message:
Checkpoint version.
Not necessarily working.



--__--__--

Message: 13
To: [email protected]
Subject: "clocc/src/defsystem-4/src/impl-dependent lispworks.lisp,1.3,1.4"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:35:13 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/impl-dependent
In directory usw-pr-cvs1:/tmp/cvs-serv6511

Modified Files:
	lispworks.lisp 
Log Message:
Checkpoint version.



--__--__--

Message: 14
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/c c.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:36:57 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/c
In directory usw-pr-cvs1:/tmp/cvs-serv7198

Modified Files:
	c.lisp 
Log Message:
Checkpoint version.

All the language classes and some of the processors are in place.



--__--__--

Message: 15
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/fortran fortran.lisp,1.5,1.6"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:40:02 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/fortran
In directory usw-pr-cvs1:/tmp/cvs-serv8625

Modified Files:
	fortran.lisp 
Log Message:
Checkpoint version.

All the language classes and some of the processors are in place.



--__--__--

Message: 16
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/java java.lisp,NONE,1.1"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:42:06 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/java
In directory usw-pr-cvs1:/tmp/cvs-serv9757

Added Files:
	java.lisp 
Log Message:
Initial checkin of Java language specifications for MK4.



--__--__--

Message: 17
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/scheme scheme.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:42:54 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/scheme
In directory usw-pr-cvs1:/tmp/cvs-serv10177

Modified Files:
	scheme.lisp 
Log Message:
Checkpoint version.



--__--__--

Message: 18
To: [email protected]
Subject: "clocc/src/defsystem-4/src/languages/shared shared-functionality.lisp,NONE,1.1"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:43:39 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/languages/shared
In directory usw-pr-cvs1:/tmp/cvs-serv10595

Added Files:
	shared-functionality.lisp 
Log Message:
Initial checkin of shared language specifications for MK4.



--__--__--

Message: 19
To: [email protected]
Subject: "clocc/src/defsystem-4/src/utilities user-interaction.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:45:41 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/utilities
In directory usw-pr-cvs1:/tmp/cvs-serv11634

Modified Files:
	user-interaction.lisp 
Log Message:
Checkpoint version.

The functionalities in this file will probably go away.



--__--__--

Message: 20
To: [email protected]
Subject: "clocc/src/defsystem-4/src/utilities y-or-n-p-wait.lisp,1.1,1.2"
From: Marco Antoniotti <[email protected]>
Date: Thu, 14 Nov 2002 07:45:54 -0800

Update of /cvsroot/clocc/clocc/src/defsystem-4/src/utilities
In directory usw-pr-cvs1:/tmp/cvs-serv11745

Modified Files:
	y-or-n-p-wait.lisp 
Log Message:
Checkpoint version.

The functionalities in this file will probably go away.




--__--__--

_______________________________________________
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: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
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.