summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Merge [2317] from trunk.Peter Johnson2010-04-082-2/+2
* vsyasm: Allow override of object, list, and map file extensions.Peter Johnson2010-03-191-3/+70
* vsyasm: Fix map extension.Peter Johnson2010-03-191-1/+1
* vsyasm: if -E is used, print command line as first line in error file.Peter Johnson2010-03-041-0/+5
* vsyasm: More gracefully handle single input file by using output name as-is.Peter Johnson2010-02-191-5/+9
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-131-4/+16
* Add "vsyasm", a batch version of yasm primarily useful for VS2010.Peter Johnson2010-02-064-0/+1371
* Implement some linemap changes required for the GAS preprocessor.Peter Johnson2010-01-032-3/+3
* Fix --preproc-only (and possibly other long options) by avoiding falsePeter Johnson2009-12-261-1/+7
* Fix #171: Broken build in ytasm CMakeLists.txt.Peter Johnson2009-05-121-4/+8
* Rename tasm to ytasm in Unix builds.Peter Johnson2009-03-241-5/+5
* tasm.c: Don't include unistd.h.Peter Johnson2008-10-081-1/+0
* tasm frontend: Fix handling of options >2 chars long.Peter Johnson2008-10-071-14/+3
* tasm frontend: Fix crash with plain /l option.Peter Johnson2008-10-071-1/+1
* Add CMakeLists.txt for tasm frontend.Peter Johnson2008-10-071-0/+25
* Add core TASM syntax support.Peter Johnson2008-10-076-0/+1224
* Fix #132: Add --prefix and --suffix (aka --postfix) options.Peter Johnson2008-06-081-0/+38
* Quiet a warning about casting from a data to function pointer.Peter Johnson2008-05-251-1/+2
* Enable Id keyword expansion.Peter Johnson2008-05-231-1/+1
* Prepend "lib" on plugin name only on Unix.Peter Johnson2008-05-232-3/+10
* Add cmake build infrastructure.Peter Johnson2008-05-226-10/+264
* Split NASM preprocessor standard macro set between various modules.Peter Johnson2008-05-091-1/+27
* Update copyright dates.Peter Johnson2008-04-121-1/+1
* Fix #123: Be explicit that errors are such by printing "error:" at beginningPeter Johnson2007-12-041-4/+5
* Correctly warn for map file usage if there are *no* object formatPeter Johnson2007-11-151-2/+2
* Add NASM-compatible multi-section binary support to bin object format.Peter Johnson2007-11-141-1/+48
* Support use of EQU values within NASM preprocessor.Peter Johnson2007-11-031-2/+2
* Change preprocessor interface from block-oriented to line-oriented.Peter Johnson2007-11-031-9/+10
* Finish cleanups made in [1967].Peter Johnson2007-09-201-3/+2
* Fix a couple of warnings (non-prototype functions).Peter Johnson2007-09-201-2/+2
* Removed FILE* argument from preprocessor create() interface. The preprocessor...paulbarker2007-08-301-31/+6
* Removed FILE* argument from parser interface. The FILE* given was simply stor...paulbarker2007-08-301-1/+1
* Fixed yasm frontend to call the correct wrappers (yasm_preproc_create and yas...paulbarker2007-08-291-7/+6
* Add command line option aliases for -d (to -D) and -u (to -U) forPeter Johnson2007-07-291-0/+4
* Fix default filename buffer overflow.Peter Johnson2007-06-231-1/+9
* Call yasm_symtab_parser_finalize() from parser so caller doesn't need toPeter Johnson2007-04-231-7/+0
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-223-564/+564
* Fix #104 by removing obsolete comment about -m amd64 not setting BITS=64.Peter Johnson2007-04-141-5/+3
* Massive update of directive handling, including handling of extern, global,Peter Johnson2007-03-211-2/+2
* Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson2007-03-051-82/+44
* Add option -Wsize-override to turn on warning on multiple operand sizePeter Johnson2007-03-011-0/+2
* Add -E and -s command line options. These mimic the NASM behavior of thesePeter Johnson2007-03-011-12/+63
* Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson2007-02-241-2/+2
* Update copyright date to 2007.Peter Johnson2007-02-081-1/+1
* Actually fully support "gnu" alias for "gas" parser. A number of placesPeter Johnson2007-01-311-1/+2
* Output warnings if no errors occurred in preproc-only mode.Peter Johnson2006-11-201-0/+3
* Fix #91 and a few other minor nits. Reorganize to make for clearer flow.Peter Johnson2006-11-181-284/+291
* Allow overriding of strict-ness requirement with command line optionPeter Johnson2006-11-071-0/+15
* Refactor include file handling into libyasm from preprocessors.Peter Johnson2006-10-281-11/+18