aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (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 [email protected]Karoly Lorentey2007-04-221-2/+2
|\|
| * (mem_insert): Set min_heap_address and max_heap_addressYAMAMOTO Mitsuharu2007-04-161-2/+2
* | Merged from [email protected]Karoly 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 [email protected]. 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 [email protected]Karoly 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 [email protected]Karoly 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
| * (buffer_memory_full, memory_full): Use xsignal. Remove loop.Kim F. Storm2006-07-181-5/+10
* | Merged from Karoly Lorentey2006-04-101-4/+16
|\|
| * [STDC_HEADERS]: Include stddef.h.Eli Zaretskii2006-04-081-0/+4
| * * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier2006-04-081-4/+12
* | Merged from [email protected]Karoly Lorentey2006-03-121-3/+9
|\|
| * (USE_POSIX_MEMALIGN): Fix last change.Kim F. Storm2006-03-101-1/+3
| * (USE_POSIX_MEMALIGN): New macro.Stefan Monnier2006-03-091-3/+7
* | Merged from [email protected]Karoly Lorentey2006-02-201-1/+1
|\|
| * (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier2006-02-171-1/+1
* | Merged from [email protected]Karoly Lorentey2006-02-121-2/+2
|\|