From owner-cvs-lib Tue Oct 17 14:37:54 1995 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA09182 for cvs-lib-outgoing; Tue, 17 Oct 1995 14:37:54 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA09171 ; Tue, 17 Oct 1995 14:37:44 -0700 Date: Tue, 17 Oct 1995 14:37:44 -0700 From: David Greenman Message-Id: <199510172137.OAA09171@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib getenv.c Sender: owner-cvs-lib@FreeBSD.org Precedence: bulk davidg 95/10/17 14:37:43 Modified: lib/libc/stdlib getenv.c Log: Doubled the performance of getenv()/__findenv() by rewriting it to not use strncmp()..