Changeset 5379


Ignore:
Timestamp:
Oct 18, 2006, 7:20:34 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5374 r5379  
     12006-10-18 08:04  gb
     2
     3        * level-1/version.lisp: Bump.  Binaries later today ?
     4
     52006-10-18 07:38  gb
     6
     7        * level-1/l1-clos-boot.lisp: The post-bootstrapping version of
     8        (SETF FIND-CLASS) only introduces (or removes) a type name if the
     9        class becomes (or ceases to be) a properly named class.
     10       
     11        The pre-bootstrapping version handles simpler cases of that; use
     12        ALIAS-CLASS to register some early class names as type names.
     13
     142006-10-18 07:36  gb
     15
     16        * level-1/l1-clos.lisp: (SETF CLASS-NAME) can affect the type
     17        system, since only symbols which name properly-named classes are
     18        type specifiers.  Changing the name of a class can either introduce
     19        or remove a properly-named class.
     20       
     21        Classes that have the kernel-p attribute shouldn't have their names
     22        changed casually.
     23
     242006-10-18 07:33  gb
     25
     26        * level-1/l1-sockets.lisp: Accept an :EXTERNAL-FORMAT argument to
     27        MAKE-SOCKET, pass it down to whatever function actually creates a
     28        stream socket.
     29
    1302006-10-18 02:12  gb
    231
Note: See TracChangeset for help on using the changeset viewer.