about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* in math.h make lgamma_r and non-double bessel _GNU_SOURCE onlynsz2012-03-151-20/+18
* efficient sincos based on sin and cosnsz2012-03-151-0/+4
* first commit of the new libm!Rich Felker2012-03-133-9/+354
* fix nan/infinity macros in math.h, etc.Rich Felker2012-03-021-6/+8
* typo in math.h c version checkRich Felker2012-03-021-1/+1
* make math.h compatibe with c89Rich Felker2012-03-021-1/+5
* add all missing wchar functions except floating point parsersRich Felker2012-03-011-0/+15
* add memory.h, bogus legacy alias for string.hRich Felker2012-03-011-0/+1
* use c++-friendly initializers for pthread initializer definitionsRich Felker2012-02-291-3/+3
* add <syscall.h> as an alias for <sys/syscall.h>Rich Felker2012-02-291-0/+1
* replace prototype for basename in string.h with non-prototype declarationRich Felker2012-02-241-1/+1
* add get_current_dir_name functionRich Felker2012-02-171-0/+1
* add float_t and double_t to math.hRich Felker2012-02-151-0/+2
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-16/+9
* fix typo in inotify.hRich Felker2012-02-071-1/+1
* declare basename in string.h when _GNU_SOURCE is definedRich Felker2012-02-071-0/+1
* revert hacks for types of stdint.h integer constant macrosRich Felker2012-02-071-4/+4
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-063-0/+15
* fix some omissions and mistakes in locale_t interface definitionsRich Felker2012-02-061-0/+24
* add more of the locale_t interfaces, all dummied out to ignore the localeRich Felker2012-02-061-0/+5
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-061-0/+3
* apparently gnu caddr_t is supposed to be char *, not unsigned longRich Felker2012-02-011-1/+1
* fix utmp.h mess, try 2Rich Felker2012-02-011-1/+1
* fix previous utmp.h junk commitRich Felker2012-01-311-1/+1
* add some missing junk in utmp.hRich Felker2012-01-311-0/+4
* add fgetpwent (nonstandard function)Rich Felker2012-01-291-0/+5
* add linux setfs[ug]id syscall wrappersRich Felker2012-01-281-0/+20
* remove useless "extern" keywords in headersRich Felker2012-01-263-3/+3
* fix typo in FPE_FLTUND definition, signal.hRich Felker2012-01-251-1/+1
* add MIN/MAX macros to sys/param.hRich Felker2012-01-241-0/+5
* add legacy futimes and lutimes functionsRich Felker2012-01-241-0/+2
* add prlimit syscall wrapperRich Felker2012-01-201-0/+8
* fix __cplusplus extern "C" closing brace in pty.h (typo?)Rich Felker2011-11-101-1/+1
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-1021-1/+166
* add some missing GNU FNM_* extensions to the headerRich Felker2011-10-171-1/+3
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-0/+2
* make [U]INTn_C() macros have the right type...Rich Felker2011-10-041-4/+4
* stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker2011-09-281-1/+1
* fix ctype macros to cast argument to (unsigned) firstRich Felker2011-09-262-7/+7
* cleanup various minor issues reported by nszRich Felker2011-09-262-2/+1
* FD_ISSET must return an int. this is the easiest way.Rich Felker2011-09-231-1/+1
* sys/user.h may need stdint.hRich Felker2011-09-231-0/+1
* fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.hRich Felker2011-09-211-5/+6
* gnu search.h has struct qelem...Rich Felker2011-09-211-0/+7
* fix some header typosRich Felker2011-09-202-2/+2
* make stdbool.h conform to c99Rich Felker2011-09-201-1/+2
* fix incorrect include guard in mqueue.hRich Felker2011-09-201-2/+2
* fix the fsid_t structure to match name of __valRich Felker2011-09-201-1/+1
* fix broken siginfo_t with _GNU_SOURCE definedRich Felker2011-09-201-6/+5
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-192-7/+24