Skip to content
Snippets Groups Projects
  1. May 20, 2020
  2. Nov 12, 2018
  3. Dec 29, 2016
  4. Dec 05, 2016
  5. Aug 10, 2016
  6. Mar 17, 2016
  7. Feb 25, 2016
    • Henrik (Grubba) Grubbström's avatar
      Runtime: Potential race condition fix. · 8ebd2410
      Henrik (Grubba) Grubbström authored
      Wait for the compiler to complete before complaining about
      attempts to clone unfinished programs.
      
      Thanks to Jeff Hungerford <hungerf3-roxen3@house.ofdoom.com>
      for the report.
      
      Potential fix for [Pike mailinglist 14495]/[LysLysKOM 21645192]
      8ebd2410
  8. Jun 11, 2015
  9. Feb 08, 2015
  10. Jan 27, 2015
    • Arne Goedeke's avatar
      equal: allow comparing objects with getters · fa155aea
      Arne Goedeke authored
      setters/getters are marked as variables with special run_time_type.
      object_equal_p() did not handle that case and ended up calling
      low_is_equal with type PIKE_T_GET_SET which would lead to a
      fatal.
      
      This change makes object_equal_p() ignore getters.
      fa155aea
  11. Dec 03, 2014
  12. Oct 01, 2014
  13. Sep 11, 2014
  14. Sep 03, 2014
  15. Aug 25, 2014
  16. Aug 21, 2014
  17. Aug 03, 2014
  18. Jul 27, 2014
  19. Jun 18, 2014
  20. Jun 17, 2014
  21. Jun 16, 2014
    • Henrik (Grubba) Grubbström's avatar
      Runtime: Added PROGRAM_CLEAR_STORAGE. · a94712de
      Henrik (Grubba) Grubbström authored
      Adds a flag indicating that the storage held by objects of the class
      should be cleared prior to being freed. This is mainly to avoid having
      secrets around longer than necessary.
      
      FIXME: Consider adding a corresponding flag for objects to mark eg
      some bignums for clearing.
      a94712de
  22. May 25, 2014
  23. May 23, 2014
    • Per Hedbor's avatar
      Removed dead feature PIKE_RUN_UNLOCKED · 557f749d
      Per Hedbor authored
      This feature has not worked since at least y2k
      (5b15bb75)
      
      In fact, it never did work very well even befor that, and has always
      much slower than not running unlocked. Especially on multi-cpu
      systems.
      557f749d
  24. Apr 25, 2014
  25. Feb 08, 2014
  26. Jan 06, 2014
  27. Oct 05, 2013
  28. Aug 01, 2013
  29. Jun 12, 2013
  30. Jun 11, 2013
  31. Mar 16, 2013
Loading