1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
emacs/src
Andrew Innes a302c7ae2b (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
(add_volume_info): Use xstrdup.
(init_environment): Call _access.
(check_windows_init_file): Call _close.
(init_user_info): Call _putenv.
(init_environment): Call _putenv and _strdup.
(init_ntproc): Reset volume info cache on startup.
(unc_volume_file_attributes):
(open_unc_volume): Make arg const.
(gettimeofday): Use struct timeb, not struct _timeb.
(map_w32_filename, read_unc_volume): Fix compile warning.
(sys_strerror): Use sys_nerr instead of _sys_nerr.  Use
sys_errlist instead of _sys_errlist.
(get_emacs_configuration_options): New function.
2000-08-22 22:49:27 +00:00
..
bitmaps # 1999-09-29 16:37:29 +00:00
m * m/ia64.h: Moved from s/ia64.h. 2000-08-04 08:48:52 +00:00
s Comment about gcc -g. 2000-08-15 09:17:23 +00:00
.dbxinit #ecrt0.c 1999-10-01 11:44:30 +00:00
.gdbinit (xhashtable): New command. 2000-08-07 12:31:50 +00:00
.gitignore ignore bootstrap-emacs 2000-06-19 16:05:50 +00:00
abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table 2000-06-19 15:58:23 +00:00
acldef.h
alloc.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
alloca.c Use #error. 2000-08-17 13:57:01 +00:00
alloca.s
atimer.c (alarm_signal_handler): Add forward declaration. 2000-06-15 12:56:17 +00:00
atimer.h Protect against multiple inclusion. Include 2000-06-25 16:02:34 +00:00
blockinput.h Protect against multiple inclusion. Include 2000-06-25 16:02:04 +00:00
buffer.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
buffer.h Avoid DECLARE_INTERVALS. 2000-08-17 13:48:48 +00:00
bytecode.c Copyright up-date. 2000-06-05 14:20:20 +00:00
callint.c (Fcall_interactively): Doc fix. 2000-06-01 19:02:58 +00:00
callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which 2000-08-22 22:38:05 +00:00
casefiddle.c Include composite.h. 1999-12-15 00:02:33 +00:00
casetab.c
category.c (Fmodify_category_entry): Use SPLIT_CHAR, not 2000-05-19 23:51:29 +00:00
category.h (CATEGORY_SET): Delete codes for a composite character. 1999-12-15 00:02:55 +00:00
ccl.c (ccl-program-p): Fix doc string. 2000-08-16 15:17:24 +00:00
ccl.h (struct ccl_program): New member multibyte. 2000-08-11 05:45:10 +00:00
ChangeLog (find_field): Formatting changes. 2000-08-21 19:48:17 +00:00
ChangeLog.1 # 1999-09-29 16:37:29 +00:00
ChangeLog.2 # 1999-09-29 16:37:29 +00:00
ChangeLog.3 # 1999-09-29 16:37:29 +00:00
ChangeLog.4 # 1999-09-29 16:37:29 +00:00
ChangeLog.5 # 1999-09-29 16:37:29 +00:00
ChangeLog.6 # 1999-09-29 16:37:29 +00:00
ChangeLog.7 # 1999-10-04 16:40:11 +00:00
ChangeLog.8 *** empty log message *** 2000-08-10 09:21:43 +00:00
charset.c (Fchar_width): Doc fix. 2000-08-08 12:59:56 +00:00
charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is undefined. 2000-07-18 12:48:53 +00:00
chpdef.h
cm.c [HAVE_TERMCAP_H]: Include <termcap.h>. 2000-08-17 14:04:16 +00:00
cm.h Remove unneeded declaration of ospeed. 1999-09-27 16:42:19 +00:00
cmds.c (internal_self_insert): Don't check 2000-06-02 12:42:20 +00:00
coding.c (encode_coding_string): Fix previous change. 2000-08-18 10:48:26 +00:00
coding.h (conversion_buffer_size, conversion_buffer) 2000-08-16 01:36:53 +00:00
commands.h
composite.c (AREF): Remove definition. 2000-07-13 14:06:15 +00:00
composite.h (make_composition_value_copy): Extern it. 2000-07-04 07:40:23 +00:00
config.in Add size_t. 2000-08-17 13:45:46 +00:00
convexos.h
COPYING # 1999-10-17 09:55:57 +00:00
cxux-crt0.s #ecrt0.c 1999-10-01 11:44:30 +00:00
data.c (Faset): Allow storing any multibyte character in a string. Convert 2000-07-21 06:45:30 +00:00
dired.c Include sys/stat.h. Declare filemodestring. 1999-11-24 12:56:02 +00:00
dispextern.h (Qredisplay_dont_pause): Declare extern. 2000-08-09 18:41:00 +00:00
dispnew.c Include keyboard.h before frame.h. 2000-08-22 22:14:00 +00:00
disptab.h
doc.c (Fsubstitute_command_keys): Handle case that a GC 2000-07-11 19:59:06 +00:00
doprnt.c Don't declare xmalloc, xrealloc. 2000-06-20 14:02:05 +00:00
dosfns.c (unspecified_colors): Remove. 2000-01-03 16:56:40 +00:00
dosfns.h Changes for automatic remapping of X colors on terminal frames: 1999-12-06 16:54:09 +00:00
ecrt0.c Remove LISP_FLOAT_TYPE' and standalone'. 2000-02-17 09:45:46 +00:00
editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws 2000-08-22 22:19:26 +00:00
emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove 2000-08-22 22:16:41 +00:00
environ.c
epaths.in
eval.c (Fmacroexpand): Doc fix. 2000-08-21 11:39:17 +00:00
fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws 2000-08-22 22:19:26 +00:00
filelock.c Use feature tests for fcntl.h, string.h. Don't include time.h, done by 2000-06-23 16:31:30 +00:00
filemode.c #ecrt0.c 1999-10-01 11:44:30 +00:00
firstfile.c
floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws 2000-08-22 22:19:26 +00:00
fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially 2000-08-11 12:59:31 +00:00
fontset.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
fontset.h (free_face_fontset): Renamed from fs_free_face_fontset. 2000-06-23 14:34:44 +00:00
frame.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
frame.h (struct frame): Use volatile unconditionally. 2000-06-05 14:25:48 +00:00
getloadavg.c Don't define NLIST_STRUCT (handled by configure). 2000-06-20 13:17:40 +00:00
getpagesize.h
gmalloc.c (PP): Test PROTOTYPES as well as __STDC__ &c. 2000-06-21 16:07:32 +00:00
gnu.h
hftctl.c Use PROTOTYPES. 2000-03-08 18:55:10 +00:00
indent.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
indent.h
insdel.c (signal_before_change, signal_after_change): Don't check 2000-06-02 12:42:54 +00:00
intervals.c (get_local_map): Extra arg to allow looking for `keymap' too. 2000-05-29 11:41:13 +00:00
intervals.h (Fprevious_single_char_property_change): Declare. 2000-08-08 14:39:46 +00:00
ioctl.h
keyboard.c Include keyboard.h before frame.h. 2000-08-22 22:23:58 +00:00
keyboard.h (gen_help_event): Change prototype. 2000-08-21 18:58:30 +00:00
keymap.c (push_key_description): If C without modifiers is < 32, 2000-08-14 12:44:38 +00:00
lastfile.c
line.h
lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. 2000-08-22 22:26:04 +00:00
lread.c [USE_CRT_DLL]: Remove unnecessary extern, which 2000-08-22 22:38:05 +00:00
mach2.h
macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro 1999-12-13 03:50:21 +00:00
macros.h
Makefile.in (msdos.o): Depend on keyboard.h. 2000-08-09 12:27:07 +00:00
makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested. 2000-08-22 22:32:56 +00:00
marker.c * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): 2000-03-30 09:56:31 +00:00
mem-limits.h Use POINTER_TYPE. 2000-03-08 18:49:46 +00:00
minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'. 2000-08-22 22:49:22 +00:00
mktime.c Unprotoized. 2000-06-19 13:07:47 +00:00
mocklisp.c
mocklisp.h
msdos.c (IT_write_glyphs): Convert cbp to unsigned char *. 2000-08-16 05:22:00 +00:00
msdos.h (XMenuActivate): Update prototype. 2000-07-20 11:04:07 +00:00
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c
print.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
process.c Include keyboard.h before frame.h. 2000-08-22 22:36:52 +00:00
process.h
puresize.h (BASE_PURESIZE): Increase to 675000. 2000-05-23 21:59:11 +00:00
ralloc.c Make real_morecore non-static. 2000-07-05 16:31:17 +00:00
README #ecrt0.c 1999-10-01 11:44:30 +00:00
regex.c (regex_compile) <normal_char>: Pay attention to multibyteness. 2000-08-11 01:56:59 +00:00
regex.h Test PROTOTYPES as well as __STDC__. 2000-06-19 21:59:46 +00:00
region-cache.c
region-cache.h
scroll.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
search.c (Fre_search_forward, Fre_search_backward) 2000-05-31 18:51:08 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sound.c Sound support for NetBSD through "Linux emulation" support: 2000-07-05 19:33:00 +00:00
strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which 2000-08-22 22:38:05 +00:00
sunfns.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
syntax.c * syntax.c (skip_chars): Fix previous change. Make the handling of 2000-08-07 05:57:08 +00:00
syntax.h (SYNTAX_ENTRY_INT): Delete codes for a composite 1999-12-15 00:20:44 +00:00
sysdep.c Include keyboard.h before frame.h. 2000-08-22 22:40:16 +00:00
sysselect.h
syssignal.h (sigblock, sigunblock) [USG5_4]: Set 2000-06-20 18:31:04 +00:00
systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use HAVE_STRUCT_TIMEZONE. 2000-06-23 17:05:10 +00:00
systty.h
syswait.h Move some definitions. 2000-07-26 11:06:05 +00:00
temacs.opt #ecrt0.c 1999-10-01 11:44:30 +00:00
term.c Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
termcap.c [emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h. 2000-06-20 18:19:03 +00:00
termchar.h
termhooks.h (enum event_kind): New member multibyte_char_keystroke. 2000-08-11 00:51:25 +00:00
terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. 2000-06-01 15:48:57 +00:00
termopts.h
textprop.c (Fget_char_property): Update call to overlays_at. 2000-08-08 23:53:32 +00:00
tparam.c [emacs]: Include lisp.h. 2000-06-20 18:23:12 +00:00
uaf.h
undo.c (record_first_change, record_marker_adjustment): Don'use 2000-08-19 12:33:00 +00:00
unexaix.c (unexec): Use unsigned instead of uintptr_t because 1999-11-23 17:22:03 +00:00
unexalpha.c Prototype fatal_unexec, mark_x, update_dynamic_symbols. Declare 2000-08-17 14:07:15 +00:00
unexapollo.c
unexconvex.c
unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary 2000-08-22 22:41:55 +00:00
unexelf.c Restore changes of 1999-10-19. 2000-03-12 17:04:43 +00:00
unexelf1.c
unexencap.c
unexenix.c
unexfx2800.c
unexhp9k800.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
unexmips.c
unexnext.c
unexsgi.c
unexsni.c (unexec): Handle .rel.dyn section. 1999-11-17 20:58:06 +00:00
unexsunos4.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
unexw32.c Change PUCHAR to PCHAR. 2000-08-22 22:44:39 +00:00
vlimit.h
vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore 2000-07-05 16:32:37 +00:00
vms-pp.c
vms-pp.trans #ecrt0.c 1999-10-01 11:44:30 +00:00
vms-pwd.h
vmsdir.h
vmsfns.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
vmsgmalloc.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
vmsmap.c
vmspaths.h
vmsproc.c * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): 2000-03-30 09:56:31 +00:00
vmsproc.h
vmstime.c
vmstime.h
w16select.c (set_clipboard_data): If there's not enough memory 2000-08-17 06:11:09 +00:00
w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup. 2000-08-22 22:49:27 +00:00
w32.h (EMACS_W32_H): Renamed from _NT_H_ 2000-06-12 19:18:24 +00:00
w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p. 2000-05-30 21:38:23 +00:00
w32bdf.h Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec. 2000-06-12 19:09:42 +00:00
w32console.c (write_glyphs): Use a locally declared conversion_buffer. 2000-08-16 01:38:49 +00:00
w32fns.c Replace illegal' with invalid'. 2000-08-05 15:47:13 +00:00
w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__ 2000-06-12 19:22:16 +00:00
w32heap.c
w32heap.h
w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant. 2000-05-30 21:49:28 +00:00
w32inevt.h *** empty log message *** 2000-06-12 19:48:20 +00:00
w32menu.c (keymap_panes): Pass the keymap's prompt as the pane name to 2000-08-20 21:14:08 +00:00
w32proc.c * callproc.c (strerror): Remove decl. 1999-11-22 08:19:51 +00:00
w32reg.c
w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil. 2000-05-31 18:09:57 +00:00
w32term.c (w32_read_socket): Change calls to gen_help_event. 2000-08-21 18:57:13 +00:00
w32term.h (x_display_info_for_display): Remove as this function does not exist on W32. 2000-08-20 20:47:43 +00:00
w32xfns.c Add support for large files, 64-bit Solaris, system locale codings. 1999-10-19 07:25:11 +00:00
widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues): 2000-08-03 20:22:34 +00:00
widget.h
widgetprv.h
window.c Fix embedded comment. 2000-08-14 10:52:50 +00:00
window.h (foreach_window): Change prototype. 2000-07-21 14:33:46 +00:00
x-list-font.c
x11term.h
xdisp.c (redisplay_internal): Compare windows for equality with 2000-08-18 05:16:45 +00:00
xfaces.c (lface_equal_p): Compare strings differently. 2000-08-20 13:23:01 +00:00
xfns.c Replace illegal' with invalid'. 2000-08-05 15:47:13 +00:00
xmenu.c (popup_get_selection): Use xfree instead of free. 2000-08-05 19:25:41 +00:00
xrdb.c (x_load_resources): Add default resource for scroll bar's 2000-06-22 22:05:37 +00:00
xscrollbar.h
xselect.c *** empty log message *** 2000-07-21 02:39:45 +00:00
xselect.c.old
xterm.c (XTread_socket): Change calls to gen_help_event. 2000-08-21 18:58:17 +00:00
xterm.h (x_encode_text): Add prototype. 2000-07-21 02:07:35 +00:00
XTests.c
XTests.h

This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) or the Emacs
executable and map files (on VMS systems) are copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile.c'.  The
same script then uses `cpp' to produce the machine-dependent
`Makefile' from `Makefile.c'; `Makefile' is the file which actually
controls the compilation of Emacs.  Most of this should work
transparently to the user; you should only need to run `../configure',
and then type `make'.

See the file VMSBUILD in this directory for instructions on compiling,
linking and building Emacs on VMS.

The files `*.com' and `temacs.opt' are used on VMS only.
The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
allow compilation on VMS with the minimum amount of #ifdefs.

`uaf.h' contains VMS uaf structure definitions.  This is only needed if
you define READ_SYSUAF.  This should only be done for single-user
systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable.  Otherwise, Emacs can determine information about the
current user, but no one else.

`pwd.h' contains definitions for VMS to be able to correctly simulate
`getpwdnam' and `getpwduid'.