Skip to content
Snippets Groups Projects
  1. Jan 09, 2004
  2. Oct 29, 2003
  3. Jun 27, 2003
  4. Jun 11, 2003
  5. Jun 08, 2003
  6. Apr 30, 2003
    • gerd's avatar
      Compile-time checking of calls to FORMAT. · c6e55e56
      gerd authored
      	* src/code/format.lisp (min/max-format-arguments-count)
      	(min/max-format-args, min/max-conditional-args): New functions.
      
      	* src/compiler/srctran.lisp (check-format-args): New function.
      	(format): New transformer for simple-string format control
      	and (<= speed space), checking number of args.
      	(format) <transforms>: Use min/max-format-arguments-count.
      
      	* src/code/package.lisp (unintern): Add missing args to format.
      
      	* src/compiler/disassem.lisp (maybe-note-associated-storage-ref):
      	Remove extraneous format arg.
      c6e55e56
  7. Apr 27, 2003
  8. Apr 26, 2003
  9. Mar 06, 2003
  10. Feb 14, 2003
  11. Jan 06, 2003
  12. Oct 07, 2002
    • toy's avatar
      o Correct some spelling mistakes · 4fb3490d
      toy authored
      o Fix a few typos in code.
      o Delete a few unused symbols from various places
      o Use something better than %%RWSEQ-EOF%% for the eof marker.
      o Add target-foreign-linkage vars for the PPC and HPPA ports to aid
        cross-compilation.  (The values are very likely wrong, but they're
        not used yet.)
      
      Based on a larger patch from Eric Marsden.
      4fb3490d
  13. Aug 27, 2002
    • moore's avatar
      · bf84be07
      moore authored
      On x86 FreeBSD and Linux, change the way foreign symbol addresses are resolved.
      They now go through a table -- effectively a new space in the core file.
      Function references are resolved lazily, data references are resolved on startup
      and when a .so is loaded.  The end result is that cores can be dumped that
      contain references to symbols in shared libraries.  Also, the dependence of the core on addresses in the Lisp runtime is broken.
      
      The linkage table feature is controlled by :linkage-table and LINKAGE_TABLE in C
      runtime.  Several foreign symbols are now Lisp static symbols, so a cross
      compile is required whether or not the new stuff is used.  I've checked in
      boot4-cross-foreign-linkage.lisp that builds the compiler for linkage table; do whatever you usually do for the non-linkage table case:)  Seriously, lets start
      a discussion on standardizing "cross compilation," not to mention the general
      build procedure.
      bf84be07
  14. Jun 25, 2001
  15. Jun 04, 2001
  16. May 08, 2001
    • pw's avatar
      From Tim Moore: · fef3f29b
      pw authored
      Add more interesting annotations to disassemble output.
      fef3f29b
  17. Aug 13, 1999
  18. Feb 14, 1997
  19. Feb 10, 1997
  20. Oct 31, 1994
  21. Feb 11, 1994
  22. Sep 02, 1993
  23. Sep 01, 1993
  24. Aug 24, 1993
  25. Aug 20, 1993
  26. Aug 17, 1993
  27. Jan 13, 1993
  28. Dec 17, 1992
  29. Nov 25, 1992
  30. Oct 27, 1992
  31. Oct 17, 1992
  32. Oct 16, 1992
  33. Sep 08, 1992
  34. Sep 02, 1992
  35. Aug 31, 1992
  36. Jul 30, 1992
  37. Jul 23, 1992
  38. Apr 21, 1992
  39. Apr 14, 1992
Loading