summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2011-03-16remove commaize_number.christos
2011-03-15put in a proto for commaize_number()pooka
2011-02-04add arc4random_{buf,uniform}, from OpenBSD.christos
2010-12-22Use __constfunc(3) instead of __attribute__((const)) directly.jruoho
2010-10-01make putenv POSIX compliant.christos
2010-06-01later versions of pcc may define __GNUC__ for compatibility reasons, soplunky
2010-02-25Consistently use __printflike and __scanflike.joerg
2009-11-15Don't define wchar_t for c++; it is native in the language. From Alexanderchristos
2009-07-20Add a fast, platform independent hash function to libc.joerg
2009-01-20cleanup after devmajor_t:drochner
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11merge christos-time_tchristos
2008-06-21Use __builtin_alloc() with pcc.gmcgarry
2008-04-07RANDOM_MAX: don't rely on integer overflow.yamt
2008-04-01everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2,drochner
2008-02-28add RANDOM_MAX define from anon ymouschristos
2008-02-02Add csetexpandtc()christos
2007-12-24change some __attribute__s to __keywordsperry
2007-12-14humanize_number was the only function in <util.h> that is not in libutil.christos
2007-11-19Enable posix_memalign().ad
2007-04-22The alloca() arg type check is broken (cpp do not do string comparisions)ragge
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2005-12-26u_intN_t -> uintN_tperry
2005-12-24__const__ -> constperry
2005-09-26Move getenv_r() to the local section.kleink
2005-09-25Add getenv_r and ttyname_rchristos
2005-09-13compat code reorgchristos
2005-06-11Add a macro __MKTEMP_OK__ that renames mktemp() to _mktemp() for uses thatchristos
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2004-12-16Add a function called getdevmajor().atatat
2004-05-27Add unix/98 pty function prototypes.christos
2004-04-23more const sprinkling on cget* suggested by kleink.christos
2004-04-23constify the db name vector argument.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-08Do not give names to the parameters in function prototypes (those nameskristerw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-14Well, _The_ Open Group.kleink
2003-04-14Use the real TOG specification name for references.kleink
2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2002-05-24add arc4random(3). from openbsditojun
2001-03-28Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557kleink
2001-03-21Sprinkle some restrict qualifiers.kleink
2001-03-10add prototypes for shquote() and shquotev()cgd
2001-02-19add prototypes for getprogname and setprognamecgd
2000-12-20deal with bsearch duplicate declaration.christos
2000-11-15Move fmtcheck() prototype to stdio.h. It makes more sense to declare itbriggs
2000-10-20Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to checkbriggs
2000-10-03Allow format-arg checking for setproctitlesommerfeld