1. 14 Apr, 1998 2 commits
  2. 26 Mar, 1998 2 commits
    • Kevin Bracey's avatar
      Last check-in broke the stubs... · ef3219a0
      Kevin Bracey authored
      ef3219a0
    • Kevin Bracey's avatar
      * RISC_OSLib msgs module now closes its Messages files on exit. · 04e387ec
      Kevin Bracey authored
      * strerror/perror now call _kernel_last_oserror and use result
        if errno is unknown.
      * _sys_open calls error-returning form of OS_Find so
        _kernel_last_oserror can return something meaningful after
        fopen fails
      * All file handling calls set errno to -1 if a _kernel_osfind/
        _kernel_osgbpb etc call returns an error
      * These three changes mean that the code sequence
      
               if ((fp = fopen(file, "rb")) == NULL) {
                  perror(progname);
                  return 1;
               }
      
        will now say something useful rather than "No error (errno=0)"
        This could now be used by socklib to get perror to work
        with errors generated by the Internet module.
      * ANSILib now outputs proper messages, not just tokens.
      04e387ec
  3. 16 Jun, 1997 1 commit
  4. 29 May, 1997 2 commits
  5. 09 May, 1997 1 commit
  6. 01 May, 1997 3 commits
  7. 21 Jan, 1997 3 commits
  8. 16 Dec, 1996 1 commit
  9. 21 Nov, 1996 1 commit
  10. 05 Nov, 1996 4 commits