aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-36/+4
* (mark_buffer): Comment fix to clarify the status of Lisp fields.Stefan Monnier2008-02-111-0/+2
* Merge from emacs--devo--0Miles Bader2008-01-301-5/+1
|\
| * * movemail.c:Dan Nicolaescu2008-01-131-5/+1
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\|
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
| | * (reset_malloc_hooks): Set the hooks to the previousAndreas Schwab2007-09-161-3/+3
| | * (pure): Round PURESIZE up.Andreas Schwab2007-08-191-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-21/+1
|\| |
| * | * alloc.c (allocate_other_vector):Stefan Monnier2007-11-161-16/+0
| * | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.Stefan Monnier2007-11-161-5/+1
* | | (NSTATICS): Revert spurious change made in last merge.Jason Rumney2007-10-291-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-271-37/+38
|\| |
| * | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,Juanma Barranquero2007-10-261-36/+37
* | | Merge from emacs--devo--0Miles Bader2007-10-191-12/+13
|\| |
| * | (free_misc): Use XMISCTYPE.Stefan Monnier2007-10-171-5/+5
| * | (Fpurecopy): Set the pvec tag on pseudo vectors.Stefan Monnier2007-10-161-1/+4
| * | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-7/+8
* | | Fix up multi-tty mergeMiles Bader2007-10-121-46/+4
* | | Merge from emacs--devo--0Miles Bader2007-10-111-266/+264
|\| |
| * | (mark_terminals): Typo.Stefan Monnier2007-10-021-1/+1
| * | * window.h (struct window):Stefan Monnier2007-10-021-0/+1
| * | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-021-38/+7
| * | (mark_object): Fix typo.Stefan Monnier2007-10-021-7/+8
| * | (allocate_pseudovector): New fun.Stefan Monnier2007-10-021-131/+84
| * | (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.Stefan Monnier2007-09-291-36/+18
| * | (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macrosStefan Monnier2007-09-291-73/+44
| * | (allocate_terminal): Set the vector size to only count the Lisp fields.Stefan Monnier2007-09-271-17/+13
| * | (gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman2007-09-231-14/+42
| * | (enum mem_type): New member for `terminal' objects.Stefan Monnier2007-09-201-1/+49
| * | (reset_malloc_hooks): Set the hooks to the previousAndreas Schwab2007-09-161-3/+3
| * | Merge from emacs--devo--0Miles Bader2007-08-211-1/+1
| |\ \
| * \ \ Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\ \ \
| * \ \ \ Merge from emacs--devo--0Miles Bader2007-07-151-5/+8
| |\ \ \ \
| * \ \ \ \ Merge from emacs--devo--0Miles Bader2007-06-111-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merged from [email protected]Karoly Lorentey2007-04-221-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2007-01-291-15/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-8/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix obvious runtime errors after merge.Karoly Lorentey2006-10-141-1/+2
| * | | | | | | | | Merged from [email protected]Karoly Lorentey2006-10-141-24/+49
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-07-291-15/+111
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged from Karoly Lorentey2006-04-101-4/+16
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-03-121-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-02-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected]Karoly Lorentey2006-02-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged from [email protected] (patch 187, 704)Karoly Lorentey2006-01-301-6/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-2/+2
| * | | | | | | | | | | | | | | | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-0/+2
| * | | | | | | | | | | | | | | | Implement full support for frame-local `next-buffer' and `previous-buffer'.Karoly Lorentey2005-12-201-0/+1