Skip to content
Snippets Groups Projects
  1. Apr 13, 2006
  2. Apr 07, 2006
  3. Apr 03, 2006
  4. Mar 18, 2006
  5. Mar 17, 2006
    • rtoy's avatar
      lisp/Linux-os.c: · 7575e738
      rtoy authored
      o Add function get_h_errno to extract h_errno.
      
      code/internet.lisp:
      o On Linux, call the get_h_errno function to get h_errno instead of
        calling __h_errno_location ourselves since that's not part of the
        public API.
      7575e738
  6. Mar 14, 2006
    • rtoy's avatar
      Fix a few compiler warnings pointing to real issues: · c4cd431c
      rtoy authored
      o The error message in CONNECT-TO-INET-SOCKET could be getting the
        wrong message if closing the socket causes an error.
      
      o The function (FLET DOTTED-QUAD CONNECT-TO-INET-SOCKET/NON-BLOCKING)
        was not using its argument.  (No actual change in behavior because
        all uses of DOTTED-QUAD were with an arg of ADDR anyway.)
      c4cd431c
    • rtoy's avatar
      o Add docstring for *IGNORE-WILDCARDS*. · 172f99d7
      rtoy authored
      o Make UNPARSE-UNIX-PIECE honor *IGNORE-WILDCARDS*.
      
      Requested by Lynn Quam so namestrings can be given to run-program and
      friends without pathname wildcards escaped.
      172f99d7
    • rtoy's avatar
      Linux (just x86?) doesn't have h_errno. But it has __h_errno_location · 6b5b3c08
      rtoy authored
      to return the address of the (thread-local) h_errno variable, so use
      that to get the value of h_errno.  Add GET-H-ERRNO function to return
      the value of h_errno.
      6b5b3c08
  7. Feb 27, 2006
  8. Feb 25, 2006
  9. Feb 20, 2006
  10. Feb 19, 2006
  11. Feb 18, 2006
    • rtoy's avatar
      Fix up some more Ansi test failures with SET-SYNTAX-FROM-CHAR. This · 8d6a5ef7
      rtoy authored
      fixes SET-SYNTAX-FROM-CHAR.SINGLE-ESCAPE.1,
      SET-SYNTAX-FROM-CHAR.MULTIPLE-ESCAPE, SET-SYNTAX-FROM-CHAR.SHARP.1,
      SET-SYNTAX-FROM-CHAR.SHARP.2.
      
      o Fix up CHAR-CLASS, CHAR-CLASS2, and CHAR-CLASS3 to return the
        correct class.  Based on SBCL.
      o SET-SYNTAX-FROM-CHAR shouldn't set the attribute from the secondary
        attribute. (I think.)
      8d6a5ef7
  12. Feb 17, 2006
  13. Feb 15, 2006
  14. Feb 08, 2006
  15. Feb 07, 2006
  16. Feb 06, 2006
  17. Feb 04, 2006
  18. Feb 03, 2006
  19. Jan 31, 2006
  20. Jan 27, 2006
  21. Jan 25, 2006
  22. Jan 24, 2006
Loading