Changeset 4896
- Timestamp:
- Jul 23, 2006, 12:20:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r4894 r4896 1 2006-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 1 15 2006-07-22 23:57 gb 2 16
Note:
See TracChangeset
for help on using the changeset viewer.
