Skip to content
Snippets Groups Projects
  1. Mar 19, 1990
  2. Mar 16, 1990
    • ram's avatar
      .../code/fd-stream.lisp, 08-Mar-90 17:58:17, Edit by Wlott. · c8054de1
      ram authored
        Yet another attempt at file-position.  Forgot to zero both the head and
        tail of the input buffer when we moved the file pointer.  Therefore, UNIX
        thought that the file pointer was at the beginning of the file, but LISP
        thought that the file pointer was ibuf-tail bytes in.
      c8054de1
  3. Mar 15, 1990
  4. Mar 08, 1990
  5. Mar 07, 1990
  6. Mar 05, 1990
  7. Feb 27, 1990
  8. Feb 24, 1990
  9. Feb 23, 1990
  10. Feb 22, 1990
    • ram's avatar
      Initial revision · db342e14
      ram authored
      db342e14
    • ram's avatar
      Initial revision · 72af0f76
      ram authored
      72af0f76
    • ram's avatar
    • ram's avatar
      /usr1/lisp/ncode/seq.lisp, 12-Jul-89 13:19:40, Edit by Chiles. · 6ef0b882
      ram authored
        Moved APPLY-KEY and IDENTITY to list.lisp.
      6ef0b882
    • ram's avatar
      /usr/lisp/code/tty-inspect.lisp, 31-Jul-89 11:09:38, Edit by Mbb. · 3db84bb9
      ram authored
        Modified INPUT-LOOP in this file to evaluate anything that is not a
        command ala the debugger.  Also tweeked INPUT-LOOP to supply a valid
        range of slots in the message that is displayed after an invalid number
        is input.
      3db84bb9
    • ram's avatar
      /usr/mbb/x3j13-changes/current/time.lisp, 11-Jul-89 20:20:04, Edit by Mbb. · d5b77fcf
      ram authored
        Made a simple tweak to DECODE-UNIVERSAL-TIME that, in compliance with the
        new standard, ignores daylight-savings-time when the user supplies the
        :time-zone argument.
      d5b77fcf
    • ram's avatar
      Initial revision · 4fe7d898
      ram authored
      4fe7d898
    • ram's avatar
      /usr1/lisp/code/list.lisp, 11-Sep-89 09:08:11, Edit by Chiles. · 4d56dd7e
      ram authored
        Fixed UNION and NUNION to apply test to arguments correctly.
      
      /usr1/lisp/ncode/seq.lisp, 12-Jul-89 13:19:40, Edit by Chiles.
        Moved APPLY-KEY and IDENTITY to list.lisp.
      
      /usr/mbb/x3j13-changes/current/list.lisp, 11-Jul-89 17:56:57, Edit by Mbb.
        ASSOC-RASSOC-IF-KEY:
        ASSOC-IF, ASSOC-IF-NOT, RASSOC-IF, and RASSOC-IF-NOT now take &key key,
        just like the other *-if and *-if-not primitives.
      
        APPEND-DOTTED:
        Made NCONC confrom to the new standard.  (NCONC '(1 2) '(3 4) 5) used to
        flame about 5 not being a list.  Now the result is '(1 2 3 4 . 5).
        APPEND already did the right thing, so no change was neccessary.
      4d56dd7e
    • ram's avatar
      Initial revision · 74324ddf
      ram authored
      74324ddf
    • ram's avatar
      .../systems-work/code/stream.lisp, 16-Jan-90 11:47:26, Edit by Wlott. · 3cd40c8f
      ram authored
        Fixed bug in read-n-bytes: buffer was used where in-buffer should have been.
      
      .../systems-work/code/stream.lisp, 23-Oct-89 16:45:49, Edit by Chiles.
        Picked up Chris's fix to make CLEAR-INPUT always return nil.
      
      /usr1/lisp/ncode/stream.lisp, 25-Aug-89 11:46:56, Edit by Chiles.
        Added FILE-POSITION methods for string streams.
      3cd40c8f
    • ram's avatar
      /usr1/lisp/ncode/print.lisp, 29-Nov-89 18:44:35, Edit by Chiles. · 217d4891
      ram authored
        Changed print-string-stream to *print-string-stream*.
      
        Changed previous-case to *previous-case*.
      
        Added some locality to global variables.
      
        Rewrote DOSTRING.
      
        Documented some stuff.
      
        Made WRITE, PRIN1, PRINT, PRINC, etc. call OUT-SYNONYM-OF.
      
        Made the following internal printing functions take a stream argument:
           output-object
           quote-string
           output-symbol
           output-list
           output-integer
           output-float
           output-ration
           output-complex
           output-structure
           output-character
           output-vector
           output-array
           output-random
        Since these used to assume they were outputting to *standard-output*, and the
        entry point into the file would set this up, the system suffered serious
        correctness and termination problems.  T and Nil were handled incorrectly for
        getting at *terminal-io*, and if a printign routine had been given a synonym
        stream referring output to '*standard-output*, the stream methods looped
        forever trying to find the destination stream.
      
        Removed the definition for MISC-TYPE-CODE.
      217d4891
    • ram's avatar
      Initial revision · 1f98ea16
      ram authored
      1f98ea16
    • ram's avatar
      Merged in new %TOP-LEVEL from working code sources. · fa09c5d2
      ram authored
      fa09c5d2
Loading