]> granicus.if.org Git - yasm/commit
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs
authorPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 02:27:41 +0000 (02:27 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 02:27:41 +0000 (02:27 -0000)
commitb13f4e4f8770b380446afa7d81dfb3d343d765f7
treedced30306a1a188da67626cbf2a1fad908666801
parent98e25fc1f6cb656a91a2310147c9a535a2eab162
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc.  The x* family performs
error checking.  Remove check for strdup() from configure, as we don't need it.

svn path=/trunk/yasm/; revision=253
36 files changed:
configure.ac
configure.in
frontends/yasm/yasm.c
libyasm/bytecode.c
libyasm/errwarn.c
libyasm/expr.c
libyasm/floatnum.c
libyasm/section.c
libyasm/symrec.c
libyasm/util.h
libyasm/xmalloc.c [new file with mode: 0644]
libyasm/xstrdup.c
modules/arch/x86/expr.c
modules/arch/x86/x86expr.c
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/token.l.in
src/Makefile.am
src/arch/x86/expr.c
src/arch/x86/x86expr.c
src/bytecode.c
src/errwarn.c
src/expr.c
src/floatnum.c
src/main.c
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y
src/parsers/nasm/token.l.in
src/section.c
src/strdup.c [deleted file]
src/symrec.c
src/ternary.c
src/util.h
src/xmalloc.c [new file with mode: 0644]
src/xstrdup.c
util.h