From: Jim Meyering Date: Sat, 21 Oct 2000 11:29:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a0dcc9ff42e56721966933ede27f1b263f15bb;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e454a97842..9329494bdf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2000-10-21 Jim Meyering + * dirname.c (memrchr): Declare if necessary. + (dir_name): Remove the restriction that there be no + trailing slashes. Now, this code skips past them, effectively + ignoring them. + [TEST_DIRNAME] (main): New unit tests. + * memrchr.c: New file from GNU libc. Undef __memrchr, too. [!weak_alias]: Define __memrchr to memrchr.