- Nov 21, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
* "in_" and "not_in" should coerce their results to strings (i.e., chr(result)) * TestLeftrec: success case 2 fails * TestChRange: success case segfaults * TestWhitespaceEnd: success case segfaults * TestAction: success case segfaults with "corrupted double-linked list" * TestButNotRange: segfaults, probably because of whatever's wrong with ch_range * TestXor: segfaults; failure case craps out with "malloc(): smallbin double linked list corrupted"
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Nov 20, 2013
-
-
TQ Hirsch authored
Clean up pyc
-
Joe Rozner authored
-
Joe Rozner authored
-
TQ Hirsch authored
Generate pkg-config for Hammer
-
Joe Rozner authored
Create a pkg-config file and install it to $prefix/lib/pkgconfig
-
Meredith L. Patterson authored
Added token type registry. Closes #45; see also #54
-
TQ Hirsch authored
Static analysis
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
h_sequence need PB_MIN set. Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py
-
Dan Hirsch authored
-
- Nov 16, 2013
-
-
Meredith L. Patterson authored
Add internal conditional to not use stdarg.h for SWIG use
-
Dan Hirsch authored
-
- Nov 15, 2013
-
-
Meredith L. Patterson authored
Ditch longs and long longs in favor of stdint.h types, which has cascadi...
-
Peter Johnson authored
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is still stuck in a long world, conversion of %lu to %zu for printing values of type size_t, and changing/renaming the g_check_cmp* family of functions.
-
- Nov 09, 2013
-
-
TQ Hirsch authored
Fix SCons bugs
-
Joe Rozner authored
Don't pass the entire environment to SCons. Only pass the PATH
-
Joe Rozner authored
Don't clober the Environment (and thus the ENV['PATH'] by redefining it and don't link against lr by default. Only add it if uname is not Darwin
-
- Nov 01, 2013
-
-
Meredith L. Patterson authored
Changed parser test macros so that _parse_ok just checks whether the mat...
-
Dan Hirsch authored
Changed parser test macros so that _parse_ok just checks whether the match succeeded and _parse_match actually checks the resulting parse tree
-
Meredith L. Patterson authored
Made test-suite work on its own
-
Dan Hirsch authored
-
- Oct 31, 2013
-
-
TQ Hirsch authored
Added install target
-
- Oct 29, 2013
-
-
Meredith L. Patterson authored
update usage instructions to assume system-wide install; this will change later, but is accurate now.
-
Meredith L. Patterson authored
-
Dan Hirsch authored
-