diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 07:18:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 07:18:09 +0000 |
commit | be42b79e157ac1134a151f87888d4fbb9fb92f56 (patch) | |
tree | d82bdc095f3ee358e76597880d215b849bf37621 /libiberty/ChangeLog | |
parent | 944a8036de4896296c3601e353662b4fc78335f3 (diff) | |
download | gcc-be42b79e157ac1134a151f87888d4fbb9fb92f56.tar.gz |
* basename.c (DIR_SEPARATOR): New macro.
(DIR_SEPARATOR_2): Likewise.
(HAVE_DOS_BASED_FILESYSTEM): Likewise.
(IS_DIR_SEPARATOR): Likewise.
(main): Handle MSDOS style pathname.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 05dfb36b937..fcbc104b11a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu> + + * basename.c (DIR_SEPARATOR): New macro. + (DIR_SEPARATOR_2): Likewise. + (HAVE_DOS_BASED_FILESYSTEM): Likewise. + (IS_DIR_SEPARATOR): Likewise. + (main): Handle MSDOS style pathname. + 1999-10-11 Mark Mitchell <mark@codesourcery.com> * cplus-dem.c (do_type): Handle pointer to member types whose |