summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * 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
* | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,Juanma Barranquero2007-10-261-36/+37
* | (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
* | (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
|\ \
| * | (pure): Round PURESIZE up.Andreas Schwab2007-08-191-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-5/+8
|\ \ \ | |/ /
| * | (emacs_blocked_free): Remove unused var `bytes_used_now'.Stefan Monnier2007-07-111-2/+0
| * | (mark_maybe_pointer): Enforce mult-of-8 alignment when usingStefan Monnier2007-07-101-3/+8
* | | Merge from emacs--devo--0Miles Bader2007-06-111-0/+7
|\ \ \ | |/ /
| * | (init_strings): Initialize canonical empty strings.Juanma Barranquero2007-06-081-0/+7
| |/
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-2/+2
|\ \ | |/
| * (mem_insert): Set min_heap_address and max_heap_addressYAMAMOTO Mitsuharu2007-04-161-2/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-15/+15
|\ \ | |/
| * (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): UseYAMAMOTO Mitsuharu2007-01-261-2/+2
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| * (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,Jan Djärv2007-01-111-14/+14
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-8/+14
|\ \ | |/
| * (mark_memory): New argument OFFSET. All uses changed.YAMAMOTO Mitsuharu2006-11-131-8/+14
* | Fix obvious runtime errors after merge.Karoly Lorentey2006-10-141-1/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-24/+49
|\ \ | |/
| * (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previousYAMAMOTO Mitsuharu2006-08-271-16/+6
| * * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandlerJan Djärv2006-08-101-6/+16
| * Include w32.h.Eli Zaretskii2006-08-051-0/+5
| * [WINDOWSNT]: Include fcntl.h, to fix last change.Eli Zaretskii2006-07-291-0/+4
| * Whitespace change.Richard M. Stallman2006-07-291-1/+2
| * (valid_pointer_p): New function (from valid_lisp_object_p).Kim F. Storm2006-07-281-18/+33
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-15/+111
|\ \ | |/
| * (find_string_data_in_pure): New function.YAMAMOTO Mitsuharu2006-07-251-3/+74
| * (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.YAMAMOTO Mitsuharu2006-07-201-7/+27