2001-09-28 |
Stanislav Karchebny | Added command line parsing |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Add *Now and *At error and warning functions. *At... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Implement floating point size conversions (with help... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Initialize BitVector framework. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Made gmon and core files globally ignored. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Ignore all test executables as well as gmon and core... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Add BitVector documentation. These docs are really... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Integrate 6.0 changes. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add RCSID(). |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add GNU Library General Public License (version 2)... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Fix gcc -Wall warnings. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add bitvect to build framework. C file still produces... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add SAVE_*, READ_*, and LOAD_* families of little-endia... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Fix large parts of expression and symbol handling.... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Peter Johnson | Const-ize string input parameters. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Save filename as well as line number for each symbol. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Change error/warning framework to store a list of error... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | First version of HACKING, only for Unix and not nearly... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Fixed nasty bug in error handling. It should have... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Used ternary search tree instead of linked list to... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Remove redundant check for features.h, and cache GNU... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Add check and BSD replacement for strsep(3). |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Delete ancient symrec cruft. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Integrate ternary search trees into build. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Make name and keyword const. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Get initial bits setting from object format. Change... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Define YY_NEVER_INTERACTIVE, because we never are :). |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Check for snprintf (used in Check suite). Also define... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Remove error message for check when check is disabled... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Include stddef.h for size_t. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Make sure | and == done in right order. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Try to fix configure and automake files so everything... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Cleaned up bytecode data structure, some effaddr functi... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Added README and NEWS to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Autoconfize Check test suite, and make it work even... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Allow make check and tests module to be disabled, as... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Make sure bison.y and token.l get included in the distr... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Add portable little-endian file functions. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Pull in GCC and ELF alternatives for RCSID() if available. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Build section linked list, and support the section... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Completely test ConvertRegToEA(). |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Print the test function name along with the test case... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Cleanup of local .cvsignore files after addition of... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Don't always check for Perl. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Add unit test framework using Check (http://check.sourc... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Change ../ to $(top_builddir). It's clearer and safer. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Limit some tools to --enable-dev only. Only check... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Michael Urman | Fixed two ansi C errors (empty file and extra semicolon) |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Reorganize docs into programmer and user parts. Repo... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add rcs id. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add configure.scan and *.tar.gz. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use absolute paths instead of srcdir because libintl... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use automake for queue docs, otherwise distcheck complains. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | optimizer.h should be listed in yasm_SOURCES and it... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add doc to automake and configure. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add queue(3) docs from FreeBSD. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | $Id$ -> $IdPath$. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reorder generated Makefile list a little (to be consist... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Expand out list of generated Makefiles and add RCS id. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add barebones optimizer module framework. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add prefix on local functions so they're easy to find... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reindent to match other code for the most part. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Whoa, oops! Bad bug in bytecode_new_common (wasn't... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Update file descriptions to indicate that these files... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use bytecode * instead of bytecode in parser. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Start building of sections and bytecodes in parser. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Allow whitespace before a directive. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use strcasecmp instead of strcmp when searching by... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add prototypes for strcasecmp and strncasecmp if we... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Check for case-insensitive string comparisons. Use... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use abort() instead of exit() if it's available for... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use queue.h macros in section.h, and reference bytecode... |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Peter Johnson | Update to match outfmt->objfmt change. |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Peter Johnson | Rename outfmt to objfmt and related files and directori... |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Michael Urman | Updates to pass make distcheck. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Peter Johnson | Convert to using gettext instead of the ugly errwarn... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add RCSID(). |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Standardize order of include statements as well as... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add RCSID() function. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add checks for <limits.h> and <sys/cdefs.h>. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Allow multiple labels on one line (it's still on the... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use STAILQ's for datavals and bytecodes. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use the FreeBSD version of <sys/queue.h> instead of... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use header-reuse #defines that are ANSI C compatible. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add <sys/queue.h> to util.h and pull in compatible... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add check for <sys/queue.h> and specific checks for... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Run through GNU indent using indent profile. Manually... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add dataval as a type. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add FILE as a type. Why it's not built-in, I don't... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | First version of indentation profile. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Give prototype for nasm_parser_parse(). |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Declare type enum correctly. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Remove & from function pointer references. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add new subdirectories for new src/ directory structures. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | New modular directory structure: parsers, preprocs... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Update to reflect 0-based groupdata array. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Peter Johnson | Add "error when reading from file" error. |
commit | commitdiff | tree | snapshot |
next |