Date: Sat, 6 Apr 2002 16:49:01 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sort init.c sort.c Message-ID: <200204070049.g370n1G28853@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2002/04/06 16:49:01 PST Modified files: contrib/sort init.c sort.c Log: Original code bugfixed. This NOT touch old sorting order a bit. 1) Remove \n from COPYRIGHT macro to shut up assembler warning 2) Fix struct sigaction initialization (arguments swap) 3) Fix out of bounds negative indexing for -R arg > 127 4) Remove doubled initialization of vars already initialized statically 5) Convert ctype macros char arg to u_char to prevents sign extension Revision Changes Path 1.2 +8 -6 src/contrib/sort/init.c 1.2 +6 -6 src/contrib/sort/sort.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204070049.g370n1G28853>