| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | * 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 | |
| * | | | | | | | | | | | | | | | | Correct merge | Daniel Colascione | 2014-04-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | More GC assertions | Daniel Colascione | 2014-04-08 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Assert that function cells contain valid lisp objects | Daniel Colascione | 2014-04-03 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | Rearrange pointer logging | Daniel Colascione | 2014-04-08 | 1 | -12/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Rearrange suspicious pointer logging | Daniel Colascione | 2014-04-03 | 1 | -14/+20 | |
| * | | | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.edu | Daniel Colascione | 2014-04-07 | 1 | -19/+63 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168). | Stefan Monnier | 2014-04-07 | 1 | -19/+64 | |
| * | | | | | | | | | | | | | | | | | * alloc.c: Simplify by removing use of HAVE_EXECINFO_H. | Paul Eggert | 2014-04-07 | 1 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -22/+23 | |
| * | | | | | | | | | | | | | | | | | Rename EARRAYSIZE to ARRAYELTS | Daniel Colascione | 2014-04-03 | 1 | -5/+5 | |
| | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix typo | Daniel Colascione | 2014-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Add GC bug investigation code | Daniel Colascione | 2014-04-02 | 1 | -0/+105 | |
| * | | | | | | | | | | | | | | | | Clean up gc_sweep | Daniel Colascione | 2014-03-23 | 1 | -297/+316 | |
| * | | | | | | | | | | | | | | | | Allow lisp allocation via mmap in dumped emacs | Daniel Colascione | 2014-03-21 | 1 | -24/+29 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. | Stefan Monnier | 2014-03-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Fix a few crashes and leaks when cloning C strings. | Paul Eggert | 2014-02-28 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert | 2014-01-20 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert | 2014-01-20 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | Whitespace fixes for recently-added code. | Paul Eggert | 2014-01-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Fix core dumps with gcc -fsanitize=address and GNU/Linux. | Paul Eggert | 2013-12-26 | 1 | -17/+35 | |
| * | | | | | | | | | | | | | | | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | | Revert 2 last commits in src/alloc.c. | Eli Zaretskii | 2013-12-14 | 1 | -6/+1 | |
| * | | | | | | | | | | | | | | | Minor tweak of the last commit. | Eli Zaretskii | 2013-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Avoid crashing due to closing of font whose driver pointer is NULL. | Eli Zaretskii | 2013-12-14 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -16/+4 | |
| * | | | | | | | | | | | | | | | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -4/+16 | |
| * | | | | | | | | | | | | | | | * alloc.c (Fmemory_limit): Avoid compiler warning. Return 0 always. | Jan Djärv | 2013-12-09 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -6/+6 | |