diff options
author | Jim Meyering <jim@meyering.net> | 1993-05-22 02:09:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-05-22 02:09:05 +0000 |
commit | d1c5cbfcddaced8d64b23bc3f22bfc4082b58604 (patch) | |
tree | 684956921106115248c1a6e3263fba4309b0d698 /old | |
parent | 5ca6750d57a9d89163cd3548758589d4ab14c75c (diff) | |
download | coreutils-d1c5cbfcddaced8d64b23bc3f22bfc4082b58604.tar.xz |
merge with 3.5.5
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 74 | ||||
-rw-r--r-- | old/fileutils/NEWS | 2 |
2 files changed, 53 insertions, 23 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 210d5e160..b6e5eaebf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,14 +1,42 @@ -Wed May 12 20:48:55 1993 Jim Meyering (meyering@comco.com) +Fri May 21 18:42:27 1993 Jim Meyering (meyering@comco.com) + + * rename.c (rename): Be careful not to unlink `from' if it happens + to be equal to `to' or (on filesystems that silently truncate + filenames after 14 characters) if `from' and `to' share the + significant characters. From Bruno Haible + <haible@ma2s2.mathematik.uni-karlsruhe.de>. + + * mountlist.c, fsusage.c: Make these work under m88k DolphinOS. + From Kjetil Wiekhorst J|rgensen <jorgens@pvv.unit.no>. + +Tue May 18 23:49:26 1993 Jim Meyering (meyering@comco.com) + + * mkinstalldirs: New file. + * Makefile.in (installdirs): Use it. + +Sat May 15 01:20:26 1993 Jim Meyering (meyering@comco.com) + + * ln.c (do_link): Make `ln -s dir_pathname .' work when the + pathname has a trailing slash. + +Fri May 14 23:45:52 1993 Jim Meyering (meyering@comco.com) + + * all source: With --version, print version and exit immediately. + +Wed May 12 20:48:55 1993 Jim Meyering (meyering@comco.com) * configure.in: Add check for the -ldgc library that is required for getmntent on m88k DGUX-5.4 systems. -Sat May 8 11:31:14 1993 Jim Meyering (meyering@comco.com) + * Makefile.in (installdirs): New rules for creating installation + directories. (install): depend on it. + +Sat May 8 11:31:14 1993 Jim Meyering (meyering@comco.com) * lib/Makefile.in (dist): Use `cp -p' instead of just `cp' if linking fails. -Thu May 6 22:45:25 1993 Jim Meyering (meyering@comco.com) +Thu May 6 22:45:25 1993 Jim Meyering (meyering@comco.com) * makepath.c: Use explicit dcl of errno only if !STDC_HEADERS. Some systems have <errno.h> but don't declare errno. @@ -16,12 +44,12 @@ Thu May 6 22:45:25 1993 Jim Meyering (meyering@comco.com) * getdate.y: Test TIME_WITH_SYS_TIME, not TIME_AND_SYS_TIME. -Wed May 5 00:21:12 1993 Jim Meyering (meyering@comco.com) +Wed May 5 00:21:12 1993 Jim Meyering (meyering@comco.com) * configure.in: Add AC_TIME_WITH_SYS_TIME. * getdate.y: Use it (this is a version local to fileutils). -Tue May 4 20:25:41 1993 Jim Meyering (meyering@comco.com) +Tue May 4 20:25:41 1993 Jim Meyering (meyering@comco.com) * du.c (count_entry): Give an error and exit if chdir ("..") fails. From Bruce Evans <bde@runx.oz.AU>. @@ -29,25 +57,25 @@ Tue May 4 20:25:41 1993 Jim Meyering (meyering@comco.com) * eaccess (eaccess_stat): Cast NGROUPS_MAX to appropriate types. From Bruce Evans <bde@runx.oz.AU>. -Mon May 3 22:09:24 1993 Jim Meyering (meyering@comco.com) +Mon May 3 22:09:24 1993 Jim Meyering (meyering@comco.com) * configure.in: Add AC_GETGROUPS_T. * eaccess.c: Don't define GETGROUPS_T. Now configure does it. -Sun May 2 09:18:53 1993 Jim Meyering (meyering@comco.com) +Sun May 2 09:18:53 1993 Jim Meyering (meyering@comco.com) * configure.in: Check for libypsec.a on Dolphin M88K machines. This can result in significant speedup for programs that access YP information. From Kjetil Wiekhorst J{\o}rgensen <jorgens@pvv.unit.no>. -Fri Apr 30 02:21:48 1993 Jim Meyering (meyering@comco.com) +Fri Apr 30 02:21:48 1993 Jim Meyering (meyering@comco.com) * ls.c (main): Make `-f' work like on standard Unix ls, instead of as a short equivalent of --full-time. * ls.1: Document it. -Thu Apr 29 00:46:46 1993 Jim Meyering (meyering@comco.com) +Thu Apr 29 00:46:46 1993 Jim Meyering (meyering@comco.com) * src/Makefile.in [dir.o, vdir.o]: Make ordering of CFLAGS etc in compilation rules consistent with that in .c.o rule. @@ -56,11 +84,11 @@ Thu Apr 29 00:46:46 1993 Jim Meyering (meyering@comco.com) Makefile.in (like adding new files to DISTRIB) are reflected in the new distribution. -Tue Apr 27 21:35:11 1993 Jim Meyering (meyering@comco.com) +Tue Apr 27 21:35:11 1993 Jim Meyering (meyering@comco.com) * configure.in: Remove unnecessary AC_PROG_INSTALL. -Fri Apr 23 23:39:16 1993 Jim Meyering (meyering@comco.com) +Fri Apr 23 23:39:16 1993 Jim Meyering (meyering@comco.com) * {lib,src}/Makefile.in [.c.o]: Make CPPFLAGS and CFLAGS follow other options so users can use them to override DEFS. @@ -69,7 +97,7 @@ Fri Apr 23 23:39:16 1993 Jim Meyering (meyering@comco.com) libc-subst. `touch' built with the latter didn't set proper time unless given a specific --date option. -Thu Apr 22 00:22:25 1993 Jim Meyering (meyering@comco.com) +Thu Apr 22 00:22:25 1993 Jim Meyering (meyering@comco.com) * makepath.c: Decouple inclusion of errno.h from definition of STDC_HEADERS; many systems have errno.h, yet shouldn't define @@ -78,7 +106,7 @@ Thu Apr 22 00:22:25 1993 Jim Meyering (meyering@comco.com) EPERM are defined. * configure.in: Test for errno.h header file. -Mon Apr 19 11:21:14 1993 Jim Meyering (meyering@comco.com) +Mon Apr 19 11:21:14 1993 Jim Meyering (meyering@comco.com) * Version 3.5. @@ -104,7 +132,7 @@ Sun Apr 18 22:40:19 1993 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu) * configure.in: Fix test for 4.4BSD statfs to not grep for a macro in cpp output. -Sun Apr 18 02:35:36 1993 Jim Meyering (meyering@comco.com) +Sun Apr 18 02:35:36 1993 Jim Meyering (meyering@comco.com) * configure.in: Check for gettimeofday. Check for `struct tm'. @@ -118,7 +146,7 @@ Sun Apr 18 02:35:36 1993 Jim Meyering (meyering@comco.com) mvdir so that it doesn't cause gratuitous failures with broken shells. Split long rule so the pieces fit in 80-column lines. -Thu Apr 15 23:44:01 1993 Jim Meyering (meyering@comco.com) +Thu Apr 15 23:44:01 1993 Jim Meyering (meyering@comco.com) * lib/Makefile.in (posixtm.c): Add dependency on getdate.c to enforce sequential invocations of YACC. @@ -127,7 +155,7 @@ Thu Apr 15 23:44:01 1993 Jim Meyering (meyering@comco.com) won't be run in parallel; now bison (when used) is always invoked with -y. -Tue Apr 13 09:18:18 1993 Jim Meyering (meyering@comco.com) +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 @@ -141,7 +169,7 @@ Tue Apr 13 09:18:18 1993 Jim Meyering (meyering@comco.com) * configure.in: Add tests for memcpy and bcopy. -Mon Apr 12 23:02:14 1993 Jim Meyering (meyering@comco.com) +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. @@ -153,17 +181,17 @@ Mon Apr 12 23:02:14 1993 Jim Meyering (meyering@comco.com) * 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) +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) +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) +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). @@ -705,7 +733,7 @@ Thu Oct 24 23:50:46 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu) * chown.c (change_file_owner), chgrp.c (change_file_group): don't skip symlinks, since the chown system call works on them. -Fri 18 Oct 1991 23:29:24 Jim Meyering (meyering at wombat) +Fri 18 Oct 1991 23:29:24 Jim Meyering (meyering at wombat) * configure: fixed test to detect sequent's strange interpretation of utime(file, NULL). @@ -778,12 +806,12 @@ Wed Aug 21 13:03:14 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu) like Sequents. * configure: Check sys/dir.h for 'void closedir'. -Tue Aug 20 22:22:47 1991 Jim Meyering (meyering at nutrimat) +Tue Aug 20 22:22:47 1991 Jim Meyering (meyering at nutrimat) * mvdir.c (main): Clean up loop to stat component directories -- as in makepath and pathchk. -Tue Aug 20 22:10:47 1991 Jim Meyering (meyering at nutrimat) +Tue Aug 20 22:10:47 1991 Jim Meyering (meyering at nutrimat) * dirname.c (dirname): Allocate exact amount of space needed for result. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 590577c1b..487e1d165 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ Major changes in release 3.6: +* `ln -s dir_pathname .' works when the pathname has a trailing slash +* with the --version option programs print the version and exit immediately * GNU ls -f works like Unix ls -f * mktime replacement works |