summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (mark_object): Don't reprocess marked strings.Stefan Monnier2009-11-131-49/+45
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-111-2/+2
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-4/+3
* (make_pure_c_string): Fix last change to avoid compiler warning.Eli Zaretskii2009-11-061-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-5/+3
* * alloc.c (make_pure_c_string): New function.Dan Nicolaescu2009-11-061-0/+18
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-7/+1
* (mark_char_table): New function.Kenichi Handa2009-08-251-0/+33
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-171-2/+2
* (mark_stack): Properly conditionalize previous change.Dan Nicolaescu2009-01-301-1/+2
* (mark_stack): Use "flushw" instead of "ta 3" assembly call forChong Yidong2009-01-231-0/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (NSTATICS): Bump to 0x640.Eli Zaretskii2008-08-021-1/+1
* * lisp.h:Dan Nicolaescu2008-07-111-1/+1
* Use __sparc__ rather than sparc. (Bug#507.)Glenn Morris2008-07-081-1/+1
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-0/+2
* (init_alloc_once): Call init_weak_hash_tables.Chong Yidong2008-05-151-0/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-04-231-0/+6
|\
| * [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)YAMAMOTO Mitsuharu2008-04-121-0/+6
* | 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