Skip to content
Snippets Groups Projects
  1. Jan 11, 2020
  2. Nov 28, 2019
  3. Aug 12, 2016
  4. Nov 30, 2015
    • Sven M. Hallberg's avatar
      add h_alloc() which calls errx() on failure and use it for all basic allocation · 3fc56a0d
      Sven M. Hallberg authored
      Rationale: "Basic allocation" refers to things outside of parsing proper,
      mostly initialization. If such allocations fail, the system is globally
      emory-starved from which it will likely not recover by returning failure.
      In this case, terminating the process is in fact the most robust strategy as
      it may mean the difference between a permanent hang and a temporary crash.
      3fc56a0d
  5. Oct 03, 2015
  6. Sep 25, 2015
  7. Sep 16, 2015
  8. Sep 04, 2015
  9. Sep 03, 2015
  10. Aug 09, 2015
  11. Aug 02, 2015
  12. Jan 04, 2015
    • TQ Hirsch's avatar
      Fix #118 · af73181c
      TQ Hirsch authored
      NEWS:
      * Switching endianness mid-byte no longer potentially re-reads bytes.
      * bit_offset now consistently refers to the number of bits already
        read.
      * HParsedTokens now have a bit_length field; this is a size_t.  This
        may be removed for memory reasons.
      
      The bit writer has not yet been updated to match; the result of
      switching bit writer endianness in the middle of a byte remains
      undefined.
      af73181c
  13. May 12, 2014
  14. Mar 17, 2014
  15. Jan 16, 2014
  16. Nov 23, 2013
  17. Nov 22, 2013
    • Joe Rozner's avatar
      Add warning message · bb02aa18
      Joe Rozner authored
      Specify warning for internal only headers that are now installed for use
      by extensions.
      bb02aa18
  18. Nov 15, 2013
  19. Jun 24, 2013
  20. Jun 20, 2013
  21. Jun 19, 2013
  22. Jun 06, 2013
  23. Jun 05, 2013
  24. Jun 04, 2013
  25. May 25, 2013
  26. May 24, 2013
  27. May 22, 2013
  28. May 14, 2013
  29. May 11, 2013
  30. May 08, 2013
  31. Apr 30, 2013
Loading