| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp.h (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT. | Paul Eggert | 2011-06-18 | 1 | -3/+1 |
| * | * lisp.h (LIST_END_P): Remove unused macro and its bogus comment. | Paul Eggert | 2011-06-18 | 1 | -18/+0 |
| * | * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr). | Paul Eggert | 2011-06-18 | 1 | -1/+1 |
| * | * lisp.h (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t, | Paul Eggert | 2011-06-18 | 1 | -3/+3 |
| * | * lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT. | Paul Eggert | 2011-06-18 | 1 | -1/+1 |
| * | * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT. | Paul Eggert | 2011-06-18 | 1 | -2/+2 |
| * | * lisp.h (lint_assume): New macro. | Paul Eggert | 2011-06-18 | 1 | -1/+9 |
| * | * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX. | Paul Eggert | 2011-06-16 | 1 | -0/+1 |
| * | * insdel.c, lisp.h (buffer_overflow): New function. | Paul Eggert | 2011-06-15 | 1 | -0/+1 |
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -8/+8 |
| * | Merge from trunk. | Paul Eggert | 2011-06-13 | 1 | -2/+3 |
| |\ |
|
| | * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -2/+2 |
| | * | Move/add window-buffer-related functions to window.el. | Martin Rudalics | 2011-06-11 | 1 | -0/+1 |
| * | | * lisp.h (CHAR_TABLE_SET): Omit now-redundant test. | Paul Eggert | 2011-06-12 | 1 | -2/+1 |
| * | | * character.h (CHAR_VALID_P): Remove unused parameter. | Paul Eggert | 2011-06-12 | 1 | -2/+2 |
| * | | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert | 2011-06-12 | 1 | -1/+11 |
| * | | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow. | Paul Eggert | 2011-06-08 | 1 | -7/+23 |
| * | | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -5/+13 |
| |/ |
|
| * | Merge from trunk. | Paul Eggert | 2011-06-06 | 1 | -4/+0 |
| |\ |
|
| | * | Move some window-related functions from frame.c to window.c. | Martin Rudalics | 2011-06-06 | 1 | -4/+0 |
| * | | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -2/+30 |
| * | | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -0/+6 |
| |/ |
|
| * | Merge from trunk. | Paul Eggert | 2011-06-02 | 1 | -24/+23 |
| |\ |
|
| | * | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -24/+23 |
| * | | Merge from trunk. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
| | |\ |
|
| | * | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -1/+1 |
| * | | | [ChangeLog] | Paul Eggert | 2011-05-30 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | * eval.c (Qdebug): Now static. | Paul Eggert | 2011-05-29 | 1 | -1/+1 |
| |/ |
|
| * | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN. | Paul Eggert | 2011-05-22 | 1 | -3/+2 |
| * | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -1/+0 |
| * | * alloc.c (string_overflow): New function. | Paul Eggert | 2011-05-15 | 1 | -0/+1 |
| * | * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT. | Paul Eggert | 2011-05-11 | 1 | -2/+2 |
| * | Temporarily disable wider-than-pointer EMACS_INT. | Paul Eggert | 2011-05-05 | 1 | -1/+5 |
| * | Merge from mainline. | Paul Eggert | 2011-05-02 | 1 | -0/+1 |
| |\ |
|
| | * | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen | 2011-05-01 | 1 | -0/+1 |
| * | | * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify. | Paul Eggert | 2011-04-29 | 1 | -24/+14 |
| * | | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert | 2011-04-29 | 1 | -22/+10 |
| * | | * lisp.h: Prefer 64-bit EMACS_INT if available. | Paul Eggert | 2011-04-29 | 1 | -1/+10 |
| * | | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert | 2011-04-29 | 1 | -13/+26 |
| * | | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long. | Paul Eggert | 2011-04-28 | 1 | -1/+1 |
| |/ |
|
| * | * lisp.h: Add comments about struct vectorlike_header. | Paul Eggert | 2011-04-26 | 1 | -4/+19 |
| * | Merge from mainline. | Paul Eggert | 2011-04-26 | 1 | -1/+1 |
| |\ |
|
| | * | Implement debug-on-event | Daniel Colascione | 2011-04-26 | 1 | -1/+1 |
| * | | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -0/+3 |
| |\ \
| |/ |
|
| | * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -0/+3 |
| * | | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded. | Paul Eggert | 2011-04-25 | 1 | -6/+3 |
| * | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -5/+4 |
| * | | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 2011-04-25 | 1 | -10/+11 |
| * | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -24/+49 |