Avoid symbol naming conflict with libm
[oweals/busybox.git] / editors / awk.c
2003-10-30 Glenn L McGrathPatch from Dmitry Zakharov,
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse erorr_msg( isntead of fprintf(stderr,
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...