2013-09-25 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-09-24 |
Paul Eggert | * dispnew.c (clear_glyph_row, copy_row_except_pointers...
|
commit | commitdiff | tree |
2013-09-24 |
Paul Eggert | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a...
|
commit | commitdiff | tree |
2013-09-24 |
Paul Eggert | * dispnew.c (clear_glyph_row, copy_row_except_pointers):
|
commit | commitdiff | tree |
2013-09-24 |
Paul Eggert | Some minor cleanups of recently-added bool vector code.
|
commit | commitdiff | tree |
2013-09-24 |
Paul Eggert | * alloc.c (valgrind_p): Use bool for boolean.
|
commit | commitdiff | tree |
2013-09-22 |
Paul Eggert | Fix syntax.h bug introduced by recent INLINE change.
|
commit | commitdiff | tree |
2013-09-20 |
Paul Eggert | Port recent change to hosts where pointers aren't ...
|
commit | commitdiff | tree |
2013-09-20 |
Paul Eggert | A simpler, centralized INLINE.
|
commit | commitdiff | tree |
2013-09-20 |
Paul Eggert | Work around performance bug on OS X 10.8 and earlier.
|
commit | commitdiff | tree |
2013-09-19 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-09-17 |
Paul Eggert | Don't overuse 'const' in types of locals.
|
commit | commitdiff | tree |
2013-09-11 |
Paul Eggert | * xdisp.c (Ftool_bar_lines_needed): Declare as 'const...
|
commit | commitdiff | tree |
2013-09-11 |
Paul Eggert | Fix corruption with multiple emacsclient -t instances.
|
commit | commitdiff | tree |
2013-09-09 |
Paul Eggert | Spelling fixes and tidy up a comment.
|
commit | commitdiff | tree |
2013-09-07 |
Paul Eggert | Port --without-x --enable-gcc-warnings to Fedora 19.
|
commit | commitdiff | tree |
2013-09-04 |
Paul Eggert | * alloc.c (make_event_array): First arg is now ptrdiff_t...
|
commit | commitdiff | tree |
2013-09-04 |
Paul Eggert | Makefile improvements.
|
commit | commitdiff | tree |
2013-08-28 |
Paul Eggert | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
|
commit | commitdiff | tree |
2013-08-27 |
Paul Eggert | Simplify SELECT_TYPE-related code.
|
commit | commitdiff | tree |
2013-08-27 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-08-27 |
Paul Eggert | Simplify EMACS_TIME-related code.
|
commit | commitdiff | tree |
2013-08-26 |
Paul Eggert | Minor merge from gnulib (mostly just for texinfo.tex).
|
commit | commitdiff | tree |
2013-08-26 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-08-26 |
Paul Eggert | Fix unlikely core dump in init_tty, and simplify terminfo...
|
commit | commitdiff | tree |
2013-08-26 |
Paul Eggert | * frame.c (check_minibuf_window): Initialize 'window...
|
commit | commitdiff | tree |
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 |