472 Commits (2c051baa0b279bb40e0ab854089e9b72a5e2105b)
 

Author SHA1 Message Date
Peter Johnson ee74365f05 Add new bc_resolve() family, and rewrite calc_len to /just/ calculate the 23 years ago
Peter Johnson 4d77fa5b6b Add bcs_next (STAILQ_NEXT). 23 years ago
Peter Johnson ca1fdd915b Add bcs_first() (STAILQ_FIRST). 23 years ago
Peter Johnson 2258d80f96 Tiny formatting fix. 23 years ago
Peter Johnson cc635cc237 Change return type of calc_len() family back to int from unsigned long. 23 years ago
Peter Johnson 0276a2db37 - Use new symrec_get_label(). 23 years ago
Peter Johnson ef801289fd Add basic optimizer to checks. 23 years ago
Peter Johnson a3db6e7106 Remove symrec_get_int_value(), add symrec_get_label(). 23 years ago
Peter Johnson 746f2ef74f General code cleanup. 23 years ago
Peter Johnson 985d4e9b59 LCLint cleanups. 23 years ago
Michael Urman 04b27087a9 Fix one line odd error: missing initialization of step. 23 years ago
Peter Johnson f243b4d652 Be nice for debugging purposes and set effaddr sib=0 even when it's not valid. 23 years ago
Peter Johnson e23d88b957 Make resolve_label() take a symrec * instead of a section * and bytecode *. 23 years ago
Peter Johnson fea731d3eb Remove unused variable declaration. 23 years ago
Michael Urman 2814d5cf22 Change from linked list to vector representation for line mapping. 23 years ago
Peter Johnson fbf87da90a Comment fix. 23 years ago
Peter Johnson e2f2ede90c bc_calc_len() family should return unsigned long, not int. 23 years ago
Peter Johnson 04ed33ca73 Cut bitvect allocations even more by making a bitvect_from_Dec_static() and 23 years ago
Peter Johnson beba182469 Allocate single static temporary bitvect for conversions (as most conversions 23 years ago
Peter Johnson 057cfd62e9 dmalloc is enabled with DMALLOC, not DDMALLOC. 23 years ago
Peter Johnson d265748dcc dmalloc is enabled with DMALLOC, not DDMALLOC. 23 years ago
Peter Johnson dd1654d62f Free in_filename. 23 years ago
Peter Johnson ddacb97e3e Don't shadow global (standard C) "index" (noticed by LCLint). 23 years ago
Peter Johnson 5ad58cef6b Correct for renamed/moved files. 23 years ago
Peter Johnson 8857243d8a LCLint-inspired cleanups. 23 years ago
Peter Johnson 44a3d08815 Line number is a long (found by lclint). 23 years ago
Peter Johnson 3f2186c1bf Change from current file/line dual storage to a monotonically-increasing line 23 years ago
Peter Johnson 587a05e3eb Remove programmer documentation out of source tree and into the yasm-doc CVS 23 years ago
Peter Johnson 01208b3739 Remove programmer documentation out of source tree and into the yasm-doc CVS 23 years ago
Peter Johnson 1fc6d5b86d Fix warnings that appear with -O turned on. 23 years ago
Peter Johnson 73e3e69375 Add tests/Makefile.inc to EXTRA_DIST. 23 years ago
Michael Urman 8f5408d5c0 ignore automake's error on multiple lex.am invocations 23 years ago
Peter Johnson f5358bb32e Change EXTRA_DIST to reflect movement of strsep.c and mergesort.c. 23 years ago
Peter Johnson bed4099e4f Make sure bison gets -d flag (creates a separate header file). 23 years ago
Peter Johnson ac056aa1fc Fix issues with yy->nasm_parser_ renaming. AM_YFLAGS/AM_LFLAGS are not an 23 years ago
Peter Johnson f7b2a0be4c Get rid of --disable-check option. It no longer has any effect. 23 years ago
Peter Johnson 5f5993826a Get rid of --disable-check option. It no longer has any effect. 23 years ago
Peter Johnson 3000ae9b45 Moved function replacements to top-level. 23 years ago
Peter Johnson bea39dbe16 Add @LIBOBJS@ to library linkages (for missing functions). 23 years ago
Peter Johnson ccb5c4cc61 Link with @LIBOBJS@ (for replacement functions). 23 years ago
Peter Johnson c40b3b6aaa Remove config/* files, and automatically create the config directory in 23 years ago
Peter Johnson 1301c6786e Failed builds could prevent updating of "latest" symlink. Also now record 23 years ago
Peter Johnson 2ca67cc237 Include intl from build directory, not source directory. 23 years ago
Peter Johnson 2ea2166ae8 Add intl directory to INCLUDES. 23 years ago
Peter Johnson 14da2c24d4 This was significantly out of date. Bring up-to-date with current source. 23 years ago
Peter Johnson 90864f6793 Bring up-to-date with new generated files (due to new build structure). 23 years ago
Peter Johnson 4d0e59aa3b Remove stamp-h.in to fix distcheck issue when autogen-ing more than once. 23 years ago
Peter Johnson 1d1214dcec Don't include config/* files explicitly (they're included implicitly if 23 years ago
Peter Johnson ca6a1c8167 Massive build system change: single Makefile instead of recursive. 23 years ago
Peter Johnson 0caf84d85f Massive build system change: single Makefile instead of recursive. 23 years ago