summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2011-03-21Merge from trunkStefan Monnier
2011-03-16* alloc.c (mark_backtrace): Move decl from here ...Paul Eggert
2011-03-15* alloc.c (Fmemory_limit): Cast sbrk's returned value to char *.Paul Eggert
2011-03-15* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only ifPaul Eggert
2011-03-15* alloc.c (mark_stack): Move local variables into the #ifdef region wherePaul Eggert
2011-03-15* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):Paul Eggert
2011-03-15* alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.Paul Eggert
2011-03-13* keyboard.h (mark_kboards): Move decl here ...Paul Eggert
2011-03-09* alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert
2011-03-08* alloc.c (mark_ttys): Move decl from here ...Paul Eggert
2011-03-05Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier
2011-02-24Get rid of funvec.Stefan Monnier
2011-02-21Merge from trunkStefan Monnier
2011-02-21Use offsets relative to top rather than bottom for stack refsStefan Monnier
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-11Merge from trunkStefan Monnier
2011-02-06* alloc.c: conform to C89 pointer rulesPaul Eggert
2011-02-01Merge from trunkStefan Monnier
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-12-10Merge from trunkStefan 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-15Merge from trunkStefan Monnier
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu
2010-09-30Merge from trunkStefan Monnier
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-09-13Merge from trunkStefan Monnier
2010-08-20Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu
2010-08-11Merge from trunkStefan Monnier
2010-08-07Remove duplicate declarations.Juanma Barranquero
2010-07-23Remove unused static functions.Juanma Barranquero
2010-07-23Merge from trunkStefan Monnier
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