;;; -*- Mode:LISP; Package:USER; Base:10; Readtable:Common-Lisp; Patch-File:T -*- ;;; Patch directory for FILE-Server version 22 ;;; Written 19-May-88 02:07:56 by pld (Peter L. DeWolf) at site Gigamos Cambridge ;;; while running on Fish food from band 1 ;;; with Experimental System 123.283, Experimental Local-File 73.6, Experimental FILE-Server 22.5, Experimental Unix-Interface 11.0, Experimental KERMIT 34.3, Experimental ZMail 71.2, Experimental Lambda-Diag 15.0, Experimental Tape 22.4, microcode 1756, SDU Boot Tape 3.14, SDU ROM 103, patch/experimental. (:EXPERIMENTAL ((0 "FILE-Server Loaded" "robert" NIL) (1 "Patch from GJC: Symbolics hosts that send pathnames with \">\" in them expect to get back pathnames with \">\" in them. Give 'em what they want.... Also, when printing file dates, the year is supposed to always be printed as 2 digits. Old code would break in year 2000." "pld" NIL) (2 "In OPEN response, always print the Byte Size in decimal." "pld" NIL) (3 "Don't bomb if pathname's :complete-string method gets an error." "pld" NIL) (4 "(Patch is from Jim O'Dell when he was at Los Alamos:) When communicating from a symbolics to a lambda, the symbolics side often does a CHAOS:OPEN and passes an :ESTIMATED-SIZE keyword to the lambda, which is not recognized. The lambda side should parse this in FS:FILE-SERVER-OPEN, along with the other options, and just ignore it. Done." "pld" NIL) (5 "It's ok if you don't give any properties to change. Used to return an error \"No pathname given\", which was a complete lie." "pld" NIL) (6 "File server was passing on :expunge and :create-directory operations using a keyword argument: :error nil. The operations wanted a simple nil..." "pld" NIL) ))