Skip to content
Snippets Groups Projects
  1. Sep 05, 2005
  2. May 09, 2005
  3. Feb 20, 2005
  4. Feb 18, 2005
  5. Dec 31, 2004
  6. Dec 30, 2004
  7. Dec 01, 2004
  8. Sep 08, 2004
  9. Aug 16, 2004
  10. May 30, 2004
  11. May 17, 2004
  12. Apr 08, 2004
  13. Feb 14, 2004
  14. Jan 20, 2004
  15. Dec 12, 2003
  16. Nov 26, 2003
  17. Nov 01, 2003
  18. Oct 28, 2003
  19. Oct 19, 2003
  20. Oct 12, 2003
  21. Oct 10, 2003
  22. Oct 09, 2003
  23. Oct 01, 2003
  24. Sep 30, 2003
  25. Sep 20, 2003
  26. Aug 28, 2003
  27. Jul 25, 2003
  28. Jul 23, 2003
    • rswindell's avatar
      Fixed (finally) JavaScript object initialization segfaults when the JS runtime · 345eafda
      rswindell authored
      "max_bytes" value is insufficient for the number of configured items:
      by defining dynamically created objects and arrays as properties of child
      objects of the global object immediately after such objects are created,
      they are "implicitly rooted", protecting them from (unexpected) garbage
      collection. Now the initialization will simply fail with a nice "out of memory"
      error. This was a long-standing bug that rarely occurred in the wild.
      345eafda
  29. Jul 13, 2003
  30. Jul 09, 2003
  31. Jul 08, 2003
  32. May 06, 2003
  33. Apr 28, 2003
  34. Apr 05, 2003
  35. Apr 03, 2003
    • rswindell's avatar
      Eliminated unnecessary JSClass definitions. · 9c83c3b3
      rswindell authored
      Added more property descriptions (for dynamic JS object model docs).
      Fixed a few bugs exposed by jsdocs.js.
      Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
      9c83c3b3
  36. Apr 02, 2003
Loading