| Commit message (Expand) | Author | Age | Files | Lines |
| * | * filelock.c: Fix unlikely file descriptor leaks. | Paul Eggert | 2013-07-18 | 2 | -6/+8 |
| * | * doc.c: Fix minor memory and file descriptor leaks. | Paul Eggert | 2013-07-18 | 2 | -16/+22 |
| * | * term.c: Fix minor fdopen-related file descriptor leaks. | Paul Eggert | 2013-07-18 | 2 | -24/+23 |
| * | * charset.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 6 | -25/+65 |
| * | * lread.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 6 | -65/+103 |
| * | A few more minor file errno-reporting bugs. | Paul Eggert | 2013-07-16 | 5 | -8/+41 |
| * | src/w32fns.c (unwind_create_tip_frame): Fix declaration. | Juanma Barranquero | 2013-07-17 | 2 | -1/+5 |
| * | Fix w32 bug with call-process-region. | Paul Eggert | 2013-07-16 | 2 | -7/+11 |
| * | Fix bug where insert-file-contents closes a file twice. | Paul Eggert | 2013-07-16 | 3 | -19/+25 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 37 | -432/+445 |
| * | Be simpler and more consistent about reporting I/O errors. | Paul Eggert | 2013-07-16 | 6 | -35/+42 |
| * | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 12 | -71/+74 |
| * | Fix minor problems found by --enable-gcc-warnings. | Paul Eggert | 2013-07-16 | 3 | -3/+9 |
| * | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. | Jan Djärv | 2013-07-16 | 6 | -15/+123 |
| * | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 8 | -7/+28 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 45 | -426/+417 |
| * | Spelling fixes for "does not exists". | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
| * | * callproc.c (Fcall_process_region): Fix minor race and tune. | Paul Eggert | 2013-07-14 | 2 | -59/+92 |
| * | * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]: | Paul Eggert | 2013-07-14 | 2 | -7/+6 |
| * | * callproc.c (child_setup, relocate_fd) [!DOS_NT]: | Paul Eggert | 2013-07-13 | 3 | -13/+13 |
| * | Prevent leak in GDI objects (bug #14850). | Eli Zaretskii | 2013-07-13 | 2 | -1/+7 |
| * | Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil. | Eli Zaretskii | 2013-07-13 | 2 | -0/+8 |
| * | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. | Paul Eggert | 2013-07-13 | 2 | -1/+5 |
| * | Don't lose top specpdl entry when memory is exhausted. | Paul Eggert | 2013-07-12 | 2 | -23/+41 |
| * | Clean up errno reporting and fix some errno-reporting bugs. | Paul Eggert | 2013-07-12 | 9 | -104/+120 |
| * | Minor EBADF fixes. | Paul Eggert | 2013-07-12 | 4 | -24/+14 |
| * | * image.c (x_find_image_file): Don't close a remote file handle. | Andreas Schwab | 2013-07-12 | 2 | -1/+6 |
| * | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 17 | -51/+112 |
| * | * inotify.c (uninitialized): Remove. All uses replaced by -1. | Paul Eggert | 2013-07-11 | 2 | -17/+18 |
| * | * eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE. | Paul Eggert | 2013-07-11 | 2 | -6/+12 |
| * | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 7 | -136/+105 |
| * | Port to C89. | Paul Eggert | 2013-07-10 | 17 | -148/+246 |
| * | Syntax cleanup, mostly replacing macros with functions. | Paul Eggert | 2013-07-10 | 4 | -273/+337 |
| * | * emacs.c (main): Fix syntax error. | Jan Djärv | 2013-07-10 | 2 | -1/+5 |
| * | Timestamp fixes for undo. | Paul Eggert | 2013-07-09 | 6 | -49/+52 |
| * | * src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB. | Ken Brown | 2013-07-09 | 2 | -0/+8 |
| * | src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update. | Juanma Barranquero | 2013-07-09 | 2 | -2/+4 |
| * | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 11 | -66/+138 |
| * | * filelock.c: Fix comment to match code. | Paul Eggert | 2013-07-08 | 1 | -2/+2 |
| * | Space between "defined" and "(". | Paul Eggert | 2013-07-08 | 5 | -9/+9 |
| * | configure.ac (HAVE_IMAGEMAGICK): Check on NS also. | Jan Djärv | 2013-07-08 | 2 | -1/+6 |
| * | Port to Ubuntu 10. | Paul Eggert | 2013-07-07 | 2 | -0/+10 |
| * | ChangeLog fixes. | Juanma Barranquero | 2013-07-08 | 1 | -1/+1 |
| * | MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2013-07-07 | 5 | -0/+13 |
| * | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 12 | -120/+140 |
| * | *** empty log message *** | Jan Djärv | 2013-07-07 | 2 | -0/+15 |
| * | Fix openp errno handling. | Paul Eggert | 2013-07-07 | 3 | -15/+51 |
| * | * lisp/files.el (write-file): Do not display confirm dialog for NS, | Jan Djärv | 2013-07-06 | 4 | -68/+96 |
| * | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. | Eli Zaretskii | 2013-07-06 | 5 | -35/+127 |
| * | Clarify documentation of multibyte-string-p. | Eli Zaretskii | 2013-07-06 | 2 | -1/+6 |