..
bitmaps
m
Clean up unexec.c, remove references to unused code.
2010-07-28 20:25:08 -07:00
s
Clean up unexec.c, remove references to unused code.
2010-07-28 20:25:08 -07:00
.dbxinit
.gdbinit
Completed initial debugging and testing of reimplemented cursor motion.
2010-05-19 23:24:21 +03:00
.gitignore
* .cvsignore, .gitignore: Ignore buildobj.h.
2009-08-28 02:40:13 +00:00
alloc.c
Remove unused static functions.
2010-07-23 19:50:14 +02:00
atimer.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
atimer.h
Remove __P and P_ from .c and .m files and definition of P_
2010-07-02 14:19:53 +02:00
autodeps.mk
Remove src/prefix-args.c.
2010-07-07 20:31:04 -07:00
bidi.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
bidimirror.h
Use BidiMirroring.txt for mirroring characters in bidi context.
2010-06-12 18:52:43 +03:00
biditype.h
Use BidiMirroring.txt for mirroring characters in bidi context.
2010-06-12 18:52:43 +03:00
blockinput.h
* blockinput.h: Remove obsolete comment.
2010-07-11 21:51:46 +02:00
buffer.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
buffer.h
Use offsetof instead of own definition
2010-07-11 20:34:43 +02:00
bytecode.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
callint.c
Use strchr, strrchr instead of index, rindex
2010-07-11 12:31:10 +02:00
callproc.c
* callproc.c (set_initial_environment): Avoid unbalanced braces.
2010-07-25 20:36:37 +02:00
casefiddle.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
casetab.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
category.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
category.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
ccl.c
Convert more function definitions to standard C.
2010-07-12 09:32:53 -07:00
ccl.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
ChangeLog
Clean up unexec.c, remove references to unused code.
2010-07-28 20:25:08 -07:00
ChangeLog.1
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
ChangeLog.2
Fix typos in ChangeLogs.
2010-07-29 04:42:53 +02:00
ChangeLog.3
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
ChangeLog.4
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
ChangeLog.5
Fix typos in ChangeLogs.
2010-07-29 04:42:53 +02:00
ChangeLog.6
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
ChangeLog.7
Fix typos in Changelog.
2010-03-24 01:18:03 +01:00
ChangeLog.8
Move some old ChangeLog entries to the right files.
2010-05-27 20:52:19 -07:00
ChangeLog.9
Fix typos in ChangeLogs.
2010-07-29 04:42:53 +02:00
ChangeLog.10
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
character.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
character.h
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
charset.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
charset.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
chartab.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
cm.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
cm.h
Fix prototypes.
2010-07-03 09:44:17 +02:00
cmds.c
Make internal_self_insert static
2010-07-24 17:21:56 +02:00
coding.c
Convert more function definitions to standard C.
2010-07-12 09:32:53 -07:00
coding.h
Convert some prototypes to standard C.
2010-07-02 15:18:28 -07:00
commands.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
composite.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
composite.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
config.in
Use __executable_start to find start of text segment for profiling
2010-07-25 21:09:54 +02:00
COPYING
data.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
dbusbind.c
* dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2010-07-12 21:03:53 +02:00
deps.mk
Use BidiMirroring.txt for mirroring characters in bidi context.
2010-06-12 18:52:43 +03:00
dired.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
dispextern.h
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
dispnew.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
disptab.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
doc.c
Use strchr, strrchr instead of index, rindex
2010-07-11 12:31:10 +02:00
doprnt.c
Constify functions taking char *
2010-07-11 11:27:13 +02:00
dosfns.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
dosfns.h
Fix the MS-DOS build due to removal of P_.
2010-07-02 16:05:59 +03:00
editfns.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
emacs-icon.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
emacs.c
* src/emacs.c (Fkill_emacs): Remove return statement.
2010-07-27 01:02:44 -07:00
epaths.in
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
eval.c
Fix up "missing braces" warning.
2010-07-20 17:26:53 +02:00
fileio.c
Use strchr, strrchr instead of index, rindex
2010-07-11 12:31:10 +02:00
filelock.c
Use strchr, strrchr instead of index, rindex
2010-07-11 12:31:10 +02:00
filemode.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
firstfile.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
floatfns.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
fns.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
font.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
font.h
merge trunk
2010-07-08 17:09:35 +09:00
fontset.c
Use strchr, strrchr instead of index, rindex
2010-07-11 12:31:10 +02:00
fontset.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
frame.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
frame.h
* frame.h (Qtty_color_mode): Add declaration.
2010-07-26 09:57:19 -07:00
fringe.c
Convert some more functions to standard C.
2010-07-20 22:21:03 +02:00
ftfont.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
ftfont.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
ftxfont.c
Convert (most) functions in src to standard C.
2010-07-04 00:50:25 -07:00
getloadavg.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
getpagesize.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
gmalloc.c
Remove __P and P_ from .c and .m files and definition of P_
2010-07-02 14:19:53 +02:00
gtkutil.c
Add tool bar style text-image-horiz (text to the left of the image).
2010-07-28 19:34:51 +02:00
gtkutil.h
Merge changes from emacs-23 branch.
2010-07-16 11:42:15 -04:00
image.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
indent.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
indent.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
insdel.c
Constify functions taking char *
2010-07-11 11:27:13 +02:00
intervals.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
intervals.h
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2010-07-06 20:09:30 -07:00
keyboard.c
NO_RETURN functions should not return.
2010-07-26 10:11:43 -07:00
keyboard.h
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
keymap.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
keymap.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
lastfile.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
lisp.h
Add tool bar style text-image-horiz (text to the left of the image).
2010-07-28 19:34:51 +02:00
lread.c
* lread.c (unreadpure, mapatoms_1): Make static.
2010-07-26 02:43:58 +02:00
macros.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
macros.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
Makefile.in
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
2010-07-12 16:16:38 +02:00
makefile.w32-in
* makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2010-07-18 15:59:40 +02:00
marker.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
md5.c
Convert (most) functions in src to standard C.
2010-07-04 00:50:25 -07:00
md5.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
mem-limits.h
Cygwin build cleanup (Bug#6715).
2010-07-25 09:46:48 -04:00
menu.c
* menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".
2010-07-23 12:32:02 +02:00
menu.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
minibuf.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
mktime.c
Remove __P.
2010-07-02 14:55:51 +02:00
msdos.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
msdos.h
Convert function definitions in MS-DOS sources to ANSI C.
2010-07-07 18:28:47 +03:00
ndir.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
ns.mk
Do not preprocess src/Makefile.in.
2010-05-26 22:43:27 -07:00
nsfns.m
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
nsfont.m
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
nsgui.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
nsimage.m
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
nsmenu.m
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
nsselect.m
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
nsterm.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
nsterm.m
Merge changes from emacs-23 branch.
2010-07-10 14:52:53 -04:00
point.h
pre-crt0.c
print.c
Constify functions taking char *
2010-07-11 11:27:13 +02:00
process.c
* src/process.c: Move definitions earlier to minimize #ifdefs.
2010-07-26 20:59:42 -07:00
process.h
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
2010-07-07 19:39:49 +02:00
puresize.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
ralloc.c
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
README
Do not preprocess src/Makefile.in.
2010-05-26 22:43:27 -07:00
regex.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
regex.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
region-cache.c
Convert (most) functions in src to standard C.
2010-07-04 00:50:25 -07:00
region-cache.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
scroll.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
search.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
sheap.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
sound.c
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
stamp-h.in
strftime.c
* strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2010-07-04 22:42:36 +02:00
syntax.c
Convert old-style definitions
2010-07-12 19:47:17 +02:00
syntax.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
sysdep.c
Remove more "#ifdef subprocesses".
2010-07-13 13:57:00 +03:00
sysselect.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
syssignal.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
systime.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
systty.h
Remove INCLUDED_FCNTL.
2010-06-07 20:02:41 -07:00
syswait.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
term.c
Remove declarations and unused variables.
2010-07-26 21:20:51 -07:00
termcap.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
termchar.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
termhooks.h
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
terminal.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
terminfo.c
* terminfo.c (tparam): Fix prototype of tparm (followup to 2010-07-25T00:20:51Z!lekktu@gmail.com).
2010-07-25 21:30:14 +02:00
termopts.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
textprop.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
tparam.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
undo.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
unexaix.c
Simplify start_of_data, start_of_text and related code.
2010-07-07 20:03:52 -07:00
unexcw.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
unexec.c
Clean up unexec.c, remove references to unused code.
2010-07-28 20:25:08 -07:00
unexelf.c
* unexelf.c (round_up, find_section): Use ElfW macro for arguments.
2010-07-04 18:07:11 +02:00
unexhp9k800.c
unexmacosx.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
unexsol.c
* alloc.c: Do not define struct catchtag.
2009-10-19 04:27:09 +00:00
unexw32.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
vm-limit.c
* vm-limit.c (check_memory_limits): Fix previous change; accidentally reverted an earlier change.
2010-07-25 10:13:30 -04:00
w16select.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
w32.c
Fix whitespace to follow coding guidelines.
2010-07-07 11:45:28 +02:00
w32.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
w32console.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
w32fns.c
* w32fns.c (w32_to_x_color): Remove, unused.
2010-07-24 22:52:43 +02:00
w32font.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
w32font.h
Remove __P.
2010-07-02 14:55:51 +02:00
w32gui.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
w32heap.c
src/w32*.c: Convert function definitions to standard C.
2010-07-06 16:22:29 +02:00
w32heap.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
w32inevt.c
Fix whitespace to follow coding guidelines.
2010-07-07 11:45:28 +02:00
w32inevt.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
w32menu.c
Remove unused static functions.
2010-07-23 19:50:14 +02:00
w32proc.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
w32reg.c
src/w32*.c: Convert function definitions to standard C.
2010-07-06 16:22:29 +02:00
w32select.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
w32term.c
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
w32term.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
w32uniscribe.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
w32xfns.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
widget.c
Convert function definitions to standard C.
2010-07-12 12:29:49 -07:00
widget.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
widgetprv.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
window.c
Merge from emacs-23
2010-07-27 04:10:05 +02:00
window.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
xdisp.c
Add tool bar style text-image-horiz (text to the left of the image).
2010-07-28 19:34:51 +02:00
xfaces.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
xfns.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
xfont.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
xftfont.c
Convert (most) functions in src to standard C.
2010-07-04 00:50:25 -07:00
xgselect.c
Fix more prototypes.
2010-07-04 15:41:55 +02:00
xgselect.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
xmenu.c
* src/xmenu.c: Do not included lwlib.h, not needed.
2010-07-26 21:12:42 -07:00
xrdb.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
xselect.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
xsettings.c
Add tool bar style text-image-horiz (text to the left of the image).
2010-07-28 19:34:51 +02:00
xsettings.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
xsmfns.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
xterm.c
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00
xterm.h
Use const, move declarations to header files.
2010-07-26 20:52:35 -07:00