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
2011-03-21
Merge from trunk
Stefan Monnier
2011-03-16
* alloc.c (mark_backtrace): Move decl from here ...
Paul Eggert
2011-03-15
* alloc.c (Fmemory_limit): Cast sbrk's returned value to char *.
Paul Eggert
2011-03-15
* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
Paul Eggert
2011-03-15
* alloc.c (mark_stack): Move local variables into the #ifdef region where
Paul Eggert
2011-03-15
* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
Paul Eggert
2011-03-15
* alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
Paul Eggert
2011-03-13
* keyboard.h (mark_kboards): Move decl here ...
Paul Eggert
2011-03-09
* alloc.c (mark_fringe_data): Move decl from here ...
Paul Eggert
2011-03-08
* alloc.c (mark_ttys): Move decl from here ...
Paul Eggert
2011-03-05
Fix pcase memoizing; change lexbound byte-code marker.
Stefan Monnier
2011-02-24
Get rid of funvec.
Stefan Monnier
2011-02-21
Merge from trunk
Stefan Monnier
2011-02-21
Use offsets relative to top rather than bottom for stack refs
Stefan Monnier
2011-02-18
* alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.
Stefan Monnier
2011-02-17
Don't GC-scan stack data redundantly.
Stefan Monnier
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-02-11
Merge from trunk
Stefan Monnier
2011-02-06
* alloc.c: conform to C89 pointer rules
Paul Eggert
2011-02-01
Merge from trunk
Stefan Monnier
2011-01-30
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-17
Merge from mainline.
Paul Eggert
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-09
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-05
Use __builtin_unwind_init if available
Andreas Schwab
2010-12-19
Minor clean up to silence some gcc warnings.
Stefan Monnier
2010-12-10
Merge from trunk
Stefan Monnier
2010-11-27
Merge changes from emacs-23 branch
Chong Yidong
2010-11-21
* alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).
YAMAMOTO Mitsuharu
2010-11-21
Fix image cache marking bug (Bug#6301).
YAMAMOTO Mitsuharu
2010-11-18
* src/alloc.c (refill_memory_reserve): Move declaration ...
Dan Nicolaescu
2010-10-15
Merge from trunk
Stefan Monnier
2010-10-04
Remove O_RDONLY, O_WRONLY definitions, not needed.
Dan Nicolaescu
2010-10-03
Include <fcntl.h> unconditionally.
Dan Nicolaescu
2010-09-30
Merge from trunk
Stefan Monnier
2010-09-23
Fix some more uses of int instead of EMACS_INT.
Eli Zaretskii
2010-09-22
Fix some uses of int instead of EMACS_INT.
Eli Zaretskii
2010-09-13
Merge from trunk
Stefan Monnier
2010-08-20
Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
Dan Nicolaescu
2010-08-11
Merge from trunk
Stefan Monnier
2010-08-07
Remove duplicate declarations.
Juanma Barranquero
2010-07-23
Remove unused static functions.
Juanma Barranquero
2010-07-23
Merge from trunk
Stefan Monnier
2010-07-20
Convert some more functions to standard C.
Juanma Barranquero
2010-07-11
Use offsetof instead of own definition
Andreas Schwab
2010-07-11
Constify functions taking char *
Andreas Schwab
2010-07-10
Merge changes from emacs-23 branch.
Chong Yidong
2010-07-08
Convert DEFUNs to standard C.
Dan Nicolaescu
[prev]
[next]