aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Rename sys/ucontext.h to bits/ucontext.h.zack/no-nested-includesZack Weinberg1-14/+11
2020-01-08Minimize inclusion of netinet/in.h from public headers.Zack Weinberg1-14/+6
2020-01-08Don’t include sys/socket.h from public headers.Zack Weinberg1-9/+3
2020-01-08Minimize includes of unrelated public headers by networking headers.Zack Weinberg1-35/+20
2020-01-08Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg1-46/+16
2020-01-08Don’t include sys/time.h from sys/timex.h.Zack Weinberg1-1/+0
2020-01-08Don’t include string.h from sys/un.h.Zack Weinberg1-1/+0
2020-01-08Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg1-4/+3
2020-01-08Don’t include sys/select.h from sys/types.h.Zack Weinberg2-3/+4
2020-01-08Limit the set of strings.h functions also exposed in string.h.Zack Weinberg1-1/+0
2020-01-08Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg1-1/+0
2020-01-08Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg1-10/+7
2020-01-08Split up endian.h to minimize exposure of BYTE_ORDER.Zack Weinberg1-8/+2
2020-01-08Don’t include sys/cdefs.h directly from public headers.Zack Weinberg1-11/+7
2020-01-08Swap sys/poll.h with poll.h.Zack Weinberg1-2/+1
2020-01-08Swap sys/syslog.h with syslog.h.Zack Weinberg1-1/+1
2020-01-08Add check-obsolete-constructs checker for nested includes.Zack Weinberg1-0/+420
2020-01-08Create bits/types headers for most remaining __T_defined macros.Zack Weinberg1-9/+65
2020-01-08Clean up bits/types.h.Zack Weinberg1-33/+34
2020-01-08Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg1-1/+6
2020-01-08sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.Zack Weinberg1-0/+1
2020-01-02build-many-glibcs.py: Fix “glibcs i686-gnu --strip”Florian Weimer1-4/+9
2020-01-02build-many-glibcs.py: Implement update-syscalls commandFlorian Weimer1-3/+62
2020-01-02build-many-glibcs.py: Introduce glibc build policy classesFlorian Weimer1-49/+80
2020-01-02build-many-glibcs.py: Introduce LinuxHeadersPolicyForBuildFlorian Weimer1-43/+48
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2019-12-18build-many-glibcs.py: Do not build C++ PCHs by defaultFlorian Weimer1-2/+5
2019-12-16build-many-glibcs.py: Add mipsisa64r6el-linux-gnu targetDragan Mladjenovic1-0/+11
2019-12-05build-many-glibcs.py: Move sparcv8 to extra_glibcsAdhemerval Zanella1-4/+5
2019-11-28Fix syntax error in build-many-glibcs.py.Joseph Myers1-1/+1
2019-11-27Remove 32 bit sparc v7 supportAdhemerval Zanella1-6/+4
2019-11-26Use Linux 5.4 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-09-30Use binutils 2.33 branch in build-many-glibcs.py.Joseph Myers1-1/+1
2019-09-26auto-changelog: Remove latin1 from codecsSiddhesh Poyarekar1-1/+1
2019-09-20Script to generate ChangeLog-like output from git logSiddhesh Poyarekar5-0/+1244
2019-09-18Use Linux 5.3 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert21-21/+21
2019-07-24build-many-glibcs.py: Use Linux 5.2 by defaultFlorian Weimer1-1/+1
2019-07-02build-many-glibcs.py: Add v4t variant for arm-linux-gnueabiFlorian Weimer1-1/+3
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer1-21/+3
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg1-9/+0
2019-05-07Revert "Use Linux 5.1 in build-many-glibcs.py."Joseph Myers1-1/+1
2019-05-07Use Linux 5.1 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-05-07Use GCC 9 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-03-14scripts/check-obsolete-constructs.py: Process all headers as UTF-8.Zack Weinberg1-1/+1
2019-03-13Use Linux 5.0 in build-many-glibcs.py.Joseph Myers1-3/+4
2019-03-13Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2-32/+471
2019-03-07check-wrapper-headers test: Adjust Fortran include file directoryFlorian Weimer1-1/+1
2019-03-07Fix location where math-vector-fortran.h is installed.marxin2-0/+8