| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure | Andreas Schwab | 2012-04-08 | 1 | -0/+2 |
| * | Support building on MS-Windows with libxml2. | Eli Zaretskii | 2012-04-07 | 1 | -0/+1 |
| * | Rename inhibit_window_configuration_change_hook to inhibit_lisp_code. | Chong Yidong | 2012-03-12 | 1 | -0/+1 |
| * | Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780). | Paul Eggert | 2012-02-25 | 1 | -16/+2 |
| * | * src/lisp.h: Improve comment about USE_LSB_TAG. | Paul Eggert | 2012-02-22 | 1 | -6/+19 |
| * | Fix crash due to non-contiguous EMACS_INT (Bug#10780). | Paul Eggert | 2012-02-20 | 1 | -6/+13 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | src/lisp.h (process_quit_flag): Fix external declaration. | Juanma Barranquero | 2011-12-05 | 1 | -1/+1 |
| * | Don't macro-inline non-performance-critical code. | Stefan Monnier | 2011-12-04 | 1 | -9/+2 |
| * | Don't call Lisp in signal handler | Andreas Schwab | 2011-12-04 | 1 | -1/+7 |
| * | Remove GCPRO-related macros that exist only to avoid shadowing locals. | Paul Eggert | 2011-11-28 | 1 | -122/+106 |
| * | Fix MS-Windows build with MSVC compiler. | Eli Zaretskii | 2011-11-27 | 1 | -5/+10 |
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -2/+2 |
| * | Merge from trunk. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| |\ |
|
| | * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind | Paul Eggert | 2011-11-10 | 1 | -3/+0 |
| |/ |
|
| * | 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 |
| |\ |
|