aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+7
* Enlarge NSTATICS to 0x650.Eli Zaretskii2012-06-221-1/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-16/+1
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-121-44/+21
* Don't purify in Fmake_byte_code.Stefan Monnier2012-06-111-19/+25
* Fix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08:44:30Z!dmantipov@yand...Eli Zaretskii2012-06-081-1/+4
* Block-based vector allocation of small vectors.Dmitry Antipov2012-06-081-42/+346
* * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end ofAndreas Schwab2012-06-021-2/+4
* * alloc.c, lisp.h (make_pure_vector): Now static.Paul Eggert2012-05-301-1/+2
* 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