Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
darcs-hash:20000702181946-2591e-10c47dda735bab89484a29a521a068c2b808d0f0.gz
  • Loading branch information
dan committed Jul 2, 2000
0 parents commit ef5128c
Show file tree
Hide file tree
Showing 42 changed files with 20,230 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Details of changes since R5:

Changes in CLX 5.02:

Replace LCL:ENVIRONMENT-VALUE with LCL:ENVIRONMENT-VARIABLE.

Fix a declaration in the DEFINE-ERROR macro.

Quote type argument to TYPE-CHECK consistently.


Changes in CLX 5.01:

Support for MIT-MAGIC-COOKIE-1 authorization has been added.

All VALUES declarations have been changed to CLX-VALUES declarations.
VALUES is a CL type name and cannot be used as a declaration name.

All ARRAY-REGISTER declarations have been removed as Genera no longer
needs them.

Many type declarations have been corrected or tightened up now that some
Lisps look at them.

Print functions have been defined for bitmap and pixmap formats.

The DISPLAY-PLIST slot will be initialized to NIL.

When debugging, don't optimize SPEED in the buffer macros.

Make the CARD8<->CHAR and the window manager code work for sparse
character sets (where some codes do not have corresponding characters).

The default gcontext extension set and copy functions will take the
correct number of arguments.

PUT-IMAGE will now work for 24-bit images.

The buffer accessors for MEMBER8, etc., will use the standard mechanisms
for reporting type errors.

Typographical errors in SET-WM-PROPERTIES, SET-STANDARD-COLORMAP, and
POINTER-CONTROL have been fixed.

Symbolics systems will do lazy macroexpansion in the buffer macros.

A variety of changes for Symbolics Minima systems have been made.

Some system-dependent code has been added for CMU Common Lisp.
48 changes: 48 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
These files contain beta code, but they have been tested to some extent under
Symbolics, TI, Lucid and Franz. The files have been given .l suffixes to keep
them within 12 characters, to keep SysV sites happy. Please rename them with
more appropriate suffixes for your system.


For Franz systems, see exclREADME.


For Symbolics systems, first rename all the .l files to .lisp. Then edit your
sys.translations file so that sys:x11;clx; points to this directory and put a
clx.system file in your sys:site;directory that has the form

(si:set-system-source-file "clx" "sys:x11;clx;defsystem.lisp")

in it. After that CLX can be compiled with the "Compile System CLX" command
and loaded with the "Load System CLX" command.



For TI systems, rename all the .l files to .lisp, and make a clx.translations
file in your sys:site; directory pointing to this directory and a
sys:site;clx.system file like the one described for symbolics systems above,
but with the defsystem file being in the clx:clx; directory. Then CLX can be
compiled with (make-system "CLX" :compile :noconfirm) and loaded with
(make-system "CLX" :noconfirm).



For Lucid systems, you should rename all the .l files to .lisp too (This might
not be possible on SysV systems). After loading the defsystem.l file, CLX can
be compiled with the (compile-clx) function and loaded with the
(load-clx) form.

The ms-patch.uu file is a patch to Lucid version 2 systems. You probably
don't need it, as you are probably running Lucid version 3 or later, but if
you are still using Lucid version 2, you need this patch. You'll need to
uudecode it to produce the binary.



For kcl systems, after loading the defsystem.l file, CLX can be compiled with
the (compile-clx) function and loaded with the (load-clx) form.



For more information, see defsystem.l and provide.l.

Loading

0 comments on commit ef5128c

Please sign in to comment.