..
bitmaps
.dbxinit
.gdbinit
* .gdbinit (xgettype): Add cast.
2013-11-26 10:00:32 +01:00
.gitignore
alloc.c
* font.c (valid_font_driver) [ENABLE_CHECKING]: New function
2013-12-16 11:45:33 +04:00
atimer.c
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
atimer.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
autodeps.mk
Simplify data_start configuration.
2013-02-24 21:55:37 -08:00
bidi.c
* bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
2013-12-04 11:19:45 -08:00
blockinput.h
Spelling and punctuation fixes.
2013-12-01 14:33:13 -08:00
buffer.c
Fix bug #16070 with crashes when toggling buffer's multibyteness.
2013-12-06 17:13:35 +02:00
buffer.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
bytecode.c
Port to stricter C99 platforms.
2013-11-03 22:09:03 -08:00
callint.c
* src/callint.c (Fcall_interactively): Always return a vector for 'K'.
2013-09-04 16:22:37 -04:00
callproc.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
casefiddle.c
Fix whitespace in src/casefiddle.c.
2013-11-01 12:00:47 +02:00
casetab.c
* lisp.h (eassume): New macro.
2013-10-10 23:32:29 -07:00
category.c
Simplify and port recent bool vector changes.
2013-11-04 23:11:24 -08:00
category.h
Simplify and port recent bool vector changes.
2013-11-04 23:11:24 -08:00
ccl.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
ccl.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
ChangeLog
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
ChangeLog.1
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.2
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.3
Spelling fixes.
2013-12-08 13:23:50 -08:00
ChangeLog.4
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.5
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.6
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.7
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.8
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.9
Spelling fixes.
2013-07-28 00:14:07 +02:00
ChangeLog.10
Spelling fixes.
2013-04-01 00:58:04 -07:00
ChangeLog.11
Restore an omitted bug reference.
2013-05-27 19:41:32 +03:00
ChangeLog.12
Spelling and punctuation fixes.
2013-12-01 14:33:13 -08:00
character.c
A simpler, centralized INLINE.
2013-09-20 08:34:36 -07:00
character.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
charset.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
charset.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
chartab.c
Spelling and punctuation fixes.
2013-12-01 14:33:13 -08:00
cm.c
Reorder conditions that are written backwards
2013-03-24 13:59:45 +01:00
cm.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
cmds.c
* src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.
2013-09-04 22:27:13 -04:00
coding.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
coding.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
commands.h
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
2013-11-06 13:41:31 -05:00
composite.c
src/composite.c (composition_reseat_it): Fix a typo in a comment.
2013-12-02 22:56:52 +02:00
composite.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
conf_post.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
COPYING
cygw32.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
cygw32.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
data.c
bool-vector-subsetp is now the normal direction.
2013-11-25 15:25:04 -08:00
dbusbind.c
Port to C89.
2013-07-10 16:23:57 -07:00
decompress.c
Fix recovering from possible decompression error. Since
2013-08-26 09:32:47 +04:00
deps.mk
* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
2013-07-13 02:32:45 -07:00
dired.c
Converted and tested stat and fstatat.
2013-11-18 16:29:23 +02:00
dispextern.h
A better fix for bug #16148 and related issues.
2013-12-16 20:09:36 +02:00
dispnew.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
disptab.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
doc.c
Don't let unusual after-change-functions overwrite " prin1" buffer in use.
2013-11-16 12:23:09 +02:00
doprnt.c
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
dosfns.c
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
2013-11-06 13:41:31 -05:00
dosfns.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
editfns.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
emacs-icon.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
emacs.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
emacsgtkfixed.c
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
emacsgtkfixed.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
epaths.in
Move runtime leim lisp files to lisp/leim directory
2013-11-26 22:15:06 -08:00
eval.c
Spelling fixes.
2013-12-08 13:23:50 -08:00
fileio.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
filelock.c
Adapted dostounix_filename. w32-short/long-filename work with wide APIs.
2013-11-02 15:03:32 +02:00
firstfile.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
floatfns.c
Port to Solaris 10 and its bundled GCC.
2013-10-22 21:37:17 -07:00
fns.c
* src/lisp.h (FOR_EACH_TAIL): New macro.
2013-12-04 17:10:46 -05:00
font.c
* font.c (valid_font_driver) [ENABLE_CHECKING]: New function
2013-12-16 11:45:33 +04:00
font.h
* font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.
2013-12-16 10:05:53 -08:00
fontset.c
* dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.
2013-12-12 12:39:41 +04:00
fontset.h
* dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.
2013-12-12 12:39:41 +04:00
frame.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
frame.h
Fix session GUI startup.
2013-12-15 18:27:25 +02:00
fringe.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
ftfont.c
* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
2013-12-13 19:55:23 +04:00
ftfont.h
ftxfont.c
* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
2013-12-13 19:55:23 +04:00
getpagesize.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
gfilenotify.c
Port --without-x --enable-gcc-warnings to Fedora 19.
2013-09-06 17:20:56 -07:00
gmalloc.c
Merge from gnulib.
2013-11-08 08:24:40 -08:00
gnutls.c
* gnutls.c (Fgnutls_boot): Properly check Flistp return value.
2013-12-16 17:14:45 +01:00
gnutls.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
gtkutil.c
* gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:
2013-12-09 20:30:52 +04:00
gtkutil.h
Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)
2013-12-03 08:45:54 +01:00
image.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
indent.c
Support resizing frames and windows pixelwise.
2013-11-30 10:25:31 +01:00
indent.h
Avoid character to byte conversions in motion subroutines.
2013-03-07 08:42:59 +04:00
inotify.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
insdel.c
Refine redisplay optimizations to only redisplay *some* frames/windows
2013-11-28 17:43:09 -05:00
intervals.c
Export get_pos_property to Elisp.
2013-11-24 13:28:33 -05:00
intervals.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
keyboard.c
* xterm.c (x_make_frame_visible): Restore hack which is needed when
2013-12-12 08:04:35 +04:00
keyboard.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
keymap.c
Fix bug #15907 with crashes due to after-change-functions.
2013-11-16 11:27:19 +02:00
keymap.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
lastfile.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
lisp.h
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
lisp.mk
* lisp/loadup.el: Preload "uniquify".
2013-11-29 13:36:31 -05:00
lread.c
Add comment to my previous lread.c change.
2013-12-18 14:35:17 -08:00
macfont.h
Import macfont changes from mac-port 4.5.
2013-11-07 23:21:08 +01:00
macfont.m
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
macros.c
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
2013-11-06 13:41:31 -05:00
macros.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
macuvs.h
Forgot to add files.
2013-09-15 21:36:20 +02:00
Makefile.in
Remove the option of using libcrypto.
2013-12-10 21:37:30 -08:00
makefile.w32-in
src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.
2013-07-09 11:53:00 +02:00
marker.c
Remove documentation of undefined behavior.
2013-08-16 08:20:56 +08:00
menu.c
Fix minor problems found by static checking.
2013-11-28 21:25:25 -08:00
menu.h
Integer-related fixes for term.c etc.
2013-11-05 16:14:56 -08:00
minibuf.c
Refine redisplay optimizations to only redisplay *some* frames/windows
2013-11-28 17:43:09 -05:00
msdos.c
Merge from mainline.
2013-11-18 18:45:48 +02:00
msdos.h
Adapted dostounix_filename. w32-short/long-filename work with wide APIs.
2013-11-02 15:03:32 +02:00
nsfns.m
Handle pixelwise resize changes in NS port.
2013-12-07 15:21:53 +01:00
nsfont.m
* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
2013-12-13 19:55:23 +04:00
nsgui.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
nsimage.m
Update the GNUStep port so it works OK. Redraw and sizing bugs remain.
2013-06-02 21:14:25 +02:00
nsmenu.m
x-popup-dialog fixed, almost.
2013-09-29 21:38:56 +03:00
nsselect.m
* nsselect.m (ns_string_from_pasteboard): Remove Fquit, just return
2013-10-16 18:55:45 +02:00
nsterm.h
Fix GNUStep issues with startup.
2013-12-07 17:48:12 +01:00
nsterm.m
* nsterm.m (x_free_frame_resources):
2013-12-11 19:06:04 +04:00
print.c
Spelling and punctuation fixes.
2013-12-01 14:33:13 -08:00
process.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
process.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
profiler.c
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
puresize.h
* src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to
2013-06-03 11:18:18 -04:00
ralloc.c
Add set operations for bool-vector.
2013-09-22 01:31:55 -08:00
README
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
regex.c
Fix bug in previous regex.c change, which broke a\{2,}.
2013-12-12 16:51:47 -08:00
regex.h
Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
2013-10-29 20:08:08 +04:00
region-cache.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
region-cache.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
scroll.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
search.c
* search.c (find_newline): Rewrite to prefer offsets to pointers.
2013-11-11 08:37:54 -08:00
sheap.c
Change size of static heap on Cygwin; report maximum usage after dumping.
2013-08-18 13:37:31 -04:00
sound.c
Minor fixes for recent openp changes.
2013-12-18 12:36:50 -08:00
syntax.c
Fix syntax.h bug introduced by recent INLINE change.
2013-09-21 23:22:05 -07:00
syntax.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
sysdep.c
getcwd and dflt_passwd stuff is done.
2013-10-26 15:14:33 +03:00
sysselect.h
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
syssignal.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
sysstdio.h
Use emacs_open more consistently when opening files.
2013-07-05 19:40:50 -07:00
systime.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
systty.h
Be simpler and more consistent about reporting I/O errors.
2013-07-16 11:30:52 -07:00
syswait.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
term.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
termcap.c
Adapted dostounix_filename. w32-short/long-filename work with wide APIs.
2013-11-02 15:03:32 +02:00
termchar.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
termhooks.h
Remove port-specific display name lists to avoid extra
2013-10-18 16:57:44 +04:00
terminal.c
A simpler, centralized INLINE.
2013-09-20 08:34:36 -07:00
terminfo.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
termopts.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
textprop.c
Fix minor problems found by static checking.
2013-11-25 09:30:09 -08:00
tparam.c
Use bool for boolean.
2013-12-03 14:36:49 -08:00
tparam.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
undo.c
Use bool for boolean.
2013-12-03 14:36:49 -08:00
unexaix.c
* fileio.c (report_file_errno): Fix errno reporting bug.
2013-07-16 09:39:42 -07:00
unexcoff.c
* fileio.c (report_file_errno): Fix errno reporting bug.
2013-07-16 09:39:42 -07:00
unexcw.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexec.h
unexelf.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
unexhp9k800.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexmacosx.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexsol.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
unexw32.c
Converted spawnve, but not tested the result yet.
2013-12-06 17:55:08 +02:00
vm-limit.c
Simplify data_start configuration.
2013-02-24 21:55:37 -08:00
w16select.c
Prefer selected_window to Fselected_window, likewise for frames.
2013-08-07 17:21:59 +04:00
w32.c
Add load-prefer-newer option, to load .el if newer than .elc
2013-12-17 19:21:48 -08:00
w32.h
Fix copy-file on MS-Windows with file names outside of current locale.
2013-12-14 10:29:42 +02:00
w32common.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32console.c
Merge from trunk.
2013-09-26 10:37:16 +03:00
w32fns.c
Avoid compiler warnings in w32fns.c:emacs_abort.
2013-12-18 18:21:17 +02:00
w32font.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
w32font.h
Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.
2013-10-25 12:42:41 +03:00
w32gui.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
w32heap.c
Fix bug #13065 with file selector dialog on Windows 7.
2013-01-22 15:30:17 +02:00
w32heap.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32inevt.c
Support resizing frames and windows pixelwise.
2013-11-30 10:25:31 +01:00
w32inevt.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32menu.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
w32notify.c
Converted and tested w32notify.c.
2013-12-08 20:29:12 +02:00
w32proc.c
Add load-prefer-newer option, to load .el if newer than .elc
2013-12-17 19:21:48 -08:00
w32reg.c
Fix a compiler warning on MS-Windows due to recent changes.
2013-09-19 11:25:43 +03:00
w32select.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32select.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32term.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
w32term.h
* font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):
2013-12-02 17:35:53 +04:00
w32uniscribe.c
Fix some warnings in w32 specific code.
2013-12-17 19:46:31 +02:00
w32xfns.c
Avoid compiler warning in w32xfns.c.
2013-12-04 21:05:16 +02:00
widget.c
Support resizing frames and windows pixelwise.
2013-11-30 10:25:31 +01:00
widget.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
widgetprv.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
window.c
Various fixes around Bug#16013.
2013-12-11 11:03:46 +01:00
window.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
xdisp.c
Fix compilation errors introduced by changes in extend_face_to_end_of_line.
2013-12-16 21:29:04 +02:00
xfaces.c
* gnutls.c (gnutls_audit_log_function): Only declare and define if
2013-11-30 14:31:39 +01:00
xfns.c
Various fixes around Bug#16013.
2013-12-11 11:03:46 +01:00
xfont.c
* font.c (valid_font_driver) [ENABLE_CHECKING]: New function
2013-12-16 11:45:33 +04:00
xftfont.c
* font.c (valid_font_driver) [ENABLE_CHECKING]: New function
2013-12-16 11:45:33 +04:00
xgselect.c
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
xgselect.h
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
xmenu.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
xml.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
xrdb.c
Spelling and punctuation fixes.
2013-12-01 14:33:13 -08:00
xselect.c
* src/xdisp.c (prepare_menu_bars): Mark static.
2013-11-05 17:45:44 -05:00
xsettings.c
Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
2013-10-29 20:08:08 +04:00
xsettings.h
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
xsmfns.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
xterm.c
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
xterm.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00