summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile llabs.cmillert2003-07-211-1/+2
|
* Use the getopt() in getopt_long.c which supports some GNU extensions.millert2003-06-021-1/+1
| | | | getopt.c is no longer compiled and will eventually be removed.
* assembler versions of insque and remque for m68k, also from 4.4BSDmillert2003-05-091-1/+1
|
* insque and remque are VAX instructions, no need for C functions; From 4.4BSDmillert2003-05-091-2/+8
|
* Oops, forgot to add remque.c heremillert2003-05-091-1/+1
|
* move insque(3) and remque(3) from libcompat -> libc; they are now POSIXmillert2003-05-081-8/+9
|
* move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXmillert2003-05-081-7/+8
|
* fix typomillert2002-12-031-1/+1
|
* GNU-like getopt_long() from NetBSD with changes by me to supportmillert2002-12-031-8/+9
| | | | | | | | getopt_long_only(). At some point this should replace the BSD getopt(3) but we are not there yet. While I am here add protection from the multiple getopt() definitions due to conflicting standards.
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-7/+9
|
* Take advantage of the libc minor bump and add atoll(3)millert2002-11-211-7/+7
|
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-4/+4
| | | | aliases to fake up strtou?q(). espie@ OK.
* MLINK srandomdevmillert2000-04-041-1/+2
|
* Add missing MLINKsmillert1999-11-171-1/+2
|
* calloc.c is backmillert1999-11-101-1/+1
|
* Merge calloc(3) man page into malloc.3; as suggested by millert@aaron1999-11-091-2/+2
|
* Move calloc() into malloc.c and only zero out the area if malloc()millert1999-11-091-1/+1
| | | | | | didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf)
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+1
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@aaron1998-11-171-1/+1
|
* Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...millert1997-08-201-6/+6
| | | | Update man page from lite2 while I'm at it.
* Install a64l/l64a man page. Also, tsearch.3 and friends were notmillert1997-08-181-5/+6
| | | | being installed either.
* damn, no tsearch(3)deraadt1997-06-141-4/+4
|
* PD tsearch as reqd by xpg; by esrderaadt1997-06-131-2/+6
|
* Move cfree(3) weak symbol into a seperate filetholo1996-08-211-2/+2
|
* Make it even out.downsj1996-08-211-2/+3
|
* Document it.downsj1996-08-211-2/+2
|
* Import malloc(3) manual page from FreeBSDtholo1996-08-101-8/+7
|
* Add support for building lint(1) librarytholo1996-03-251-1/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+45