aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-01-13Include contents of sys2.h.Jim Meyering1-2/+629
2003-08-19Include stdlib.h unconditionally,Jim Meyering1-5/+3
2003-07-12 * src/sys2.h: Remove alloca-related block.Jim Meyering1-0/+2
2003-06-17(initialize_main): Define.Jim Meyering1-0/+6
2003-06-16(O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): New definitions.Jim Meyering1-1/+16
2003-06-16(ENOSYS, ENOTSUP): Define to -1 if not defined.Jim Meyering1-0/+8
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering1-5/+1
2003-06-02Always include <string.h>, since we assume C89.Jim Meyering1-11/+2
2003-04-04Include "localedir.h".Jim Meyering1-1/+2
2002-12-14[! HAVE_DECL_MEMRCHR]: Declare memrchr.Jim Meyering1-0/+3
2002-10-18(ST_BLKSIZE): Correct comment describing how toJim Meyering1-1/+1
2002-10-17Fix a problem that could make cat misbehave on systems whichJim Meyering1-3/+9
2002-08-31Symlinks were always reported as using 0 blocks.Jim Meyering1-7/+2
2002-06-20Change `defined(X)' syntax to `defined X' in cpp directives.Jim Meyering1-6/+6
2002-06-15For GNU libc 2.2 and newer, ensure that <sys/types.h>Jim Meyering1-1/+7
2002-02-16(_POSIX2_VERSION, POSIX2_VERSION): Remove definitions.Jim Meyering1-27/+1
2002-02-02(OPTARG_POSIX, OBSOLETE_OPTION_WARNINGS): New macros.Jim Meyering1-0/+15
2002-01-16(_POSIX2_VERSION, POSIX2_VERSION): New macros.Jim Meyering1-1/+12
2001-11-27(SET_MODE) [O_BINARY]: Call setmode, not set_mode.Jim Meyering1-1/+1
2001-09-16(SET_MODE): Define.Jim Meyering1-0/+2
2001-08-31* src/remove.c: Move true/false definitions and include from here...Jim Meyering1-1/+7
2001-05-13(NODEV): Remove, undoing previous change.Jim Meyering1-4/+0
2001-05-13(NODEV): New macro, if not already defined.Jim Meyering1-0/+4
2000-04-19[__BEOS__]: Ignore O_BINARY and O_TEXT.Jim Meyering1-0/+7
2000-03-12Merge from textutils.Jim Meyering1-6/+37
2000-03-04copyrightJim Meyering1-1/+1
2000-01-30(ST_NBLOCKS): Use st_size only for regular files andJim Meyering1-4/+16
1999-12-12Move 120+ lines of stat.h-related macros from system.h (not shared)Jim Meyering1-130/+0
1999-12-12(S_IRUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH): DefineJim Meyering1-24/+33
1999-11-05Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.Jim Meyering1-3/+3
1999-09-28Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics.Jim Meyering1-14/+14
1999-05-08* src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM,Jim Meyering1-47/+0
1999-04-26(S_ISUID, S_ISGID, S_ISVTX, S_IRWXU, S_IRWXG, S_IRWXO):Jim Meyering1-0/+28
1999-04-04(S_IWUSR): Define if not already defined.Jim Meyering1-0/+8
1999-04-03(S_IWUSR): Define if not already defined.Jim Meyering1-0/+8
1999-02-03(S_ISDOOR): Define if missing.Jim Meyering1-0/+4
1999-01-29Use TIME_WITH_SYS_TIME-based #if test rather thanJim Meyering1-3/+8
1998-08-30(ST_TIME_CMP_NS, ATIME_CMP, CTIME_CMP, MTIME_CMP): Use new ST_MTIM_NSEC macro.Jim Meyering1-4/+4
1998-08-30(CHAR_MIN, CHAR_MAX):Jim Meyering1-7/+6
1998-08-02(ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP, MTIME_CMP): New macros.Jim Meyering1-0/+11
1998-03-31(TYPE_MAXIMUM): Cast result to `(t)' so this macro works with `unsigned char'.Jim Meyering1-1/+29
1998-01-24(TYPE_MINIMUM): Add extra outer cast to work aroundJim Meyering1-1/+4
1998-01-04copyrightJim Meyering1-1/+1
1997-12-14Remove lseek and memchr dcls.FILEUTILS-3_16gJim Meyering1-8/+2
1997-11-30filter through cppiJim Meyering1-5/+5
1997-11-30(<limits.h>): Include if HAVE_LIMITS_H.Jim Meyering1-10/+40
1997-11-24move big chunk of defs to sys2Jim Meyering1-146/+3
1997-11-12[!HAVE_MEMPCPY] (mempcpy): Define.Jim Meyering1-0/+14
1997-10-25Include xalloc.h.Jim Meyering1-0/+2
1997-10-23[!HAVE_DECLARATION_FREE]: Declare free.Jim Meyering1-0/+20