• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisão34d8f01b8064f205026ae3fe3649b9218eed8694 (tree)
Hora2007-04-06 15:01:54
AutorJoel Brobecker <brobecker@gnat...>
CommiterJoel Brobecker

Mensagem de Log

        • filename_cmp.c (filename_cmp): Improve documentation.

Mudança Sumário

Diff

--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
1+2007-04-06 Joel Brobecker <brobecker@adacore.com>
2+
3+ * filename_cmp.c (filename_cmp): Improve documentation.
4+
15 2007-04-02 Andreas Schwab <schwab@suse.de>
26
37 * filename_cmp.c: Include "config.h".
--- a/libiberty/filename_cmp.c
+++ b/libiberty/filename_cmp.c
@@ -31,12 +31,13 @@
3131
3232 @deftypefn Extension int filename_cmp (const char *@var{s1}, const char *@var{s2})
3333
34-Return zero if the two paths @var{s1} and @var{s2} are equivalent.
35-If not equivalent, the returned value is similar to what strcmp would
36-return. In other words, it returns a negative value if @var{s1} is less
37-than @var{s2}, or a positive value if @var{s2} is greater than @var{s2}.
34+Return zero if the two file names @var{s1} and @var{s2} are equivalent.
35+If not equivalent, the returned value is similar to what @code{strcmp}
36+would return. In other words, it returns a negative value if @var{s1}
37+is less than @var{s2}, or a positive value if @var{s2} is greater than
38+@var{s2}.
3839
39-This function does not normalize path names. As a result, this function
40+This function does not normalize file names. As a result, this function
4041 will treat filenames that are spelled differently as different even in
4142 the case when the two filenames point to the same underlying file.
4243 However, it does handle the fact that on DOS-like file systems, forward