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. Nov 04, 2011
  3. Jan 01, 2007
  4. Sep 15, 2005
  5. Jan 13, 2005
  6. Jul 07, 2004
    • rtoy's avatar
      Fix more compiler warnings: · 0ac2c885
      rtoy authored
      * backtrace.c, save.c:  fprintf warnings.
      * interrupt.h: Declare build_fake_control_stack_frame and
        interrupt_handle_space_overflow.
      * os-common.c: Include interrupt.h to define
        build_fake_control_stack_frame.
      * parse.c, runprog.c, search.c:  Include some standard system headers
        to get rid of undefined function warnings.
      0ac2c885
    • rtoy's avatar
      Changes from Robert Swindells to support NetBSD. · 5d2cd5df
      rtoy authored
      5d2cd5df
  7. Nov 25, 1997
    • dtc's avatar
      Ignore the foreign_function_call_active flag on the x86 port. It was · c308db4d
      dtc authored
      of no utility and wasn't even being maintained thoroughly. Can now use
      pseudo atomic in C code. All interrupt contexts are saved, even those
      that occur when running foreign C code; this may be necessary for
      reliable stack parsing on some operating systems, e.g. Linux.
      
      When the pending interrupt from a GC trigger is processed by
      interrupt_handle_pending, any other accumulated pending interrupt is
      also processed even if *interrupts-enabled* is false, breaking the
      behaviour of the *interrupts-enabled* flag.  The best way around this
      for the x86 port is to call maybe-gc directly from the allocation
      routines; remove the recently introduced function set_maybe_gc_pending
      which also had other problems. Note this problem will likely occur on
      the other ports.
      c308db4d
  8. Nov 19, 1997
  9. Oct 24, 1994
  10. Jul 27, 1993
  11. Jan 13, 1993
  12. Sep 08, 1992
  13. Jul 28, 1992