Changeset 4896


Ignore:
Timestamp:
Jul 23, 2006, 12:20:27 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r4894 r4896  
     12006-07-23 01:12  gb
     2
     3        * level-1/: l1-sysio.lisp, l1-streams.lisp, l1-boot-2.lisp,
     4        l1-sockets.lisp: Fix a few botches.
     5       
     6        :private arg to stream creation primitives replaced with :sharing,
     7        which can have values:
     8       
     9         :private (the default; stream can only be accessed by the creating
     10        thread)
     11         :lock  (the old, often slow, default); most accesses to stream
     12        involve locking
     13         :nil or :external (stream code doesn't enforce exclusion).
     14
    1152006-07-22 23:57  gb
    216
Note: See TracChangeset for help on using the changeset viewer.