about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* implement getusershell, etc. legacy functionsRich Felker2012-04-221-0/+3
* getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker2012-04-221-1/+1
* fix breakage in endian.hRich Felker2012-04-221-1/+1
* add some ugly byte swapping cruft in endian.hRich Felker2012-04-221-0/+59
* add getresuid and getresgid syscall wrappersRich Felker2012-04-221-0/+2
* fix header typoRich Felker2012-04-181-1/+1
* legacy junk compatibility grab-bagRich Felker2012-04-184-7/+34
* fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker2012-04-181-1/+1
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-0/+2
* rename __sa_restorer to sa_restorer in struct sigactionRich Felker2012-04-131-1/+1
* fix alloca issue in stdlib.h tooRich Felker2012-04-091-1/+1
* alloca cannot be a function. #define it to the gcc builtin if possibleRich Felker2012-04-091-0/+4
* remove useless (at best, harmful) feature test checks in aio.hRich Felker2012-04-031-5/+0
* optimize signbit macroRich Felker2012-03-301-2/+2
* make math.h more c++-friendlyRich Felker2012-03-301-2/+5
* simplify creal and cimag macrosRich Felker2012-03-221-8/+8
* add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker2012-03-221-0/+11
* tgmath.h: suppress any existing macro definitions before defining macrosRich Felker2012-03-221-0/+63
* fix DECIMAL_DIG definitionsRich Felker2012-03-211-2/+0
* initial, very primitive strfmonRich Felker2012-03-211-0/+21
* limits.h: support gcc's -funsigned-charRich Felker2012-03-201-2/+10
* move nonstandard gamma() etc. to _GNU_SOURCE onlyRich Felker2012-03-171-4/+4
* c++ seems to want some casts in the float representation-access macrosRich Felker2012-03-171-2/+2
* 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