| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/xdisp.c (prepare_menu_bars): Mark static. | Stefan Monnier | 2013-11-05 | 1 | -1/+0 |
| * | * src/eval.c (handlerlist_sentinel): New variable. | Stefan Monnier | 2013-11-05 | 1 | -3/+2 |
| * | Simplify and port recent bool vector changes. | Paul Eggert | 2013-11-04 | 1 | -13/+74 |
| * | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -23/+25 |
| * | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'. | Dmitry Antipov | 2013-10-29 | 1 | -1/+1 |
| * | Make some functions static in non-Microsoft builds. | Paul Eggert | 2013-10-16 | 1 | -1/+0 |
| * | Make VALMASK visible to GDB even if clang is used. | Paul Eggert | 2013-10-16 | 1 | -8/+27 |
| * | * lisp.h (bool_vector_size): New function. | Paul Eggert | 2013-10-14 | 1 | -0/+8 |
| * | * lisp.h (eassume): New macro. | Paul Eggert | 2013-10-10 | 1 | -10/+31 |
| * | * lisp.h (eassert): Don't use 'assume'. | Paul Eggert | 2013-10-09 | 1 | -6/+3 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-10-08 | 1 | -0/+1 |
| * | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | Paul Eggert | 2013-10-07 | 1 | -1/+6 |
| * | Improve support for popcount and counting trailing zeros. | Paul Eggert | 2013-10-07 | 1 | -6/+1 |
| * | emacs_read and emacs_write now use void *, not char *. | Paul Eggert | 2013-10-07 | 1 | -3/+3 |
| * | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 2013-10-04 | 1 | -24/+0 |
| * | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert | 2013-10-03 | 1 | -11/+6 |
| * | * xdisp.c (Qglyphless_char): Now static. | Paul Eggert | 2013-10-03 | 1 | -1/+0 |
| * | Merge from gnulib. | Paul Eggert | 2013-10-03 | 1 | -2/+3 |
| * | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier | 2013-10-03 | 1 | -53/+58 |
| * | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -8/+15 |
| * | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 2013-09-23 | 1 | -6/+3 |
| * | * xdisp.c (noninteractive_need_newline, message_log_need_newline) | Dmitry Antipov | 2013-09-23 | 1 | -1/+1 |
| * | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame): | Dmitry Antipov | 2013-09-23 | 1 | -1/+0 |
| * | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -0/+50 |
| * | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -184/+181 |
| * | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly | 2013-09-11 | 1 | -0/+10 |
| * | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | Dmitry Antipov | 2013-09-06 | 1 | -3/+0 |
| * | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int. | Paul Eggert | 2013-09-04 | 1 | -1/+1 |
| * | * lisp/finder.el (finder-compile-keywords): Don't mess with windows. | Stefan Monnier | 2013-09-03 | 1 | -13/+0 |
| * | * lisp.h (XSETMARKER): Remove unused macro (it doesn't work | Dmitry Antipov | 2013-08-29 | 1 | -4/+0 |
| * | Hook scanning and indentation functions to find_newline. This helps | Dmitry Antipov | 2013-08-29 | 1 | -2/+2 |
| * | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 1 | -30/+0 |
| * | * lisp.h (Mouse_HLInfo): Drop set-but-unused members | Dmitry Antipov | 2013-08-26 | 1 | -4/+2 |
| * | * process.c (flush_pending_output): Remove stub. | Paul Eggert | 2013-08-22 | 1 | -1/+0 |
| * | * lisp.h (FOR_EACH_ALIST_VALUE): New macro | Dmitry Antipov | 2013-08-15 | 1 | -0/+6 |
| * | Utility function and macro to copy Lisp string to C string. | Dmitry Antipov | 2013-08-14 | 1 | -0/+7 |
| * | Fix some fd issues when running subprocesses. | Paul Eggert | 2013-08-12 | 1 | -1/+5 |
| * | Add zlib support via the `decompress-gzipped-region' function | Lars Magne Ingebrigtsen | 2013-08-11 | 1 | -0/+5 |
| * | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 1 | -1/+2 |
| * | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -2/+1 |
| * | * fileio.c, fns.c (merge): Move extern decl from here ... | Paul Eggert | 2013-08-01 | 1 | -0/+1 |
| * | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -20/+23 |
| * | * charset.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -0/+2 |
| * | * lread.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -12/+2 |
| * | Fix bug where insert-file-contents closes a file twice. | Paul Eggert | 2013-07-16 | 1 | -0/+6 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -33/+41 |
| * | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 1 | -0/+1 |
| * | Clean up errno reporting and fix some errno-reporting bugs. | Paul Eggert | 2013-07-12 | 1 | -0/+1 |
| * | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -6/+11 |
| * | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -0/+3 |