1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 14:13:31 +02:00
This commit is contained in:
Jim Meyering
1993-03-28 19:22:51 +00:00
parent 7b90e466f9
commit eb652720df

View File

@@ -1,14 +1,16 @@
Fri Mar 26 19:03:37 1993 Jim Meyering (meyering@comco.com)
* ls.c (decode_switches, print_long_format): New option: --full-time.
From K. Richard Pixley (rich@rtl.cygnus.com)
Fri Mar 26 00:32:39 1993 Jim Meyering (meyering@comco.com)
* df.c (add_omitted_fs_type, fs_to_omit): New functions adding
support for --exclude-type option. From Kaveh R. Ghazi
<ghazi@caip.rutgers.edu>.
* ls.c (decode_switches, print_long_format): New option: --full-time.
From K. Richard Pixley (rich@rtl.cygnus.com)
Thu Mar 25 21:02:36 1993 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu)
* dirname.c [rindex]: Don't redefine.
Tue Mar 23 23:13:33 1993 Jim Meyering (meyering@comco.com)
* ls.c (gobble_file): Don't stat symlinks unless we need to.
@@ -21,6 +23,26 @@ Tue Mar 23 23:13:33 1993 Jim Meyering (meyering@comco.com)
With suggestions from Chris Weber <weber@bucknell.edu>,
Marlys.A.Nelson@uwrf.edu, and Albert-Lunde@nwu.edu.
Fri Mar 05 00:02:53 1993 Jim Meyering (meyering@comco.com)
* chmod.c: Add long-named options.
Mon Feb 15 23:34:55 1993 Jim Meyering (meyering@comco.com)
* rm.c (remove_file): Don't ask about overriding a mode if the
target is a symbolic link -- some systems (like SGI's Irix 4.0)
zero the permissions fields of symbolic links.
From Arne Henrik Juul (arnej@imf.unit.no).
Fri Dec 11 16:46:50 1992 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
* rm.c (main): If -f is given, don't complain if no file args
are given.
Tue Dec 8 21:09:16 1992 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu)
* posixtm.y: Include alloca.h if HAVE_ALLOCA_H, not if sparc.
Mon Dec 7 20:09:59 1992 Jim Meyering (meyering@idefix.comco.com)
* install.c (isnumber), chgrp.c (change_file_group): Define ISDIGIT