summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-05-221. hide _CTYPE_PRIVATE section in ctype.h, move them to private header ctype_...tnozaki
2010-05-06lint friendlychristos
2010-05-05PR/43258: Hauke Fath: remove duplicate setservent declarationchristos
2010-05-04handle the difference between C99 and GNUC semantics of inlineplunky
2010-05-02typo in commentdholland
2010-04-25Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).joerg
2010-04-24Define _PATH_POWER and use it.jruoho
2010-04-17change size_t to ssize_t for POSIX compliance.christos
2010-04-17PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keywordchristos
2010-03-271. {wctype,wctrans,mbstate}_t: switch MD to MI like othertnozaki
2010-02-25Consistently use __printflike and __scanflike.joerg
2010-02-23PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL andjoerg
2010-02-03getent cannot report on termcap as we now use terminfo.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-27retire pw_policy(3) -- it is not found useful, there are otherdrochner
2010-01-25vasnprintf and asnprintf were never compiled in our libroken.a and neverchristos
2010-01-24make the window size function return the lines and columns variables separatelychristos
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2010-01-11Add exp2 and exp2mchristos
2010-01-07Typo in comment.skrll
2009-12-22+_PATH_PUDpooka
2009-11-17add some prototypes for checked string functionsdrochner
2009-11-15Don't define wchar_t for c++; it is native in the language. From Alexanderchristos
2009-11-04typedef struct link_map as Link_map (for solaris-compat)pooka
2009-10-24expose res_check for the benefit of mDNS.christos
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-10-13In a furious blaze of *facepalm* / "what was i thinking?", fix thepooka
2009-10-04oops forgot to commit that one--- Add f{dim,min,max}{,l,f}christos
2009-10-02Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier.tsarna
2009-09-24Add Solarisa-like dlinfo() interface to the ELF dynamic linker.pooka
2009-09-08Add opendisk1(), which functions like opendisk(), but takes a functionpooka
2009-08-21Introduce a new accessor macro N_NAME() to access the n_name fieldhe
2009-08-19include <stdint.h> instead of <sys/types.h>.yamt
2009-08-16Version fts one more time! This is the most versioned API ever... Bumpchristos
2009-08-16Repair more fallout from the exec_aout.h change.pgoyette
2009-08-12Allow <machine/setjmp.h> to override the type using in jmpbuf.matt
2009-07-22Declare strsignal(3) in <string.h>, per POSIX-2008, and adjustkleink
2009-07-22add a "public domain" note (there is nothing creative justifying adrochner
2009-07-21Some parts of gcc fail with the direct include of sys/inttypes.h, sojoerg
2009-07-21Move popcount et al to src/common and add popcount32/popcount64.joerg
2009-07-21Add popcount(3) and the long and long long version. Name is inspired byjoerg
2009-07-20Add a fast, platform independent hash function to libc.joerg
2009-07-13Add implementations for getdelim(3) and getline(3).roy
2009-05-14Add the getdate(3) function and getdate_err value, conforming to IEEEginsbach
2009-05-13Implement snprintb_m(3) to provide multi-line bit/bit-field decode.pgoyette
2009-05-01note that we have strsignal but it is in the wrong include file.perry
2009-05-01Add prototypes for stpcpy, stpncpy, strnlen, added in the latest POSIX.perry
2009-04-20Bring back binary compatibility with the previous version of the resolver.christos
2009-04-12merge libbindchristos
2009-04-10add memrchrchristos