aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier2011-02-181-1/+0
* Don't GC-scan stack data redundantly.Stefan Monnier2011-02-171-4/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-8/+8
* * alloc.c: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+5
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-59/+22
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+1
|/
* Use __builtin_unwind_init if availableAndreas Schwab2011-01-051-4/+17
* Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-5/+4
* Merge changes from emacs-23 branchChong Yidong2010-11-271-5/+6
|\
| * Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu2010-11-211-5/+6
* | * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).YAMAMOTO Mitsuharu2010-11-211-2/+8
* | * src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu2010-11-181-1/+0
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-3/+0
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-37/+48
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-3/+4
* | Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu2010-08-201-15/+0
* | Remove duplicate declarations.Juanma Barranquero2010-08-071-1/+0
* | Remove unused static functions.Juanma Barranquero2010-07-231-10/+0
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-11/+4
* | Use offsetof instead of own definitionAndreas Schwab2010-07-111-4/+0
* | Constify functions taking char *Andreas Schwab2010-07-111-2/+2
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+1
|\ \ | |/
| * * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab2010-06-261-1/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-28/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-43/+44
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-200/+101
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-46/+46
* | Remove INCLUDED_FCNTL.Dan Nicolaescu2010-06-071-1/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-35/+35
* | Hash-cons pure data.Stefan Monnier2010-04-181-7/+21
* | Remove obsolete uses of HAVE_SHM.Dan Nicolaescu2010-03-191-9/+0
|/
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-221-5/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (mark_object): Don't reprocess marked strings.Stefan Monnier2009-11-131-49/+45
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-111-2/+2
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-4/+3
* (make_pure_c_string): Fix last change to avoid compiler warning.Eli Zaretskii2009-11-061-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-5/+3
* * alloc.c (make_pure_c_string): New function.Dan Nicolaescu2009-11-061-0/+18
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-7/+1
* (mark_char_table): New function.Kenichi Handa2009-08-251-0/+33
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-171-2/+2
* (mark_stack): Properly conditionalize previous change.Dan Nicolaescu2009-01-301-1/+2
* (mark_stack): Use "flushw" instead of "ta 3" assembly call forChong Yidong2009-01-231-0/+4