| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Take XPNTR private | Paul Eggert | 2015-10-13 | 1 | -24/+35 | |
| * | | | | | | | | | | | | | | | Fix bug in GC_CHECK_MARKED_OBJECTS check | Paul Eggert | 2015-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -254/+13 | |
| * | | | | | | | | | | | | | | | Don't miss warnings about removing string text properties while dumping | Eli Zaretskii | 2015-08-14 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | | | Make add_to_log varargs | Paul Eggert | 2015-08-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Improve warning about purecopy of strings with properties | Eli Zaretskii | 2015-08-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Clear gcprolist etc. after stack overflow | Paul Eggert | 2015-07-14 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | Fix GC bugs --with-wide-int and Qnil == 0 | Paul Eggert | 2015-06-24 | 1 | -49/+10 | |
| * | | | | | | | | | | | | | | | Avoid grave accent quoting in stderr diagnostics | Paul Eggert | 2015-05-31 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Don't misencode C-generated messages | Paul Eggert | 2015-05-30 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | * lisp/emacs-lisp/testcover.el: Don't use edebug--read (bug#20487) | Stefan Monnier | 2015-05-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Remove the deprecated INTERNAL_FIELD macro by expanding it | Oleh Krehel | 2015-04-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Add classes as run-time descriptors of cl-structs. | Stefan Monnier | 2015-03-18 | 1 | -22/+21 | |
| * | | | | | | | | | | | | | | | Rename gc-precise-p to gc-precise | Daniel Colascione | 2015-03-03 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | * alloc.c (run_finalizers): Omit unused local. | Paul Eggert | 2015-03-03 | 1 | -32/+29 | |
| * | | | | | | | | | | | | | | | Add support for finalizers | Daniel Colascione | 2015-03-02 | 1 | -5/+167 | |
| * | | | | | | | | | | | | | | | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -62/+46 | |
| * | | | | | | | | | | | | | | | Better isolate code that assumes NIL_IS_ZERO | Paul Eggert | 2015-01-21 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | 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 | |