| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Undo port to hypothetical nonzero Qnil case | Paul Eggert | 2015-01-20 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | Port to hypothetical case where Qnil is nonzero | Paul Eggert | 2015-01-19 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | Prefer memset to repeatedly assigning Qnil | Paul Eggert | 2015-01-19 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | Tune pseudovector allocation assuming Qnil == 0 | Dmitry Antipov | 2015-01-16 | 1 | -59/+5 | |
| * | | | | | | | | | | | | | | | Port to 32-bit --with-wide-int | Paul Eggert | 2015-01-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -57/+90 | |
| * | | | | | | | | | | | | | | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Minor cleanups for Lisp objects and symbols | Paul Eggert | 2014-12-18 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | | | Replace union hack with C11-style max_align_t | Paul Eggert | 2014-12-12 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | Fix misspellings like "an unibyte buffer" | Paul Eggert | 2014-12-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Port better to AddressSanitizer. | Paul Eggert | 2014-11-29 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | | * alloc.c (mark_overlay): Assume that overlay boundaries are | Dmitry Antipov | 2014-10-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | * alloc.c: Remove now-unnecessary check. | Paul Eggert | 2014-09-30 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -47/+18 | |
| * | | | | | | | | | | | | | | | Fix minor problems found by static checking. | Paul Eggert | 2014-09-17 | 1 | -11/+0 | |
| * | | | | | | | | | | | | | | | * alloc.c (local_vector_init): Remove useless INLINE. | Dmitry Antipov | 2014-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2014-09-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | * src/alloc.c (verify_alloca): Replace a stray occurrence of pointer_valid_fo... | Paul Eggert | 2014-09-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Improve the experimental local and scoped allocation. | Paul Eggert | 2014-09-09 | 1 | -0/+42 | |
| * | | | | | | | | | | | | | | | Cleanup last change and make all new stuff conditional. | Dmitry Antipov | 2014-09-09 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | Add macros to allocate temporary Lisp objects with alloca. | Dmitry Antipov | 2014-09-09 | 1 | -2/+25 | |
| * | | | | | | | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -19/+18 | |
| * | | | | | | | | | | | | | | | Add vectors support to Fsort. | Dmitry Antipov | 2014-08-29 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | Ken Brown | 2014-08-28 | 1 | -4/+11 | |
| * | | | | | | | | | | | | | | | src/alloc.c: remove a stray brace | Reuben Thomas | 2014-08-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | * src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]: Return nil if | Dmitry Antipov | 2014-07-11 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | Implement memory-info for MS-DOS. | Eli Zaretskii | 2014-07-11 | 1 | -2/+17 | |
| * | | | | | | | | | | | | | | | Implement memory-info for MS-Windows. | Eli Zaretskii | 2014-07-10 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | | | * configure.ac: Check whether sys/sysinfo.h provides | Dmitry Antipov | 2014-07-10 | 1 | -1/+32 | |
| * | | | | | | | | | | | | | | | Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. | Dmitry Antipov | 2014-07-02 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.org | Glenn Morris | 2014-06-14 | 1 | -3/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Attempt to fix bug #17771 with segfault if "C-h h" is interrupted. | Eli Zaretskii | 2014-06-13 | 1 | -3/+10 | |
| * | | | | | | | | | | | | | | | | Spelling fix. | Paul Eggert | 2014-06-11 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | Further adjustments to mark_object and friends. | Dmitry Antipov | 2014-06-09 | 1 | -22/+32 | |
| * | | | | | | | | | | | | | | | | Change object marking routines to minimize stack usage. | Dmitry Antipov | 2014-06-08 | 1 | -39/+44 | |
| * | | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru | Glenn Morris | 2014-06-01 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Fix port to 32-bit AIX with xlc. | Paul Eggert | 2014-05-30 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | Debugging facility to check whether 'const char *' points to | Dmitry Antipov | 2014-05-30 | 1 | -5/+36 | |
| * | | | | | | | | | | | | | | | | * alloc.c (Fgarbage_collect): Fix compilation with | Dmitry Antipov | 2014-05-29 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | Avoid marking too deep portions of stack in mark_stack. | Eli Zaretskii | 2014-05-24 | 1 | -72/+88 | |
| * | | | | | | | | | | | | | | | | Allow any non-nil value to count as true in bool-vector. | Paul Eggert | 2014-05-19 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | * src/lisp.h (CHECK_BOOLEAN): New function. | Dmitry Antipov | 2014-05-19 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | | | Use bits_word for gcmarkbits. | Paul Eggert | 2014-04-28 | 1 | -19/+19 | |
| * | | | | | | | | | | | | | | | | Avoid undefined behavior in signed left shift. | Paul Eggert | 2014-04-27 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Port to IRIX 6.5. | Paul Eggert | 2014-04-13 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | Remove DATA_SEG_BITS. | Paul Eggert | 2014-04-16 | 1 | -1/+0 | |