Skip to content
Snippets Groups Projects
  1. Mar 12, 2014
  2. Jan 12, 2014
  3. Nov 07, 2013
  4. Nov 03, 2013
  5. Oct 12, 2013
  6. Aug 01, 2013
  7. Jun 17, 2013
  8. Jun 16, 2013
  9. 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
  10. 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
  11. Feb 16, 2013
  12. Dec 30, 2012
  13. Jan 12, 2012
  14. Jan 07, 2012
  15. Nov 05, 2011
  16. Oct 28, 2011
  17. Mar 19, 2011
  18. Mar 12, 2011
  19. Jan 26, 2011
  20. Nov 25, 2010
  21. Nov 22, 2010
  22. Jul 01, 2010
  23. Feb 11, 2010
  24. Aug 19, 2009
  25. Aug 18, 2009
  26. Aug 17, 2009
  27. Aug 09, 2009
  28. Oct 02, 2008
  29. Jul 31, 2008
  30. Jun 29, 2008
Loading