summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-07-23Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert
2013-07-23* emacsgtkfixed.c: Port to GCC 4.6.Paul Eggert
2013-07-23src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero
2013-07-22* sysdep.c (frame) [__FreeBSD__]: #define to freebsd_framePaul Eggert
2013-07-21* alloc.c (make_save_ptr_ptr): Define this function.Paul Eggert
2013-07-21* nsterm.m (sendEvent:): Skip mouse moved if no dialog and no EmacsJan Djärv
2013-07-20Avoid vfork-related deadlock more cleanly.Paul Eggert
2013-07-21lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero
2013-07-20Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris
2013-07-20Fix array bounds violation when pty allocation fails.Paul Eggert
2013-07-20* lread.c (Fload): Avoid initialization only when lint checking.Paul Eggert
2013-07-20merge trunkKenichi Handa
2013-07-20* lread.c (Fload): Avoid uninitialized warning.Andreas Schwab
2013-07-20* coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa
2013-07-19Fix some minor file descriptor leaks and related glitches.Paul Eggert
2013-07-19* alloc.c (staticpro): Avoid buffer overrun on repeated calls.Paul Eggert
2013-07-19(decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman
2013-07-19* conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization.Paul Eggert
2013-07-19Fix the fix for bug #14901.Eli Zaretskii
2013-07-18* sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.Paul Eggert
2013-07-18Fix obscure porting bug with varargs functions.Paul Eggert
2013-07-19lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero
2013-07-18* keyboard.c: Try to fix typos in previous change.Paul Eggert
2013-07-18Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.Juanma Barranquero
2013-07-18* filelock.c: Fix unlikely file descriptor leaks.Paul Eggert
2013-07-18* doc.c: Fix minor memory and file descriptor leaks.Paul Eggert
2013-07-18* term.c: Fix minor fdopen-related file descriptor leaks.Paul Eggert
2013-07-17* charset.c: Fix file descriptor leaks and errno issues.Paul Eggert
2013-07-17* lread.c: Fix file descriptor leaks and errno issues.Paul Eggert
2013-07-16A few more minor file errno-reporting bugs.Paul Eggert
2013-07-17src/w32fns.c (unwind_create_tip_frame): Fix declaration.Juanma Barranquero
2013-07-16Fix w32 bug with call-process-region.Paul Eggert
2013-07-16Fix bug where insert-file-contents closes a file twice.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-16Be simpler and more consistent about reporting I/O errors.Paul Eggert
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert
2013-07-16Fix minor problems found by --enable-gcc-warnings.Paul Eggert
2013-07-16Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv
2013-07-16Fix porting bug to older POSIXish platforms.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-15* src/image.c (Fimage_flush): Fix doc typo.Glenn Morris
2013-07-14* callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert
2013-07-14* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:Paul Eggert
2013-07-13* callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert
2013-07-13Prevent leak in GDI objects (bug #14850).Eli Zaretskii
2013-07-13Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii
2013-07-13* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.Paul Eggert
2013-07-12Don't lose top specpdl entry when memory is exhausted.Paul Eggert
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert
2013-07-12Minor EBADF fixes.Paul Eggert