aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-176-65/+103
* | | A few more minor file errno-reporting bugs.Paul Eggert2013-07-165-8/+41
* | | src/w32fns.c (unwind_create_tip_frame): Fix declaration.Juanma Barranquero2013-07-172-1/+5
* | | Fix w32 bug with call-process-region.Paul Eggert2013-07-162-7/+11
* | | Fix bug where insert-file-contents closes a file twice.Paul Eggert2013-07-163-19/+25
* | | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-1637-432/+445
* | | Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-166-35/+42
* | | * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-1612-71/+74
* | | Fix minor problems found by --enable-gcc-warnings.Paul Eggert2013-07-163-3/+9
* | | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-166-15/+123
* | | Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-168-7/+28
* | | Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-1545-426/+417
* | | Spelling fixes for "does not exists".Paul Eggert2013-07-151-1/+1
* | | * callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert2013-07-142-59/+92