Skip to content
  1. Sep 01, 2012
    • Raymond Toy's avatar
      Clean up RCS ids · eeab7066
      Raymond Toy authored
       * Get rid of the RCS Header stuff.  They're meaningless in git.
       * Add public domain comment to some of the files if the only comment
         was the RCS header.
      eeab7066
  2. Dec 22, 2011
  3. Nov 04, 2011
  4. Jan 26, 2010
  5. Mar 19, 2008
  6. Sep 15, 2005
  7. Sep 05, 2005
  8. Jul 08, 2004
    • rtoy's avatar
      Fix more compiler warnings: · fcb4d9e1
      rtoy authored
      * interrupt.c: oldcont isn't used.
      
      * interrupt.c, monitor.c, validate.c:  Initialize some variables that
        the compiler thinks might be used without initialization.
      fcb4d9e1
    • rtoy's avatar
      Fix more compiler warnings: · a09fed84
      rtoy authored
      * alloc.c, coreparse.c, monitor.c, validate.c, vars.c:  #include some
        files to get declarations of functions.
      
      * coreparse.c, lisp.c, monitor.c: Fix printf warnings about args not
        matching the format string.
      a09fed84
    • rtoy's avatar
      More fixes for compiler warnings about printf arg types, implicit · 4d97109e
      rtoy authored
      conversions to pointers from ints.  Correct the return type of
      sigsegv_handle_now.
      4d97109e
  9. Jul 07, 2004
  10. May 19, 2004
  11. Jan 23, 2003
    • toy's avatar
      From Eric Marsden: · f315d7f1
      toy authored
          fix typos in comments, signal more specific error types, remove
          some stale code, fix a few compiler warnings in the runtime.
      f315d7f1
  12. Oct 27, 2000
  13. Feb 22, 1999
  14. Feb 20, 1999
    • pw's avatar
      Changes for Linux running on Alpha. · 25b808fb
      pw authored
      From: Julian Dolby <dolby@csag-226-8.UCSD.EDU>
      
        Enclosed below are diffs against the cvs repository as of Feb 12;
      aside from minor changes like using different include files
      (e.g. validate.h instead of x86-validate.h in Linux-os.c) and adding
      alpha-linux specifics unix-glibc2.lisp, there are two code changes.
      
       The first is to signal handling. I had to put the POSIX-SIGS
      ifdefs into places used by alpha but not by x86, and I ifdef'ed out
      most of the linux #define kludges for signals for alpha linux, since
      alpha linux uses OSF/1 signals rather than linux ones.
      
       The second is that the trick of or'ing 2 into the reg_ALLOC address
      to cause faults does not work on alpha linux since the kernel traps
      and handles the unaligned access; I did not find a way to change that
      kernel behavior, so I changed the code to or (1<<63) into the address
      to cause a seg fault, and then check, in the seg fault handler, to see
      if the high-order address bits are set.
      
       One change I made is to the memory layout (lisp/alpha-validate.h and
      compiler/alpha/parms.lisp); that change is not needed to make lisp run
      on alpha linux, but is there because I wanted more heap space.
      25b808fb
  15. Dec 20, 1998
  16. Jan 17, 1998
  17. Nov 23, 1997
  18. Jan 21, 1997
  19. Oct 24, 1994
  20. Mar 27, 1994
  21. Apr 28, 1993
  22. Jan 13, 1993
  23. Dec 17, 1992
  24. Jul 28, 1992
  25. Mar 08, 1992
  26. Oct 22, 1991
  27. Apr 13, 1991
  28. Feb 16, 1991
  29. Nov 25, 1990
  30. Nov 12, 1990
  31. Oct 23, 1990
  32. Jul 01, 1990
  33. Jun 04, 1990
  34. May 30, 1990
  35. May 24, 1990
  36. Apr 04, 1990