aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (NSTATICS): Bump to 0x640.Eli Zaretskii2008-08-021-1/+1
* * lisp.h:Dan Nicolaescu2008-07-111-1/+1
* Use __sparc__ rather than sparc. (Bug#507.)Glenn Morris2008-07-081-1/+1
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-0/+2
* (init_alloc_once): Call init_weak_hash_tables.Chong Yidong2008-05-151-0/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-04-231-0/+6
|\
| * [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)YAMAMOTO Mitsuharu2008-04-121-0/+6
* | Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-36/+4
* | (mark_buffer): Comment fix to clarify the status of Lisp fields.Stefan Monnier2008-02-111-0/+2
* | Merge from emacs--devo--0Miles Bader2008-01-301-5/+1
|\ \
| * | * movemail.c:Dan Nicolaescu2008-01-131-5/+1
* | | Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\| |
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2