summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * alloc.c: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+5
* 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 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
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-3/+0
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | 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
* | Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu2010-08-201-15/+0
* | Remove duplicate declarations.Juanma Barranquero2010-08-071-1/+0
* | Remove unused static functions.Juanma Barranquero2010-07-231-10/+0
* | 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
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-28/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-43/+44
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-200/+101
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-46/+46
* | Remove INCLUDED_FCNTL.Dan Nicolaescu2010-06-071-1/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-35/+35
* | Hash-cons pure data.Stefan Monnier2010-04-181-7/+21
* | Remove obsolete uses of HAVE_SHM.Dan Nicolaescu2010-03-191-9/+0
|/
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-221-5/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (mark_object): Don't reprocess marked strings.Stefan Monnier2009-11-131-49/+45
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-111-2/+2