2013-12-08 |
Paul Eggert | Use libcrypto's checksum implementations if available...
|
commit | commitdiff | tree |
2013-12-08 |
Paul Eggert | * frame.h (SET_FRAME_VISIBLE): Now an inline function.
|
commit | commitdiff | tree |
2013-12-07 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-12-04 |
Paul Eggert | * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
|
commit | commitdiff | tree |
2013-12-03 |
Paul Eggert | Use bool for boolean.
|
commit | commitdiff | tree |
2013-12-03 |
Paul Eggert | Minor integer overflow fixes.
|
commit | commitdiff | tree |
2013-12-03 |
Paul Eggert | Minor integer overflow fixes.
|
commit | commitdiff | tree |
2013-12-02 |
Paul Eggert | * emacs-lisp-intro.texi (Counting Words): Don't use...
|
commit | commitdiff | tree |
2013-12-01 |
Paul Eggert | Spelling and punctuation fixes.
|
commit | commitdiff | tree |
2013-12-01 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-11-29 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-11-27 |
Paul Eggert | Merge from gnulib, incorporating:
|
commit | commitdiff | tree |
2013-11-26 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-11-25 |
Paul Eggert | bool-vector-subsetp is now the normal direction.
|
commit | commitdiff | tree |
2013-11-25 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-11-21 |
Paul Eggert | Use just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE.
|
commit | commitdiff | tree |
2013-11-21 |
Paul Eggert | Fix some dependency problems that cause unnecessary...
|
commit | commitdiff | tree |
2013-11-21 |
Paul Eggert | Fix recently introduced bool vector overrun.
|
commit | commitdiff | tree |
2013-11-19 |
Paul Eggert | * charset.c (syms_of_charset): Don't read past end...
|
commit | commitdiff | tree |
2013-11-18 |
Paul Eggert | * data.c (bool_vector_binop_driver): Rename locals...
|
commit | commitdiff | tree |
2013-11-18 |
Paul Eggert | Improve API of recently-added bool vector functions.
|
commit | commitdiff | tree |
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 |