changeset 2788:f199a49cd526

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 29 Jul 2000 17:06:53 +0000
parents 291fa0bbcced
children 0a785f9ebe54
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
 2000-07-29  Jim Meyering  <meyering@lucent.com>
 
+	* diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
+	* dirname.c (dir_name): Likewise.
+
+	* basename.c (base_name): Use ISSLASH rather than comparing against `/'.
+
 	* dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
 	(dir_name): Assert that there are no trailing slashes.