svn commit: r1825 - in trunk/yasm: . Mkfiles/dj Mkfiles/vc Mkfiles/vc8 frontends/yasm libyasm libyasm/tests modules/arch/lc3b modules/arch/x86 modules/arch/x86/tests modules/dbgfmts/codeview modules/dbgfmts/dwarf2 modules/dbgfmts/null modules/dbgfmts/stabs modules/listfmts/nasm modules/objfmts/bin modules/objfmts/coff modules/objfmts/coff/tests modules/objfmts/dbg modules/objfmts/elf modules/objfmts/elf/tests 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
Sat Apr 21 20:32:51 PDT 2007
Author: peter
Date: Sat Apr 21 20:32:46 2007
New Revision: 1825
Modified:
trunk/yasm/Mkfiles/dj/config.h
trunk/yasm/Mkfiles/vc/config.h
trunk/yasm/Mkfiles/vc8/config.h
trunk/yasm/frontends/yasm/yasm-options.c
trunk/yasm/frontends/yasm/yasm-options.h
trunk/yasm/frontends/yasm/yasm.c
trunk/yasm/genstring.c
trunk/yasm/libyasm/arch.c
trunk/yasm/libyasm/arch.h
trunk/yasm/libyasm/assocdat.c
trunk/yasm/libyasm/assocdat.h
trunk/yasm/libyasm/bc-align.c
trunk/yasm/libyasm/bc-data.c
trunk/yasm/libyasm/bc-incbin.c
trunk/yasm/libyasm/bc-insn.c
trunk/yasm/libyasm/bc-int.h
trunk/yasm/libyasm/bc-org.c
trunk/yasm/libyasm/bc-reserve.c
trunk/yasm/libyasm/bitvect.c
trunk/yasm/libyasm/bitvect.h
trunk/yasm/libyasm/bytecode.c
trunk/yasm/libyasm/bytecode.h
trunk/yasm/libyasm/compat-queue.h
trunk/yasm/libyasm/coretype.h
trunk/yasm/libyasm/dbgfmt.h
trunk/yasm/libyasm/errwarn.c
trunk/yasm/libyasm/errwarn.h
trunk/yasm/libyasm/expr-int.h
trunk/yasm/libyasm/expr.c
trunk/yasm/libyasm/expr.h
trunk/yasm/libyasm/file.c
trunk/yasm/libyasm/file.h
trunk/yasm/libyasm/floatnum.c
trunk/yasm/libyasm/floatnum.h
trunk/yasm/libyasm/genmodule.c
trunk/yasm/libyasm/hamt.c
trunk/yasm/libyasm/hamt.h
trunk/yasm/libyasm/intnum.c
trunk/yasm/libyasm/intnum.h
trunk/yasm/libyasm/inttree.c
trunk/yasm/libyasm/inttree.h
trunk/yasm/libyasm/linemap.c
trunk/yasm/libyasm/linemap.h
trunk/yasm/libyasm/listfmt.h
trunk/yasm/libyasm/md5.c
trunk/yasm/libyasm/md5.h
trunk/yasm/libyasm/mergesort.c
trunk/yasm/libyasm/module.h
trunk/yasm/libyasm/objfmt.h
trunk/yasm/libyasm/parser.h
trunk/yasm/libyasm/phash.c
trunk/yasm/libyasm/phash.h
trunk/yasm/libyasm/preproc.h
trunk/yasm/libyasm/section.c
trunk/yasm/libyasm/section.h
trunk/yasm/libyasm/strcasecmp.c
trunk/yasm/libyasm/strsep.c
trunk/yasm/libyasm/symrec.c
trunk/yasm/libyasm/symrec.h
trunk/yasm/libyasm/tests/bitvect_test.c
trunk/yasm/libyasm/tests/combpath_test.c
trunk/yasm/libyasm/tests/floatnum_test.c
trunk/yasm/libyasm/tests/leb128_test.c
trunk/yasm/libyasm/tests/splitpath_test.c
trunk/yasm/libyasm/tests/uncstring_test.c
trunk/yasm/libyasm/valparam.c
trunk/yasm/libyasm/valparam.h
trunk/yasm/libyasm/value.c
trunk/yasm/libyasm/value.h
trunk/yasm/libyasm/xmalloc.c
trunk/yasm/libyasm/xstrdup.c
trunk/yasm/modules/arch/lc3b/lc3barch.c
trunk/yasm/modules/arch/lc3b/lc3barch.h
trunk/yasm/modules/arch/lc3b/lc3bbc.c
trunk/yasm/modules/arch/lc3b/lc3bid.re
trunk/yasm/modules/arch/x86/tests/sse4.c
trunk/yasm/modules/arch/x86/x86arch.c
trunk/yasm/modules/arch/x86/x86arch.h
trunk/yasm/modules/arch/x86/x86bc.c
trunk/yasm/modules/arch/x86/x86expr.c
trunk/yasm/modules/arch/x86/x86id.c
trunk/yasm/modules/dbgfmts/codeview/cv-dbgfmt.c
trunk/yasm/modules/dbgfmts/codeview/cv-dbgfmt.h
trunk/yasm/modules/dbgfmts/codeview/cv-symline.c
trunk/yasm/modules/dbgfmts/codeview/cv-type.c
trunk/yasm/modules/dbgfmts/dwarf2/dwarf2-aranges.c
trunk/yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
trunk/yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
trunk/yasm/modules/dbgfmts/dwarf2/dwarf2-info.c
trunk/yasm/modules/dbgfmts/dwarf2/dwarf2-line.c
trunk/yasm/modules/dbgfmts/null/null-dbgfmt.c
trunk/yasm/modules/dbgfmts/stabs/stabs-dbgfmt.c
trunk/yasm/modules/listfmts/nasm/nasm-listfmt.c
trunk/yasm/modules/objfmts/bin/bin-objfmt.c
trunk/yasm/modules/objfmts/coff/coff-objfmt.c
trunk/yasm/modules/objfmts/coff/coff-objfmt.h
trunk/yasm/modules/objfmts/coff/tests/cofftest.c
trunk/yasm/modules/objfmts/coff/win64-except.c
trunk/yasm/modules/objfmts/dbg/dbg-objfmt.c
trunk/yasm/modules/objfmts/elf/elf-machine.h
trunk/yasm/modules/objfmts/elf/elf-objfmt.c
trunk/yasm/modules/objfmts/elf/elf-x86-amd64.c
trunk/yasm/modules/objfmts/elf/elf-x86-x86.c
trunk/yasm/modules/objfmts/elf/elf.c
trunk/yasm/modules/objfmts/elf/elf.h
trunk/yasm/modules/objfmts/elf/tests/elftest.c
trunk/yasm/modules/objfmts/macho/macho-objfmt.c
trunk/yasm/modules/objfmts/macho/tests/nasm32/machotest.c
trunk/yasm/modules/objfmts/macho/tests/nasm64/machotest64.c
trunk/yasm/modules/objfmts/rdf/rdf-objfmt.c
trunk/yasm/modules/objfmts/win32/tests/win32test.c
trunk/yasm/modules/objfmts/xdf/xdf-objfmt.c
trunk/yasm/modules/parsers/gas/gas-parse.c
trunk/yasm/modules/parsers/gas/gas-parser.c
trunk/yasm/modules/parsers/gas/gas-parser.h
trunk/yasm/modules/parsers/gas/gas-token.re
trunk/yasm/modules/parsers/nasm/nasm-parse.c
trunk/yasm/modules/parsers/nasm/nasm-parser.c
trunk/yasm/modules/parsers/nasm/nasm-parser.h
trunk/yasm/modules/parsers/nasm/nasm-token.re
trunk/yasm/modules/preprocs/nasm/genmacro.c
trunk/yasm/modules/preprocs/nasm/genversion.c
trunk/yasm/modules/preprocs/nasm/nasm-eval.c
trunk/yasm/modules/preprocs/nasm/nasm-eval.h
trunk/yasm/modules/preprocs/nasm/nasm-pp.c
trunk/yasm/modules/preprocs/nasm/nasm-preproc.c
trunk/yasm/modules/preprocs/nasm/nasm.h
trunk/yasm/modules/preprocs/nasm/nasmlib.c
trunk/yasm/modules/preprocs/nasm/nasmlib.h
trunk/yasm/modules/preprocs/raw/raw-preproc.c
trunk/yasm/modules/preprocs/yapp/yapp-preproc.c
trunk/yasm/modules/preprocs/yapp/yapp-preproc.h
trunk/yasm/modules/preprocs/yapp/yapp-token.h
trunk/yasm/out_test.sh
trunk/yasm/test_hd.c
trunk/yasm/tools/gap/gap.c
trunk/yasm/tools/gap/perfect.c
trunk/yasm/tools/gap/perfect.h
trunk/yasm/tools/xdf/xdfdump.c
trunk/yasm/util.h
Changeset:
http://www.tortall.net/projects/yasm/changeset/1825
Log:
Bite the bullet and convert tabs to spaces. Previously yasm's source has
been using a mix of tabs and 4 spaces to indent; this looks horrible if
tab size is ever not 8. While I debated converting to tab-only indentation
that would have been a far higher impact to the source.
More information about the yasm-cvs
mailing list