svn commit: r1973 - in branches/yasm-0.6.x: . Mkfiles/dj Mkfiles/vc Mkfiles/vc8 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/elf/tests modules/objfmts/macho modules/objfmts/macho/tests/nasm32 modules/objfmts/macho/tests/nasm64 modules/objfmts/rdf modules/objfmts/win32/tests modules/objfmts/xdf modules/parsers/gas modules/parsers/nasm modules/preprocs/nasm modules/preprocs/raw modules/preprocs/yapp tools/gap tools/xdf

peter at tortall.net peter at tortall.net
Fri Sep 21 09:10:20 PDT 2007


Author: peter
Date: Fri Sep 21 09:10:16 2007
New Revision: 1973

Modified:
   branches/yasm-0.6.x/Mkfiles/dj/config.h
   branches/yasm-0.6.x/Mkfiles/vc/config.h
   branches/yasm-0.6.x/Mkfiles/vc8/config.h
   branches/yasm-0.6.x/frontends/yasm/yasm-options.c
   branches/yasm-0.6.x/frontends/yasm/yasm-options.h
   branches/yasm-0.6.x/frontends/yasm/yasm.c
   branches/yasm-0.6.x/genstring.c
   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/bitvect.c
   branches/yasm-0.6.x/libyasm/bitvect.h
   branches/yasm-0.6.x/libyasm/bytecode.c
   branches/yasm-0.6.x/libyasm/bytecode.h
   branches/yasm-0.6.x/libyasm/compat-queue.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/inttree.c
   branches/yasm-0.6.x/libyasm/inttree.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/md5.c
   branches/yasm-0.6.x/libyasm/md5.h
   branches/yasm-0.6.x/libyasm/mergesort.c
   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/phash.c
   branches/yasm-0.6.x/libyasm/phash.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/strcasecmp.c
   branches/yasm-0.6.x/libyasm/strsep.c
   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/libyasm/xstrdup.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/coff/coff-objfmt.h
   branches/yasm-0.6.x/modules/objfmts/coff/tests/cofftest.c
   branches/yasm-0.6.x/modules/objfmts/coff/win64-except.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/elf/tests/elftest.c
   branches/yasm-0.6.x/modules/objfmts/macho/macho-objfmt.c
   branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm32/machotest.c
   branches/yasm-0.6.x/modules/objfmts/macho/tests/nasm64/machotest64.c
   branches/yasm-0.6.x/modules/objfmts/rdf/rdf-objfmt.c
   branches/yasm-0.6.x/modules/objfmts/win32/tests/win32test.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-eval.c
   branches/yasm-0.6.x/modules/preprocs/nasm/nasm-eval.h
   branches/yasm-0.6.x/modules/preprocs/nasm/nasm-pp.c
   branches/yasm-0.6.x/modules/preprocs/nasm/nasm-preproc.c
   branches/yasm-0.6.x/modules/preprocs/nasm/nasm.h
   branches/yasm-0.6.x/modules/preprocs/nasm/nasmlib.c
   branches/yasm-0.6.x/modules/preprocs/nasm/nasmlib.h
   branches/yasm-0.6.x/modules/preprocs/raw/raw-preproc.c
   branches/yasm-0.6.x/modules/preprocs/yapp/yapp-preproc.c
   branches/yasm-0.6.x/modules/preprocs/yapp/yapp-preproc.h
   branches/yasm-0.6.x/modules/preprocs/yapp/yapp-token.h
   branches/yasm-0.6.x/out_test.sh
   branches/yasm-0.6.x/test_hd.c
   branches/yasm-0.6.x/tools/gap/gap.c
   branches/yasm-0.6.x/tools/gap/perfect.c
   branches/yasm-0.6.x/tools/gap/perfect.h
   branches/yasm-0.6.x/tools/xdf/xdfdump.c
   branches/yasm-0.6.x/util.h
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1973

Log:
Expand tabs to spaces ([1825] and [1826] from trunk).
Combined with the past commits, this brings this branch up to match
the trunk at [1878].



More information about the yasm-cvs mailing list