summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for release.v1.0.11.0.1Peter Johnson2010-05-185-20/+20
* Merge [2323] from trunk (handle and ignore [warning]).1.0Peter Johnson2010-05-165-0/+21
|\
| * Fix #201: explicitly ignore [warning] directive and treat as warning.Peter Johnson2010-05-165-0/+21
| * Support all unary operators in directive expressions.Peter Johnson2010-05-161-45/+22
| * Fix #202 (incorrect GOT offset generated in NASM mode).Peter Johnson2010-05-152-13/+2
| * Update frontend --version copyright dates.Peter Johnson2010-04-082-2/+2
* | Merge [2321] (fix for incorrect GOT offset) from trunk.Peter Johnson2010-05-162-13/+2
* | Merge [2317] from trunk.Peter Johnson2010-04-082-2/+2
* | Bump branch version to 1.0.x, with an internal version of 1.0.0.Peter Johnson2010-04-085-22/+22
|/
* COPYING: Update credits a bit.Peter Johnson2010-04-081-2/+2
* Update copyright dates.Peter Johnson2010-04-081-1/+1
* NASM preproc: Add basic support for %{x:y} parameter list expansion.Peter Johnson2010-04-081-79/+128
* NASM preprocessor: Add %scope and %endscope.Peter Johnson2010-04-084-11/+107
* Instead of initializing unknown sections en-masse during objfmt_output(),Peter Johnson2010-03-2811-185/+144
* 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
* Improve VSYASM integration into Visual Studio 2010 Brian Gladman2010-03-103-26/+107
* vsyasm: if -E is used, print command line as first line in error file.Peter Johnson2010-03-041-0/+5
* Makefile.am: Update for [2297] changes.Peter Johnson2010-03-041-3/+3
* Adjust YASM integration into Visual Studio 2010 slightlyBrian Gladman2010-03-031-1/+1
* Add VSYASM integration files for Visual Studio 2010 (and remove incorrect YAS...Brian Gladman2010-03-035-120/+133
* Correction to Python detection on WindowsBrian Gladman2010-02-252-2/+2
* Yet one more attempt to find Python in WindowsBrian Gladman2010-02-252-22/+28
* Make a further attempt to use the Windows registry to find PythonBrian Gladman2010-02-242-42/+12
* correct error in python detection batch file Brian Gladman2010-02-232-2/+2
* Hopefully remove python discovery issue in Windows buildBrian Gladman2010-02-232-10/+36
* vsyasm: More gracefully handle single input file by using output name as-is.Peter Johnson2010-02-191-5/+9
* Add vc10 and vsyasm build files to EXTRA_DIST.Peter Johnson2010-02-171-6/+42
* Update Visual Studio 2010 build filesBrian Gladman2010-02-1511-39/+39
* 1. Add vsyasm build to VC9 and vc10 buildsBrian Gladman2010-02-139-10/+724
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-134-5/+111
* Update yasm_parsers(7) now that GAS preprocessor support is fairly mature.Peter Johnson2010-02-131-5/+5
* Add support for gas preprocessor macro directives.Peter Johnson2010-02-134-0/+241
* Add "vsyasm", a batch version of yasm primarily useful for VS2010.Peter Johnson2010-02-066-2/+1391
* nasm_pp_cleanup(): Do a better job of cleaning up.Peter Johnson2010-02-061-0/+6
* Update flat and DJGPP Makefiles for GAS preproc and parser changes.Peter Johnson2010-01-202-2/+16
* Update VC++ v10 buildBrian Gladman2010-01-192-0/+4
* Update VC++ v9 buildBrian Gladman2010-01-191-0/+4
* Add .intel_syntax and .gas_syntax support to GAS parser.Peter Johnson2010-01-1915-11/+257
* Add nasm-parser-struct.h to SOURCES.Peter Johnson2010-01-191-0/+1
* Nasm parser: Add some very basic MASM-ish syntax handling, along the linesPeter Johnson2010-01-195-4/+80
* Split yasm_parser_nasm structure out to separate header.Peter Johnson2010-01-192-61/+96
* Allow gas flags input to bin objfmt (ignored and not used).Peter Johnson2010-01-141-1/+11
* substitute_values(): Allocate sufficient space for null terminator.Peter Johnson2010-01-141-1/+1
* gas-preproc.c: Use sprintf instead of snprintf.Peter Johnson2010-01-132-5/+1
* Allow older automake version (1.9.6).Peter Johnson2010-01-121-1/+1
* Fix #200 - yasm.rules double quote issueBrian Gladman2010-01-081-25/+26
* "Fix #200" - yasm.rules double quote issueBrian Gladman2010-01-081-5/+5
* Update autoconf/automake scripts.Peter Johnson2010-01-077-6949/+27
* Unbreak make distcheck.Peter Johnson2010-01-073-2/+3