yasm/libyasm
Peter Johnson 358acf4597 Commit tests missed in [1979] commit.
svn path=/trunk/yasm/; revision=1981
2007-09-21 18:04:47 +00:00
..
tests Commit tests missed in [1979] commit. 2007-09-21 18:04:47 +00:00
arch.h Change handling of frontend (mnenomic) instructions to make it easier to 2007-07-08 05:31:59 +00:00
assocdat.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
assocdat.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
bc-align.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-data.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-incbin.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-org.c Add support for second parameter (fill value) to .org directive in GAS 2007-07-20 03:40:59 +00:00
bc-reserve.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
bitvect.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
bitvect.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
bytecode.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
bytecode.h Fix a couple of Doxygen nits. 2007-09-08 01:34:51 +00:00
compat-queue.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
coretype.h Merge [1912], [1913], [1914] into multiarch branch. 2007-08-20 05:16:33 +00:00
dbgfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
errwarn.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
errwarn.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
expr.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
expr.h Fix a couple of Doxygen nits. 2007-09-08 01:34:51 +00:00
file.c Added yasm_get_include_dir() function. 2007-09-09 11:49:25 +00:00
file.h Fixed missing semicolon in file.h due to mistake when committing r1935. 2007-09-09 17:09:38 +00:00
floatnum.c Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
floatnum.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
genmodule.c Update all copyright dates. 2007-04-22 05:09:49 +00:00
hamt.c Fix #112: Use yasm__strcasecmp instead of strcasecmp. 2007-08-05 16:44:07 +00:00
hamt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
insn.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
insn.h Support NASM's upcoming RIP-relative syntax, with a few differences. 2007-09-19 07:47:10 +00:00
intnum.c Fix #115: 1<<0 resulted in 0 instead of 1 (broken in [1900]). 2007-09-21 17:48:17 +00:00
intnum.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
inttree.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
inttree.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
linemap.c Don't use an inner structure for line mappings. 2007-07-15 21:54:11 +00:00
linemap.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
listfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
Makefile.inc Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
md5.c Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
md5.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
mergesort.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
module.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
module.in Update all copyright dates. 2007-04-22 05:09:49 +00:00
objfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
parser.h Removed FILE* argument from parser interface. The FILE* given was simply stored and never used. 2007-08-30 21:00:38 +00:00
phash.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
phash.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
preproc.h Tiny documentation fix for recent changes in the preprocessor create() inteface. 2007-08-30 21:27:10 +00:00
section.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
section.h Doxygen documentation fixes. 2007-07-16 04:42:02 +00:00
strcasecmp.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
strsep.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
symrec.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
symrec.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
valparam.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
valparam.h Doxygen documentation fixes. 2007-07-16 04:42:02 +00:00
value.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
value.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
xmalloc.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
xstrdup.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00