214 Commits (1abd74ba04ac4b5c39c61fd625bc0cbc7e0fd290)
 

Author SHA1 Message Date
Peter Johnson 20daa47e62 Reindent to match other code for the most part. 23 years ago
Peter Johnson 695ab62056 Whoa, oops! Bad bug in bytecode_new_common (wasn't returning allocated bc). 23 years ago
Peter Johnson f8b36698fa Update file descriptions to indicate that these files are just for the 23 years ago
Peter Johnson 3c2a67ca1c Use bytecode * instead of bytecode in parser. 23 years ago
Peter Johnson 013530034e Start building of sections and bytecodes in parser. 23 years ago
Peter Johnson ca16006ce9 Allow whitespace before a directive. 23 years ago
Peter Johnson d6c93d5d7e Use strcasecmp instead of strcmp when searching by keyword. 23 years ago
Peter Johnson 303bc90f72 Add prototypes for strcasecmp and strncasecmp if we use our own implementation. 23 years ago
Peter Johnson c09f4addc8 Check for case-insensitive string comparisons. Use strcasecmp and strncasecmp 23 years ago
Peter Johnson fa6e459ce5 Use abort() instead of exit() if it's available for InternalError() and 23 years ago
Peter Johnson 84e0411c49 Use queue.h macros in section.h, and reference bytecode using bytecodehead. 23 years ago
Peter Johnson 810cdc7e7b Update to match outfmt->objfmt change. 23 years ago
Peter Johnson 074b748ece Rename outfmt to objfmt and related files and directories. "objfmt" is more 23 years ago
Michael Urman 2f630084b3 Updates to pass make distcheck. 23 years ago
Peter Johnson 45df22d110 Convert to using gettext instead of the ugly errwarn constant strings. 23 years ago
Peter Johnson 86f7268ea8 Add RCSID(). 23 years ago
Peter Johnson 77fc6dd491 Standardize order of include statements as well as autoconf'ing those source 23 years ago
Peter Johnson bcd6236091 Add RCSID() function. 23 years ago
Peter Johnson 7faa6f4fc6 Add checks for <limits.h> and <sys/cdefs.h>. 23 years ago
Peter Johnson a34646760c Allow multiple labels on one line (it's still on the TODO list for NASM :). 23 years ago
Peter Johnson ae600ce442 Use STAILQ's for datavals and bytecodes. 23 years ago
Peter Johnson 8d62e17ce2 Use the FreeBSD version of <sys/queue.h> instead of the OpenBSD version 23 years ago
Peter Johnson b4668a5405 Use header-reuse #defines that are ANSI C compatible. 23 years ago
Peter Johnson 28940100d4 Add <sys/queue.h> to util.h and pull in compatible, portable version from 23 years ago
Peter Johnson b619f63541 Add check for <sys/queue.h> and specific checks for bogus implementations. 23 years ago
Peter Johnson edf74fe9ea Run through GNU indent using indent profile. Manually fix some changes 23 years ago
Peter Johnson 961e609d4d Add dataval as a type. 23 years ago
Peter Johnson a674dcd93d Add FILE as a type. Why it's not built-in, I don't know. 23 years ago
Peter Johnson 5189b1b234 First version of indentation profile. 23 years ago
Peter Johnson 382f245f47 Give prototype for nasm_parser_parse(). 23 years ago
Peter Johnson 5cd594556a Declare type enum correctly. 23 years ago
Peter Johnson 3ce026a098 Remove & from function pointer references. 23 years ago
Peter Johnson fa49ca5544 Add new subdirectories for new src/ directory structures. 23 years ago
Peter Johnson 7ba343f346 New modular directory structure: parsers, preprocs, and outfmts. 23 years ago
Peter Johnson ce3c2283b0 Update to reflect 0-based groupdata array. 23 years ago
Peter Johnson b3a5266c00 Add "error when reading from file" error. 23 years ago
Peter Johnson 50cd4f238f Add global filename variable and handling for a filename passed on the 23 years ago
Peter Johnson 1fa31332b6 Add lexing, parsing, and internal format for strings and character constants. 23 years ago
Peter Johnson bb595a8f02 Formatting changes and starting to comment more heavily. 24 years ago
Peter Johnson d4c6d24a9e At least in NASM syntax, there is no differentation between labels and data 24 years ago
Peter Johnson 6232670d62 Add unary precedence to some of the expression rules. 24 years ago
Peter Johnson 1b34a9ea2a Add strdup and strtoul replacements to EXTRA_DIST. 24 years ago
Peter Johnson 5ded7b9546 Move ..start in with ..@label. 24 years ago
Peter Johnson 76af86221f Move some previously seperate identifiers into general label handlers. 24 years ago
Peter Johnson 23c4df71f5 This is now in the root directory, so no need to include it here. 24 years ago
Peter Johnson b0271346c7 Match build changes. 24 years ago
Peter Johnson 06cce4e4cd Repo-copied include files to src to make automake/autoconf build structure 24 years ago
Peter Johnson fa5c9d5ea9 First attempt at supporting relative jump instructions. A few hacks, but 24 years ago
Michael Urman c0eb4fac3e Better and more generalized kludge for sliding $0.\d down. 24 years ago
Michael Urman c4d985f1ad Integrate expression handling into memory address expressions. 24 years ago