index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2012-03-01
Merge from trunk.
Paul Eggert
2012-02-25
* alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG.
Paul Eggert
2012-02-25
Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
Paul Eggert
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-12-14
Merge from trunk.
Paul Eggert
2011-12-11
Spelling fixes.
Paul Eggert
2011-12-10
Merge from trunk.
Paul Eggert
2011-11-19
Merge from trunk.
Paul Eggert
2011-11-18
Merge from trunk.
Paul Eggert
2011-11-15
Fix typos.
Juanma Barranquero
2011-11-14
Spelling fixes.
Paul Eggert
2011-11-10
Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind
Paul Eggert
2011-11-06
* alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
Paul Eggert
2011-10-29
Merge from trunk.
Paul Eggert
2011-10-29
* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
Paul Eggert
2011-10-29
Fix the `xbytecode' user-defined command in .gdbinit.
Eli Zaretskii
2011-10-12
Merge from trunk.
Paul Eggert
2011-10-11
* alloc.c (Fgc_status): Do not access beyond zombies array
Dmitry Antipov
2011-10-07
Merge from trunk.
Paul Eggert
2011-10-07
* alloc.c: Add comment.
Paul Eggert
2011-10-07
Fix alignment-related core dump during GC.
Paul Eggert
2011-10-06
* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.
Paul Eggert
2011-10-06
[ChangeLog]
Paul Eggert
2011-09-30
Merge from trunk.
Paul Eggert
2011-09-30
Remove dependency on glibc malloc internals.
Paul Eggert
2011-09-29
Port --enable-checking=all to Fedora 14 x86.
Paul Eggert
2011-09-29
* alloc.c: Do not assume sizeof (size_t) is a multiple of 8
Paul Eggert
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-09
Whitespace changes.
Juanma Barranquero
2011-08-04
Merge from trunk.
Paul Eggert
2011-08-04
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
Check for pthread and use it if found.
Jan Djärv
2011-07-28
* alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
Paul Eggert
2011-07-19
Merge from trunk.
Paul Eggert
2011-07-18
* alloc.c (valid_pointer_p): Use pipe, not open.
Paul Eggert
2011-07-14
* alloc.c (__malloc_size_t): Remove.
Paul Eggert
2011-07-12
Merge from trunk.
Paul Eggert
2011-07-12
* alloc.c (gc_sweep): Don't read past end of array.
Paul Eggert
2011-07-10
Merge from trunk.
Paul Eggert
2011-07-10
Protoize
Andreas Schwab
2011-07-07
* alloc.c: Integer signedness and overflow fixes.
Paul Eggert
2011-07-06
Remove more assumptions re struct layout (Bug#8884).
Paul Eggert
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-18
* alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
Paul Eggert
2011-06-14
* alloc.c: Check that resized vectors' lengths fit in fixnums.
Paul Eggert
2011-06-14
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-08
* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
Paul Eggert
2011-06-08
* alloc.c (allocate_pseudovector): Don't use EMACS_INT when int would do.
Paul Eggert
2011-06-08
* alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.
Paul Eggert
[prev]
[next]