summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
AgeCommit message (Expand)Author
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
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-09-18Replace "GNU Library General Public License" by "GNU General PublicJay Belanger
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-05Update FSF's address.Lute Kamstra
2004-04-12(__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec.Stefan Monnier
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2001-11-03Test BROKEN_PROTOTYPES.Richard M. Stallman
2001-04-18(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is notEli Zaretskii
2001-04-09(align): If the argument SIZE would overflowEli Zaretskii
2000-10-27Add code from mcheck.c of glibc-1.09.1.Gerd Moellmann
2000-10-24(state_protected_p, last_state_size, last_heapinfo)Gerd Moellmann
2000-10-20(_malloc_internal) [GC_MALLOC_CHECK]: UseGerd Moellmann
2000-06-21(PP): Test PROTOTYPES as well as __STDC__ &c.Dave Love
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert
1997-07-07Rename macro __P to PP.Richard M. Stallman
1997-03-01[__GLIBC__ >= 2]: Don't declare __getpagesize.Karl Heuer
1997-03-01Initial revisionKarl Heuer