| Commit message (Expand) | Author | Age | Files | Lines |
* | * gmalloc.c (__sbrk): Also define for uClibc. | Dan Nicolaescu | 2008-10-02 | 1 | -5/+5 |
* | Spelling fix. | Glenn Morris | 2008-05-23 | 1 | -1/+1 |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code | Dan Nicolaescu | 2008-02-09 | 1 | -15/+4 |
* | (posix_memalign): New function. | YAMAMOTO Mitsuharu | 2007-08-09 | 1 | -0/+32 |
* | (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. | YAMAMOTO Mitsuharu | 2007-08-07 | 1 | -17/+66 |
* | (__malloc_initialize): Remove pthread_once. Not needed. | Jan Djärv | 2007-07-29 | 1 | -6/+3 |
* | [HAVE_GTK_AND_PTHREAD] Check this after including config.h. | YAMAMOTO Mitsuharu | 2007-06-26 | 1 | -52/+123 |
* | (__morecore): Fix the declaration to comply with the definition. | Sam Steingold | 2007-06-20 | 1 | -1/+1 |
* | [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -13/+65 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Replace "GNU Library General Public License" by "GNU General Public | Jay Belanger | 2006-09-18 | 1 | -32/+32 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-05 | 1 | -17/+18 |
* | (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec. | Stefan Monnier | 2004-04-12 | 1 | -1/+12 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -8/+8 |
* | Test BROKEN_PROTOTYPES. | Richard M. Stallman | 2001-11-03 | 1 | -2/+3 |
* | (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not | Eli Zaretskii | 2001-04-18 | 1 | -1/+10 |
* | (align): If the argument SIZE would overflow | Eli Zaretskii | 2001-04-09 | 1 | -1/+8 |
* | Add code from mcheck.c of glibc-1.09.1. | Gerd Moellmann | 2000-10-27 | 1 | -0/+243 |
* | (state_protected_p, last_state_size, last_heapinfo) | Gerd Moellmann | 2000-10-24 | 1 | -1/+68 |
* | (_malloc_internal) [GC_MALLOC_CHECK]: Use | Gerd Moellmann | 2000-10-20 | 1 | -0/+8 |
* | (PP): Test PROTOTYPES as well as __STDC__ &c. | Dave Love | 2000-06-21 | 1 | -1/+2 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -11/+11 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -1/+3 |
* | Rename macro __P to PP. | Richard M. Stallman | 1997-07-07 | 1 | -50/+50 |
* | [__GLIBC__ >= 2]: Don't declare __getpagesize. | Karl Heuer | 1997-03-01 | 1 | -0/+4 |
* | Initial revision | Karl Heuer | 1997-03-01 | 1 | -0/+1638 |