comparison lib/ChangeLog @ 2788:f199a49cd526

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 29 Jul 2000 17:06:53 +0000
parents 847c308979b8
children a5fe716e8136
comparison
equal deleted inserted replaced
2787:291fa0bbcced 2788:f199a49cd526
1 2000-07-29 Jim Meyering <meyering@lucent.com> 1 2000-07-29 Jim Meyering <meyering@lucent.com>
2
3 * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
4 * dirname.c (dir_name): Likewise.
5
6 * basename.c (base_name): Use ISSLASH rather than comparing against `/'.
2 7
3 * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const. 8 * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
4 (dir_name): Assert that there are no trailing slashes. 9 (dir_name): Assert that there are no trailing slashes.
5 10
6 2000-07-18 Bruno Haible <haible@clisp.cons.org> 11 2000-07-18 Bruno Haible <haible@clisp.cons.org>