summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
AgeCommit message (Expand)Author
2015-12-26Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-03Consistently use min and max macros from lisp.h.Dmitry Antipov
2014-09-28* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown
2014-09-27Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown
2014-08-30Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown
2014-08-28Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown
2014-08-14Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris
2014-08-11* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown
2014-05-22Supply malloc and alloc_size attributes for extern allocators.Paul Eggert
2014-03-04Further follow-up to last change in gmalloc.c.Ken Brown
2014-03-04Follow-up improvements for last change in gmalloc.c.Eli Zaretskii
2014-03-03Fix crashes in lisp_align_free in a build with GC_MCHECK.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-08Merge from gnulib.Paul Eggert
2013-11-06Port to C11 aligned_alloc, and fix some integer overflows.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert
2012-11-26Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-07-14Adapt the MS-DOS build to the latest configury changes.Eli Zaretskii
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert
2012-05-21Assume C89 or later.Paul Eggert
2012-05-20Get rid of compiler warnings on Cygwin.Ken Brown
2012-04-22Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-16* src/gmalloc.c: Expand comment.Ken Brown
2011-08-16Fix memory allocation problems in Cygwin build (Bug#9273).Ken Brown
2011-08-04Check for pthread and use it if found.Jan Djärv
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert
2011-07-04[ChangeLog]Paul Eggert
2011-05-28[ChangeLog]Paul Eggert
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-01* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu
2010-04-01Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii
2008-10-02* gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu
2008-05-23Spelling fix.Glenn Morris
2008-02-09* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu
2007-08-09(posix_memalign): New function.YAMAMOTO Mitsuharu
2007-08-07(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu
2007-07-29(__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv
2007-06-26[HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu
2007-06-20(__morecore): Fix the declaration to comply with the definition.Sam Steingold
2007-03-28[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu