2013-08-24 |
Paul Eggert | System-dependent integer overflow fixes.
|
commit | commitdiff | tree |
2013-08-23 |
Paul Eggert | Don't let very long directory names overrun the stack.
|
commit | commitdiff | tree |
2013-08-22 |
Paul Eggert | * process.c (flush_pending_output): Remove stub.
|
commit | commitdiff | tree |
2013-08-22 |
Paul Eggert | * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically.
|
commit | commitdiff | tree |
2013-08-21 |
Paul Eggert | * callproc.c: Fix race that killed background processes.
|
commit | commitdiff | tree |
2013-08-21 |
Paul Eggert | Port close-on-exec pty creation to FreeBSD 9.1-RELEASE.
|
commit | commitdiff | tree |
2013-08-21 |
Paul Eggert | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC...
|
commit | commitdiff | tree |
2013-08-20 |
Paul Eggert | * Makefile.in (distclean, bootstrap-clean, maintainer...
|
commit | commitdiff | tree |
2013-08-20 |
Paul Eggert | * image.c (SIGNATURE_DIGESTSIZE): Remove.
|
commit | commitdiff | tree |
2013-08-19 |
Paul Eggert | * image.c: Shrink memory needed for animation cache.
|
commit | commitdiff | tree |
2013-08-19 |
Paul Eggert | * image.c: Space before paren.
|
commit | commitdiff | tree |
2013-08-19 |
Paul Eggert | * image.c: Fix animation cache signature memory leak.
|
commit | commitdiff | tree |
2013-08-19 |
Paul Eggert | * process.c (handle_child_signal): Fix crash; deleted...
|
commit | commitdiff | tree |
2013-08-19 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-08-16 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-08-15 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-08-14 |
Paul Eggert | * xdisp.c (cursor_type_changed): Now static.
|
commit | commitdiff | tree |
2013-08-14 |
Paul Eggert | * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
|
commit | commitdiff | tree |
2013-08-13 |
Paul Eggert | * decompress.c: Minor simplifications.
|
commit | commitdiff | tree |
2013-08-13 |
Paul Eggert | * decompress.c (Fzlib_decompress_region): Try to clarify...
|
commit | commitdiff | tree |
2013-08-12 |
Paul Eggert | * process.c (deactivate_process): Reset fds to -1.
|
commit | commitdiff | tree |
2013-08-12 |
Paul Eggert | Minor zlib configuration tweaks.
|
commit | commitdiff | tree |
2013-08-12 |
Paul Eggert | Fix some fd issues when running subprocesses.
|
commit | commitdiff | tree |
2013-08-12 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-08-11 |
Paul Eggert | * decompress.c: Fix bugs with large buffers and weird...
|
commit | commitdiff | tree |
2013-08-11 |
Paul Eggert | Add --with-zlib to 'configure'.
|
commit | commitdiff | tree |
2013-08-11 |
Paul Eggert | Omit some unnecessary casts.
|
commit | commitdiff | tree |
2013-08-10 |
Paul Eggert | Minor string-length refactoring.
|
commit | commitdiff | tree |
2013-08-06 |
Paul Eggert | * process.c: Fix minor off-by-one issues in descriptor...
|
commit | commitdiff | tree |
2013-08-04 |
Paul Eggert | Fix some minor races in hosts lacking mkostemp.
|
commit | commitdiff | tree |
2013-08-03 |
Paul Eggert | * composite.h: Minor fixups.
|
commit | commitdiff | tree |
2013-08-01 |
Paul Eggert | * fileio.c, fns.c (merge): Move extern decl from here ...
|
commit | commitdiff | tree |
2013-07-30 |
Paul Eggert | Fix tempfile bug on platforms lacking mkostemp and...
|
commit | commitdiff | tree |
2013-07-28 |
Paul Eggert | * frame.c (delete_frame): Avoid unnecessary 'this_f...
|
commit | commitdiff | tree |
2013-07-27 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-07-26 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-07-25 |
Paul Eggert | * fileio.c (Finsert_file_contents): Use a more-conservative...
|
commit | commitdiff | tree |
2013-07-25 |
Paul Eggert | * fileio.c (Finsert_file_contents): Avoid double-close.
|
commit | commitdiff | tree |
2013-07-24 |
Paul Eggert | * src/eval.c (Fprogn): Do not check that BODY is a...
|
commit | commitdiff | tree |
2013-07-23 |
Paul Eggert | Fix ChangeLog typo.
|
commit | commitdiff | tree |
2013-07-23 |
Paul Eggert | Port to GNU/Linux systems with tinfo but not ncurses.
|
commit | commitdiff | tree |
2013-07-23 |
Paul Eggert | * eval.c (Fprogn): Check that BODY is a proper list.
|
commit | commitdiff | tree |
2013-07-23 |
Paul Eggert | Tune UNEVALLED functions by using XCAR instead of Fcar...
|
commit | commitdiff | tree |
2013-07-23 |
Paul Eggert | * emacsgtkfixed.c: Port to GCC 4.6.
|
commit | commitdiff | tree |
2013-07-22 |
Paul Eggert | * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
|
commit | commitdiff | tree |
2013-07-21 |
Paul Eggert | * alloc.c (make_save_ptr_ptr): Define this function.
|
commit | commitdiff | tree |
2013-07-21 |
Paul Eggert | Avoid vfork-related deadlock more cleanly.
|
commit | commitdiff | tree |
2013-07-21 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-07-20 |
Paul Eggert | Fix array bounds violation when pty allocation fails.
|
commit | commitdiff | tree |
2013-07-20 |
Paul Eggert | * lread.c (Fload): Avoid initialization only when lint...
|
commit | commitdiff | tree |
2013-07-19 |
Paul Eggert | Fix some minor file descriptor leaks and related glitches.
|
commit | commitdiff | tree |
2013-07-19 |
Paul Eggert | * alloc.c (staticpro): Avoid buffer overrun on repeated...
|
commit | commitdiff | tree |
2013-07-19 |
Paul Eggert | * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete...
|
commit | commitdiff | tree |
2013-07-19 |
Paul Eggert | * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and...
|
commit | commitdiff | tree |
2013-07-19 |
Paul Eggert | Fix obscure porting bug with varargs functions.
|
commit | commitdiff | tree |
2013-07-18 |
Paul Eggert | * keyboard.c: Try to fix typos in previous change.
|
commit | commitdiff | tree |
2013-07-18 |
Paul Eggert | * filelock.c: Fix unlikely file descriptor leaks.
|
commit | commitdiff | tree |
2013-07-18 |
Paul Eggert | * doc.c: Fix minor memory and file descriptor leaks.
|
commit | commitdiff | tree |
2013-07-18 |
Paul Eggert | * term.c: Fix minor fdopen-related file descriptor...
|
commit | commitdiff | tree |
2013-07-18 |
Paul Eggert | * charset.c: Fix file descriptor leaks and errno issues.
|
commit | commitdiff | tree |
2013-07-17 |
Paul Eggert | * lread.c: Fix file descriptor leaks and errno issues.
|
commit | commitdiff | tree |
2013-07-17 |
Paul Eggert | A few more minor file errno-reporting bugs.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Fix w32 bug with call-process-region.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Fix bug where insert-file-contents closes a file twice.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | New unwind-protect flavors to better type-check C callbacks.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Be simpler and more consistent about reporting I/O...
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | * fileio.c (report_file_errno): Fix errno reporting...
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Fix minor problems found by --enable-gcc-warnings.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Fix porting bug to older POSIXish platforms.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Prefer list1 (X) to Fcons (X, Qnil) when building lists.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Spelling fixes for "does not exists".
|
commit | commitdiff | tree |
2013-07-15 |
Paul Eggert | * callproc.c (Fcall_process_region): Fix minor race...
|
commit | commitdiff | tree |
2013-07-15 |
Paul Eggert | * shell.el (explicit-bash-args): Remove obsolete hack...
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | * filelock.c (create_lock_file) [!HAVE_MKOSTEMP &&...
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | * callproc.c (child_setup, relocate_fd) [!DOS_NT]:
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore...
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | Don't lose top specpdl entry when memory is exhausted.
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | * configure.ac: Simplify --with-file-notification handling.
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Clean up errno reporting and fix some errno-reporting...
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Minor EBADF fixes.
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Fix races with threads and file descriptors.
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * inotify.c (uninitialized): Remove. All uses replaced...
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * eval.c (backtrace_function, backtrace_args): Now...
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * sysdep.c, term.c, termcap.c, terminal.c: Integer...
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Port to C89.
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Syntax cleanup, mostly replacing macros with functions.
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | * Makefile.in (removenullpaths): Remove adjacent null...
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Timestamp fixes for undo.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Port recent close-on-exec changes to Cygwin.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Handle errno and exit status a bit more carefully.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | * filelock.c: Fix comment to match code.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Space between "defined" and "(".
|
commit | commitdiff | tree |
2013-07-08 |
Paul Eggert | Try to fix FreeBSD 9.1 porting problem.
|
commit | commitdiff | tree |
2013-07-08 |
Paul Eggert | Remove stray empty line.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Port to Ubuntu 10.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Make file descriptors close-on-exec when possible.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Fix openp errno handling.
|
commit | commitdiff | tree |
2013-07-06 |
Paul Eggert | Use emacs_open more consistently when opening files.
|
commit | commitdiff | tree |
2013-07-05 |
Paul Eggert | Remove duplicate #include directives.
|
commit | commitdiff | tree |