summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2007-10-11Merge from emacs--devo--0Miles Bader
2007-10-02(mark_terminals): Typo.Stefan Monnier
2007-10-02* window.h (struct window):Stefan Monnier
2007-10-02* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier
2007-10-02(mark_object): Fix typo.Stefan Monnier
2007-10-02(allocate_pseudovector): New fun.Stefan Monnier
2007-09-29(enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.Stefan Monnier
2007-09-29(MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macrosStefan Monnier
2007-09-27(allocate_terminal): Set the vector size to only count the Lisp fields.Stefan Monnier
2007-09-23(gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman
2007-09-20(enum mem_type): New member for `terminal' objects.Stefan Monnier
2007-09-16(reset_malloc_hooks): Set the hooks to the previousAndreas Schwab
2007-09-16(reset_malloc_hooks): Set the hooks to the previousAndreas Schwab
2007-08-21Merge from emacs--devo--0Miles Bader
2007-08-21Merge from emacs--devo--0Miles Bader
2007-08-19(pure): Round PURESIZE up.Andreas Schwab
2007-08-19(pure): Round PURESIZE up.Andreas Schwab
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-27Merge from emacs--devo--0Miles Bader
2007-07-26Merge from emacs--rel--22Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-07-15Merge from emacs--devo--0Miles Bader
2007-07-15Merge from emacs--devo--0Miles Bader
2007-07-11(emacs_blocked_free): Remove unused var `bytes_used_now'.Stefan Monnier
2007-07-10(mark_maybe_pointer): Enforce mult-of-8 alignment when usingStefan Monnier
2007-06-29Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier
2007-06-11Merge from emacs--devo--0Miles Bader
2007-06-11Merge from emacs--devo--0Miles Bader
2007-06-08(init_strings): Initialize canonical empty strings.Juanma Barranquero
2007-04-24Merge from emacs--devo--0Miles Bader
2007-04-22Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-04-16(mem_insert): Set min_heap_address and max_heap_addressYAMAMOTO Mitsuharu
2007-02-23(Fgarbage_collect): If nextb->text->inhibit_shrinking isKenichi Handa
2007-01-30Merge from emacs--devo--0Miles Bader
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-26(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): UseYAMAMOTO Mitsuharu
2007-01-26Merge from emacs--devo--0Miles Bader
2007-01-21Add 2007 to copyright years.Glenn Morris
2007-01-11(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,Jan Djärv
2006-12-03Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey
2006-11-21Merge from emacs--devo--0Miles Bader
2006-11-13(mark_memory): New argument OFFSET. All uses changed.YAMAMOTO Mitsuharu
2006-10-14Fix obvious runtime errors after merge.Karoly Lorentey
2006-10-14Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-08-28Merge from emacs--devo--0Miles Bader
2006-08-27(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previousYAMAMOTO Mitsuharu
2006-08-16Merge from emacs--devo--0Miles Bader
2006-08-10* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandlerJan Djärv
2006-08-07(NSTATICS): Fix previous change.Kenichi Handa
2006-08-07(NSTATICS): Increased to 0x7F0.Kenichi Handa