aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * * 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
| * | 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
* | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-7/+69
|/ /
* | 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