25 Commits (f5358bb32e85a19c254d730cf81e0c5ec7b09a41)

Author SHA1 Message Date
Peter Johnson e8d7d5cad9 Add opt_flags (space for use by the optimizer). 24 years ago
Peter Johnson 825eaa5823 Massive cleanup of debugging output (via _print() functions). All now take 24 years ago
Peter Johnson b930d117d3 Polish up most directive support. This necessitated adding objfmt-specific 24 years ago
Peter Johnson d6d0cb8785 Add symrec_delete() for deleting non-table symbols. Use it from expr_delete(). 24 years ago
Peter Johnson 8178f883a5 Modify so that almost everything passes LCLint with the options in lclint.sh. 24 years ago
Peter Johnson 424c30fdaa Allow symrec_foreach return value to be ignored (in lclint). 24 years ago
Peter Johnson a7ac50c918 Add coretype.h, make util.h do a lot more, use util.h to simplify include 24 years ago
Peter Johnson 4d95de5161 Plug memory leaks, and enhance finding later ones with *_delete functions. 24 years ago
Peter Johnson 43c736c2d8 Add parser finalization check for undefined symbols. 24 years ago
Peter Johnson e170a2f8b3 Add symrec_get_visibility(). 24 years ago
Peter Johnson 8149291eca Add expr_contains_float() and symrec_get_equ() functions. These are the first 24 years ago
Peter Johnson 193392dcb6 Fix LOTS of little nits. Primary changes: 24 years ago
Peter Johnson c49daeab12 Move SymStatus and SymType to symrec.c from symrec.h. They're only used 24 years ago
Peter Johnson 48a36cdf22 Make most data structures opaque, keeping internals truly internal and making the 24 years ago
Peter Johnson 1abd74ba04 Fix large parts of expression and symbol handling. Actually link in labels 24 years ago
Peter Johnson 902d974288 Save filename as well as line number for each symbol. 24 years ago
Peter Johnson f9209d5200 Used ternary search tree instead of linked list to store symbol table. 24 years ago
Peter Johnson ecf19c6170 Delete ancient symrec cruft. 24 years ago
Peter Johnson b2890b8f9d $Id$ -> $IdPath$. 24 years ago
Peter Johnson edf74fe9ea Run through GNU indent using indent profile. Manually fix some changes 24 years ago
Peter Johnson d4c6d24a9e At least in NASM syntax, there is no differentation between labels and data 24 years ago
Peter Johnson 616bd61994 Use ANSI C compliant #ifndef wrappers (_A_H_ -> YASM_A_H). 24 years ago
Michael Urman a6ef33c04c Added handling of labels including: 24 years ago
Peter Johnson 03ba6ad091 Fix prototype warning. 24 years ago
Peter Johnson d3a51f5835 Initial check-in. 24 years ago