* sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
authorRoland McGrath <roland@gnu.org>
Wed, 11 Sep 2002 22:04:32 +0000 (22:04 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 11 Sep 2002 22:04:32 +0000 (22:04 +0000)
commit0d35c2426d7a2682631da0433299e1c912f0ccfa
tree08e37bfeb9f28315573e2d3127f4c0cefafebd95
parent2c333cf190aeb3b3d71acf73b6b060c1662dbf71
* sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,

no longer wrongly matches arbitrary prefixes of NAME.
Reported by Jakub Jelinek <jakub@redhat.com>.

2002-09-11  Jakub Jelinek  <jakub@redhat.com>

* posix/bug-regex11.c (tests): New array.
(main): Rewritten to run more different tests.

* nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
(CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
ChangeLog
nscd/Makefile
posix/bug-regex11.c
sysdeps/generic/dl-environ.c