| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
| * | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 2007-09-16 | 1 | -3/+3 |
| * | (pure): Round PURESIZE up. | Andreas Schwab | 2007-08-19 | 1 | -1/+1 |
* | | * alloc.c (allocate_other_vector): | Stefan Monnier | 2007-11-16 | 1 | -16/+0 |
* | | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. | Stefan Monnier | 2007-11-16 | 1 | -5/+1 |
* | | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead, | Juanma Barranquero | 2007-10-26 | 1 | -36/+37 |
* | | (free_misc): Use XMISCTYPE. | Stefan Monnier | 2007-10-17 | 1 | -5/+5 |
* | | (Fpurecopy): Set the pvec tag on pseudo vectors. | Stefan Monnier | 2007-10-16 | 1 | -1/+4 |
* | | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. | Stefan Monnier | 2007-10-16 | 1 | -7/+8 |
* | | (mark_terminals): Typo. | Stefan Monnier | 2007-10-02 | 1 | -1/+1 |
* | | * window.h (struct window): | Stefan Monnier | 2007-10-02 | 1 | -0/+1 |
* | | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end. | Stefan Monnier | 2007-10-02 | 1 | -38/+7 |
* | | (mark_object): Fix typo. | Stefan Monnier | 2007-10-02 | 1 | -7/+8 |
* | | (allocate_pseudovector): New fun. | Stefan Monnier | 2007-10-02 | 1 | -131/+84 |
* | | (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE. | Stefan Monnier | 2007-09-29 | 1 | -36/+18 |
* | | (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros | Stefan Monnier | 2007-09-29 | 1 | -73/+44 |
* | | (allocate_terminal): Set the vector size to only count the Lisp fields. | Stefan Monnier | 2007-09-27 | 1 | -17/+13 |
* | | (gc_sweep): Check cons cell mark bits word by word | Richard M. Stallman | 2007-09-23 | 1 | -14/+42 |
* | | (enum mem_type): New member for `terminal' objects. | Stefan Monnier | 2007-09-20 | 1 | -1/+49 |
* | | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 2007-09-16 | 1 | -3/+3 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-08-21 | 1 | -1/+1 |
|\ \ |
|
| * | | (pure): Round PURESIZE up. | Andreas Schwab | 2007-08-19 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-15 | 1 | -5/+8 |
|\ \ \
| |/ / |
|
| * | | (emacs_blocked_free): Remove unused var `bytes_used_now'. | Stefan Monnier | 2007-07-11 | 1 | -2/+0 |
| * | | (mark_maybe_pointer): Enforce mult-of-8 alignment when using | Stefan Monnier | 2007-07-10 | 1 | -3/+8 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-06-11 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | (init_strings): Initialize canonical empty strings. | Juanma Barranquero | 2007-06-08 | 1 | -0/+7 |
| |/ |
|
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-04-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | (mem_insert): Set min_heap_address and max_heap_address | YAMAMOTO Mitsuharu | 2007-04-16 | 1 | -2/+2 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use | YAMAMOTO Mitsuharu | 2007-01-26 | 1 | -2/+2 |
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| * | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal, | Jan Djärv | 2007-01-11 | 1 | -14/+14 |
* | | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned! | Karoly Lorentey | 2006-12-03 | 1 | -8/+14 |
|\ \
| |/ |
|
| * | (mark_memory): New argument OFFSET. All uses changed. | YAMAMOTO Mitsuharu | 2006-11-13 | 1 | -8/+14 |
* | | Fix obvious runtime errors after merge. | Karoly Lorentey | 2006-10-14 | 1 | -1/+2 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-10-14 | 1 | -24/+49 |
|\ \
| |/ |
|
| * | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -16/+6 |
| * | * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler | Jan Djärv | 2006-08-10 | 1 | -6/+16 |
| * | Include w32.h. | Eli Zaretskii | 2006-08-05 | 1 | -0/+5 |
| * | [WINDOWSNT]: Include fcntl.h, to fix last change. | Eli Zaretskii | 2006-07-29 | 1 | -0/+4 |
| * | Whitespace change. | Richard M. Stallman | 2006-07-29 | 1 | -1/+2 |
| * | (valid_pointer_p): New function (from valid_lisp_object_p). | Kim F. Storm | 2006-07-28 | 1 | -18/+33 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-07-29 | 1 | -15/+111 |
|\ \
| |/ |
|
| * | (find_string_data_in_pure): New function. | YAMAMOTO Mitsuharu | 2006-07-25 | 1 | -3/+74 |
| * | (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. | YAMAMOTO Mitsuharu | 2006-07-20 | 1 | -7/+27 |