- 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
-
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
-
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.
-