Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "xfree (NULL)" a no-op; remove useless if-before-xfree. | Jim Meyering | 2008-06-02 | 1 | -0/+2 |
* | (init_alloc_once): Call init_weak_hash_tables. | Chong Yidong | 2008-05-15 | 1 | -0/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-23 | 1 | -0/+6 |
|\ | |||||
| * | [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | YAMAMOTO Mitsuharu | 2008-04-12 | 1 | -0/+6 |
* | | Consolidate the image_cache to the terminal struct. | Stefan Monnier | 2008-02-22 | 1 | -36/+4 |
* | | (mark_buffer): Comment fix to clarify the status of Lisp fields. | Stefan Monnier | 2008-02-11 | 1 | -0/+2 |
* | | Merge from emacs--devo--0 | Miles Bader | 2008-01-30 | 1 | -5/+1 |
|\ \ | |||||
| * | | * movemail.c: | Dan Nicolaescu | 2008-01-13 | 1 | -5/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-12-06 | 1 | -21/+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 |
* | | | (NSTATICS): Revert spurious change made in last merge. | Jason Rumney | 2007-10-29 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-27 | 1 | -37/+38 |
|\ \ \ | |/ / | |||||
| * | | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead, | Juanma Barranquero | 2007-10-26 | 1 | -36/+37 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-19 | 1 | -12/+13 |
|\ \ \ | |/ / | |||||
| * | | (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 |
* | | | Fix up multi-tty merge | Miles Bader | 2007-10-12 | 1 | -46/+4 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -266/+264 |
|\ \ \ | |/ / | |||||
| * | | (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 |
| |\ \ | |||||
| * \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-07-15 | 1 | -5/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-06-11 | 1 | -0/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-04-22 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -15/+15 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned! | Karoly Lorentey | 2006-12-03 | 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 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-07-29 | 1 | -15/+111 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merged from | Karoly Lorentey | 2006-04-10 | 1 | -4/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-03-12 | 1 | -3/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-02-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |