projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2ba1d
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 21 Oct 2000 11:29:01 +0000
(11:29 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 21 Oct 2000 11:29:01 +0000
(11:29 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index e454a97842de83e05cb25615604e5941c350dff6..9329494bdf05e37bb290b5298a3bda592ee696de 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,5
+1,11
@@
2000-10-21 Jim Meyering <meyering@lucent.com>
+ * 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.