posix_memalign.3: Document aligned_alloc().
[dragonfly.git] / lib / libc / stdlib / Makefile.inc
2012-08-09 Sascha Wildnerposix_memalign.3: Document aligned_alloc().
2012-08-09 Sascha WildnerAdd at_quick_exit(3) and quick_exit(3) manual pages.
2012-02-24 Venkatesh Srinivaslibc -- stdlib: Implement aligned_alloc from C11.
2012-02-24 Venkatesh Srinivaslibc -- stdlib: Implement quick_exit and at_quick_exit...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-13 Matthew Dillonlibc - Bring dmalloc in for x86-64
2009-09-12 Alex Hornungptsname,posix_openpt - move to libc/stdlib
2009-05-02 Stathis Kamperisposix_memalign.3: Import manual page from FreeBSD.
2009-04-22 Matthew DillonReplace the old BSD malloc code with a port of our...
2009-04-10 Stathis KamperisAdd missing MLINKS for strto{f,ld} functions
2009-04-07 Peter AvalosReplace our strtod with the gdtoa package.
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2008-10-06 Sascha WildnerPOSIX conformance:
2008-08-09 Sascha WildnerAdd sradixsort(3) MLINK.
2008-05-19 Simon SchubertDeclare lsearch(3)/lfind(3), move them to libc and...
2008-01-25 Sascha WildnerAdd lldiv() and imaxdiv() to libc.
2007-12-02 Sascha WildnerAdd imaxabs(3) function and manual page.
2007-11-24 Simon SchubertAdd llabs(3).
2007-10-19 Sascha WildnerAdd some missing MLINKS and sort alphabetically.
2007-06-15 Sascha WildnerAdd some words about _Exit() and create an MLINK.
2007-03-14 Sascha WildnerOops, really add the MLINK.
2006-11-02 Sascha WildnerSync strtol(3) and strtoul(3) with FreeBSD.
2005-11-01 Sascha WildnerSync atol(3) manpage with FreeBSD's rev. 1.13 to includ...
2005-11-01 Joerg SonnenbergerAdd missing atoll.
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-03-17 Joerg SonnenbergerUse a common source for the string to integer conversio...
2005-03-14 Joerg SonnenbergerBack out switch to getopt_long implementation of getopt...
2005-03-13 Joerg SonnenbergerUse getopt_long's getopt implementation.
2005-03-13 Sascha WildnerRemove DEC Alpha and PC98 support.
2004-08-15 Joerg SonnenbergerAdd strotonum(3) into the !ANSI_SOURCE ...
2004-02-26 Joerg SonnenbergerRemove unused and undocumented strhash files.
2004-02-17 Joerg SonnenbergerInstall getopt_long.3
2004-02-02 Matthew Dillonbinutils214 stage 2/4.
2004-01-31 Joerg SonnenbergerAdd getopt_long from NetBSD
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: