1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/src
Chong Yidong c6d09b8da9 Account for utmp.h availability.
* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).

* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
2010-01-23 17:15:22 -05:00
..
bitmaps
m
s
.arch-inventory
.dbxinit
.gdbinit
.gitignore
alloc.c Make string pointer args point to const as in other string allocation functions. 2010-01-22 18:10:04 +09:00
atimer.c
atimer.h Fix typos in comments. 2010-01-17 03:24:22 +01:00
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 Account for utmp.h availability. 2010-01-23 17:15:22 -05:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
character.c
character.h
charset.c
charset.h
chartab.c
cm.c
cm.h
cmds.c
coding.c Fix ccl encoding of unibyte source. 2010-01-20 11:33:52 +09:00
coding.h
commands.h
composite.c
composite.h
config.in
COPYING
data.c
dbusbind.c
dired.c
dispextern.h
dispnew.c
disptab.h
doc.c
doprnt.c
dosfns.c
dosfns.h
ecrt0.c
editfns.c Doc fix for current-time-string and date-to-time (Bug#5408) 2010-01-18 11:29:00 -05:00
emacs-icon.h
emacs.c
epaths.in
eval.c
fileio.c
filelock.c Account for utmp.h availability. 2010-01-23 17:15:22 -05:00
filemode.c
firstfile.c
floatfns.c
fns.c
font.c
font.h
fontset.c
fontset.h
frame.c
frame.h
fringe.c
ftfont.c
ftfont.h
ftxfont.c
getloadavg.c
getpagesize.h
gmalloc.c
gtkutil.c
gtkutil.h
image.c
indent.c
indent.h
insdel.c
intervals.c
intervals.h
keyboard.c
keyboard.h
keymap.c
keymap.h
lastfile.c
lisp.h Make string pointer args point to const as in other string allocation functions. 2010-01-22 18:10:04 +09:00
lread.c Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail 2010-01-22 10:44:50 +02:00
macros.c
macros.h
Makefile.in
makefile.w32-in
marker.c
md5.c
md5.h
mem-limits.h
menu.c
menu.h
minibuf.c
mktime.c
msdos.c
msdos.h
ndir.h
nsfns.m
nsfont.m
nsgui.h
nsimage.m
nsmenu.m
nsselect.m
nsterm.h
nsterm.m
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
sheap.c
sound.c
stamp-h.in
strftime.c
syntax.c
syntax.h
sysdep.c
sysselect.h
syssignal.h
systime.h
systty.h
syswait.h
term.c
termcap.c
termchar.h
termhooks.h
terminal.c
terminfo.c
termopts.h
textprop.c Suppress spurious second invocation of before-change-functions 2010-01-19 13:16:01 +00:00
tparam.c
undo.c
unexaix.c
unexalpha.c
unexcw.c
unexec.c
unexelf.c
unexhp9k800.c
unexmacosx.c
unexsol.c
unexw32.c
vm-limit.c
w16select.c
w32.c
w32.h
w32console.c
w32fns.c
w32font.c
w32font.h
w32gui.h
w32heap.c
w32heap.h
w32inevt.c
w32inevt.h
w32menu.c
w32proc.c
w32reg.c
w32select.c
w32term.c
w32term.h
w32uniscribe.c
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c
window.h
xdisp.c * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22. 2010-01-23 14:20:38 +09:00
xfaces.c
xfns.c
xfont.c
xftfont.c
xgselect.c
xgselect.h
xmenu.c
xrdb.c
xselect.c
xsettings.c Store settings in xft-settings for debug purposes. 2010-01-19 15:54:13 +01:00
xsettings.h
xsmfns.c
xterm.c
xterm.h

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
  Free Software Foundation, Inc.
See the end of the file for license conditions.


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) is 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'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.