Skip to content
Snippets Groups Projects
  1. Sep 19, 1999
    • sof's avatar
      [project @ 1999-09-19 19:20:50 by sof] · ecdc4ca6
      sof authored
      * drop the restriction that seeks cannot be made on devices & beyond
        EOFs. If the underlying lseek() doesn't like us doing either, it'll
        let us know.
      * When asking for the current position under Win32, take into account
        that lseek() reports the _untranslated_ position, so adjust the resulting
        position by scanning input buffer looking for \n's (and treat them
        as if \r\n.)
      ecdc4ca6
    • sof's avatar
      [project @ 1999-09-19 19:15:26 by sof] · 8e0fd8c7
      sof authored
      re-organised the initialisation of the 'flags' a little; record whether a file handle is in 'binary' translation mode or not.
      8e0fd8c7
    • sof's avatar
      [project @ 1999-09-19 19:12:39 by sof] · ba98a876
      sof authored
      Drop the use of _ccall_, _casm_ and lit-lits in std/, "foreign import" is
      the future.
      ba98a876
    • sof's avatar
      [project @ 1999-09-19 19:10:54 by sof] · 59cc2b33
      sof authored
      nullAddr: avoid the use of a lit-lit
      59cc2b33
  2. Sep 17, 1999
  3. Sep 16, 1999
  4. Sep 15, 1999
Loading