| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from trunk. | Paul Eggert | 2011-10-29 | 1 | -0/+50 |
| |\ |
|
| | * | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | Paul Eggert | 2011-10-29 | 1 | -1/+2 |
| | * | Fix the `xbytecode' user-defined command in .gdbinit. | Eli Zaretskii | 2011-10-29 | 1 | -0/+49 |
| * | | Merge from trunk. | Paul Eggert | 2011-10-12 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | * alloc.c (Fgc_status): Do not access beyond zombies array | Dmitry Antipov | 2011-10-11 | 1 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-10-07 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | * alloc.c: Add comment. | Paul Eggert | 2011-10-07 | 1 | -0/+5 |
| | * | Fix alignment-related core dump during GC. | Paul Eggert | 2011-10-07 | 1 | -20/+17 |
| * | | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. | Paul Eggert | 2011-10-06 | 1 | -13/+16 |
| * | | [ChangeLog] | Paul Eggert | 2011-10-06 | 1 | -9/+3 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-30 | 1 | -17/+26 |
| |\ \
| |/ |
|
| | * | Remove dependency on glibc malloc internals. | Paul Eggert | 2011-09-30 | 1 | -2/+45 |
| | * | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert | 2011-09-29 | 1 | -32/+15 |
| * | | * alloc.c: Do not assume sizeof (size_t) is a multiple of 8 | Paul Eggert | 2011-09-29 | 1 | -17/+34 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -47/+48 |
| |/ |
|
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -11/+11 |
| * | Merge from trunk. | Paul Eggert | 2011-08-04 | 1 | -8/+10 |
| |\ |
|
| | * | Check for pthread and use it if found. | Jan Djärv | 2011-08-04 | 1 | -8/+10 |
| * | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -0/+88 |
| |/ |
|
| * | * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race. | Paul Eggert | 2011-07-28 | 1 | -1/+5 |
| * | Merge from trunk. | Paul Eggert | 2011-07-19 | 1 | -5/+5 |
| |\ |
|
| | * | * alloc.c (valid_pointer_p): Use pipe, not open. | Paul Eggert | 2011-07-18 | 1 | -5/+5 |
| * | | * alloc.c (__malloc_size_t): Remove. | Paul Eggert | 2011-07-14 | 1 | -9/+4 |
| * | | Merge from trunk. | Paul Eggert | 2011-07-12 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | * alloc.c (gc_sweep): Don't read past end of array. | Paul Eggert | 2011-07-12 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -1/+1 |
| * | | * alloc.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-07 | 1 | -58/+78 |
| |/ |
|
| * | Remove more assumptions re struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -1/+2 |
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -7/+3 |
| * | * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication. | Paul Eggert | 2011-06-18 | 1 | -5/+7 |
| * | * alloc.c: Check that resized vectors' lengths fit in fixnums. | Paul Eggert | 2011-06-14 | 1 | -10/+15 |
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -8/+8 |
| * | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow. | Paul Eggert | 2011-06-08 | 1 | -2/+2 |
| * | * alloc.c (allocate_pseudovector): Don't use EMACS_INT when int would do. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
| * | * alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value. | Paul Eggert | 2011-06-08 | 1 | -2/+1 |
| * | * alloc.c (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'. | Paul Eggert | 2011-06-08 | 1 | -5/+5 |
| * | * alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks) | Paul Eggert | 2011-06-08 | 1 | -46/+1 |
| * | * alloc.c: Use EMACS_INT, not int, to count objects. | Paul Eggert | 2011-06-08 | 1 | -14/+20 |
| * | * alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT | Paul Eggert | 2011-06-08 | 1 | -7/+6 |
| * | * alloc.c (allocate_vectorlike): Check for ptrdiff_t overflow. | Paul Eggert | 2011-06-08 | 1 | -1/+2 |
| * | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. | Paul Eggert | 2011-06-08 | 1 | -4/+1 |
| * | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -1/+18 |
| * | * alloc.c (Fmake_string): Check for out-of-range init. | Paul Eggert | 2011-06-06 | 1 | -2/+2 |
| * | Merge from trunk. | Paul Eggert | 2011-06-06 | 1 | -11/+4 |
| |\ |
|
| | * | * alloc.c: Simplify handling of large-request failures (Bug#8800). | Paul Eggert | 2011-06-06 | 1 | -11/+4 |
| * | | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -1/+1 |
| |/ |
|
| * | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). | Paul Eggert | 2011-06-05 | 1 | -6/+9 |
| * | * alloc.c (allocate_vectorlike): Adjust to memory_full API change. | Paul Eggert | 2011-06-02 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2011-06-02 | 1 | -3/+7 |
| |\ |
|