[Openmcl-cvs-notifications] Commit: ccl/level-1

bryan at clozure.com bryan at clozure.com
Mon Sep 5 14:02:54 MDT 2005


Affected files with versions:
  l1-sysio.lisp,1.10
-----------------------------------
Details:

  Update of /usr/local/tmpcvs/ccl-0.14-dev/ccl/level-1
  In directory clozure.com:/tmp/cvs-serv19653/level-1
  
  Modified Files:
  	l1-sysio.lisp 
  Log Message:
  
  (defclass file-stream): rename original-name slot to actual-filename.
  
  stream-original-name, (setf stream-original-name): renamed to
  stream-actual-filename, (setf stream-actual-filename). 
  
  make-file-stream, close: use renamed functions.
  
  make-file-stream: if filename is relative, use (full-pathname filename).
  we don't call full-pathname if the filename is absolute to avoid 
  clobbering a logical-pathname with its non-logical counterpart.
  (maybe full-pathname should do that for us?)
  
  make-file-stream, close: use ccl::unix-rename instead of cl:rename-file
  to avoid merge-pathnames issues when filename has no type.


More information about the Openmcl-cvs-notifications mailing list