Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4721:19d70297d866
Make readlink_or_correct_case function correctly on Darwin.
src/ChangeLog addition:
2009-10-26 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in (REALPATH_CORRECTS_CASE):
New #define, available on Darwin.
* realpath.c (readlink_or_correct_case):
On Darwin, use realpath(3)'s case correction to get the canonical
case for a file; thank you Robert Delius Royar!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 26 Oct 2009 09:42:20 +0000 |
parents | a27de91ae83c |
children | 428d7c571110 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Oct 24 15:33:23 2009 +0100 +++ b/src/ChangeLog Mon Oct 26 09:42:20 2009 +0000 @@ -1,3 +1,11 @@ +2009-10-26 Aidan Kehoe <kehoea@parhasard.net> + + * config.h.in (REALPATH_CORRECTS_CASE): + New #define, available on Darwin. + * realpath.c (readlink_or_correct_case): + On Darwin, use realpath(3)'s case correction to get the canonical + case for a file; thank you Robert Delius Royar! + 2009-10-11 Michael Sperber <mike@xemacs.org> * event-stream.c (post_command_hook): Run `post-command-hook'