Skip to content
Snippets Groups Projects
  1. Feb 09, 2020
    • Sven M. Hallberg's avatar
      differantiate error codes from h_compile() and update documentation · 0813b699
      Sven M. Hallberg authored
      the regex backend already returned 2 for an internal failure, contrary to
      documentation, so this mainly brings the latter in line with existing behavior.
      
      at the same time, fix a bug: h_compile would previously return "false" (0) on
      exceptions (longjmp).
      
      make use of our new freedom to signal different error conditions from the
      context-free backends, notably "incompatible combinator" vs. "unresolvable
      conflict".
      0813b699
  2. Aug 15, 2015
  3. Aug 02, 2015
  4. Jan 05, 2015
  5. Dec 07, 2014
    • Steven Dee's avatar
      Build with -std=c99 · 73d42eed
      Steven Dee authored
      73d42eed
    • Steven Dee's avatar
      Move backend names into src/benchmark.c · f2434d5b
      Steven Dee authored
      It's causing unreferenced-variable warnings, and isn't referenced
      anywhere aside from benchmark.c. If client code is likely to reference
      it, perhaps move it into another header, so people who include hammer.h
      don't have to refer to it to have warning-free code.
      f2434d5b
  6. Apr 20, 2014
  7. Apr 13, 2014
  8. Nov 15, 2013
  9. Oct 18, 2013
  10. May 12, 2013
  11. May 11, 2013
  12. May 08, 2013
  13. Apr 27, 2013
  14. Apr 17, 2013
  15. Nov 09, 2012
  16. Nov 08, 2012
  17. Nov 06, 2012
  18. Nov 02, 2012
Loading