| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | Fix some minor file descriptor leaks and related glitches. | Paul Eggert | 2013-07-19 | 1 | -0/+13 |
| | * | | * alloc.c (staticpro): Avoid buffer overrun on repeated calls. | Paul Eggert | 2013-07-19 | 1 | -0/+5 |
| | * | | (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters. | Richard M. Stallman | 2013-07-19 | 1 | -0/+5 |
| | * | | * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization. | Paul Eggert | 2013-07-19 | 1 | -0/+4 |
| | * | | Fix the fix for bug #14901. | Eli Zaretskii | 2013-07-19 | 1 | -0/+7 |
| | * | | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues. | Paul Eggert | 2013-07-18 | 1 | -0/+10 |
| | * | | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -0/+17 |
| | * | | lisp/ChangeLog, src/ChangeLog: Fix typos. | Juanma Barranquero | 2013-07-19 | 1 | -1/+1 |
| | * | | * keyboard.c: Try to fix typos in previous change. | Paul Eggert | 2013-07-18 | 1 | -0/+7 |
| | * | | Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se. | Juanma Barranquero | 2013-07-18 | 1 | -0/+6 |
| * | | | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro. | Kenichi Handa | 2013-07-20 | 1 | -0/+5 |
| |/ / |
|
| * | | * filelock.c: Fix unlikely file descriptor leaks. | Paul Eggert | 2013-07-18 | 1 | -0/+5 |
| * | | * doc.c: Fix minor memory and file descriptor leaks. | Paul Eggert | 2013-07-18 | 1 | -0/+5 |
| * | | * term.c: Fix minor fdopen-related file descriptor leaks. | Paul Eggert | 2013-07-18 | 1 | -0/+4 |
| * | | * charset.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -0/+15 |
| * | | * lread.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -0/+13 |
| * | | A few more minor file errno-reporting bugs. | Paul Eggert | 2013-07-16 | 1 | -0/+10 |
| * | | src/w32fns.c (unwind_create_tip_frame): Fix declaration. | Juanma Barranquero | 2013-07-17 | 1 | -0/+4 |
| * | | Fix w32 bug with call-process-region. | Paul Eggert | 2013-07-16 | 1 | -1/+7 |
| * | | Fix bug where insert-file-contents closes a file twice. | Paul Eggert | 2013-07-16 | 1 | -0/+10 |
| * | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -0/+101 |
| * | | Be simpler and more consistent about reporting I/O errors. | Paul Eggert | 2013-07-16 | 1 | -0/+16 |
| * | | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 1 | -0/+7 |
| * | | Fix minor problems found by --enable-gcc-warnings. | Paul Eggert | 2013-07-16 | 1 | -0/+6 |
| * | | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. | Jan Djärv | 2013-07-16 | 1 | -0/+25 |
| * | | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 1 | -0/+6 |
| * | | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -0/+83 |
| * | | * callproc.c (Fcall_process_region): Fix minor race and tune. | Paul Eggert | 2013-07-14 | 1 | -0/+15 |
| * | | * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]: | Paul Eggert | 2013-07-14 | 1 | -0/+4 |
| * | | * callproc.c (child_setup, relocate_fd) [!DOS_NT]: | Paul Eggert | 2013-07-13 | 1 | -0/+6 |
| * | | Prevent leak in GDI objects (bug #14850). | Eli Zaretskii | 2013-07-13 | 1 | -0/+3 |
| * | | Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil. | Eli Zaretskii | 2013-07-13 | 1 | -0/+6 |
| * | | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. | Paul Eggert | 2013-07-13 | 1 | -0/+4 |
| * | | Don't lose top specpdl entry when memory is exhausted. | Paul Eggert | 2013-07-12 | 1 | -0/+8 |
| * | | Clean up errno reporting and fix some errno-reporting bugs. | Paul Eggert | 2013-07-12 | 1 | -0/+23 |
| * | | Minor EBADF fixes. | Paul Eggert | 2013-07-12 | 1 | -0/+9 |
| * | | * image.c (x_find_image_file): Don't close a remote file handle. | Andreas Schwab | 2013-07-12 | 1 | -0/+4 |
| * | | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -0/+25 |
| * | | * inotify.c (uninitialized): Remove. All uses replaced by -1. | Paul Eggert | 2013-07-11 | 1 | -0/+4 |
| * | | * eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE. | Paul Eggert | 2013-07-11 | 1 | -0/+3 |
| * | | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 1 | -0/+21 |
| * | | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -0/+38 |
| * | | Syntax cleanup, mostly replacing macros with functions. | Paul Eggert | 2013-07-10 | 1 | -0/+40 |
| * | | * emacs.c (main): Fix syntax error. | Jan Djärv | 2013-07-10 | 1 | -0/+4 |
| * | | Timestamp fixes for undo. | Paul Eggert | 2013-07-09 | 1 | -0/+18 |
| * | | * src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB. | Ken Brown | 2013-07-09 | 1 | -0/+4 |
| * | | src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update. | Juanma Barranquero | 2013-07-09 | 1 | -0/+4 |
| * | | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -0/+31 |
| * | | configure.ac (HAVE_IMAGEMAGICK): Check on NS also. | Jan Djärv | 2013-07-08 | 1 | -0/+5 |
| * | | Port to Ubuntu 10. | Paul Eggert | 2013-07-07 | 1 | -0/+7 |