1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/src
2001-04-10 18:36:02 +00:00
..
bitmaps
m
s
.dbxinit
.gdbinit
.gitignore
abbrev.c
acldef.h
alloc.c
alloca.c
alloca.s
atimer.c
atimer.h
blockinput.h
buffer.c
buffer.h
bytecode.c
callint.c
callproc.c
casefiddle.c
casetab.c
category.c
category.h
ccl.c
ccl.h
ChangeLog (Fcompare_strings): Fix return values. 2001-04-10 18:36:02 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
charset.c
charset.h
chpdef.h
cm.c
cm.h
cmds.c
coding.c
coding.h
commands.h
composite.c
composite.h
config.in
convexos.h
COPYING
cxux-crt0.s
data.c
dired.c
dispextern.h
dispnew.c
disptab.h
doc.c
doprnt.c
dosfns.c
dosfns.h
ecrt0.c
editfns.c
emacs.c
environ.c
epaths.in
eval.c
fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. 2001-04-10 12:15:53 +00:00
filelock.c
filemode.c
firstfile.c
floatfns.c
fns.c (Fcompare_strings): Fix return values. 2001-04-10 18:36:02 +00:00
fontset.c
fontset.h
frame.c
frame.h
getloadavg.c
getpagesize.h
gmalloc.c
gnu.h
hftctl.c
indent.c
indent.h
insdel.c
intervals.c
intervals.h
ioctl.h
keyboard.c
keyboard.h
keymap.c
lastfile.c
lisp.h
lread.c
mach2.h
macros.c
macros.h
Makefile.in
makefile.nt
makefile.w32-in
marker.c
md5.c
md5.h
mem-limits.h
minibuf.c
mktime.c
mocklisp.c
mocklisp.h
msdos.c
msdos.h
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c
print.c
process.c
process.h
puresize.h
ralloc.c
README
regex.c
regex.h
region-cache.c
region-cache.h
scroll.c
search.c
sink11.h
sink11mask.h
sink.h
sinkmask.h
sol2-2.h
sound.c
strftime.c
sunfns.c
syntax.c
syntax.h
sysdep.c
sysselect.h
syssignal.h
systime.h
systty.h
syswait.h
temacs.opt
term.c
termcap.c
termchar.h
termhooks.h
terminfo.c
termopts.h
textprop.c
tparam.c
uaf.h
undo.c
unexaix.c
unexalpha.c
unexapollo.c
unexconvex.c
unexec.c
unexelf1.c
unexelf.c
unexenix.c
unexhp9k800.c
unexmips.c
unexnext.c
unexsgi.c
unexsni.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
w16select.c
w32.c (sys_open): Try to open file without _O_CREAT first, to be 2001-04-10 12:15:25 +00:00
w32.h
w32bdf.c
w32bdf.h
w32console.c
w32fns.c
w32gui.h
w32heap.c
w32heap.h
w32inevt.c
w32inevt.h
w32menu.c
w32proc.c (sys_spawnve): Quote more chars for Cygwin. 2001-04-10 12:14:49 +00:00
w32reg.c
w32select.c
w32term.c
w32term.h
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c (window_scroll): Change the meaning of N to mean 2001-04-10 16:13:02 +00:00
window.h
x11term.h
xdisp.c (redisplay_window) <recenter>: Call window_box_height 2001-04-10 15:40:40 +00:00
xfaces.c
xfns.c
xmenu.c
xrdb.c
xscrollbar.h
xselect.c
xselect.c.old
xterm.c
xterm.h
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'.