213 Commits (80949ccdc6656c51292b4260b6e8d7b493ca6c45)

Author SHA1 Message Date
Rich Felker 80949ccdc6 limits.h: support gcc's -funsigned-char 14 years ago
Rich Felker 8e092217dd move nonstandard gamma() etc. to _GNU_SOURCE only 14 years ago
Rich Felker 65db6bf5ea c++ seems to want some casts in the float representation-access macros 14 years ago
Rich Felker 2cbb24bba3 remove junk sincos implementations in preparation to merge nsz's real ones 14 years ago
nsz 40305f74bd in math.h make lgamma_r and non-double bessel _GNU_SOURCE only 14 years ago
nsz 0144b45b71 efficient sincos based on sin and cos 14 years ago
Rich Felker 5657cc58e5 implement sincosf and sincosl functions; add prototypes 14 years ago
Rich Felker b69f695ace first commit of the new libm! 14 years ago
Rich Felker 405ce58dcf fix nan/infinity macros in math.h, etc. 14 years ago
Rich Felker 9fcecd7b34 typo in math.h c version check 14 years ago
Rich Felker db3e78cee5 make math.h compatibe with c89 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
Rich Felker 051175d4fe add memory.h, bogus legacy alias for string.h 14 years ago
Rich Felker d36751943a use c++-friendly initializers for pthread initializer definitions 14 years ago
Rich Felker 4ce6766a32 add <syscall.h> as an alias for <sys/syscall.h> 14 years ago
Rich Felker 06aec8d715 replace prototype for basename in string.h with non-prototype declaration 14 years ago
Rich Felker 1611ab0d9b add get_current_dir_name function 14 years ago
Rich Felker 414a4cdebc add float_t and double_t to math.h 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker 570edb19d1 fix typo in inotify.h 14 years ago
Rich Felker 1ba28b90d6 declare basename in string.h when _GNU_SOURCE is defined 14 years ago
Rich Felker a591e0383a revert hacks for types of stdint.h integer constant macros 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 14 years ago
Rich Felker e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 14 years ago
Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions 14 years ago
Rich Felker 147f355cb6 apparently gnu caddr_t is supposed to be char *, not unsigned long 14 years ago
Rich Felker 96e0aca4d5 fix utmp.h mess, try 2 14 years ago
Rich Felker 108fdd3318 fix previous utmp.h junk commit 14 years ago
Rich Felker fa3bbbd453 add some missing junk in utmp.h 14 years ago
Rich Felker 5e9314ff03 add fgetpwent (nonstandard function) 15 years ago
Rich Felker 4619901ec4 add linux setfs[ug]id syscall wrappers 15 years ago
Rich Felker c3db56c4cb remove useless "extern" keywords in headers 15 years ago
Rich Felker 8eb9a3afba fix typo in FPE_FLTUND definition, signal.h 15 years ago
Rich Felker 6a193804a8 add MIN/MAX macros to sys/param.h 15 years ago
Rich Felker 477e72ac4a add legacy futimes and lutimes functions 15 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 4e3df7be8f fix __cplusplus extern "C" closing brace in pty.h (typo?) 15 years ago
Rich Felker 3ed8c9f2df fix all missing instances of __cplusplus checks/extern "C" in headers 15 years ago
Rich Felker 42976cee2d add some missing GNU FNM_* extensions to the header 15 years ago
Rich Felker 03860303c2 fix some details in ugly stuff that doesn't belong in libc 15 years ago
Rich Felker 73f5ff4e86 make [U]INTn_C() macros have the right type... 15 years ago
Rich Felker f0a8d60d32 stupid typo (caused by rather ugly spelling in POSIX..) in aio 15 years ago
Rich Felker 7e14ed1360 fix ctype macros to cast argument to (unsigned) first 15 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker c41a76f58c FD_ISSET must return an int. this is the easiest way. 15 years ago
Rich Felker 1587224ed6 sys/user.h may need stdint.h 15 years ago
Rich Felker 81a5577a86 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h 15 years ago
Rich Felker 319df20bc9 gnu search.h has struct qelem... 15 years ago
Rich Felker fd9e01e92a fix some header typos 15 years ago