]> granicus.if.org Git - yasm/commit
Massive libyasm / module interface update - Phase 2 (finally).
authorPeter Johnson <peter@tortall.net>
Fri, 6 Feb 2004 21:12:56 +0000 (21:12 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 6 Feb 2004 21:12:56 +0000 (21:12 -0000)
commita4996c06c66d6f06fec27eadcb0f651bb896a4a7
tree47bf2e1b7c8a8a01825119f1fa0763d7738a68e8
parentd31c715eb57592f7f4f890d685ad806e94e82d1b
Massive libyasm / module interface update - Phase 2 (finally).

(Hopefully) finish cleanups begun in phase 1 (see phase 1 commit message),
making dbgfmt, objfmt, optimizer, and preproc module interfaces follow the
same thread-safe interface style as the phase 1 changes.

Also put in a large number of doxygen documentation cleanups.

svn path=/trunk/yasm/; revision=1097
27 files changed:
Mkfiles/vc/yasm-module.c
frontends/yasm/yasm-module.c
frontends/yasm/yasm-module.h
frontends/yasm/yasm.c
libyasm/arch.h
libyasm/coretype.h
libyasm/dbgfmt.h
libyasm/hamt.h
libyasm/linemgr.h
libyasm/objfmt.c
libyasm/objfmt.h
libyasm/optimizer.h
libyasm/parser.h
libyasm/preproc.h
modules/dbgfmts/null/null-dbgfmt.c
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-objfmt.c
modules/optimizers/basic/basic-optimizer.c
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/raw/raw-preproc.c