Skip to content
Snippets Groups Projects
  1. Jun 26, 2002
    • pmai's avatar
      Corrected a small byte-ordering issue in the new definition of · e4f46e65
      pmai authored
      connect-to-inet-socket.  Since CL byte operations are defined
      to work on numbers in host order, which might or might not be the
      same as network order, working portably on network ordered numbers
      requires conditionalization based on the backend byte-order.  Hence
      it is almost always better to work on host ordered numbers directly.
      e4f46e65
  2. Jan 26, 2002
  3. Jan 23, 2002
  4. Jan 04, 2002
  5. Dec 06, 2001
    • pmai's avatar
      Added specialised port to OpenBSD (2.9). Many parts of the original · 195461c1
      pmai authored
      code which were previously conditionalized on :FreeBSD, are now
      conditionalized on :BSD instead, with the :BSD feature now implying a
      4.4BSD(lite2) derived OS.  This should make future BSD-ports easier.
      FreeBSD and OpenBSD are differentiated by having either :FreeBSD or
      :OpenBSD on the features list.
      
      Currently the OpenBSD port does not have working ELF support, because
      OpenBSD 2.9 is still non-ELF by default.  So don't put ELF on the
      features list when building for OpenBSD, or fix the code to work
      correctly in this case instead.
      195461c1
  6. Apr 10, 2001
  7. Mar 04, 2001
  8. Feb 22, 2001
    • pw's avatar
      From Paul Foley · b221deeb
      pw authored
      A couple of typo corrections; fix main() in lisp.c (main returns int,
      not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
      b221deeb
  9. Nov 06, 2000
  10. Sep 20, 2000
  11. Sep 15, 2000
  12. Aug 07, 2000
  13. Aug 04, 2000
  14. Jul 31, 2000
  15. Jan 11, 1998
  16. Dec 01, 1997
  17. Jan 18, 1997
  18. Oct 31, 1994
  19. Oct 20, 1994
  20. Oct 19, 1994
  21. Jun 29, 1994
  22. Apr 06, 1994
  23. Dec 09, 1993
  24. Jan 13, 1993
  25. Dec 18, 1992
  26. Jul 15, 1992
  27. Feb 18, 1992
  28. Feb 16, 1992
  29. Feb 14, 1992
  30. Nov 09, 1991
  31. May 22, 1991
  32. Feb 08, 1991
  33. Nov 06, 1990
  34. Jul 29, 1990
  35. May 30, 1990
  36. Mar 05, 1990
  37. Feb 22, 1990
Loading