summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-26* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab
2010-06-13New branch for lexbind, losing all history.Stefan Monnier
2010-06-07Remove INCLUDED_FCNTL.Dan Nicolaescu
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier
2010-04-18Hash-cons pure data.Stefan Monnier
2010-03-19Remove obsolete uses of HAVE_SHM.Dan Nicolaescu
2010-01-22Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-13(mark_object): Don't reprocess marked strings.Stefan Monnier
2009-11-11* frame.c (make_initial_frame):Dan Nicolaescu
2009-11-06Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier
2009-11-06(make_pure_c_string): Fix last change to avoid compiler warning.Eli Zaretskii
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-11-06* alloc.c (make_pure_c_string): New function.Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-08-25(mark_char_table): New function.Kenichi Handa
2009-08-17* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn
2009-01-30(mark_stack): Properly conditionalize previous change.Dan Nicolaescu
2009-01-23(mark_stack): Use "flushw" instead of "ta 3" assembly call forChong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-08-02(NSTATICS): Bump to 0x640.Eli Zaretskii
2008-07-11* lisp.h:Dan Nicolaescu
2008-07-08Use __sparc__ rather than sparc. (Bug#507.)Glenn Morris
2008-06-02Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering
2008-05-15(init_alloc_once): Call init_weak_hash_tables.Chong Yidong
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-23Merge from emacs--rel--22Miles Bader
2008-04-12[!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)YAMAMOTO Mitsuharu
2008-02-22Consolidate the image_cache to the terminal struct.Stefan Monnier
2008-02-11(mark_buffer): Comment fix to clarify the status of Lisp fields.Stefan Monnier
2008-01-30Merge from emacs--devo--0Miles Bader
2008-01-13* movemail.c:Dan Nicolaescu
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-12-06Merge from emacs--devo--0Miles Bader
2007-11-16* alloc.c (allocate_other_vector):Stefan Monnier
2007-11-16* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.Stefan Monnier
2007-10-29(NSTATICS): Revert spurious change made in last merge.Jason Rumney
2007-10-27Merge from emacs--devo--0Miles Bader
2007-10-26(spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,Juanma Barranquero
2007-10-19Merge from emacs--devo--0Miles Bader
2007-10-17(free_misc): Use XMISCTYPE.Stefan Monnier
2007-10-16(Fpurecopy): Set the pvec tag on pseudo vectors.Stefan Monnier
2007-10-16* lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier
2007-10-12Fix up multi-tty mergeMiles Bader