Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4720:3c92890f3750 | 4721:19d70297d866 |
---|---|
1 2009-10-26 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * config.h.in (REALPATH_CORRECTS_CASE): | |
4 New #define, available on Darwin. | |
5 * realpath.c (readlink_or_correct_case): | |
6 On Darwin, use realpath(3)'s case correction to get the canonical | |
7 case for a file; thank you Robert Delius Royar! | |
8 | |
1 2009-10-11 Michael Sperber <mike@xemacs.org> | 9 2009-10-11 Michael Sperber <mike@xemacs.org> |
2 | 10 |
3 * event-stream.c (post_command_hook): Run `post-command-hook' | 11 * event-stream.c (post_command_hook): Run `post-command-hook' |
4 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION - | 12 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION - |
5 deleting other windows off that hook is legitimate. | 13 deleting other windows off that hook is legitimate. |