2005-08-30 16:58  marcoxa

	* INSTALLATION, README, env-package.lisp, env.system,
	  environment.lisp, feature-tagged-type-class.lisp,
	  init-environment.lisp, load-cl-environment.lisp, machine.lisp,
	  operating-system.lisp, software.lisp, system-info.lisp,
	  utilities.lisp, impl-dependent/allegro.lisp,
	  impl-dependent/clisp.lisp, impl-dependent/cmucl.lisp,
	  impl-dependent/corman.lisp, impl-dependent/lcl.lisp,
	  impl-dependent/lispworks.lisp, impl-dependent/sbcl.lisp:

	Minor changes to package.
	Enhanced CLisp portability.
	Updated Copyright.
	Added new OS for fun.

2004-06-10 18:26  marcoxa

	* ChangeLog:

	ChangeLog updated.

2004-06-10 18:23  marcoxa

	* INSTALLATION, env-package.lisp, software.lisp, system-info.lisp,
	  impl-dependent/allegro.lisp, impl-dependent/clisp.lisp,
	  impl-dependent/cmucl.lisp, impl-dependent/lcl.lisp,
	  impl-dependent/sbcl.lisp:

	Made several changes to the implementation dependent files and cleaned
	up a bit some stale code.

2004-06-09 21:07  marcoxa

	* ChangeLog:

	ChangeLog updated.

2004-06-09 21:05  marcoxa

	* INSTALLATION, README, load-cl-environment.lisp,
	  operating-system.lisp, impl-dependent/corman.lisp,
	  impl-dependent/lispworks.lisp:

	Fixed a few buglets and made the system more portable.

2004-01-21 16:31  marcoxa

	* ChangeLog:

	ChangeLog updated.

2004-01-21 16:30  marcoxa

	* README:

	Updated slightly.

2004-01-21 16:29  marcoxa

	* load-cl-environment.lisp:

	Changed the installation procedure.  Now CL-ENVIRONMENT loads just by
	loading the `loader' file.

2004-01-21 16:28  marcoxa

	* INSTALLATION:

	Changed the INSTALLATION instructions.

2004-01-21 16:28  marcoxa

	* env.system:

	Cleaned up the definition to reflect the newest MK:DEFSYSTEM features.
	Also changed the copyright notice.

2004-01-08 23:29  marcoxa

	* ChangeLog:

	ChangeLog updated.

2004-01-08 23:28  marcoxa

	* impl-dependent/cmucl.lisp:

	Aligned content with SBCL and LW.

2004-01-08 23:27  marcoxa

	* impl-dependent/: sbcl.lisp, lcl.lisp:

	Updated copyright.

2004-01-08 23:19  marcoxa

	* ChangeLog:

	ChangeLog updated.

2004-01-08 23:18  marcoxa

	* env-package.lisp:

	Copyright updated.  New symbols exported.

2004-01-08 23:18  marcoxa

	* feature-tagged-type-class.lisp, environment.lisp:

	Copyright updated.

2004-01-08 23:17  marcoxa

	* init-environment.lisp:

	Fixed copyright and added some SBCL support.

2004-01-08 23:14  marcoxa

	* load-cl-environment.lisp:

	Changed copyright and fixed some typos.  Introduced the
	CL-ENVIRONMENT-LOADER package to hide loading and compiling details.

2004-01-08 23:11  marcoxa

	* machine.lisp:

	Fixed wrong file name.

2004-01-08 23:09  marcoxa

	* system-info.lisp, machine.lisp:

	Copyright updated.

2004-01-08 23:09  marcoxa

	* impl-dependent/lispworks.lisp:

	Fixed some problems with directory changes and modified copyright etc etc.

2004-01-08 23:03  marcoxa

	* impl-dependent/: clisp.lisp, cmucl.lisp:

	Minor changes to the file (copyright fixes etc etc)

2004-01-08 23:02  marcoxa

	* impl-dependent/allegro.lisp:

	Minor changes to the file (fixed copyright, etc etc)

2004-01-08 22:59  marcoxa

	* utilities.lisp:

	Added some simple functions like CD etc etc.

2004-01-08 22:43  marcoxa

	* software.lisp:

	Made minor updates to the file.

2004-01-08 22:40  marcoxa

	* operating-system.lisp:

	Updated file for Mac OS X.

2002-06-14 22:25  marcoxa

	* impl-dependent/lcl.lisp:

	Fixed a few mistakes with Lucid specicication.

2002-06-14 22:21  marcoxa

	* impl-dependent/sbcl.lisp:

	File added.

2002-05-10 21:33  marcoxa

	* ChangeLog:

	ChangeLog updated.

2002-05-10 21:31  marcoxa

	* init-environment.lisp:

	Fixed the read time conditionals to take into account CMUCL 18d.

2002-03-23 01:42  kevinrosenberg

	* software.lisp:

	Fixed defgeneric lambda list

2002-03-14 22:11  kevinrosenberg

	* env-package.lisp, init-environment.lisp, software.lisp,
	  utilities.lisp, impl-dependent/allegro.lisp:

	Added exported binary-directory-name that returns a unique string
	for an implemenation that is appropriate for a binary directory name.

	Changed a few mode lines to Lisp from CLtL.

2002-03-06 16:20  marcoxa

	* load-cl-environment.lisp:

	Removed the `:case :common' from the loader file.

2002-03-06 08:51  kevinrosenberg

	* system-info.lisp, impl-dependent/clisp.lisp:

	Updated some CLISP functions invocations from lisp: package to ext: package

2002-03-04 23:54  marcoxa

	* init-environment.lisp:

	Fixed some remaining case problems.  Hopefully now CL-ENVIRONMENT will
	load cleanly in Franz's case sensitive images.

2002-02-28 23:03  marcoxa

	* operating-system.lisp:

	Fixed definitions of OS-FILE-SYSTEM-DIRECTORY-SEPARATOR methods.

2002-02-28 00:58  marcoxa

	* impl-dependent/lispworks.lisp:

	Updated method for current directory.

2002-02-27 18:57  marcoxa

	* ChangeLog:

	ChangeLog updated.

2002-02-27 18:57  marcoxa

	* load-cl-environment.lisp:

	Added `:case :common' to load directory definition.

2002-02-27 18:52  marcoxa

	* operating-system.lisp, env-package.lisp:

	Changed case of some definitions again, to accommodate Franz's kludgy
	case sensitivity modes.

2002-02-27 18:51  marcoxa

	* init-environment.lisp:

	Added setup for `sparc-v9-machine'.  Probably it needs some tuning.

2002-02-27 18:49  marcoxa

	* machine.lisp:

	Added `sparc-v9-machine'.

2002-02-27 16:47  marcoxa

	* load-cl-environment.lisp:

	Oooops, missed one substitution. Fixed.

2002-02-27 16:43  marcoxa

	* operating-system.lisp:

	Checked some `case sensitivity' issues, added Mac-OS-X, and changed
	copyright dates.

2002-02-27 16:42  marcoxa

	* load-cl-environment.lisp:

	Added changes suggested by Kevin Rosenberg to make the package load
	more smoothly under Windows.

2002-02-27 16:41  marcoxa

	* init-environment.lisp:

	New copyright dates.

2002-02-27 16:40  marcoxa

	* env-package.lisp:

	Made changes to placate Franz's Allegro kludgy case sensitivity modes.

2002-02-22 16:35  marcoxa

	* INSTALLATION:

	Changed the installation instructions.

2002-02-22 16:35  marcoxa

	* env.system:

	Changed the initial comment and added the push of the :cl-environment
	feature.
	Note however, that this is not the preferred way to load
	CL-ENVIRONMENT. Please check the INSTALLATION file.

2002-02-21 02:26  sds

	* load-cl-environment.lisp, software.lisp:

	CMUCL is identified by :CMU and Allegro CL by :ALLEGRO

2002-02-19 18:16  marcoxa

	* ChangeLog:

	File added.

2002-02-19 18:13  marcoxa

	* README:

	READEM file updated.

2001-10-19 21:41  marcoxa

	* feature-tagged-type-class.lisp:

	Added file containint the mixin class FEATURE-TAGGED-TYPE-CLASS.

2001-10-09 23:21  marcoxa

	* software.lisp:

	Changed 'tag' slot declaration back to SYMBOL. (KEYWORD is causing
	unforseen problems in CMUCL).

2001-10-08 18:24  marcoxa

	* utilities.lisp:

	Added `inline' declamation for CWD.

2001-10-08 18:24  marcoxa

	* software.lisp:

	Added tags to some CL definition classes.

2001-10-08 18:22  marcoxa

	* impl-dependent/corman.lisp:

	Added file for Corman Lisp dependencies.

2001-08-29 17:42  marcoxa

	* env.system:

	Changed dependencies for file "system-info".

2001-08-29 17:22  marcoxa

	* utilities.lisp:

	Added CURRENT-WORKING-DIRECTORY and CWD.

2001-08-29 17:21  marcoxa

	* system-info.lisp:

	Changed to use CURRENT-WORKING-DIRECTORY.

2001-08-29 17:20  marcoxa

	* operating-system.lisp:

	Added definitions for Windows-XP and Windows-ME.

2001-08-29 17:19  marcoxa

	* load-cl-environment.lisp:

	Fixed some translations ad added loading of implementation dependent
	files.

2001-08-29 17:17  marcoxa

	* impl-dependent/: allegro.lisp, clisp.lisp, cmucl.lisp, lcl.lisp,
	  lispworks.lisp:

	File added.

2001-08-29 17:16  marcoxa

	* env-package.lisp, environment.lisp:

	Updated copyright notice.

2001-08-29 17:15  marcoxa

	* env-package.lisp:

	Added several exports "CURRENT-DIRECTORY-PATHNAME",
	"CURRENT-WORKING-DIRECTORY", "CWD", etc etc.

2001-08-14 21:42  marcoxa

	* load-cl-environment.lisp:

	Added loading of "utilities" file.

2001-08-14 17:27  marcoxa

	* README:

	Updated.

2001-08-14 17:25  marcoxa

	* env-package.lisp:

	Added export of FILE-SYSTEM-DIRECTORY-SEPARATOR.

2001-08-14 17:25  marcoxa

	* utilities.lisp:

	File added.

2001-08-14 17:22  marcoxa

	* env.system:

	Added file "utilities".

2001-08-14 17:14  marcoxa

	* operating-system.lisp:

	Added the :feature-tag initialization.

2001-08-14 17:13  marcoxa

	* machine.lisp:

	Added the :feature-tag slot.

2001-08-14 17:13  marcoxa

	* load-cl-environment.lisp, software.lisp, system-info.lisp:

	Cleaned up a bit.

2001-08-14 17:13  marcoxa

	* init-environment.lisp:

	Added definitions for variables *OS* and *CL*.
	Note that the conditionalization for CMU will disappear soon (as a
	matter of fact the latest CMUCL does contain DEFINE-SYMBOL-MACRO).

2001-08-14 17:09  marcoxa

	* env.system:

	Tweaked a bit the definition of the system.

2001-08-14 17:07  marcoxa

	* env-package.lisp:

	Added a few exports, including COMPILED-FILE-EXTENSION.

2000-10-11 20:36  marcoxa

	* env.system:

	Added "lisp" :source-extension to DEFSYSTEM spec.
	----------------------------------------------------------------------
	Committing in .
	Modified Files:
	 	cl-environment/env.system
	----------------------------------------------------------------------

2000-10-10 18:17  marcoxa

	* env-package.lisp, operating-system.lisp:

	----------------------------------------------------------------------
	Modifications to CL-CONFIGURATION and to CL-ENVIRONMENT.
	CL-ENVIRONMENT has been updated with new entries.

	CL-CONFIGURATION has been fixed.  Though the internal design is not
	perfect, it now works as advertised.  The CONF:SETUP method has been
	especially put under the microcope and now it effectively implements
	the overriding of defaults, as it should.

	Committing in .

	Modified Files:
		cl-environment/env-package.lisp
		cl-environment/operating-system.lisp
		clocc/src/port/configuration/defconf.lisp
		clocc/src/port/configuration/defconf.system
		clocc/src/port/configuration/load-cl-configuration.lisp
		clocc/src/port/configuration/docs/tex/defconf.tex
		clocc/src/port/configuration/impl-dependent/mk-defsystem.lisp
	Added Files:
		clocc/src/port/configuration/ChangeLog
		clocc/src/port/configuration/impl-dependent/defsys-availability.lisp
	----------------------------------------------------------------------

2000-09-02 20:29  marcoxa

	* INSTALLATION, README:

	Corrected some minor spelling mistakes.
	----------------------------------------------------------------------
	Committing in .

	Modified Files:
	 	INSTALLATION README
	----------------------------------------------------------------------

2000-03-23 10:07  marcoxa

	* init-environment.lisp, operating-system.lisp:

	Added some new OPERATING-SYSTEMs definitions and fixed initializations
	for ACL and LW under MS-Windows and added completely new
	initializations for CLisp.

2000-02-26 19:32  marcoxa

	* env-package.lisp, operating-system.lisp, software.lisp:


	----------------------------------------------------------------------
	Committing in 'cl-envronment'.

	The Modified files now contain a more consistent naming of
	the various classes and associated tags (i.e. keywords).

	Modified Files:
		env-package.lisp operating-system.lisp software.lisp
	Removed Files:
		.CL-ENV.prcs_aux
	----------------------------------------------------------------------

2000-02-08 18:13  marcoxa

	* env-package.lisp, env.system, init-environment.lisp,
	  machine.lisp, operating-system.lisp, software.lisp, COPYING,
	  INSTALLATION, README, environment.lisp, load-cl-environment.lisp,
	  system-info.lisp:

	First checkin of CL.ENVIRONMENT package.

2000-02-08 18:13  marcoxa

	* env-package.lisp, env.system, init-environment.lisp,
	  machine.lisp, operating-system.lisp, software.lisp, COPYING,
	  INSTALLATION, README, environment.lisp, load-cl-environment.lisp,
	  system-info.lisp:

	Initial revision

