glibc
The GNU C library.
www.gnu.org
Most Popular In The Past Month
- libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f)
Wilco Dijkstra: Add initial inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f) based on existing asin/acos/atan inputs. - aarch64: add support for hwcap3,4
Yury Khrustalev: Add basic support for hwcap3 and hwcap4 in dynamic loader and ifunc resolvers. - linux: implement arbitrary and split speeds in termios
H. Peter Anvin (Intel): Linux has supported arbitrary speeds and split speeds in the kernel since 2008 on all platforms except Alpha (fixed in 2020), but glibc was never updated to match. - Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'
Maciej W. Rozycki: Support for the SIOCGIFINDEX ioctl(2) Linux ABI (0x8933 command, called SIOGIFINDEX in the API originally) was added with kernel version 2.1.14 for AF_INET6 sockets, followed by general support with version 2.1.22. - termios: add new baud_t interface, defined to be explicitly numeric
H. Peter Anvin (Intel): Add an explicitly numeric interface for baudrate setting. - hurd+generic/termios: make speed_t an unsigned int
H. Peter Anvin (Intel): POSIX requires that speed_t is an unsigned integer type, so change the generic speed_t definition to be an unsigned int instead of a plain int. - manual: Add a comparative example of 'clock_nanosleep' use
Maciej W. Rozycki: Add an illustrative example of how to express 'nanosleep' in terms of 'clock_nanosleep'. - posix: Add nonnull attribute to glob_pattern_p
Collin Funk: - posix/glob. - Turn on -Wfree-labels by default if available
Florian Weimer: This flags a hazard for backporting changes to earlier branches. - Turn on -Wmissing-parameter-name by default if available
Florian Weimer: This flags another hazard for backporting changes to earlier branches.