summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2011-02-18* alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* alloc.c: conform to C89 pointer rulesPaul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-05Use __builtin_unwind_init if availableAndreas Schwab
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier
2010-11-27Merge changes from emacs-23 branchChong Yidong
2010-11-21* alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).YAMAMOTO Mitsuharu
2010-11-21Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu
2010-11-18* src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu
2010-09-23Fix some more uses of int instead of EMACS_INT.Eli Zaretskii
2010-09-22Fix some uses of int instead of EMACS_INT.Eli Zaretskii
2010-08-20Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu
2010-08-07Remove duplicate declarations.Juanma Barranquero
2010-07-23Remove unused static functions.Juanma Barranquero
2010-07-20Convert some more functions to standard C.Juanma Barranquero
2010-07-11Use offsetof instead of own definitionAndreas Schwab
2010-07-11Constify functions taking char *Andreas Schwab
2010-07-10Merge changes from emacs-23 branch.Chong Yidong
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
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-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