summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
Commit message (Expand)AuthorAge
...
* | 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
* [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-26
* (__morecore): Fix the declaration to comply with the definition.Sam Steingold2007-06-20
* [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu2007-03-28
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Replace "GNU Library General Public License" by "GNU General PublicJay Belanger2006-09-18
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-05
* (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec.Stefan Monnier2004-04-12
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* Test BROKEN_PROTOTYPES.Richard M. Stallman2001-11-03