summaryrefslogtreecommitdiff
path: root/src/system.h
Commit message (Expand)AuthorAgeFilesLines
* diff: use C23 boolPaul Eggert2023-02-051-2/+0
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* maint: prefer attribute.h attributesPaul Eggert2021-08-301-16/+5
* maint: lint → GCC_LINTPaul Eggert2021-08-221-1/+1
* diff: remove printintPaul Eggert2021-08-221-22/+3
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* maint: update to work with GCC7's -Werror=implicit-fallthrough=Jim Meyering2017-05-181-0/+8
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* diff: don't assume ptrdiff_t <= long long intPaul Eggert2016-08-281-5/+7
* diff: port line numbers to mingw64Paul Eggert2016-08-271-4/+20
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* diff, sdiff: minor integer overflow fixesPaul Eggert2014-02-241-0/+5
* cmp: tune 'cmp a b' for GCC x86Paul Eggert2013-08-121-2/+4
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* diff: fix a typo that was always disabling the same_special_file macroJim Meyering2012-05-051-1/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: ccache works better without embedded version stringsJim Meyering2011-06-131-0/+1
* maint: remove all uses of vfork: use fork insteadJim Meyering2011-01-241-9/+0
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* build: don't define macros that gnulib providesJim Meyering2010-05-091-13/+0
* maint: remove now-useless #if HAVE_HEADER_H guardsJim Meyering2010-04-301-3/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* build: suppress warnings about bindtextdomain and textdomainJim Meyering2009-11-201-0/+6
* maint: define/use PROGRAM_NAME and AUTHORS; use propername moduleJim Meyering2009-11-161-0/+1
* maint: no longer define *_FILENO constantsJim Meyering2009-11-161-9/+0
* admin: update all copyright notices to include the year 2009Jim Meyering2009-11-111-2/+2
* maint/sc: use STREQ, not strcmp(a,b) == 0Jim Meyering2009-11-111-0/+2
* maint/sc: enforce "file system" spellingJim Meyering2009-11-111-4/+4
* * COPYING: New file.Paul Eggert2007-07-191-7/+5
* Modernize bootstrap procedure to match current gnulib.Paul Eggert2006-09-051-109/+15
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-5/+6
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-24/+23
* (S_IRWXU, S_IRWXG, S_IRWXO): Define if not defined.Paul Eggert2004-04-121-70/+21
* *** empty log message ***Paul Eggert2002-06-111-26/+0
* (SSIZE_MAX): Define if limits.h doesn't.Paul Eggert2002-04-051-0/+3
* Don't use alloca or include <alloca.h>.Paul Eggert2002-02-281-26/+24
* (UINTMAX_MAX): New macro.Paul Eggert2002-01-241-4/+7
* (S_IXUSR, S_IXGRP, S_IXOTH): New macros.Paul Eggert2001-12-111-33/+13
* (STAT_BLOCKSIZE): Use HAVE_STRUCT_STAT_ST_BLKSIZE, not HAVE_ST_BLKSIZE.Paul Eggert2001-12-031-14/+29
* Assume C89 or better.Paul Eggert2001-11-251-113/+191
* (__attribute__): New macro.Paul Eggert1998-09-141-1/+1
* (__attribute__): New macro.Paul Eggert1998-09-131-63/+123
* (gettext): Declare; use a stub if ! HAVE_LIBINTL_H.Paul Eggert1994-11-141-0/+12