aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkStefan Monnier2011-03-211-48/+42
|\
| * * alloc.c (mark_backtrace): Move decl from here ...Paul Eggert2011-03-161-1/+0
| * * alloc.c (Fmemory_limit): Cast sbrk's returned value to char *.Paul Eggert2011-03-151-1/+1
| * * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only ifPaul Eggert2011-03-151-8/+7
| * * alloc.c (mark_stack): Move local variables into the #ifdef region wherePaul Eggert2011-03-151-6/+8
| * * alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):Paul Eggert2011-03-151-24/+24
| * * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.Paul Eggert2011-03-151-2/+2
| * * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-131-1/+0
| * * alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert2011-03-091-4/+0
| * * alloc.c (mark_ttys): Move decl from here ...Paul Eggert2011-03-081-1/+0
* | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-051-2/+11
* | Get rid of funvec.Stefan Monnier2011-02-241-64/+7
* | Merge from trunkStefan Monnier2011-02-211-12/+13
|\ \ | |/
| * * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier2011-02-181-1/+0
| * Don't GC-scan stack data redundantly.Stefan Monnier2011-02-171-4/+6
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-8/+8
* | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-1/+1
* | Merge from trunkStefan Monnier2011-02-111-3/+5
|\ \ | |/
| * * alloc.c: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+5
* | Merge from trunkStefan Monnier2011-02-011-73/+44
|\ \ | |/
| * Use SSDATA when the context wants char *.Paul Eggert2011-01-301-2/+1
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-59/+22
| * Merge from mainline.Paul Eggert2011-01-171-2/+0
| |\
| | * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+1
| |/
| * Use __builtin_unwind_init if availableAndreas Schwab2011-01-051-4/+17
| * Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-5/+4
* | Merge from trunkStefan Monnier2010-12-101-8/+14
|\ \ | |/
| * Merge changes from emacs-23 branchChong Yidong2010-11-271-5/+6
| |\
| | * Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu2010-11-211-5/+6
| * | * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).YAMAMOTO Mitsuharu2010-11-211-2/+8
| * | * src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu2010-11-181-1/+0
* | | Merge from trunkStefan Monnier2010-10-151-6/+0
|\ \ \ | |/ /
| * | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-3/+0
| * | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | | Merge from trunkStefan Monnier2010-09-301-40/+52
|\ \ \ | |/ /
| * | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-37/+48
| * | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-3/+4
* | | Merge from trunkStefan Monnier2010-09-131-15/+0
|\ \ \ | |/ /
| * | Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu2010-08-201-15/+0
* | | Merge from trunkStefan Monnier2010-08-111-20/+4
|\ \ \ | |/ /
| * | Remove duplicate declarations.Juanma Barranquero2010-08-071-1/+0
| * | Remove unused static functions.Juanma Barranquero2010-07-231-10/+0
* | | Merge from trunkStefan Monnier2010-07-231-335/+213
|\ \ \ | |/ /
| * | Convert some more functions to standard C.Juanma Barranquero2010-07-201-11/+4
| * | Use offsetof instead of own definitionAndreas Schwab2010-07-111-4/+0
| * | Constify functions taking char *Andreas Schwab2010-07-111-2/+2
| * | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+1
| |\ \ | | |/
| | * * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab2010-06-261-1/+1