svn commit: r1876 - in branches/yasm-0.6.x: . frontends/yasm libyasm libyasm/tests modules/arch/lc3b modules/arch/x86 modules/dbgfmts/codeview modules/dbgfmts/dwarf2 modules/dbgfmts/null modules/dbgfmts/stabs modules/listfmts/nasm modules/objfmts/bin modules/objfmts/coff modules/objfmts/dbg modules/objfmts/elf modules/objfmts/rdf modules/objfmts/xdf modules/parsers/gas modules/parsers/nasm modules/preprocs/nasm tools/gap tools/xdf
peter at tortall.net
peter at tortall.net
Sat Jun 2 14:50:53 PDT 2007
Author: peter
Date: Sat Jun 2 14:50:51 2007
New Revision: 1876
Modified:
branches/yasm-0.6.x/frontends/yasm/yasm.c
branches/yasm-0.6.x/genstring.c
branches/yasm-0.6.x/libyasm.h
branches/yasm-0.6.x/libyasm/arch.c
branches/yasm-0.6.x/libyasm/arch.h
branches/yasm-0.6.x/libyasm/assocdat.c
branches/yasm-0.6.x/libyasm/assocdat.h
branches/yasm-0.6.x/libyasm/bc-align.c
branches/yasm-0.6.x/libyasm/bc-data.c
branches/yasm-0.6.x/libyasm/bc-incbin.c
branches/yasm-0.6.x/libyasm/bc-insn.c
branches/yasm-0.6.x/libyasm/bc-int.h
branches/yasm-0.6.x/libyasm/bc-org.c
branches/yasm-0.6.x/libyasm/bc-reserve.c
branches/yasm-0.6.x/libyasm/bytecode.c
branches/yasm-0.6.x/libyasm/bytecode.h
branches/yasm-0.6.x/libyasm/coretype.h
branches/yasm-0.6.x/libyasm/dbgfmt.h
branches/yasm-0.6.x/libyasm/errwarn.c
branches/yasm-0.6.x/libyasm/errwarn.h
branches/yasm-0.6.x/libyasm/expr-int.h
branches/yasm-0.6.x/libyasm/expr.c
branches/yasm-0.6.x/libyasm/expr.h
branches/yasm-0.6.x/libyasm/file.c
branches/yasm-0.6.x/libyasm/file.h
branches/yasm-0.6.x/libyasm/floatnum.c
branches/yasm-0.6.x/libyasm/floatnum.h
branches/yasm-0.6.x/libyasm/genmodule.c
branches/yasm-0.6.x/libyasm/hamt.c
branches/yasm-0.6.x/libyasm/hamt.h
branches/yasm-0.6.x/libyasm/intnum.c
branches/yasm-0.6.x/libyasm/intnum.h
branches/yasm-0.6.x/libyasm/linemap.c
branches/yasm-0.6.x/libyasm/linemap.h
branches/yasm-0.6.x/libyasm/listfmt.h
branches/yasm-0.6.x/libyasm/module.h
branches/yasm-0.6.x/libyasm/module.in
branches/yasm-0.6.x/libyasm/objfmt.h
branches/yasm-0.6.x/libyasm/parser.h
branches/yasm-0.6.x/libyasm/preproc.h
branches/yasm-0.6.x/libyasm/section.c
branches/yasm-0.6.x/libyasm/section.h
branches/yasm-0.6.x/libyasm/symrec.c
branches/yasm-0.6.x/libyasm/symrec.h
branches/yasm-0.6.x/libyasm/tests/bitvect_test.c
branches/yasm-0.6.x/libyasm/tests/combpath_test.c
branches/yasm-0.6.x/libyasm/tests/floatnum_test.c
branches/yasm-0.6.x/libyasm/tests/leb128_test.c
branches/yasm-0.6.x/libyasm/tests/splitpath_test.c
branches/yasm-0.6.x/libyasm/tests/uncstring_test.c
branches/yasm-0.6.x/libyasm/valparam.c
branches/yasm-0.6.x/libyasm/valparam.h
branches/yasm-0.6.x/libyasm/value.c
branches/yasm-0.6.x/libyasm/value.h
branches/yasm-0.6.x/libyasm/xmalloc.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3barch.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3barch.h
branches/yasm-0.6.x/modules/arch/lc3b/lc3bbc.c
branches/yasm-0.6.x/modules/arch/lc3b/lc3bid.re
branches/yasm-0.6.x/modules/arch/x86/x86arch.c
branches/yasm-0.6.x/modules/arch/x86/x86arch.h
branches/yasm-0.6.x/modules/arch/x86/x86bc.c
branches/yasm-0.6.x/modules/arch/x86/x86expr.c
branches/yasm-0.6.x/modules/arch/x86/x86id.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-dbgfmt.h
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-symline.c
branches/yasm-0.6.x/modules/dbgfmts/codeview/cv-type.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-aranges.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-info.c
branches/yasm-0.6.x/modules/dbgfmts/dwarf2/dwarf2-line.c
branches/yasm-0.6.x/modules/dbgfmts/null/null-dbgfmt.c
branches/yasm-0.6.x/modules/dbgfmts/stabs/stabs-dbgfmt.c
branches/yasm-0.6.x/modules/listfmts/nasm/nasm-listfmt.c
branches/yasm-0.6.x/modules/objfmts/bin/bin-objfmt.c
branches/yasm-0.6.x/modules/objfmts/coff/coff-objfmt.c
branches/yasm-0.6.x/modules/objfmts/dbg/dbg-objfmt.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-machine.h
branches/yasm-0.6.x/modules/objfmts/elf/elf-objfmt.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-amd64.c
branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-x86.c
branches/yasm-0.6.x/modules/objfmts/elf/elf.c
branches/yasm-0.6.x/modules/objfmts/elf/elf.h
branches/yasm-0.6.x/modules/objfmts/rdf/rdf-objfmt.c
branches/yasm-0.6.x/modules/objfmts/xdf/xdf-objfmt.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parse.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parser.c
branches/yasm-0.6.x/modules/parsers/gas/gas-parser.h
branches/yasm-0.6.x/modules/parsers/gas/gas-token.re
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parse.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parser.c
branches/yasm-0.6.x/modules/parsers/nasm/nasm-parser.h
branches/yasm-0.6.x/modules/parsers/nasm/nasm-token.re
branches/yasm-0.6.x/modules/preprocs/nasm/genmacro.c
branches/yasm-0.6.x/modules/preprocs/nasm/genversion.c
branches/yasm-0.6.x/modules/preprocs/nasm/nasm-preproc.c
branches/yasm-0.6.x/modules/preprocs/raw/raw-preproc.c
branches/yasm-0.6.x/test_hd.c
branches/yasm-0.6.x/tools/gap/gap.c
branches/yasm-0.6.x/tools/xdf/xdfdump.c
branches/yasm-0.6.x/util.h
Changeset:
http://www.tortall.net/projects/yasm/changeset/1876
Log:
Merge [1827] from trunk: Update all copyright dates.
This brings 0.6.x branch up-to-date with trunk except for whitespace
conversion.
More information about the yasm-cvs
mailing list