summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year range (need to do this on trunk as well).v0.2.0Peter Johnson2003-03-271-1/+1
* Bump version.Peter Johnson2003-03-274-12/+12
* Bump version numbers for 0.2.0 release.Peter Johnson2003-03-271-2/+2
* This commit was manufactured by cvs2svn to create branch 'YASM_0_2'.Peter Johnson2003-03-27533-544/+2008
* Visual Studio 6.0 build files (including generated .mak files) reflecting newPeter Johnson2003-03-1616-20/+3378
* Don't try to use ltdl if compiling under Visual C++ (WIN32 defined).Peter Johnson2003-03-161-0/+8
* Don't redefine NDEBUG if it's already defined.Peter Johnson2003-03-162-2/+2
* yasm_vp_new() should return its newly created structure!Peter Johnson2003-03-161-0/+1
* Update to GNU Libtool 20030216 (from Cygwin) to get dynamic linking workingPeter Johnson2003-03-156-2915/+5212
* This commit was generated by cvs2svn to compensate for changes in r857,cvs2svn2003-03-153-723/+1919
* Initial revisionPeter Johnson2003-03-151-0/+84
* Use yasm__mergesort() in expr.c and use correct xmalloc/xfree in mergesort.c.Peter Johnson2003-03-152-4/+4
* stamp-h.in is now in libyasm/.Peter Johnson2003-03-151-1/+1
* Safe to use -no-undefined on all the modules.Peter Johnson2003-03-1511-11/+11
* Make libyasm a "real" library, including installing header files.Peter Johnson2003-03-1561-851/+587
* Minor cleanups (no functional changes) after src split.Peter Johnson2003-03-1414-19/+19
* Split src into frontends, libyasm, and modules (forced commit after repo-copy).Peter Johnson2003-03-13260-37268/+304
* Replace --enable-dev functionality with --enable-maintainer-mode usage, otherPeter Johnson2003-03-133-85/+84
* Use AC_HELP_STRING() for custom argument help strings.Peter Johnson2003-03-131-5/+5
* Use N_(), not _() for gettextized error messages.Peter Johnson2003-03-122-10/+10
* The Great Renaming (prefixing with yasm_), Part 2: allocation functions.Peter Johnson2003-03-1261-564/+648
* Unmodularize errwarn, while making key errwarn functions replaceable.Peter Johnson2003-03-1093-1390/+1238
* The Great Renaming, Part 2: prefix strcasecmp and strncasecmp with yasm__.Peter Johnson2003-03-0819-65/+74
* Move yasm_std_errwarn and yasm_std_linemgr into libyasm.Peter Johnson2003-03-0810-24/+20
* Refactor list_objfmts() and list_parsers() into module.c.Peter Johnson2003-03-0814-162/+124
* The Great Renaming (prefixing with yasm_), Part 1.Peter Johnson2003-03-08104-5110/+5348
* bc_new_objfmt_data() was creating a bytecode with the incorrect type.Peter Johnson2003-03-082-2/+2
* Fix file comment.Peter Johnson2003-02-222-2/+2
* Relicense under 2-clause BSD license.Peter Johnson2003-02-21121-1133/+1330
* Allow both 'e' and 'E' for exponent designation in floating point values.Peter Johnson2003-02-132-2/+2
* Add __int64 check.Peter Johnson2003-02-131-0/+10
* Add long long detection to unsigned long long detection.Peter Johnson2003-02-132-9/+21
* Clean up all but one -ansi -pedantic -Wall warning. Only affected onePeter Johnson2003-02-122-26/+62
* Initial revisionPeter Johnson2003-02-0931-0/+17152
* Initial revisionPeter Johnson2003-02-0983-0/+24574
* Re-license more files under the 3-clause BSD license (mostly header files).Peter Johnson2003-01-2042-608/+944
* Add DO_FREE #defined constant to allow disabling of deallocation for speed.Peter Johnson2003-01-202-46/+66
* Add option for parser to associate input text (after preprocessing) with eachPeter Johnson2003-01-2014-12/+390
* Check count returned by nasm_parser_input() against 0 instead of just a shortPeter Johnson2003-01-162-2/+2
* fix_directive_symrec() needs to return a value for all cases.Peter Johnson2002-12-092-0/+4
* Fixup directive symrecs to point at global instead of local symbols if thePeter Johnson2002-11-242-6/+46
* Update addresses.Peter Johnson2002-11-211-2/+2
* Fix dbgfmt loading (should call load_dbgfmt not load_objfmt).Peter Johnson2002-11-212-2/+2
* Allow "Athlon64" as an alias for Sledgehammer.Peter Johnson2002-11-212-2/+4
* Add test for a large absolute section. By: H. Peter Anvin <hpa@zytor.com>.Peter Johnson2002-11-218-0/+26
* Add x86-64 effective address support, as well as a couple of tests for it.Peter Johnson2002-11-1922-200/+780
* Put test suite file results into a separate "results" directory.Peter Johnson2002-11-1715-190/+19
* Treat ',' as a directive valparam separator.Peter Johnson2002-11-172-0/+8
* Add basic x86-64 support (memory references are not properly handled yet).Peter Johnson2002-11-1534-504/+3938
* The AMD Athlon is also known as the K7.Peter Johnson2002-11-092-2/+2