Skip to content
Snippets Groups Projects
  1. Mar 19, 2014
  2. Mar 17, 2014
  3. Mar 16, 2014
  4. Mar 12, 2014
  5. Jan 12, 2014
  6. Nov 07, 2013
  7. Nov 03, 2013
  8. Oct 12, 2013
  9. Aug 01, 2013
  10. Jun 17, 2013
  11. Jun 16, 2013
  12. Jun 15, 2013
    • Henrik (Grubba) Grubbström's avatar
      decode_value: Fix handling of inherits. · a0c9f603
      Henrik (Grubba) Grubbström authored
      Use program.c:lower_inherit() in decode_value(). The new
      parent flags handling in low_inherit() isn't safe to use
      from decode_value(), since the program_state stack isn't
      necessarily the same as when the encoded program was
      initially compiled.
      
      Fixes various dumping errors.
      a0c9f603
  13. Jun 12, 2013
    • Henrik (Grubba) Grubbström's avatar
      Runtime: Renumbered PIKE_T_*. Breaks ppc32 and ppc64. · 833cae71
      Henrik (Grubba) Grubbström authored
      Renumber the low PIKE_T_* values so that PIKE_T_INT becomes zero.
      
      This has the feature that zeroed memory becomes filled with Pike
      svalues containing integer zeroes (and not NULL pointer arrays).
      This will let call_c_initializers() avoid traversing the entire
      identifier table for the class.
      
      Note: The serialized representation of types (__parse_pike_type())
            is unchanged. As is the {out,in}put for {en,de}code_value().
      
      Updates the code generators for ia32 and amd64.
      
      Breaks the code generators for ppc32 and ppc64.
      833cae71
  14. Feb 16, 2013
  15. Dec 30, 2012
  16. Jan 12, 2012
  17. Jan 07, 2012
  18. Nov 05, 2011
  19. Oct 28, 2011
  20. Mar 19, 2011
  21. Mar 12, 2011
  22. Jan 26, 2011
  23. Nov 25, 2010
  24. Nov 22, 2010
  25. Jul 01, 2010
  26. Feb 11, 2010
  27. Aug 19, 2009
  28. Aug 18, 2009
  29. Aug 17, 2009
  30. Aug 09, 2009
Loading