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-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-06
* alloc.c: conform to C89 pointer rules
Paul Eggert
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-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-04
Remove O_RDONLY, O_WRONLY definitions, not needed.
Dan Nicolaescu
2010-10-03
Include <fcntl.h> unconditionally.
Dan Nicolaescu
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-08-20
Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
Dan Nicolaescu
2010-08-07
Remove duplicate declarations.
Juanma Barranquero
2010-07-23
Remove unused static functions.
Juanma Barranquero
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
2010-07-08
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab
2010-07-04
Convert declarations or definitions to standard C.
Dan Nicolaescu
2010-07-04
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-02
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-06-26
* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
Andreas Schwab
2010-06-07
Remove INCLUDED_FCNTL.
Dan Nicolaescu
2010-04-19
Make variable forwarding explicit rather the using special values.
Stefan Monnier
2010-04-18
Hash-cons pure data.
Stefan Monnier
2010-03-19
Remove obsolete uses of HAVE_SHM.
Dan Nicolaescu
2010-01-22
Make string pointer args point to const as in other string allocation functions.
YAMAMOTO Mitsuharu
2010-01-13
Add 2010 to copyright years.
Glenn Morris
2009-11-13
(mark_object): Don't reprocess marked strings.
Stefan Monnier
2009-11-11
* frame.c (make_initial_frame):
Dan Nicolaescu
2009-11-06
Let integers use up 2 tags to give them one extra bit and double their range.
Stefan Monnier
2009-11-06
(make_pure_c_string): Fix last change to avoid compiler warning.
Eli Zaretskii
2009-11-06
* xterm.c (syms_of_xterm):
Dan Nicolaescu
2009-11-06
* alloc.c (make_pure_c_string): New function.
Dan Nicolaescu
2009-10-19
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-08-25
(mark_char_table): New function.
Kenichi Handa
2009-08-17
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Ken Raeburn
2009-01-30
(mark_stack): Properly conditionalize previous change.
Dan Nicolaescu
2009-01-23
(mark_stack): Use "flushw" instead of "ta 3" assembly call for
Chong Yidong
[next]