aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-05-251-42/+43
|\
| * Remove src/m/*.Paul Eggert2012-05-221-2/+2
| * Assume C89 or later.Paul Eggert2012-05-211-28/+28
| * Spelling fixes.Paul Eggert2012-04-221-1/+1
| * Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.Paul Eggert2012-04-221-1/+1
| * * alloc.c: Handle unusual debugging option combinations.Paul Eggert2012-04-221-10/+11
* | Merge from trunk.Paul Eggert2012-04-211-39/+75
|\ \ | |/
| * * alloc.c: Remove one incorrect comment and fix another.Paul Eggert2012-04-151-4/+1
| * Fix minor alloc.c problems found by static checking.Paul Eggert2012-04-151-1/+15
| * * alloc.c (which_symbols): Fix alignment issue / type clash.Paul Eggert2012-04-151-2/+3
| * Simplify enforcement of object address alignmentAndreas Schwab2012-04-151-25/+49
| * * src/alloc.c (lisp_align_malloc): Remove unneeded prototype.Stefan Monnier2012-04-101-7/+7
* | Merge from trunk.Paul Eggert2012-04-091-32/+39
|\ \ | |/
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
| * Avoid unnecessary pointer scanning in garbage collection (Bug#10780).Paul Eggert2012-04-071-25/+28
| * lispref/internals.texi Memory Usage tiny changeGlenn Morris2012-03-021-1/+3
| * lispref/internals.texi Pure Storage updatesGlenn Morris2012-03-021-4/+6
* | Merge from trunk.Paul Eggert2012-03-011-1/+28
|\ \ | |/
| * * alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG.Paul Eggert2012-02-251-0/+2
| * Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert2012-02-251-1/+26
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-7/+1
|\ \ | |/
| * Merge from trunk.Paul Eggert2011-11-191-2/+2
| |\
| * | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrindPaul Eggert2011-11-101-7/+1
* | | Merge from trunk.Paul Eggert2011-11-181-3/+8
|\ \ \ | | |/ | |/|
| * | Fix typos.Juanma Barranquero2011-11-151-1/+1
| * | Spelling fixes.Paul Eggert2011-11-141-1/+1
| |/
| * * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).Paul Eggert2011-11-061-1/+6
* | Merge from trunk.Paul Eggert2011-10-291-0/+50
|\ \ | |/
| * * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,Paul Eggert2011-10-291-1/+2
| * Fix the `xbytecode' user-defined command in .gdbinit.Eli Zaretskii2011-10-291-0/+49
* | Merge from trunk.Paul Eggert2011-10-121-2/+2
|\ \ | |/
| * * alloc.c (Fgc_status): Do not access beyond zombies arrayDmitry Antipov2011-10-111-2/+2
* | Merge from trunk.Paul Eggert2011-10-071-0/+5
|\ \ | |/
| * * alloc.c: Add comment.Paul Eggert2011-10-071-0/+5
| * Fix alignment-related core dump during GC.Paul Eggert2011-10-071-20/+17
* | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.Paul Eggert2011-10-061-13/+16
* | [ChangeLog]Paul Eggert2011-10-061-9/+3
* | Merge from trunk.Paul Eggert2011-09-301-17/+26
|\ \ | |/
| * Remove dependency on glibc malloc internals.Paul Eggert2011-09-301-2/+45
| * Port --enable-checking=all to Fedora 14 x86.Paul Eggert2011-09-291-32/+15
* | * alloc.c: Do not assume sizeof (size_t) is a multiple of 8Paul Eggert2011-09-291-17/+34
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-47/+48
|/
* Whitespace changes.Juanma Barranquero2011-09-091-11/+11
* Merge from trunk.Paul Eggert2011-08-041-8/+10
|\
| * Check for pthread and use it if found.Jan Djärv2011-08-041-8/+10
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-0/+88
|/