summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
Commit message (Expand)AuthorAge
* Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert2016-10-23
* ; Remove redundant code in gmalloc.cEli Zaretskii2016-10-23
* Update copyright year to 2016Paul Eggert2016-01-01
* Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner2015-12-26
* Update copyright year to 2015Paul Eggert2015-01-01
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-03
* * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-28
* Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-27
* Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown2014-08-30
* Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-28
* Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris2014-08-14
|\
| * * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown2014-08-11
* | Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-22
|/
* Further follow-up to last change in gmalloc.c.Ken Brown2014-03-04
* Follow-up improvements for last change in gmalloc.c.Eli Zaretskii2014-03-04
* Fix crashes in lisp_align_free in a build with GC_MCHECK.Eli Zaretskii2014-03-03
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Merge from gnulib.Paul Eggert2013-11-08
* Port to C11 aligned_alloc, and fix some integer overflows.Paul Eggert2013-11-06
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
| * Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-31
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-26
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-30
* Adapt the MS-DOS build to the latest configury changes.Eli Zaretskii2012-07-14
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* Assume C89 or later.Paul Eggert2012-05-21
* Get rid of compiler warnings on Cygwin.Ken Brown2012-05-20
* Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert2012-04-22
* Whitespace changes.Juanma Barranquero2011-09-09
* * src/gmalloc.c: Expand comment.Ken Brown2011-08-16
* Fix memory allocation problems in Cygwin build (Bug#9273).Ken Brown2011-08-16
* Check for pthread and use it if found.Jan Djärv2011-08-04
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-06
* [ChangeLog]Paul Eggert2011-07-04
* [ChangeLog]Paul Eggert2011-05-28
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
* * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu2010-06-01
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-01
* * gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu2008-10-02
* Spelling fix.Glenn Morris2008-05-23
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-09
* (posix_memalign): New function.YAMAMOTO Mitsuharu2007-08-09
* (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu2007-08-07
* (__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv2007-07-29