emacs/src
Paul Eggert ab0fa4e4ba Do not limit current-time-string to years 1000..9999.
* src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
(Fcurrent_time_string): Support any year that is supported by the
underlying localtime representation.  Don't use asctime, as it
has undefined behavior for years outside the range -999..9999.
* doc/lispref/os.texi (Time of Day): Do not limit current-time-string
to years 1000..9999.
* etc/NEWS: Do not limit current-time-string to years 1000..9999.
2012-05-03 13:04:29 -07:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
m Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
s Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
.dbxinit
.gdbinit * .gdbinit (xpr): Remove checks for no longer existing misc types. 2012-05-01 02:07:23 +02:00
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
alloc.c Spelling fixes. 2012-04-22 22:44:49 -07:00
atimer.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
atimer.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autodeps.mk Remove src/prefix-args.c. 2010-07-07 20:31:04 -07:00
bidi.c Fix bug #11073 with bidi-related crashes displaying some byte sequences. 2012-03-23 14:32:23 +02:00
blockinput.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
buffer.c * intervals.c (adjust_intervals_for_insertion): Initialize `newi' 2012-05-02 13:21:54 -04:00
buffer.h Warning comments about subtleties of fetching characters from buffers/strings. 2012-04-06 16:10:30 +03:00
bytecode.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
callint.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
callproc.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
casefiddle.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
casetab.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
category.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
category.h * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. 2011-06-17 01:17:29 -07:00
ccl.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ccl.h * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. 2011-04-10 23:43:21 -07:00
ChangeLog Do not limit current-time-string to years 1000..9999. 2012-05-03 13:04:29 -07:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.3 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.4 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.5 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.6 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.7 More ChangeLog fixes 2012-02-24 14:47:53 -05:00
ChangeLog.8 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.9 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.10 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.11 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
character.c Handle overflow when computing char display width (Bug#9496). 2012-02-03 11:24:22 -08:00
character.h Spelling fixes. 2012-04-13 22:10:55 -07:00
charset.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
charset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
chartab.c Spelling fixes. 2011-11-19 01:18:31 -08:00
cm.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cmds.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
coding.c Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com. 2012-02-08 23:48:22 -08:00
coding.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
commands.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
composite.c composite.c: use 'double' consistently 2012-04-08 23:52:40 -07:00
composite.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
COPYING
data.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dbusbind.c * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed. 2012-04-22 10:46:49 -07:00
deps.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
dired.c * dired.c (Fsystem_groups): Remove unused local. 2012-04-17 15:56:06 -07:00
dispextern.h dispextern.h (struct glyph): Fix previous change. Change the bit length of glyphless.ch to 25 (Bug#11082). 2012-03-26 14:43:05 +09:00
dispnew.c Remove HAVE_LIBNCURSES; it is required to be true 2012-04-30 20:30:11 -04:00
disptab.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
doc.c doc.c fix for bug#11036 2012-04-09 16:43:15 -04:00
doprnt.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dosfns.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
dosfns.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
editfns.c Do not limit current-time-string to years 1000..9999. 2012-05-03 13:04:29 -07:00
emacs-icon.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
emacs.c Support building on MS-Windows with libxml2. 2012-04-07 16:57:36 +03:00
emacsgtkfixed.c Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
emacsgtkfixed.h Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
epaths.in Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
eval.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
fileio.c Merge changes from emacs-24 branch 2012-04-27 11:10:38 +08:00
filelock.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
firstfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
floatfns.c Make second arg of copysign non-optional. 2012-01-21 23:52:46 +08:00
fns.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
font.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
font.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
fontset.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
fontset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
frame.c * frame.c (other_visible_frames): Don't assume selected frame is visible. 2012-03-10 15:46:07 +08:00
frame.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
fringe.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ftfont.c ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a valid range (Bug#11003). 2012-03-19 13:08:07 +09:00
ftfont.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ftxfont.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
getpagesize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
gmalloc.c Modernize and clean up gmalloc.c to assume C89 (Bug#9119). 2012-04-22 12:23:51 -07:00
gnutls.c src/gnutls.c: Fix previous change. 2012-04-24 10:35:02 +02:00
gnutls.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gtkutil.c Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
gtkutil.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
image.c Increase default image size limit; don't unlimit Gnus. 2012-02-14 22:40:08 -08:00
indent.c Fix typo in last commit. 2012-04-13 14:22:01 +08:00
indent.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
insdel.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
intervals.c * intervals.c (adjust_intervals_for_insertion): Initialize `newi' 2012-05-02 13:21:54 -04:00
intervals.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keyboard.c Reimplement execute-extended-command in Elisp. 2012-05-01 12:10:02 -04:00
keyboard.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keymap.c Fix last fix. 2012-04-23 11:44:13 +08:00
keymap.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lastfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lisp.h Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
lisp.mk * lisp.mk (lisp): Update. 2012-04-21 10:03:52 +02:00
lread.c Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org 2012-04-13 18:46:06 -07:00
macros.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
macros.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
Makefile.in Rename autoconf output variable LD_SWITCH_X_SITE_AUX_RPATH 2012-04-30 20:16:02 -04:00
makefile.w32-in src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry. 2012-04-07 23:32:59 +02:00
marker.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
mem-limits.h Fix crash due to non-contiguous EMACS_INT (Bug#10780). 2012-02-20 15:09:58 -08:00
menu.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
menu.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
minibuf.c Remove defining user variables via * in docstring. 2012-04-09 20:36:01 +08:00
msdos.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
msdos.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ndir.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ns.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nsfns.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsfont.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsgui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsimage.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsmenu.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsselect.m Yet more syncing of xselect docs and argument specs 2012-02-11 19:13:13 -08:00
nsterm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsterm.m * nsterm.m (constrainFrameRect): Always constrain when there is only 2012-04-09 12:01:04 +02:00
pre-crt0.c Nuke arch-tags. 2011-01-15 15:16:57 -08:00
print.c * src/print.c (print_preprocess): Only check print_depth if print-circle 2012-04-20 09:02:20 -04:00
process.c Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
process.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
puresize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ralloc.c Fix minor ralloc.c problems found by static checking. 2012-04-15 18:18:13 -07:00
README Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
regex.c configure: new option --enable-gcc-warnings 2012-04-09 00:45:59 -07:00
regex.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
region-cache.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
region-cache.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
search.c Small doc and elisp manual fixes related to searching 2012-03-26 23:46:42 -07:00
sheap.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sound.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
stamp-h.in
syntax.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
syntax.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sysdep.c * src/sysdep.c (list_system_processes): Support Darwin. 2012-04-22 10:58:23 +08:00
sysselect.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syssignal.h Remove references to macros that are not defined anywhere 2012-04-30 20:45:39 -07:00
systime.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
systty.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syswait.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
term.c Spelling fixes. 2012-04-22 22:44:49 -07:00
termcap.c Whitespace changes. 2011-09-09 03:06:52 +02:00
termchar.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termhooks.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminal.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminfo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termopts.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
textprop.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
tparam.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
tparam.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
undo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexaix.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexcoff.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unexcw.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexhp9k800.c Protoize 2011-07-10 10:20:10 +02:00
unexmacosx.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexsol.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexw32.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vm-limit.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w16select.c Sync MS-DOS selection-related doc strings with X doc strings. 2012-02-11 11:38:41 +02:00
w32.c Record and display absolute path of DLLs loaded (bug#10424). 2012-04-10 16:16:05 +02:00
w32.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32console.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32fns.c Fix bug #9087 with crashes on MS-Windows under throw-on-input. 2012-01-14 22:15:01 +02:00
w32font.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32font.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32gui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32heap.c Remove dead MSVC-specific code. 2012-03-25 20:30:50 +02:00
w32heap.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32inevt.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32inevt.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32menu.c Don't disable Unicode menus on Windows NT and later due to random errors. 2012-04-26 13:07:35 +03:00
w32proc.c Doc fixes in w32-specific primitives related to console codepage. 2012-03-20 20:49:18 +02:00
w32reg.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32select.c Fix bug #10783 with w32 doc string of x-selection-exists-p. 2012-02-11 11:50:27 +02:00
w32term.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
w32term.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32uniscribe.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32xfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widgetprv.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
window.c Merge changes from emacs-24 branch 2012-04-27 11:10:38 +08:00
window.h Rename inhibit_window_configuration_change_hook to inhibit_lisp_code. 2012-03-12 14:34:32 +08:00
xdisp.c Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.org 2012-05-02 00:20:29 -07:00
xfaces.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xfns.c * src/xfns.c (x_window): Use xstrdup (Bug#11375). 2012-05-02 18:20:35 +08:00
xfont.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xftfont.c Fix wrong font metrics for mouse highlight (backport 2011-12-15T02:12:08Z!handa@m17n.org from trunk) 2012-01-15 10:55:52 +08:00
xgselect.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xgselect.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xmenu.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xml.c src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. 2012-04-07 22:54:50 +02:00
xrdb.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xselect.c * src/xselect.c (x_convert_selection): Initialize a pointer. 2012-04-24 10:58:26 +08:00
xsettings.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xsettings.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xsmfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xterm.c * src/xterm.c (x_term_init): Use memcpy instead of strncpy. 2012-05-02 18:17:03 +08:00
xterm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00

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-2012  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'.  This
is the file which actually controls the compilation of Emacs.
All 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/>.