2007-02-12 |
Peter Johnson | Enable .pdata and .xdata special handling only for... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Peter Johnson | Add support for Win64 structured exception handling... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | coff-objfmt.c: Refactor directives. Also fix small... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | Update copyright date to 2007. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | Tokenize registers in directives. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Johnson | Missed one NULL-handling case in previous commit. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Johnson | Allow directives to have no parameters in the parser... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Johnson | macho-objfmt.c: Fix unused variable warning. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Johnson | nasm-listfmt.c: Fix warning due to [1752] multiple... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Peter Johnson | Support forced identifiers ($foo) in directives. This... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | Fix #98. Fix implemented by merging any reserve multip... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | Allow multiples to become temporarily negative during... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | section.c (check_cylce): Avoid segfault by checking... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Peter Johnson | Fix handling of times 0 <...>. |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Peter Johnson | Actually fully support "gnu" alias for "gas" parser... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Peter Johnson | Now that Pyrex 0.9.5.1 is out, require it (incorporates... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Pyxelator generation should depend on HEADERS rather... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Clean up sed usage a tiny bit (don't use cat). |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Massive Python/Pyrex wrapper cleanup. We now use Pyxel... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Peter Johnson | Fix #97: Support right-shifted symbols in binary output... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Peter Johnson | Unbreak out_test.sh; the previous commit caused an... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Peter Johnson | Fix #96 by setting the timestamp in the COFF header... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Peter Johnson | Make python module DESTDIR-clean to unbreak distcheck... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Peter Johnson | Remove yasm_immval, moving remaining unique information... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Johnson | intnum.c: Better internal error checking on intnum... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Johnson | Fix bug in [1737]. Using a valid environment variable... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Peter Johnson | Support environment variables in %include along the... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Peter Johnson | Add dbgfmt_cv8 to flat Mkfiles (DJGPP). |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Johnson | Make gnu an alias for gas parser. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Johnson | Add macho to Mkfiles. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Peter Johnson | Unbreak distcheck (missing test shell scripts from... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Peter Johnson | Initial commit of Mach-O object format. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Peter Johnson | .indent.pro: Update ancient typedef list. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Peter Johnson | coretype.h: Remove yasm_optimizer typedef. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Johnson | x86arch.c, x86id.c: Explicitly cast to unsigned char. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Johnson | gas-parse.c: Delete unused variables. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | coff-objfmt.c: Close small memory leak. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | python-yasm/Makefile.inc: Pull in CPPFLAGS for Python... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | bc-data.c: Fix memory leak when handling LEB128 data. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | GAS parser: convert to recursive descent. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | NASM parser bugfixes, and add support for section names... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | yasm_value_delete(): Check for NULL expr before attempt... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Peter Johnson | nasm-parse.c, x86id.c: Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | POTFILES.in: Bring up to date by adding a couple of... |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | Remove remaining references to nasm-bison.c/h. |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | Port re2c parser from YACC to recursive descent. |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | Fix Mkfiles for previous commit (NASM recursive descent... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | NASM parser: change from Bison parser to hand-written... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | Rename yasm_dvs_destroy() to yasm_dvs_delete() to match... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Peter Johnson | Fix bad valparams setup introduced in previous commit... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Peter Johnson | Push down GAS .ident directive handling into objfmts... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Peter Johnson | Pyxelator: Rip out code wrapper generation. Reindent... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Peter Johnson | Bring Pyxelator-r428 into trunk. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Peter Johnson | Take [1423] to the next logical step by supporting... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Peter Johnson | valparam.h (yasm_vps_destroy): Fix documentation. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Peter Johnson | expr.pxi: Sync with [1702]. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Peter Johnson | Remove YASM_EXPR_SYMREC hack; it's no longer used due... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Peter Johnson | Rename linemgr.c and linemgr.h to linemap.c and linemap... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Peter Johnson | GAS parser: match .file and .line handling to that... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Peter Johnson | errwarn.c (yasm_warn_occurred): New, warning near-equiv... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Peter Johnson | Fix #92: CPU 8086 doesn't support PUSH imm; this was... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Peter Johnson | gas-token.re: Use new yasm_unescape_cstring() to handle... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Peter Johnson | file.c (yasm_unescape_cstring): New function to unescap... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Peter Johnson | errwarn.c (yasm_warn_fetch): Follow documentation and... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Peter Johnson | Output warnings if no errors occurred in preproc-only... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Peter Johnson | yapp_test.sh: Fix error recording and srcdir replacement. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Peter Johnson | gas-token.re (strbuf_append): Remove line parameter. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Peter Johnson | gas-bison.y: Fix crash when .ident is used with an... |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Peter Johnson | Clean up a few minor nits (warnings). |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Peter Johnson | gas-parser.h: Fix nit (NASM_PARSER_H define instead... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Peter Johnson | Fix #91 and a few other minor nits. Reorganize to... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Peter Johnson | yapp_test.sh: Unbreak. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Peter Johnson | Fix quoting error. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Peter Johnson | yapp-preproc.c: Build fix. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Peter Johnson | Generate better errors than "invalid combination of... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Peter Johnson | Use is_exp2() in a couple more places. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Peter Johnson | Make life a little easier by adding an is_exp2() macro. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Peter Johnson | Allow overriding of strict-ness requirement with comman... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Peter Johnson | Support strict for immediate values, and optimize non... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Peter Johnson | Support "strict" in NASM parser. Still need to impleme... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Peter Johnson | Remove some unused yasm_scanner variables, and properly... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Peter Johnson | yasm_intnum_create_charconst_nasm(): Ensure converted... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Peter Johnson | out_test.sh: Fix reporting of non-error. |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Peter Johnson | Fix #88: Allow only GNU Bison (not Bison++ or plain... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Have incbin search include paths (long-missing feature). |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Add trailing slashes on include paths again (functional... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Unbreak raw preproc (broken in [1669]). |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | yasm_fopen_include: Allow oname to be NULL. Also set... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Refactor include file handling into libyasm from prepro... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Make common scanner fill function, as we're using it... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Fix handling of svdc, rsdc, wrshr, and rdshr Cyrix... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Peter Johnson | Fix prefix order for "3-byte" instructions like the... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Peter Johnson | expr.c (expr_expand_equ): Work around what I believe... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Peter Johnson | genmodule.c: Fix edge cases in string handling. |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Peter Johnson | Add yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Peter Johnson | Revamp and update man pages. Still need to add in... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Peter Johnson | Fix #86 by requiring '-' (e.g. "yasm -") to read from... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Peter Johnson | Fix #85: Multiple may be 0. In this case, force size... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Peter Johnson | Fix #84: I broke the idiom of concating a decimal numbe... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Peter Johnson | expr.h: Fix comment to match [1655]. |
commit | commitdiff | tree | snapshot |
next |