Age | Commit message (Expand) | Author | Files | Lines |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 72 | -72/+72 |
2017-12-24 | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 1 | -0/+62 |
2017-12-19 | Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] | H.J. Lu | 1 | -0/+28 |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers | 1 | -1/+1 |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers | 1 | -2/+2 |
2017-12-05 | Use long double not double for _Float64 with old GCC if values the same. | Joseph Myers | 1 | -9/+42 |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers | 2 | -7/+11 |
2017-11-24 | Handle more _FloatN, _FloatNx types in bits/libm-simd-decl-stubs.h. | Joseph Myers | 1 | -0/+36 |
2017-11-17 | Support bits/floatn.h inclusion from .S files. | Joseph Myers | 2 | -147/+155 |
2017-11-07 | Move <bits/mman-linux.h> to the Linux sysdeps directory | Florian Weimer | 1 | -114/+0 |
2017-10-20 | Add bits/floatn.h defines for more _FloatN / _FloatNx types. | Joseph Myers | 2 | -0/+294 |
2017-10-17 | posix: Add p{readv,writev}2 flags to generic uio-ext.h | Adhemerval Zanella | 1 | -1/+5 |
2017-09-24 | hurd: Fix bits/socket.h conformity | Samuel Thibault | 1 | -9/+16 |
2017-08-31 | Simplify NAN definitions. | Joseph Myers | 1 | -5/+0 |
2017-08-31 | Simplify INFINITY definitions. | Joseph Myers | 1 | -32/+0 |
2017-08-31 | Simplify HUGE_VAL definitions. | Joseph Myers | 4 | -107/+0 |
2017-08-16 | Fix sigval namespace (bug 21944). | Joseph Myers | 2 | -5/+5 |
2017-08-07 | Fix XPG4.2 bits/sigaction.h namespace (bug 21899). | Joseph Myers | 1 | -3/+3 |
2017-06-20 | Factor out shared definitions from bits/signum.h. | Zack Weinberg | 2 | -62/+112 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 1 | -18/+0 |
2017-06-19 | Define struct rusage in sys/wait.h when required (bug 21575). | Joseph Myers | 1 | -43/+1 |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 1 | -14/+30 |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg | 2 | -5/+36 |
2017-06-12 | Remove __need_schedparam and __cpu_set_t_defined. | Zack Weinberg | 1 | -117/+4 |
2017-06-05 | Define SIG_HOLD for XPG4 (bug 21538). | Joseph Myers | 1 | -1/+1 |
2017-06-05 | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers | 1 | -1/+1 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 6 | -154/+86 |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers | 3 | -27/+68 |
2017-05-15 | float128: Add public _Float128 declarations to libm. | Paul E. Murphy | 3 | -0/+64 |
2017-05-09 | Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__ | Paul E. Murphy | 1 | -0/+9 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 2 | -0/+58 |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 1 | -9/+1 |
2017-02-28 | Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h> | Andreas Schwab | 1 | -1/+1 |
2017-02-16 | Move bits/types.h into posix/bits. | Zack Weinberg | 1 | -203/+0 |
2017-01-11 | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 1 | -0/+50 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 68 | -68/+68 |
2016-12-30 | Define __intmax_t, __uintmax_t in bits/types.h. | Joseph Myers | 1 | -0/+9 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 2 | -8/+41 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2 | -9/+28 |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2 | -14/+39 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2 | -7/+42 |
2016-11-23 | Fix default float_t definition (bug 20855). | Joseph Myers | 1 | -4/+4 |
2016-11-17 | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 1 | -0/+5 |
2016-11-04 | Define wordsize.h macros everywhere | Steve Ellcey | 1 | -0/+26 |
2016-09-30 | Add iscanonical. | Joseph Myers | 1 | -0/+28 |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2 | -2/+12 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2 | -37/+20 |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 1 | -2/+2 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -2/+2 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+8 |