aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * frame.c (delete_frame): Avoid unnecessary 'this_f' test.Paul Eggert2013-07-282-5/+10
* Fix bug #14970 with crashes when deleting many frames on MS-Windows.Eli Zaretskii2013-07-283-3/+17
* Spelling fixes.Paul Eggert2013-07-283-4/+4
* Fix focus-out events on MS-Windows.Eli Zaretskii2013-07-272-6/+8
* Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-262-1/+3
* Fix typos in ChangeLogs.Juanma Barranquero2013-07-261-3/+3
* Fix bug #14841 with invisible frames on MS-Windows.Eli Zaretskii2013-07-262-3/+16
* Fix minor problems found by static checking.Paul Eggert2013-07-262-6/+13
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-263-34/+160
* * fileio.c (Finsert_file_contents): Use a more-conservative fix.Paul Eggert2013-07-251-4/+1
* * fileio.c (Finsert_file_contents): Avoid double-close.Paul Eggert2013-07-252-1/+9
* Fix bug #14780 with unreachable lines near end of buffer.Eli Zaretskii2013-07-242-5/+16
* * src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).Ken Brown2013-07-242-1/+6
* * src/eval.c (Fprogn): Do not check that BODY is a proper list.Paul Eggert2013-07-242-6/+7
* No need for configure to create etc/ and lisp/ any moreGlenn Morris2013-07-232-0/+10
* Use a @configure_input@ comment at the start of generated MakefilesGlenn Morris2013-07-231-1/+1
* Port to GNU/Linux systems with tinfo but not ncurses.Paul Eggert2013-07-232-1/+7
* * eval.c (Fprogn): Check that BODY is a proper list.Paul Eggert2013-07-232-0/+8
* Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert2013-07-233-75/+80
* * emacsgtkfixed.c: Port to GCC 4.6.Paul Eggert2013-07-232-1/+6
* src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero2013-07-232-2/+8
* * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_framePaul Eggert2013-07-222-3/+14
* * alloc.c (make_save_ptr_ptr): Define this function.Paul Eggert2013-07-212-0/+19
* * nsterm.m (sendEvent:): Skip mouse moved if no dialog and no EmacsJan Djärv2013-07-212-0/+23
* Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-203-38/+25
* Spelling fixes.Paul Eggert2013-07-201-1/+1
* lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2013-07-211-3/+3
* Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris2013-07-202-1/+5
|\
| * * src/image.c (Fimage_flush): Fix doc typo.Glenn Morris2013-07-152-1/+5
| * Add 24.3 release to ChangeLogsemacs-24.3Glenn Morris2013-03-101-0/+4
* | Fix array bounds violation when pty allocation fails.Paul Eggert2013-07-202-49/+48
* | * lread.c (Fload): Avoid initialization only when lint checking.Paul Eggert2013-07-202-2/+12
* | merge trunkKenichi Handa2013-07-2021-268/+432
|\ \
| * | * lread.c (Fload): Avoid uninitialized warning.Andreas Schwab2013-07-202-2/+6
| * | Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-195-35/+61
| * | * alloc.c (staticpro): Avoid buffer overrun on repeated calls.Paul Eggert2013-07-192-2/+7
| * | (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman2013-07-192-0/+44
| * | * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization.Paul Eggert2013-07-192-6/+4
| * | Fix the fix for bug #14901.Eli Zaretskii2013-07-192-17/+15
| * | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.Paul Eggert2013-07-182-140/+164
| * | Fix obscure porting bug with varargs functions.Paul Eggert2013-07-1811-72/+108
| * | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2013-07-191-1/+1
| * | * keyboard.c: Try to fix typos in previous change.Paul Eggert2013-07-182-4/+18
| * | Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.Juanma Barranquero2013-07-183-7/+22
* | | coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa2013-07-201-4/+6
* | | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa2013-07-202-2/+13
|/ /
* | * filelock.c: Fix unlikely file descriptor leaks.Paul Eggert2013-07-182-6/+8
* | * doc.c: Fix minor memory and file descriptor leaks.Paul Eggert2013-07-182-16/+22
* | * term.c: Fix minor fdopen-related file descriptor leaks.Paul Eggert2013-07-182-24/+23
* | * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-176-25/+65