yasm/tools
Peter Johnson ba76728ded * symrec.pxi: Implement iterators.
* symrec.h (yasm_symtab_first, yasm_symtab_next, yasm_symtab_iter_value):
Supporting functions.
* symrec.c (yasm_symtab_first, yasm_symtab_next, yasm_symtab_iter_value):
Implement by passing through to...
* hamt.h (HAMT_first, HAMT_next, HAMTEntry_get_data): New.
* hamt.c (HAMT_first, HAMT_next, HAMTEntry_get_data): Implement.

svn path=/trunk/yasm/; revision=1495
2006-04-16 22:46:22 +00:00
..
gap Eliminate some signed/unsigned character mismatches in GAP build. 2006-03-18 22:36:21 +00:00
python-yasm * symrec.pxi: Implement iterators. 2006-04-16 22:46:22 +00:00
re2c * re2c/main.c: Include string.h so strlen and memcpy are prototyped. 2006-02-04 06:17:26 +00:00
xdf * xdf-objfmt.c (XDF_MAGIC): Change to XDF version 2.0. No backwards 2005-02-05 07:12:14 +00:00
Makefile.inc Hook Python module into the build (even though it's pretty incomplete), 2006-04-04 06:07:32 +00:00