summaryrefslogtreecommitdiff
path: root/src/system.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* (system_quote_arg): New function; replaces SYSTEM_QUOTE_ARG macro.Paul Eggert1994-10-311-18/+2
* (_tolower): Define if not already defined.Paul Eggert1994-10-151-8/+9
* (<sys/wait.h>, WEXITSTATUS): Use simpler scheme now that HAVE_SYS_WAIT_HPaul Eggert1994-10-011-10/+1
* <string.h>: Include if HAVE_STRING_H, too.Paul Eggert1994-09-221-5/+41
* (memcmp): Define in terms of bcmp.Paul Eggert1994-09-131-2/+3
* Use more modern autoconf approach to standard C headers.Paul Eggert1994-09-121-24/+17
* Use Autoconf 2 style HAVE_DIRENT_H etc. macros for directories.Paul Eggert1994-09-081-15/+14
* Include <sys/file.h> only if HAVE_SYS_FILE_H.Paul Eggert1994-09-021-11/+43
* diffutils 2.6Paul Eggert1993-12-131-3/+3
* (malloc, realloc): Declare only if !HAVE_STDLIB_H.Paul Eggert1993-09-271-8/+4
* (volatile, const): Define these before including any system headers,Paul Eggert1993-09-181-9/+36
* #include <config.h>, not "config.h", to allowPaul Eggert1993-09-151-1/+1
* (PARAMS, VOID): Define earlier so that malloc decl can use VOID.Paul Eggert1993-09-131-49/+44
* (S_IXOTH, S_IXGRP, S_IXUSR,Paul Eggert1993-08-271-0/+38
* entered into RCSPaul Eggert1993-05-211-1/+1
* *** empty log message ***Roland McGrath1993-03-221-0/+6
* *** empty log message ***Roland McGrath1993-02-251-21/+38
* *** empty log message ***Paul Eggert1992-09-061-0/+6
* Initial revisionDavid MacKenzie1992-07-071-0/+130