summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Assume C89 or later.Paul Eggert2012-05-211-4/+0
* Get rid of compiler warnings on Cygwin.Ken Brown2012-05-201-2/+2
* Modernize and clean up gmalloc.c to assume C89 (Bug#9119).Paul Eggert2012-04-221-375/+224
* Whitespace changes.Juanma Barranquero2011-09-091-6/+6
* * src/gmalloc.c: Expand comment.Ken Brown2011-08-161-1/+5
* Fix memory allocation problems in Cygwin build (Bug#9273).Ken Brown2011-08-161-2/+56
* Check for pthread and use it if found.Jan Djärv2011-08-041-1/+1
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-52/+4
* [ChangeLog]Paul Eggert2011-07-041-102/+0
* [ChangeLog]Paul Eggert2011-05-281-7/+2
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-10/+10
* * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu2010-06-011-2/+1
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-9/+1
* * gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu2008-10-021-5/+5
* Spelling fix.Glenn Morris2008-05-231-1/+1
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-15/+4
* (posix_memalign): New function.YAMAMOTO Mitsuharu2007-08-091-0/+32
* (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.YAMAMOTO Mitsuharu2007-08-071-17/+66
* (__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv2007-07-291-6/+3
* [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-261-52/+123
* (__morecore): Fix the declaration to comply with the definition.Sam Steingold2007-06-201-1/+1
* [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu2007-03-281-13/+65
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Replace "GNU Library General Public License" by "GNU General PublicJay Belanger2006-09-181-32/+32
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-051-17/+18
* (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec.Stefan Monnier2004-04-121-1/+12
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
* Test BROKEN_PROTOTYPES.Richard M. Stallman2001-11-031-2/+3
* (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is notEli Zaretskii2001-04-181-1/+10
* (align): If the argument SIZE would overflowEli Zaretskii2001-04-091-1/+8
* Add code from mcheck.c of glibc-1.09.1.Gerd Moellmann2000-10-271-0/+243
* (state_protected_p, last_state_size, last_heapinfo)Gerd Moellmann2000-10-241-1/+68
* (_malloc_internal) [GC_MALLOC_CHECK]: UseGerd Moellmann2000-10-201-0/+8
* (PP): Test PROTOTYPES as well as __STDC__ &c.Dave Love2000-06-211-1/+2
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-11/+11
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-1/+3
* Rename macro __P to PP.Richard M. Stallman1997-07-071-50/+50
* [__GLIBC__ >= 2]: Don't declare __getpagesize.Karl Heuer1997-03-011-0/+4
* Initial revisionKarl Heuer1997-03-011-0/+1638