Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 2526:902d5bd9b75c
[xemacs-hg @ 2005-01-28 02:36:11 by ben]
Support symlinks under Windows
nt.c, fileio.c: Fix sync comments.
config.h.in, dired-msw.c, emacs.c, event-msw.c, fileio.c, glyphs.c, lisp.h, nt.c, process-nt.c, realpath.c, sound.c, symsinit.h, sysdep.c, sysfile.h, syswindows.h, win32.c: Add support for treating shortcuts under Windows as symbolic links.
Enabled with mswindows-shortcuts-are-links (t by default). Rewrite
lots of places to use PATHNAME_CONVERT_OUT, which is moved to
sysfile.h. Add PATHNAME_RESOLVE_LINKS, which only does things
under Windows.
Add profiling section for expand_file_name calls.
nt.c, sysdep.c: Unicode-ize.
realpath.c: Renamed from readlink_and_correct_case. Fix some problems with
Windows implementation due to incorrect understanding of workings
of the function.
sound.c, ntplay.c, sound.h: Rename play_sound_file to nt_play_sound_file and pass
internally-formatted data to it to avoid converting out and back
again.
text.h: is_c -> is_ascii.
author | ben |
---|---|
date | Fri, 28 Jan 2005 02:36:28 +0000 |
parents | 9b0afdac688e |
children | 4c1f2310451d |
comparison
equal
deleted
inserted
replaced
2525:52f00344a629 | 2526:902d5bd9b75c |
---|---|
2083 | 2083 |
2084 vars_of_profile (); | 2084 vars_of_profile (); |
2085 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined (DOUG_LEA_MALLOC) | 2085 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined (DOUG_LEA_MALLOC) |
2086 vars_of_ralloc (); | 2086 vars_of_ralloc (); |
2087 #endif /* HAVE_MMAP && REL_ALLOC */ | 2087 #endif /* HAVE_MMAP && REL_ALLOC */ |
2088 vars_of_realpath (); | |
2088 vars_of_redisplay (); | 2089 vars_of_redisplay (); |
2089 vars_of_regex (); | 2090 vars_of_regex (); |
2090 #ifdef HAVE_SCROLLBARS | 2091 #ifdef HAVE_SCROLLBARS |
2091 vars_of_scrollbar (); | 2092 vars_of_scrollbar (); |
2092 #endif | 2093 #endif |