Date: Fri, 3 Jan 2003 08:44:42 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strerror.c Message-ID: <200301031644.h03Gig3V054992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2003/01/03 08:44:42 PST Modified files: lib/libc/string strerror.c Log: Optimize errstr() by reducing the number of times it walks a string. As a side effect, it makes the code easier to read and requires less pointer arithmetic. Test by: strerror regression test Submitted by: Tim Kientzle <kientzle@acm.org> Revision Changes Path 1.11 +7 -9 src/lib/libc/string/strerror.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?200301031644.h03Gig3V054992>