summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge [1473] from 0.5.x branch ([1463] from trunk) missed earlier.v0.5.0rc20.5.0rc2Peter Johnson2006-04-075-18/+160
|\
| * Missed merging [1463] (oops).Peter Johnson2006-04-075-18/+160
| |\
* | | Bump version information for 0.5.0rc2. Note build number is the changesetPeter Johnson2006-04-074-11/+11
|/ /
* | Merge [1463]-[1469] from trunk, updating version as appropriate.Peter Johnson2006-04-0724-652/+957
|\ \
| * | * xstrdup.c: Remove compatibility shims that, due to this file's inclusion in...Peter Johnson2006-04-071-10/+0
| * | Take #2 on reversioning: decouple version and build from autoconf versionPeter Johnson2006-04-067-658/+102
| * | * Mkfiles: Fix genversion include paths.Peter Johnson2006-04-064-2/+22
| * | * Mkfiles: Bring up to date with main tree changes (genstring, genversion).Peter Johnson2006-04-0515-6/+746
| * | * vc8/config.h, vc/config.h, dj/config.h: Update version information.Peter Johnson2006-04-053-6/+6
| * | Implement better versioning. From now on, trunk's version will be thePeter Johnson2006-04-053-5/+141
| |/
| * * COPYING: Update verbiage, add list of contributors and copyright notice.Peter Johnson2006-04-055-47/+165
| * * setup.py: strip() opts["srcdir"] to unbreak distcheck.Peter Johnson2006-04-051-1/+1
| * * setup.py: Incorporate cleanups suggested by Michael Urman.Peter Johnson2006-04-051-37/+8
| * Quiet warnings in Pyrex code by adding "-w" if GCC detected.Peter Johnson2006-04-053-0/+4
| * * Makefile.am: Unbreak build for when Python bindings aren't being built;Peter Johnson2006-04-051-3/+1
| * * pyrex.m4: Add a little documentation.Peter Johnson2006-04-0410-2/+234
| * Be much smarter at checking for and running Pyrex. Pyrex is a Python modulePeter Johnson2006-04-044-8/+22
| * Hook Python module into the build (even though it's pretty incomplete),Peter Johnson2006-04-047-24/+216
| * * bytecode.pxi: Fix definition of yasm_dv_create_string().Peter Johnson2006-04-041-1/+1
| * * dwarf2-dbgfmt.c, cv-symline.c, nasm-pp.c: Clean up a few unused variables.Peter Johnson2006-04-043-3/+0
| * * value.pxi, expr.pxi: Copy instead of NULL'ing origin; this will look muchPeter Johnson2006-04-032-11/+5
| * * coretype.h (yasm_output_value_func): Remove splint reference to ep.Peter Johnson2006-04-031-1/+1
| * * cv-symline.c (cv_sym_bc_tobytes): Silence signedness warning.Peter Johnson2006-04-031-2/+3
| * python-yasm: Modularize and clean up. Note the modularization is a littlePeter Johnson2006-04-039-557/+748
| * Checkin of initial work on a pyrex python binding for yasm. Very littleMichael Urman2006-04-022-0/+602
| * * coff-objfmt.c (coff_objfmt_section_switch): Fix up handling of GAS flagsPeter Johnson2006-04-018-57/+108
* | Merge [1446] from trunk.Peter Johnson2006-04-028-57/+108
* | Change branch version strings to "0.5.x". Next time when we release we'llPeter Johnson2006-04-024-10/+10
* | Merge [1386]-[1442] into 0.5.x branch.Peter Johnson2006-03-31165-7174/+16484
|\ \ | |/
| * * yasm.c (version_msg): Update copyright date range.Peter Johnson2006-03-301-1/+1
| * * yasm.rules: Clean up.Peter Johnson2006-03-303-11/+58
| * * yasm.rules: Add debug flag feature as configurable for Visual Studio.Peter Johnson2006-03-291-1/+6
| * Fix a couple bugs in CV8 that generate bad debug info.Peter Johnson2006-03-292-14/+16
| * * expr.c (expr_simplify_identity): Fix crash when there are greater than 2Peter Johnson2006-03-285-1/+16
| * * combpath_test.c: Add a couple of tests with drive letters in the mix.Peter Johnson2006-03-281-0/+3
| * Finally fix brokenness that was NASM imported preprocessor include pathPeter Johnson2006-03-2813-120/+567
| * * yasm.c (main): Fix longstanding bug of putting the default object filePeter Johnson2006-03-281-10/+20
| * * splitpath_test.c: Include file.h not splitpath.c to match [1433].Peter Johnson2006-03-281-1/+1
| * In preparation for more file handling functions to get moved to libyasm,Peter Johnson2006-03-289-137/+103
| * * cv-type.c (cv_type_create): Initialize leaves.Peter Johnson2006-03-281-0/+1
| * * Mkfiles: Update for CodeView dbgfmt addition.Peter Johnson2006-03-276-0/+50
| * * cv-type.c: Fix typo (CV_T_PFBOOL32 should be CV_T_PFBOOL64) that caused a d...Peter Johnson2006-03-271-1/+1
| * * coff-objfmt.c (yasm_x64_LTX_objfmt): Enable cv8 debug format for "x64"Peter Johnson2006-03-271-1/+1
| * First cut at CodeView (version "8" / 2005 only). Completely untested.Peter Johnson2006-03-2721-20/+2617
| * * x86id.c: Fix pause instruction (closing #72).Peter Johnson2006-03-221-1/+1
| * * dwarf2-line.c: Avoid obvious crash case on unassigned file number.Peter Johnson2006-03-221-1/+3
| * * libyasm/Makefile.inc: Alphabetize source and include files.Peter Johnson2006-03-221-30/+30
| * * coff-objfmt.c (coff_objfmt_output_value): Add support for SEG value asPeter Johnson2006-03-205-3/+292
| * Add a feature and fix a long-standing bug in Win64 output. The new featurePeter Johnson2006-03-2033-32/+3725
| * * value.c (value_finalize_expr): Check for purely -1*symrec cases; thesePeter Johnson2006-03-192-1/+3