2013-11-18 |
Paul Eggert | Always allocate at least one bits_word per bool vector.
|
commit | commitdiff | tree |
2013-11-17 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-11-17 |
Paul Eggert | * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
|
commit | commitdiff | tree |
2013-11-15 |
Paul Eggert | * data.c: Work around bogus GCC diagnostic about shift...
|
commit | commitdiff | tree |
2013-11-15 |
Paul Eggert | * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
|
commit | commitdiff | tree |
2013-11-14 |
Paul Eggert | Simplify, port and tune bool vector implementation.
|
commit | commitdiff | tree |
2013-11-14 |
Paul Eggert | Prefer tail calls.
|
commit | commitdiff | tree |
2013-11-13 |
Paul Eggert | * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
|
commit | commitdiff | tree |
2013-11-12 |
Paul Eggert | * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper,...
|
commit | commitdiff | tree |
2013-11-12 |
Paul Eggert | * xterm.c (syms_of_xterm): staticpro Qmodifier_value.
|
commit | commitdiff | tree |
2013-11-12 |
Paul Eggert | * buffer.c (Fforce_mode_line_update): Don't fall off...
|
commit | commitdiff | tree |
2013-11-11 |
Paul Eggert | * search.c (find_newline): Rewrite to prefer offsets...
|
commit | commitdiff | tree |
2013-11-08 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-11-08 |
Paul Eggert | * chartab.c (make_sub_char_table): Fix size typo.
|
commit | commitdiff | tree |
2013-11-07 |
Paul Eggert | Port to C11 aligned_alloc, and fix some integer overflows.
|
commit | commitdiff | tree |
2013-11-06 |
Paul Eggert | * regex.c: Fix --enable-gcc-warning glitch with GCC...
|
commit | commitdiff | tree |
2013-11-06 |
Paul Eggert | Integer-related fixes for term.c etc.
|
commit | commitdiff | tree |
2013-11-05 |
Paul Eggert | * keyboard.c (Fcommand_error_default_function): Fix...
|
commit | commitdiff | tree |
2013-11-05 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-11-05 |
Paul Eggert | Simplify and port recent bool vector changes.
|
commit | commitdiff | tree |
2013-11-05 |
Paul Eggert | Fix recent gnutls changes.
|
commit | commitdiff | tree |
2013-11-04 |
Paul Eggert | Port to stricter C99 platforms.
|
commit | commitdiff | tree |
2013-11-02 |
Paul Eggert | * emacs.c (original_pwd): Remove global var by making...
|
commit | commitdiff | tree |
2013-10-29 |
Paul Eggert | * insdel.c: Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-10-28 |
Paul Eggert | * dispextern.h, image.c (x_bitmap_height, x_bitmap_width...
|
commit | commitdiff | tree |
2013-10-23 |
Paul Eggert | Port to Solaris 10 and its bundled GCC.
|
commit | commitdiff | tree |
2013-10-23 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-10-17 |
Paul Eggert | Make some functions static in non-Microsoft builds.
|
commit | commitdiff | tree |
2013-10-17 |
Paul Eggert | Make VALMASK visible to GDB even if clang is used.
|
commit | commitdiff | tree |
2013-10-17 |
Paul Eggert | bool vector int width fixes
|
commit | commitdiff | tree |
2013-10-16 |
Paul Eggert | * process.h (conv_sockaddr_to_lisp): New decl, for...
|
commit | commitdiff | tree |
2013-10-15 |
Paul Eggert | * print.c (print_object): Print " ..." when truncating...
|
commit | commitdiff | tree |
2013-10-15 |
Paul Eggert | Disallow bool vector operations on mixed-length operands.
|
commit | commitdiff | tree |
2013-10-15 |
Paul Eggert | * keyboard.c, keyboard.h (all_kboards): Now static.
|
commit | commitdiff | tree |
2013-10-15 |
Paul Eggert | Space after comma in ChangeLogs.
|
commit | commitdiff | tree |
2013-10-14 |
Paul Eggert | * lisp.h (bool_vector_size): New function.
|
commit | commitdiff | tree |
2013-10-12 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-10-11 |
Paul Eggert | * lisp.h (eassume): New macro.
|
commit | commitdiff | tree |
2013-10-10 |
Paul Eggert | * image.c: Pacify --enable-gcc-warnings.
|
commit | commitdiff | tree |
2013-10-09 |
Paul Eggert | * fns.c (sxhash_bool_vector): Fix buffer read overrun.
|
commit | commitdiff | tree |
2013-10-09 |
Paul Eggert | * intervals.c (temp_set_point_both): Move test into...
|
commit | commitdiff | tree |
2013-10-09 |
Paul Eggert | * lisp.h (eassert): Don't use 'assume'.
|
commit | commitdiff | tree |
2013-10-08 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-10-08 |
Paul Eggert | Complete ChangeLog entry that was inadvertently truncated.
|
commit | commitdiff | tree |
2013-10-08 |
Paul Eggert | Fix race where emacs aborts when sent SIGTERM.
|
commit | commitdiff | tree |
2013-10-08 |
Paul Eggert | ChangeLog consistency.
|
commit | commitdiff | tree |
2013-10-08 |
Paul Eggert | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
|
commit | commitdiff | tree |
2013-10-07 |
Paul Eggert | Improve support for popcount and counting trailing...
|
commit | commitdiff | tree |
2013-10-07 |
Paul Eggert | emacs_read and emacs_write now use void *, not char *.
|
commit | commitdiff | tree |
2013-10-04 |
Paul Eggert | Use hardware support for byteswapping on glibc x86...
|
commit | commitdiff | tree |
2013-10-04 |
Paul Eggert | * bytecode.c (exec_byte_code): Use some more volatile...
|
commit | commitdiff | tree |
2013-10-03 |
Paul Eggert | * lisp.h (eassert): Assume that COND is true when optimizing.
|
commit | commitdiff | tree |
2013-10-03 |
Paul Eggert | * xdisp.c (Qglyphless_char): Now static.
|
commit | commitdiff | tree |
2013-10-03 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-10-03 |
Paul Eggert | * eval.c (clobbered_eassert): New macro.
|
commit | commitdiff | tree |
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 |