summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-11-211-8/+14
|\
| * (mark_memory): New argument OFFSET. All uses changed.YAMAMOTO Mitsuharu2006-11-131-8/+14
* | Merge from emacs--devo--0Miles Bader2006-08-281-16/+6
|\ \ | |/
| * (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previousYAMAMOTO Mitsuharu2006-08-271-16/+6
* | Merge from emacs--devo--0Miles Bader2006-08-161-6/+21
|\ \ | |/
| * * 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
* | (NSTATICS): Fix previous change.Kenichi Handa2006-08-071-1/+1
* | (NSTATICS): Increased to 0x7F0.Kenichi Handa2006-08-071-1/+1
* | Merge from emacs--devo--0Miles Bader2006-08-031-28/+139
|\ \ | |/
| * [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
| * (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
* | Merge from emacs--devo--0Miles Bader2006-07-191-5/+10
|\ \ | |/
| * (buffer_memory_full, memory_full): Use xsignal. Remove loop.Kim F. Storm2006-07-181-5/+10
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54Miles Bader2006-04-091-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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-42Miles Bader2006-03-101-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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader2006-02-221-1/+1
|\ \ | |/
| * (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier2006-02-171-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-2/+2
|\ \ | |/
| * (Fmake_bool_vector, Fpurecopy): Doc fixes.Juanma Barranquero2006-02-091-2/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-9/+74
|\ \ | |/
| * * alloc.c (make_interval, allocate_string)Chong Yidong2006-01-271-8/+73
| * (check_pure_size): Make overflow message an "error message".Richard M. Stallman2006-01-261-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7Miles Bader2006-01-251-2/+21
|\ \ | |/
| * * alloc.c (allocate_string_data): Update next_free immediately, toChong Yidong2006-01-241-1/+2
| * (lisp_align_free): Add an assertion.Stefan Monnier2006-01-231-1/+19
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-75/+216
|\ \ | |/
| * Comment and whitespace changes.Richard M. Stallman2005-12-111-5/+6
| * Include fcntl.h. Define O_WRONLY if not defined.Kim F. Storm2005-11-301-4/+28
| * (free_float): Make free list chaining aliasing-safe.Andreas Schwab2005-11-151-14/+14
| * (valid_lisp_object_p): New function to validate thatKim F. Storm2005-11-091-2/+71
| * (refill_memory_reserve): Move decl out of conditionals.Richard M. Stallman2005-11-031-1/+2
| * (BYTES_USED): Use uordblks, not arena.Richard M. Stallman2005-10-301-2/+4
| * * alloc.c (emacs_blocked_free): Fix typo.Chong Yidong2005-10-291-1/+1
| * (syms_of_alloc) <memory-full>: Doc fix.Richard M. Stallman2005-10-291-64/+102
| * (spare_memory): No longer static.Richard M. Stallman2005-10-281-1/+7
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-23/+27
|\ \ | |/
| * (refill_memory_reserve): Conditionalize the body, not the function's existence.Richard M. Stallman2005-10-041-14/+15
| * * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-9/+12
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74Miles Bader2005-07-291-10/+13
|\ \ | |/
| * (gc_cons_threshold): Not static.Richard M. Stallman2005-07-231-10/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-2/+33
|\ \ | |/
| * (gc_cons_threshold): Make it static.Stefan Monnier2005-07-131-1/+1