aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-04Further follow-up to last change in gmalloc.c.Ken Brown1-11/+11
2014-03-04Follow-up improvements for last change in gmalloc.c.Eli Zaretskii1-15/+28
2014-03-03Fix crashes in lisp_align_free in a build with GC_MCHECK.Eli Zaretskii1-2/+26
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-11-08Merge from gnulib.Paul Eggert1-5/+4
2013-11-06Port to C11 aligned_alloc, and fix some integer overflows.Paul Eggert1-10/+32
2013-08-15Revert last change to gmalloc.c; update some comments.Ken Brown1-9/+0
2013-08-14* src/gmalloc.c [CYGWIN]: Rename memalign (Bug#15094).Ken Brown1-0/+9
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert1-27/+9
2012-11-26Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert1-8/+0
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-1/+1
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau1-0/+6
2012-07-05More xmalloc and related cleanup.Paul Eggert1-3/+3
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert1-2/+0
2012-05-21Assume C89 or later.Paul Eggert1-4/+0
2012-05-20Get rid of compiler warnings on Cygwin.Ken Brown1-2/+2
2012-04-22Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert1-375/+224
2011-09-09Whitespace changes.Juanma Barranquero1-6/+6
2011-08-16* src/gmalloc.c: Expand comment.Ken Brown1-1/+5
2011-08-16Fix memory allocation problems in Cygwin build (Bug#9273).Ken Brown1-2/+56
2011-08-04Check for pthread and use it if found.Jan Djärv1-1/+1
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-52/+4
2011-07-04[ChangeLog]Paul Eggert1-102/+0
2011-05-28[ChangeLog]Paul Eggert1-7/+2
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-2/+0
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-10/+10
2010-06-01* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu1-2/+1
2010-04-01Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii1-9/+1
2008-10-02* gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu1-5/+5
2008-05-23Spelling fix.Glenn Morris1-1/+1
2008-02-09* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu1-15/+4
2007-08-09(posix_memalign): New function.YAMAMOTO Mitsuharu1-0/+32
2007-08-09(posix_memalign): New function.YAMAMOTO Mitsuharu1-0/+32
2007-08-07(__malloc_initialize): Remove pthread_once. Not needed.YAMAMOTO Mitsuharu1-6/+3
2007-08-07(__morecore): Fix the declaration to comply with the definition.YAMAMOTO Mitsuharu1-1/+1
2007-08-07(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu1-17/+66
2007-08-07(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu1-17/+66
2007-07-29(__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv1-6/+3
2007-06-26[HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu1-52/+123
2007-06-26[HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu1-52/+123
2007-06-20(__morecore): Fix the declaration to comply with the definition.Sam Steingold1-1/+1
2007-03-28[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu1-13/+65
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1
2006-09-18Replace "GNU Library General Public License" by "GNU General PublicJay Belanger1-32/+32
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-07-05Update FSF's address.Lute Kamstra1-17/+18
2004-04-16Sync to HEADKenichi Handa1-1/+15