Jim Meyering
d433382eaa
Remove useless parentheses in cpp directive.
2006-01-25 07:43:17 +00:00
Paul Eggert
2d0c5eefd0
Sync from gnulib.
2005-09-22 06:05:39 +00:00
Jim Meyering
410f98fc2b
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
2005-07-02 08:41:46 +00:00
Jim Meyering
116e6fb244
Update FSF postal mail address.
2005-05-14 07:58:06 +00:00
Paul Eggert
e9d449928d
(textutils_fileblocks_unused): Make it a typedef
...
instead of an int, to save a few bytes in the object file.
2004-08-02 22:47:25 +00:00
Jim Meyering
51b6b653a2
back out Copyright date changes for files with no changes year
2000-08-07 15:48:18 +00:00
Jim Meyering
fde850f7ad
update copyright date
2000-07-09 07:22:43 +00:00
Jim Meyering
6b32b53027
Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.
1999-11-05 09:55:24 +00:00
Jim Meyering
7d60769bea
ansideclify
1998-12-07 03:12:10 +00:00
Jim Meyering
bfbc3ce20c
Use #if, not #ifdef with HAVE_ macros
1998-03-15 11:09:10 +00:00
Jim Meyering
dcb8db3c82
[__DJGPP__]: Add missing typedef for daddr_t.
1998-02-19 21:28:38 +00:00
Jim Meyering
443f852f61
Include sys/param.h only #if HAVE_SYS_PARAM_H.
...
Move function-spanning `#if ...BSIZE' stmt to follow inclusion of
sys/param.h since BSIZE is sometimes defined in sys/param.h.
Based on a patch from Philippe De Muyter.
1998-01-12 08:13:39 +00:00
Jim Meyering
f633782aa1
(st_blocks): long -> off_t.
...
Avoid arithmetic overflow when size is near max.
Depend on _POSIX_SOURCE and BSIZE, not _POSIX_VERSION, for
compatibility with system.h.
(BSIZE): Remove definition, since if BSIZE is not defined
we're never invoked.
1997-11-30 10:24:20 +00:00
Jim Meyering
f1390de4c3
[HAVE_UNISTD_H]: Include unistd.h.
...
John Gatewood Ham reported that this is necessary for DJGPP/Win95.
1997-06-03 20:01:47 +00:00
Jim Meyering
e8b07e3796
update FSF address in copyright
1996-07-15 03:36:16 +00:00
Jim Meyering
527b07a1ad
Indent CPP conditionals.
1996-04-28 21:41:20 +00:00
Jim Meyering
347c2d6d30
[HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl
...
of unused variable so that after preprocessing, the file will never
be empty. Otherwise, some compilers in ANSI mode (among them, the
Dec Alpha OSF 2.0 C compiler) reject empty files. From Kaveh Ghazi.
1996-04-28 21:34:00 +00:00
Jim Meyering
1cde2ceb5c
Use _POSIX_VERSION, not _POSIX_SOURCE.
1995-10-18 15:57:50 +00:00
Jim Meyering
f1ce35a10c
merge with 3.9h
1994-10-02 05:43:03 +00:00
Jim Meyering
1958250cc6
[!NINDIR]: Define BSIZE only if it's not already defined.
1993-10-17 22:31:39 +00:00
Jim Meyering
14fd34b788
Initial revision
1992-10-31 20:42:48 +00:00