aboutsummaryrefslogtreecommitdiff
path: root/include/safe-ctype.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently.
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2008-07-07 * safe-ctype.h: Add #include of ctype.h before redefiningJoel Brobecker1-1/+4
the ctype.h macros.
2008-07-04 * safe-ctype.h: Remove #error when detecting that ctype.h has beenJoel Brobecker1-4/+32
included. Redefine the various macros provided by ctype.h as undefined variables.
2005-05-10Update the address and phone number of the FSF organizationNick Clifton1-2/+2
2003-06-22merge from gccDJ Delorie1-6/+6
2003-06-22merge from gccDJ Delorie1-1/+17
2001-10-24merge from gccDJ Delorie1-1/+4
2001-03-14Synchronise with copyright dates on FSF GCC versions of these filesNick Clifton1-1/+1
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton1-1/+1
2001-03-02merge from gccDJ Delorie1-2/+2
2000-12-17* safe-ctype.h: Make code work on all targets and not just onDJ Delorie1-8/+3
targets where a char is 8 bits.
2000-12-08Actually add safe-ctype.hChristopher Faylor1-0/+105