Skip to content
  1. Feb 23, 2013
  2. Feb 21, 2013
  3. Jan 21, 2013
  4. Jan 18, 2013
  5. Jan 07, 2013
  6. Jan 06, 2013
  7. Jan 03, 2013
  8. Nov 24, 2012
  9. Nov 23, 2012
  10. Nov 12, 2012
    • Liam M. Healy's avatar
      Restore default type class name · 1b88e331
      Liam M. Healy authored
      In defcstruct, there was a line, removed in be626770, that set a
      default type class name by appending "-TCLASS".  Without this line,
      the class will be directly FOREIGN-STRUCT-TYPE instead of a subclass.
      This is acceptable if the translate methods are not going to be
      redefined, but if they are, any change will apply to all instances
      (including instances of subclasses of other structures, which may call
      these with call-next-method).  In fact, there is a check in
      define-translation-method to prevent redefinition with that macro, but
      of course a defmethod would be just as bad.
      
      While in principal one can specify the :class argument, this isn't
      always possible, for example, if the structure was made by groveling.
      Even so, it is a bad idea to make a default which has the potential
      for this kind of harm.
      
      This fix now permits GSLL to compile and load correctly.
      1b88e331
  11. Nov 04, 2012
  12. Jun 07, 2012
  13. May 14, 2012