| Commit message (Expand) | Author | Age | Files | Lines |
* | src/lisp.h (syms_of_abbrev): Remove declaration. | Juanma Barranquero | 2011-11-07 | 1 | -4/+0 |
* | Support MSVC build with newer versions of Visual Studio. | Eli Zaretskii | 2011-11-05 | 1 | -17/+39 |
* | * src/lisp.h (struct Lisp_Symbol): Update comments. | Stefan Monnier | 2011-10-28 | 1 | -13/+7 |
* | * src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) | Andreas Schwab | 2011-10-11 | 1 | -58/+58 |
* | Remove dependency on glibc malloc internals. | Paul Eggert | 2011-09-30 | 1 | -48/+0 |
* | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert | 2011-09-29 | 1 | -0/+48 |
* | * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls | Paul Eggert | 2011-09-10 | 1 | -12/+0 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -29/+29 |
* | * src/doprnt.c (esnprintf): Remove. All uses removed. | Paul Eggert | 2011-09-01 | 1 | -2/+0 |
* | sprintf-related integer and memory overflow issues. | Paul Eggert | 2011-08-29 | 1 | -2/+12 |
* | Merge from trunk. | Paul Eggert | 2011-08-04 | 1 | -0/+1 |
|\ |
|
| * | Make uniprop_table non-static. | Kenichi Handa | 2011-08-02 | 1 | -0/+1 |
* | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -0/+20 |
* | | Integer and memory overflow fixes for display code. | Paul Eggert | 2011-07-28 | 1 | -0/+6 |
* | | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -2/+2 |
|/ |
|
* | Improve hashing quality when configured --with-wide-int. | Paul Eggert | 2011-07-07 | 1 | -0/+1 |
* | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide): | Paul Eggert | 2011-07-07 | 1 | -0/+17 |
* | * doprnt.c: Prefer signed to unsigned when either works. | Paul Eggert | 2011-07-06 | 1 | -1/+2 |
* | [ChangeLog] | Paul Eggert | 2011-07-04 | 1 | -12/+0 |
* | * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes. | Paul Eggert | 2011-07-04 | 1 | -2/+2 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -0/+3 |
* | * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling. | Paul Eggert | 2011-06-22 | 1 | -4/+1 |
* | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 1 | -1/+1 |
* | * 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 |