diff options
author | Jim Meyering <jim@meyering.net> | 1993-04-15 01:58:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-04-15 01:58:23 +0000 |
commit | 29c0442cadced638d3f26b50db5a6328ad7b82d9 (patch) | |
tree | 2a8e508d291fa2d0705b3d3f1cc7cc2efcf02c61 /old/fileutils | |
parent | 0c6e5c710bac25a3676d0c04b185b70a7bfcf8b7 (diff) | |
download | coreutils-29c0442cadced638d3f26b50db5a6328ad7b82d9.tar.xz |
merge with 3.4.7
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 41 | ||||
-rw-r--r-- | old/fileutils/NEWS | 1 |
2 files changed, 42 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 113659999..504ddf8c9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,44 @@ +Tue Apr 13 09:18:18 1993 Jim Meyering (meyering@comco.com) + + * configure.in: Find a parser generator. + * Makefile.in [MDEFINES]: Add YACC to the list of variables passed to + sub-makes. + * lib/Makefile.in (posixtm.c, getdate.c): Try first to build with + `bison -o' -- for parallel makes. If that fails, use $(YACC). + + * posixtm.y [HAVE_MEMCPY && !HAVE_BCOPY]: Define bcopy in terms + of memcpy for old versions of bison that generate parsers that + use bcopy. + + * configure.in: Add tests for memcpy and bcopy. + +Mon Apr 12 23:02:14 1993 Jim Meyering (meyering@comco.com) + + * configure.in (mounted, space): Add filesystem checks for DEC Alpha + running OSF/1 to complement new code in mountlist.c and fsusage.c. + + * lib/mountlist.c (read_filesystem_list) [MOUNTED_GETFSSTAT]: Add code + to do it the OSF/1 way on a DEC alpha. + From Brian Fox (bfox@tinker.crseo.ucsb.edu). + + * lib/fsusage.c (get_fs_usage) [STATFS_OSF1]: Add code to call OSF/1's + variant of statfs. From Brian Fox (bfox@tinker.crseo.ucsb.edu). + +Sun Apr 11 20:29:31 1993 Jim Meyering (meyering@comco.com) + + * df.c (main, show_dev): Don't list dummy (automounter) filesystems + unless they're explicitly listed on the command line or if the -a + option is given. + +Fri Apr 9 11:40:48 1993 Jim Meyering (meyering@comco.com) + + * src/Makefile.in [.c.o]: Put CFLAGS after include directives. + +Wed Apr 7 23:54:48 1993 Jim Meyering (meyering@comco.com) + + * eaccess.c: Undefine NGROUPS_MAX before redefining it. + From ghazi@caip.rutgers.edu (Kaveh R. Ghazi). + Mon Apr 5 20:14:17 1993 Jim Meyering (meyering@comco.com) * Version 3.4.5. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 2e357df3f..d518d195e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,5 @@ Major changes in release 3.5: +* adds support for DEC Alpha under OSF/1 * configuring with gcc uses CFLAGS='-g -O' by default * all programs accept --help and --version options * long-named options must be introduced with `--'; `+' is no longer |