1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/src
2000-12-02 14:48:58 +00:00
..
bitmaps
m (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL): 2000-11-11 01:05:49 +00:00
s (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. 2000-11-22 10:41:06 +00:00
.dbxinit
.gdbinit (xbacktrace): Handle case that $bt->function isn't 2000-10-24 10:55:57 +00:00
.gitignore Sort alphabetically and add `Makefile'. 2000-09-15 20:58:45 +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 (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'. 2000-11-23 04:48:08 +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 (Fmake_indirect_buffer): Don't treat nil as a 2000-11-22 22:33:55 +00:00
buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed. 2000-09-14 15:14:15 +00:00
bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>: Add 2000-11-21 16:47:04 +00:00
callint.c Remove includes of 2000-09-02 19:35:49 +00:00
callproc.c (Fcall_process_region): Use HAVE_MKSTEMP. 2000-11-07 18:12:12 +00:00
casefiddle.c
casetab.c
category.c (Fmodify_category_entry): Use SPLIT_CHAR, not 2000-05-19 23:51:29 +00:00
category.h
ccl.c (Fccl_execute_on_string): Make multibyte string correctly. 2000-09-19 00:14:17 +00:00
ccl.h (struct ccl_program): New member multibyte. 2000-08-11 05:45:10 +00:00
ChangeLog *** empty log message *** 2000-12-02 14:48:58 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8 *** empty log message *** 2000-09-25 15:42:25 +00:00
charset.c (get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH. 2000-11-20 11:40:45 +00:00
charset.h (CHAR_STRING): Optimized for single byte characters. 2000-10-10 02:00:52 +00:00
chpdef.h
cm.c Don't try to include termcap.h; see comment there. 2000-11-21 12:05:08 +00:00
cm.h
cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and 2000-08-26 05:56:50 +00:00
coding.c (Ffind_coding_systems_region_internal): Be sure to 2000-11-28 00:00:00 +00:00
coding.h (Qwrite_region, Qcoding_system_error): Declare extern. 2000-12-02 11:25:59 +00:00
commands.h
composite.c (Vcomposition_function_table): New variable. 2000-11-06 12:35:27 +00:00
composite.h (compose_chars_in_text): Add prototype. 2000-11-06 12:35:06 +00:00
config.in (HAVE_MKDIR): Add. 2000-11-07 18:10:05 +00:00
convexos.h
COPYING
cxux-crt0.s
data.c Avoid some more compiler warnings. 2000-09-21 20:54:57 +00:00
dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry 2000-11-15 12:34:58 +00:00
dispextern.h (CURRENT_MODE_LINE_HEIGHT) 2000-11-14 05:41:13 +00:00
dispnew.c (update_frame): Do nothing with frame's tool bar 2000-11-22 16:32:00 +00:00
disptab.h
doc.c * lisp.h (KEYMAPP): New macro. 2000-10-27 22:20:19 +00:00
doprnt.c Don't declare xmalloc, xrealloc. 2000-06-20 14:02:05 +00:00
dosfns.c (unspecified_fg, unspecified_bg): Remove extern declaration. 2000-10-16 19:14:14 +00:00
dosfns.h
ecrt0.c Remove LISP_FLOAT_TYPE' and standalone'. 2000-02-17 09:45:46 +00:00
editfns.c (find_field): 2000-10-25 07:35:11 +00:00
emacs.c * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight): 2000-11-26 06:35:26 +00:00
environ.c
epaths.in
eval.c *** empty log message *** 2000-11-29 18:47:42 +00:00
fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL. 2000-12-02 11:16:13 +00:00
filelock.c (unlock_all_files): Use unlock_file to expand each 2000-10-24 20:57:11 +00:00
filemode.c
firstfile.c
floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws 2000-08-22 22:19:26 +00:00
fns.c (Fmd5): Use a different logic to decide the coding system 2000-12-02 11:25:35 +00:00
fontset.c (syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10 2000-10-27 18:57:17 +00:00
fontset.h (free_face_fontset): Renamed from fs_free_face_fontset. 2000-06-23 14:34:44 +00:00
frame.c (make_frame): Change initialization of tool bar 2000-11-22 16:28:38 +00:00
frame.h (struct frame): Members desired_tool_bar_items, 2000-11-22 16:28:11 +00:00
getloadavg.c Don't define NLIST_STRUCT (handled by configure). 2000-06-20 13:17:40 +00:00
getpagesize.h
gmalloc.c Add code from mcheck.c of glibc-1.09.1. 2000-10-27 18:43:39 +00:00
gnu.h
hftctl.c Use PROTOTYPES. 2000-03-08 18:55:10 +00:00
indent.c (compute_motion): Keep pos_byte in sync with pos. 2000-11-25 02:08:59 +00:00
indent.h
insdel.c (adjust_markers_for_delete): Handle before-insertion markers correctly. 2000-10-18 06:20:27 +00:00
intervals.c * lisp.h (KEYMAPP): New macro. 2000-10-27 22:20:19 +00:00
intervals.h (get_char_property_and_overlay): Add declaration. 2000-10-25 05:13:17 +00:00
ioctl.h
keyboard.c (lucid_event_type_list_p): Handle `help-echo', 2000-11-27 14:43:30 +00:00
keyboard.h * lisp.h (KEYMAPP): New macro. 2000-10-27 22:20:19 +00:00
keymap.c * undo.c (record_delete): Check that last_undo_buffer is really a buffer before 2000-10-27 23:01:20 +00:00
lastfile.c
line.h
lisp.h (BINDING_STACK_SIZE): New macro. 2000-11-15 19:24:35 +00:00
lread.c (Fload): Fix #ifdef for pcc. 2000-11-17 16:11:26 +00:00
mach2.h
macros.c Avoid some more compiler warnings. 2000-09-21 20:54:57 +00:00
macros.h
Makefile.in (obj): Add md5.o 2000-11-30 13:46:08 +00:00
makefile.nt ($(BLD)\dispnew.obj): 2000-10-21 13:23:23 +00:00
makefile.w32-in Change .obj to .$(O) in all dependencies. 2000-10-21 13:24:14 +00:00
marker.c Avoid some more compiler warnings. 2000-09-21 20:55:56 +00:00
md5.c *** empty log message *** 2000-11-30 14:03:56 +00:00
md5.h *** empty log message *** 2000-11-30 14:03:56 +00:00
mem-limits.h Use POINTER_TYPE. 2000-03-08 18:49:46 +00:00
minibuf.c (Vminibuffer_prompt_properties): New variable. 2000-11-21 15:57:34 +00:00
mktime.c Unprotoized. 2000-06-19 13:07:47 +00:00
mocklisp.c
mocklisp.h
msdos.c (dos_set_window_size): Update screen dimension variables. 2000-10-21 18:14:15 +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 (send_process): If OBJECT is t, it means that the data 2000-10-25 11:06:51 +00:00
process.h
puresize.h (BASE_PURESIZE): Increase to 700000. 2000-11-17 22:36:22 +00:00
ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t. 2000-09-25 21:07:55 +00:00
README
regex.c (re_iswctype, re_wctype_to_bit): Fix braino. 2000-10-30 15:20:17 +00:00
regex.h Remove warning that noone noticed anyway 2000-10-17 06:55:04 +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 (Fset_match_data): Be sure to make search_regs always sane. 2000-10-30 04:10:22 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sound.c (Fplay_sound): Doc fix. 2000-09-13 18:23:03 +00:00
strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on 2000-10-20 14:49:19 +00:00
sunfns.c
syntax.c *** empty log message *** 2000-10-24 00:09:09 +00:00
syntax.h
sysdep.c Move the code for declaring h_errno after #include <netdb.h>. 2000-11-21 23:56:56 +00:00
sysselect.h
syssignal.h Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. 2000-11-11 01:07:33 +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
term.c Don't try to include termcap.h; see comment there. 2000-11-21 12:05:08 +00:00
termcap.c (ospeed): Remove. 2000-11-19 14:35:15 +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): Don't declare. 2000-10-06 22:53:30 +00:00
termopts.h
textprop.c (text_read_only): New function. 2000-11-28 11:49:05 +00:00
tparam.c [emacs]: Include lisp.h. 2000-06-20 18:23:12 +00:00
uaf.h
undo.c * undo.c (record_delete): Check that last_undo_buffer is really a buffer before 2000-10-27 23:01:20 +00:00
unexaix.c
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 (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64. 2000-09-26 13:01:57 +00:00
unexelf1.c
unexencap.c
unexenix.c
unexfx2800.c
unexhp9k800.c
unexmips.c
unexnext.c
unexsgi.c
unexsni.c
unexsunos4.c
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
vms-pwd.h
vmsdir.h
vmsfns.c
vmsgmalloc.c
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 (init_environment): Set LANG environment variable based on 2000-11-24 21:30:06 +00:00
w32.h (EMACS_W32_H): Renamed from _NT_H_ 2000-06-12 19:18:24 +00:00
w32bdf.c (set_bdf_font_info): Set it. 2000-10-29 21:00:37 +00:00
w32bdf.h (bdffont): Add nchars. 2000-10-29 21:02:58 +00:00
w32console.c Do not undef HAVE_WINDOW_SYSTEM before 2000-10-19 19:06:38 +00:00
w32fns.c Fix last change. 2000-12-01 19:08:11 +00:00
w32gui.h (w32_char_font_type): Move enum from w32term.c 2000-10-21 13:31:55 +00:00
w32heap.c (w32_build_number): New variable. 2000-11-05 21:39:32 +00:00
w32heap.h (w32_build_number): Add extern. 2000-11-05 21:38:49 +00:00
w32inevt.c Include keyboard.h before frame.h. 2000-08-22 23:33:55 +00:00
w32inevt.h *** empty log message *** 2000-06-12 19:48:20 +00:00
w32menu.c (add_menu_item): Reset menu item text when changing type to radio button. 2000-11-28 20:28:02 +00:00
w32proc.c (syms_of_ntproc): Doc fix for w32-downcase-file-names. 2000-11-21 18:23:50 +00:00
w32reg.c
w32select.c (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard. 2000-11-21 19:18:13 +00:00
w32term.c (w32_bdf_per_char_metric): Dereference pointer correctly for single 2000-12-02 14:38:57 +00:00
w32term.h Fix a typo in a comment. 2000-11-13 16:27:47 +00:00
w32xfns.c (get_frame_dc): Avoid changing the palette on an invalid frame. 2000-12-01 20:11:23 +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 (coordinates_in_window): Handle computations for 2000-12-01 20:45:45 +00:00
window.h * window.h (Fwindow_live_p): Declare. 2000-10-27 22:59:52 +00:00
x-list-font.c
x11term.h
xdisp.c (echo_area_display): If cursor is in the echo area, make 2000-11-30 21:57:27 +00:00
xfaces.c (lface_from_face_name): Function comment fix. 2000-11-24 13:17:42 +00:00
xfns.c (Fx_create_frame): Reintroduce the call to 2000-11-29 13:57:41 +00:00
xmenu.c (popup_get_selection): Use xmalloc instead of malloc. 2000-11-30 12:41:39 +00:00
xrdb.c (x_load_resources): Use the class name in the defaults. 2000-10-30 21:56:17 +00:00
xscrollbar.h
xselect.c (wait_for_property_change): Update copyright. 2000-11-28 15:36:08 +00:00
xselect.c.old
xterm.c (x_calc_absolute_position): Don't subtract menubar's 2000-12-01 22:15:12 +00:00
xterm.h (struct x_output): Add member horizontal_drag_cursor. 2000-11-28 13:46:17 +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'.