home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / fileutils-3.12-src.lha / fileutils-3.12 / ChangeLog < prev    next >
Encoding:
Text File  |  1994-11-06  |  109.2 KB  |  3,097 lines

  1. Sun Nov 06 00:18:56 1994  Jim Meyering  (meyering@comco.com)
  2.  
  3.     * Version 3.12.
  4.  
  5. Sat Nov 05 15:20:07 1994  Jim Meyering  (meyering@comco.com)
  6.  
  7.     * group-member.c: Use up-to-date version.
  8.     * group-member.h: New file.
  9.     * lib/Makefile.in (DISTFILES): Add group-member.h.
  10.     (group-member.o): Depend on group-member.h.
  11.  
  12.     * Version 3.11.
  13.  
  14.     * src/Makefile.in (obstack.o): Depend on obstack.h.
  15.     * makepath.c (makepath) [__STDC__]: Add an ANSI-style prototype.
  16.     From Kaveh Ghazi.
  17.  
  18. Fri Nov 04 17:27:55 1994  Jim Meyering  (meyering@comco.com)
  19.  
  20.     * Version 3.10.
  21.  
  22. Thu Nov 03 12:59:34 1994  Jim Meyering  (meyering@comco.com)
  23.  
  24.     * makepath.h: New file.
  25.     * makepath.c: Include it.
  26.     Add an argument: PRESERVE_EXISTING.
  27.     Declare char* arguments const.
  28.     * install.c, mkdir.c: Update callers.  Set it in mkdir.c so
  29.     that `mkdir -p' ignores existing directories as POSIX mandates.
  30.     Before, it would try to change owner and/or permissions of such
  31.     directories.  Christopher S. Arthur <csa@halcyon.com> reported
  32.     the mkdir -p failure.
  33.     * lib/Makefile.in (DISTFILES): Add it.
  34.     (makepath.o): Depend on makepath.h.
  35.     * src/Makefile.in (install.o, mkdir.o): Depend on makepath.h.
  36.     * cp.c (make_path_private): Rename function from make_path to
  37.     avoid confusion.
  38.     (do_copy): Update caller.
  39.  
  40.     * ls.c: Include <limits.h> before system.h because limits.h on
  41.     some systems undefines PATH_MAX, whereas system.h includes pathmax.h
  42.     which sets PATH_MAX.  From Kaveh Ghazi.
  43.  
  44.     * euidaccess.c: Define S_IXUSR, S_IXGRP, and S_IXOTH in terms of
  45.     S_IEXEC if they're not already defined.  Reported by Kaveh Ghazi
  46.     and Daniel Hagerty <hag@gnu.ai.mit.edu>.
  47.  
  48. Tue Nov 01 06:18:20 1994  Jim Meyering  (meyering@comco.com)
  49.  
  50.     * eaccess.c (euidaccess): Rename from eaccess to avoid conflict
  51.     with like-named, different function in some C libraries.
  52.     * euidaccess.c: Renamed from eaccess.c
  53.     * lib/Makefile.in (SOURCES): Rename eaccess.c.
  54.     Update dependency, too.
  55.     * configure.in (AC_REPLACE_FUNCS): Check for euidaccess
  56.  
  57. Mon Oct 31 08:02:31 1994  Jim Meyering  (meyering@comco.com)
  58.  
  59.     * ls.c (dired_dump_obstack): Cast obstack_finish for non-ANSI
  60.     compilers.  Kaveh Ghazi reported the problem.
  61.  
  62. Sat Oct 29 00:42:18 1994  Jim Meyering  (meyering@comco.com)
  63.  
  64.     * fsusage.c (get_fs_usage) [STAT_STATFS4]: Define CONVERT_BLOCKS
  65.     to adjust_blocks for _AIX.  Was getting off-by-8x numbers.
  66.  
  67.     * df.c: Make --sync the default.
  68.     Add new option: --no-sync.
  69.     Remove short option alias for --sync.
  70.     (usage): Update.
  71.  
  72.     * ls.c [!STDC_HEADERS]: Declare free.
  73.     (dired_dump_obstack): Cast pos[i] (of type size_t) to int so it
  74.     matches %d in printf.
  75.     (quote_filename): Fix typo in stpcpy call.
  76.  
  77. Thu Oct 27 00:02:45 1994  Jim Meyering  (meyering@comco.com)
  78.  
  79.     * fsusage.c: Include <sys/stat.h> before safe-stat.h.
  80.  
  81.     * cp.c (make_path): Don't change protections on existing directory.
  82.     Reported by Andreas Schwab.
  83.  
  84.     * df.c: New option: --sync.  No longer perform sync by default.
  85.     Do it only when this option is used.  Invoking sync can be very
  86.     expensive, and it's not clear that doing so yields more up to date
  87.     results.  With encouragement/prodding from Paolo Zeppegno
  88.     (paolo@to.sem.it), Nick Holloway, and Kaveh Ghazi.
  89.  
  90. Thu Oct 20 00:52:59 1994  Jim Meyering  (meyering@comco.com)
  91.  
  92.     * system.h [!S_IEXEC]: Define as S_IXUSR.
  93.  
  94.     * cp.h [S_IEXEC]: Remove definition.  cp.c doesn't use it.
  95.  
  96.     * ls.c [!INT_MAX]: Define to 2^31 - 1 so subsequent #if test works.
  97.     [S_IEXEC]: Remove definition.  It's in system.h now.
  98.     (usage): Sort options, but without segregating upper and lower case.
  99.  
  100.     * ls.c: Support for new option: --dired (-D).
  101.     (dired, dired_pos, dired_obstack, subdired_obstack): Global variables.
  102.     [PUTCHAR, FPUTS, FPUTS_LITERAL, PUSH_CURRENT_DIRED_POS]: New macros
  103.     (dired_dump_obstack, quote_filename): New functions.
  104.     (main): Initialize obstacks.
  105.     (decode_switches): Recognize -D.
  106.     (print_dir): Make arguments `const.'
  107.     Record directory name indices in obstack.
  108.     (print_dir, print_long_format, print_type_indicator): Use macros
  109.     FPUTS, FPUTS_LITERAL, PUTCHAR for output.
  110.     (print_long_format): Record file name indices in obstack.
  111.     (print_name_with_quoting): Just call quote_filename and output the
  112.     result.
  113.  
  114. Mon Oct 17 23:56:36 1994  Jim Meyering  (meyering@comco.com)
  115.  
  116.     * savedir.c: Indent CPP conditionals.  Change some #ifdefs to #ifs.
  117.     From Franc,ois Pinard.
  118.  
  119. Mon Oct 17 10:27:26 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  120.  
  121.     * lib/dirname.c: Use strrchr, not rindex.
  122.  
  123. Sun Oct 16 07:53:27 1994  Jim Meyering  (meyering@comco.com)
  124.  
  125.     * system.h (S_IXUSR, S_IXGRP, S_IXOTH): Define these in terms of
  126.     S_IEXEC if they're not already defined. From Kaveh Ghazi.
  127.  
  128.     * eaccess.c (eaccess_stat): Don't use NULL in comparison.
  129.     Some systems don't define it except in stdio.h -- and including
  130.     (yes, just including) stdio.h has been known to significantly
  131.     increase object code size (though admittedly, that probably
  132.     happens only on old systems).  Kaveh Ghazi reported the problem.
  133.  
  134.     * src/Makfile.in lib/Makfile.in (DEFS): Remove -Dlint.
  135.     It causes problems on broken pyramid system.
  136.     From Kaveh Ghazi.
  137.  
  138. Sat Oct 08 10:39:32 1994  Jim Meyering  (meyering@comco.com)
  139.  
  140.     * mountlist.c: Always include <sys/param.h> if it exists.
  141.     (fstype_to_string) [__NetBSD__]: Don't define this function.
  142.     (read_filesystem_list) [__NetBSD__]: Use fsp's f_fstypename field,
  143.     rather than fstype_to_string (f_type).  With suggestions from
  144.     Greg Hudson (ghudson@mit.edu).
  145.  
  146.     * lib/Makefile.in (OBJECTS): Remove eaccess.o.
  147.     * configure.in (AC_REPLACE_FUNCS): Add `eaccess' here instead.
  148.     The Hurd and Linux will have it.
  149.  
  150. Fri Oct 07 20:27:48 1994  Jim Meyering  (meyering@comco.com)
  151.  
  152.     * (doc): New subdirectory with texinfo documentation.
  153.     * fileutils.texi: Thanks to Franc,ois Pinard and Karl Berry!
  154.  
  155.     * Makefile.in (All of them): Update from the ones in sh-utils.
  156.     From now on, rules and definitions that are comon to the fileutils,
  157.     textutils, and sh-utils will get ChangeLog entries only in the
  158.     sh-utils.
  159.  
  160.     * Makefile.in (install, uninstall): Prepend ginstall->install
  161.     mapping to standard $(transform) sed mapping.
  162.  
  163.     * chgrp.c, chmod.c, chown.c, install.c, mkdir.c, mkfifo.c, mknod.c,
  164.     rm.c, rmdir.c (main): Diagnose wrong number of argument -- usually
  165.     too few -- instead of just referring the user to the --help option.
  166.     * mknod.c (main): Give diagnostics explaining specific problems
  167.     instead of just the usage message.  Reported by Karl Berry.
  168.  
  169.     * configure.in: Overhaul tests that determine how to get filesystem
  170.     usage statistics.  Now, most use AC_TRY_RUN and test for the precise
  171.     feature that will be used.  I know that that will make configuring a
  172.     little harder for the people who cross compile, but if one of them
  173.     is annoyed enough (or complains loudly enough :-) maybe someone will
  174.     find the time to add tests to be used solely when cross compiling.
  175.     * acconfig.h (STAT_READ): Rename to STAT_READ_FILSYS.
  176.     * fsusage.c: Reorganize accordingly.
  177.  
  178. Tue Oct 04 20:38:12 1994  Jim Meyering  (meyering@comco.com)
  179.  
  180.     * chmod.c (main): Remove trailing slashes from file name arguments.
  181.     Otherwise, `chmod 600 foo/; chmod 700 foo/' failed with the error
  182.     `chmod: foo/: Permission denied' under Linux 1.1.51.  Reported by
  183.     Thomas Koenig (ig25@fg70.rz.uni-karlsruhe.de).
  184.     * chown.c (main): Likewise.
  185.  
  186. Thu Oct  2 23:03:32 1994  Jim Meyering  (meyering@comco.com)
  187.  
  188.     * configure.in: Replace obsolete AC_DIR_HEADER with AC_HEADER_DIRENT
  189.     and AC_FUNC_CLOSEDIR_VOID.
  190.  
  191.     * configure.in: Remove AC_SIZEOF_TYPE(int).
  192.     ls.c: Instead of comparing SIZEOF_INT == 2, compare INT_MAX to 2^16.
  193.     Suggestion from Roland McGrath.
  194.  
  195. Sat Oct 01 21:23:27 1994  Jim Meyering  (meyering@comco.com)
  196.  
  197.     * src/*.c: Remove CONFIG_BROKETS conditional.
  198.  
  199.     * {*/,}Makefile.in: Revamp to look much like those in sh-utils.
  200.     * acconfig.h (HAVE_FTRUNCATE): Remove it.
  201.     (ino_t, D_INO_IN_DIRENT): Add these.
  202.  
  203.     * configure.in: Convert for autoconf-2.0.
  204.     * backupfile.c: Likewise.
  205.     * savedir.c: Likewise.
  206.  
  207.     * mkdir.c, rmdir.c: Split the two functions from old mkdir.c into
  208.     separate files.
  209.  
  210.     * chgrp.c [_POSIX_VERSION]: Test this instead of _POSIX_SOURCE.
  211.  
  212.     * ls.c: Don't use SIZEOF_INT because it would require configure
  213.     to run a program -- then cross compilers would lose.  Instead,
  214.     compare INT_MAX to 64k-1 since all we need to know is whether
  215.     an int is 2 bytes or larger.
  216.  
  217.     * rm.c [D_INO]: Use D_INO_IN_DIRENT rather than _POSIX_SOURCE in the
  218.     test for how to define this macro.
  219.  
  220.     * system.h: Use HAVE_SYS_PARAM_H (not _POSIX_SOURCE) in test
  221.     for whether to include <sys/param.h>.
  222.     Likewise for <utime.h>.
  223.     Update for DIRENT->HAVE_DIRENT_H etc. autoconf-2.0 changes.
  224.     Ditto for VOID_CLOSEDIR->CLOSEDIR_VOID.
  225.  
  226.     * xgetcwd.c [!_POSIX_VERSION && !HAVE_GETCWD]: Remove
  227.     !defined (_POSIX_VERSION) conjunct.  From Kaveh Ghazi.
  228.  
  229. Mon Sep 26 17:47:17 1994  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  230.  
  231.     * lib/*.c: Remove CONFIG_BROKETS conditional.
  232.     * lib/Makefile.in src/Makefile.in: Don't define it.
  233.  
  234. Sun Sep 25 12:20:52 1994  Jim Meyering  (meyering@comco.com)
  235.  
  236.     * ln.c (do_link): Give a diagnostic when trying to make a hard
  237.     link to a nonexistent source file.  Before, running the command
  238.     `ln -i no-such-file existing-file' and responding `yes' to the
  239.     prompt would both remove `existing-file' and fail to make a link.
  240.     Karl Berry reported the problem.
  241.  
  242. Sat Sep 10 04:34:34 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  243.  
  244.     * src/rm.c (remove_dir): Pass pathname to eaccess_stat.
  245.  
  246. Fri Sep  2 13:54:13 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
  247.  
  248.     * lib/Makefile.in (safe-lstat.c, safe-lstat.h, safe-stat.c,
  249.     safe-stat.h): Use $(srcdir) to find source files.
  250.     (.c.o): Use -I. to get safe-lstat.h and safe-stat.h from the
  251.     build directory.
  252.     * src/Makefile.in (incl): Add -I../lib to get lib/safe-lstat.h and
  253.     lib/safe-stat.h from the build directory.
  254.  
  255. Sat Aug 27 16:33:04 1994  Jim Meyering  (meyering@comco.com)
  256.  
  257.     * ln.c (main): Accept new option --no-dereference (-n).
  258.     (do_link): If the destination command line argument is a symlink
  259.     to a directory and --no-dereference is given, use that as the
  260.     destination instead of the file in the directory.
  261.     * ln.1: Document this.
  262.  
  263.     * system.h [BROKEN_STAT_MACROS]: Remove unnecessary #ifdef's.
  264.     From Francois Pinard.
  265.  
  266.     * isdir.c, makepath.c, rename.c [STAT_MACRO_BROKEN]: Remove
  267.     spurious #ifdef's.
  268.  
  269. Thu Aug 25 00:12:20 1994  Jim Meyering  (meyering@comco.com)
  270.  
  271.     * dd.c (copy): Clean up and fix off-by-one error when freeing
  272.     the input buffer.
  273.  
  274. Thu Aug 18 11:41:16 1994  Jim Meyering  (meyering@comco.com)
  275.  
  276.     * du.c (du_files) [HAVE_FCHDIR]: Use open (".", ...) and fchdir
  277.     instead of xgetcwd and chdir.  Otherwise, running du in a subdirectory
  278.     of an unreadable directory would fail because xgetcwd fails.
  279.     * configure.in (AC_HAVE_FUNCS): Add fchdir.  AIX-2.3 (for one)
  280.     doesn't have it.
  281.  
  282.     * lib/Makefile.in (DISTFILES): Include getdate.c and posixtim.c
  283.     so one doesn't need $(YACC).
  284.     Add dependencies on safe-stat.h.
  285.  
  286. Sat Jul 30 08:08:02 1994  Jim Meyering  (meyering@comco.com)
  287.  
  288.     * du.c (main): Don't initialize automatic array CWD_ONLY in declaration.
  289.     Some compilers don't allow that.
  290.  
  291.     * backupfile.c [DIRENT]: Remove spurious `|| defined(_POSIX_VERSION)'.
  292.     * savedir.c: Ditto.
  293.  
  294.     * safe-xstat.c.in, safe-xstat.h.in: New files.
  295.     * lib/Makefile.in: Add rules and dependencies for building safe-stat.c,
  296.     safe-stat.h, safe-lstat.c, and safe-lstat.h from them.
  297.  
  298.     * eaccess.c (eaccess): Use SAFE_STAT instead of stat
  299.     (and/or SAFE_LSTAT instead of lstat) to avoid unnecessary failure
  300.     on systems for which stat (lstat) can return EINTR.
  301.     * fsusage.c (statfs): Ditto.
  302.     * isdir.c (isdir): Ditto.
  303.     * makepath.c (make_path): Ditto.
  304.     * rename.c (rename): Ditto.
  305.     * chgrp.c (change_file_group): Ditto.
  306.     * chmod.c (change_file_mode): Ditto.
  307.     * chown.c (change_file_owner): Ditto.
  308.     * cp-hash.c (remember_created): Ditto.
  309.     * cp.c (main, do_copy): Ditto.
  310.     * df.c (main, show_point): Ditto.
  311.     * du.c (main, du_files, count_entry): Ditto.
  312.     * install.c (copy_file): Ditto.
  313.     * ln.c (main, do_link): Ditto.
  314.     * ls.c (gobble_file): Ditto.
  315.     * mv.c (is_real_dir, do_move): Ditto.
  316.     * mvdir.c (main): Ditto.
  317.     * rm.c (rm): Ditto.
  318.     * touch.c (main, touch): Ditto.
  319.  
  320.     * Makefile.in (install): Tell GNU make that this target is .PHONY
  321.     so it doesn't unnecessarily build ./install from install.sh.
  322.  
  323. Tue Jul 26 11:33:53 1994  Jim Meyering  (meyering@comco.com)
  324.  
  325.     * system.h: Remove `|| defined(_POSIX_VERSION)' from test that
  326.     decides whether to include <fcntl.h>.  From Francois Pinard.
  327.  
  328. Sun Jul 03 08:44:00 1994  Jim Meyering  (meyering@comco.com)
  329.  
  330.     * configure.in [AC_HAVE_HEADERS]: Add sys/param.h, for definition
  331.     of HAVE_SYS_PARAM_H, now tested in pathmax.h.
  332.  
  333.     * makepath.c (make_path): Avoid spurious failure for file names
  334.     that contain `/.' or `/..'.  From Andreas Schwab
  335.     <schwab@issan.informatik.uni-dortmund.de>.
  336.  
  337.     * dd.c (main): Handle SIGPIPE like other interrupts.
  338.     From Scott L. Burson <gyro@zeta-soft.com>.
  339.  
  340.     * df.c (main, show_dev, usage): New option --print-type=fstype.
  341.     From Arne Henrik Juul.
  342.     * df.1: Update.
  343.  
  344. Thu Jun 30 10:28:32 1994  Jim Meyering  (meyering@comco.com)
  345.  
  346.     * ls.c (longdiff) [SIZEOF_INT == 2]: Choose which version of this
  347.     macro to use based on SIZEOF_INT rather than obsolete INT_16_BITS.
  348.     [INODE_DIGITS]: New macro.
  349.     (print_long_format): Use it.
  350.     (print_file_name_and_frills): Ditto.
  351.     (length_of_file_name_and_frills): Ditto.
  352.     (print_long_format): Add a couple casts to unsigned types.
  353.  
  354.     * ls.c: Change type name from `struct file' to `struct fileinfo'.
  355.     David J. Mackenzie reported a name conflict on HPUX with the former.
  356.  
  357.     * dd.c (copy): Allocate an extra byte so I/O buffer begins on an
  358.     even address.  This because the ITOS 3000WS running SEIUX 3.1
  359.     (a descendant of MIPS RISC/OS 4.x) has SCSI device drivers that
  360.     require the I/O buffer begin on an even address.  From
  361.     Tilman Schmidt <tilman@gb1.sema.de>.
  362.  
  363. Mon Jun 20 23:45:34 1994  Jim Meyering  (meyering@comco.com)
  364.  
  365.     * configure.in: Use AC_PROGRAM_PATH to get values for LN, MV, RM.
  366.     (AC_HAVE_FUNCS): Add getgroups.
  367.     (AC_OUTPUT): Remove touch command.
  368.  
  369.     * eaccess.c (in_group): Remove static function.  Use group_member
  370.     instead.
  371.     (eaccess_stat, eaccess): Change calling sequence to take filename.
  372.     Save UID and GID and use access if they are the same as effective IDs.
  373.     (main) [TEST]: Test driver.
  374.     * cp.c (copy): Update callers.
  375.     * mv.c (do_move): Ditto.
  376.     * rm.c (remove_file): Ditto.
  377.  
  378.     * cp.c (copy): With --preserve (-p) for non-root users, don't even
  379.     try to preserve file ownership in chown call.  Otherwise, on systems
  380.     with the mis-feature allowing non-root users to change file ownership,
  381.     the subsequent chmod would fail.
  382.  
  383.     * userspec.c (parse_user_spec): Rewrite.  Be careful to free all
  384.     allocated memory upon error.
  385.     (main) [TEST]: Test driver.
  386.  
  387.     * src/Makefile.in (uninstall): Delete $(LIBPROGS) one at a time
  388.     instead of like `rm -f $(libdir)/$(LIBPROGS)'.  The old way loses
  389.     when LIBPROGS is empty and $(libdir) is a non-directory, and would
  390.     lose if LIBPROGS could ever have more than one word.
  391.     * (RM, LN, MV, INSTALL): Use values determined by ./configure instead
  392.     of the newly built binaries so people can build with a cross
  393.     compiler and still run `make (un)install.'
  394.  
  395.     * chgrp.c (change_file_group): Give a better error message when
  396.     failing because the invoking user does not belong to the requested
  397.     group.  This affects systems on which chown sets errno to EPERM
  398.     for both `inaccessible file' and `user not a member of the specified
  399.     group' errors.  Before, `chgrp bin file-I-own' would give the
  400.     misleading and incorrect diagnostic `chgrp: file-I-own: Not owner'.
  401.     Now it reports `you are not a member of group `bin''.
  402.     Thomas A Peterson (tap@src.honeywell.com) reported this weakness.
  403.  
  404.     * long-options.c: Move from src/ to lib/.
  405.     * long-options.h: Ditto.
  406.     * src/Makefile.in: Remove references to long-options.[ch].
  407.     * lib/Makefile.in (SOURCES, OBJECTS): Add long-options.[co].
  408.  
  409. Sat Jun 18 15:45:34 1994  Jim Meyering  (meyering@comco.com)
  410.  
  411.     * du.c (count_entry): Print "/" instead of zero-length string.
  412.     From Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.
  413.  
  414. Sun May 29 13:43:50 1994  Jim Meyering  (meyering@comco.com)
  415.  
  416.     * group-member.c: New file.
  417.     * lib/Makefile.in (SOURCES, OBJECTS): Add group-member.[co].
  418.  
  419.     * sync.c: New file.
  420.     * Makefile.in (PROGS): Add sync.
  421.     (SOURCES): Add sync.c
  422.     * src/Makefile.in: Add rules and dependencies for sync.
  423.  
  424.     * configure.in: Use AC_SET_MAKE and AC_PROG_INSTALL.
  425.     If AC_FUNC_CHECK doesn't find getgroups, add -lbsd if possible.
  426.     This was reported by Tilman Schmidt <ts@gb1.sema.de>
  427.     to be necessary on an ITOS 3000WS running SEIUX 3.1.
  428.  
  429.     * Makefile.in: Edit MAKE assignments into @SET_MAKE@.
  430.     (Makefile): Remove dependencies on */Makefile.in.
  431.     Change the rule so running config.status creates only Makefile.
  432.     (stamp-config): Have config.status generate only config.h.
  433.  
  434.     * {lib,man,src}/Makefile.in (Makefile): Add single dependency on
  435.     Makefile.in and rule to make config.status create only Makefile.
  436.  
  437.     * system.h: Move from lib to src.
  438.     * src/Makefile.in (DISTFILES): Add system.h.
  439.     * lib/Makefile.in (DISTFILES): Remove system.h.
  440.  
  441. Mon Apr 18 19:54:24 1994  Jim Meyering  (meyering@comco.com)
  442.  
  443.     * documentation: Change uses of `pathname' and `path' as per
  444.     GNU standards.
  445.  
  446. Fri Apr 15 20:41:15 1994  Jim Meyering  (meyering@comco.com)
  447.  
  448.     * mv.c (main): Give a reason for failure when given fewer than
  449.     two non-option arguments, rather than just the pointer to --help.
  450.     * ln.c (main): Ditto, but for no non-option arguments.
  451.  
  452.     * configure.in: Update for autoconf-1.8.
  453.     Use AC_CHECKING instead of echo.
  454.     Use AC_SIZEOF_TYPE instead of obsolete AC_INT_16_BITS.
  455.  
  456. Wed Apr 13 11:18:19 1994  Jim Meyering  (meyering@comco.com)
  457.  
  458.     * cp.c (copy_reg): Correct off-by-DEV_BSIZE error in test for
  459.     whether a file has holes.  From Michael Bushnell <mib@gnu.ai.mit.edu>.
  460.  
  461. Wed Mar 30 08:53:21 1994  Jim Meyering  (meyering@comco.com)
  462.  
  463.     * configure.in: Use AC_SET_MAKE.
  464.     * Makefile.in: Edit MAKE assignments into @SET_MAKE@.
  465.  
  466. Mon Mar 14 11:01:09 1994  Jim Meyering  (meyering@comco.com)
  467.  
  468.     * fsusage.c (adjust_blocks): Return -1 when FROMSIZE is non-positive.
  469.     Suggestion from Andries.Brouwer@cwi.nl.  He reported that df failed
  470.     with divide by zero when trying to process an entry for an nfs file
  471.     system mounted over a SLIP line after the SLIP connection had been
  472.     broken.
  473.     [convert_blocks]: Rename macro to CONVERT_BLOCKS.
  474.  
  475. Sat Jan 29 13:24:07 1994  Jim Meyering  (meyering@comco.com)
  476.  
  477.     * du.c (main): Call du_files (with ".") when there are no
  478.     non-option arguments rather than treating that as a special case.
  479.     (du_files): Ignore return value from count_entry.
  480.     (count_entry): Accumulate file sizes into new global sum used for
  481.     the -c option;  the return value is unchanged and is still used
  482.     by recursive calls.  Now, using -S and -c together works.
  483.     Add parentheses to clarify precedence.
  484.  
  485. Fri Jan 28 11:02:21 1994  Jim Meyering  (meyering@comco.com)
  486.  
  487.     * configure.in: Don't set LDFLAGS since linking now uses both
  488.     LDFLAGS and CFLAGS.
  489.  
  490. Thu Jan 13 17:27:38 1994  Jim Meyering  (meyering@comco.com)
  491.  
  492.     * src/Makefile.in: Change all link commands to use both $(CFLAGS)
  493.     and $(LDFLAGS).
  494.  
  495. Mon Jan 10 01:20:38 1994  Jim Meyering  (meyering@comco.com)
  496.  
  497.     * man/Makefile.in (manprefix): Use binprefix as the default.
  498.  
  499. Thu Dec 30 23:11:10 1993  Jim Meyering  (meyering@comco.com)
  500.  
  501.     * The following changes are necessary to avoid spurious failures
  502.     when a read or write system call is interrupted (e.g. by SIGTSTP).
  503.     A POSIX implementation of those system calls may either return
  504.     -1 and set errno to EINTR or return a positive value indicating
  505.     that a partial read or write has completed successfully.  On Linux
  506.     0.99.14, interrupted read and write system calls return -1/EINTR.
  507.     Thanks to Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>
  508.     for pointing this out.
  509.  
  510.     * full-write.c, safe-read.c: New files.
  511.  
  512.     * cp.c (copy_reg): Use full_write instead of write.  Handle
  513.     errno == EINTR (instead of failing) after read system call.
  514.     * dd.c (skip): Handle errno == EINTR (instead of failing) after
  515.     read system call.
  516.     (copy): Use safe_read instead of read.
  517.     * install.c (copy_file): Use safe_read and full_write instead of
  518.     read and write system calls.
  519.     * mv.c (copy_reg): Ditto.
  520.     * touch.c (utime_now): Ditto.
  521.  
  522. Tue Dec 28 15:49:32 1993  Jim Meyering  (meyering@comco.com)
  523.  
  524.     * install.sh: New file.
  525.     Makefile.in [DISTFILES]: Add it.
  526.  
  527. Sat Dec 18 01:12:24 1993  Jim Meyering  (meyering@comco.com)
  528.  
  529.     * configure.in (AC_OUTPUT): Put `touch stamp-config' in second arg
  530.     so it goes in config.status.  This eliminates unnecessary second run
  531.     of configure.
  532.  
  533. Thu Nov 18 00:03:24 1993  Jim Meyering  (meyering@comco.com)
  534.  
  535.     * configure.in [STAT_STATFS2_FSIZE]: Fix test (that had obsolete
  536.     and now-broken use of AC_HEADER_EGREP) so that this flag is set
  537.     for NetBSD 0.9.
  538.  
  539. Mon Oct 25 20:27:00 1993  Jim Meyering  (meyering@comco.com)
  540.  
  541.     * cp-aux.c, df.c, install.c, ln.c, ls.c, mkdir.c, mkfifo.c,
  542.     mknod.c, mv.c, touch.c: Use the preferred `--longopt=arg'
  543.     syntax in --help message rather than `--longopt arg'.
  544.     From Francois Pinard.
  545.  
  546. Tue Oct 19 07:02:18 1993  Jim Meyering  (meyering@comco.com)
  547.  
  548.     * Version 3.9.
  549.  
  550. Mon Oct 18 00:13:40 1993  Jim Meyering  (meyering@comco.com)
  551.  
  552.     * src/*.c (usage): Now the usage message is simply
  553.     "Try `%s --help' for more information.  From Francois Pinard.
  554.  
  555.     * src/Makefile.in [LIBPROGS]: Depend on ../lib/libfu.a and
  556.     version.o.  From Francois Pinard.
  557.  
  558.     * src/*.c (usage): Remove blank line before "Try `%s --help..."
  559.     in usage message.
  560.  
  561. Sun Oct 17 00:19:58 1993  Jim Meyering  (meyering@comco.com)
  562.  
  563.     * fileblocks.c [!NINDIR]: Define BSIZE only if it's not already
  564.     defined.
  565.  
  566.     * ls.c (print_long_format): Cast printf args major and minor
  567.     so they'll have types matching %u format even on systems
  568.     where those macros have signed type.
  569.  
  570. Sat Oct 16 00:25:42 1993  Jim Meyering  (meyering@comco.com)
  571.  
  572.     * chmod.c (change_file_mode): Reapply Oct 6 change for symlinks.
  573.     Somehow it got removed from working sources.
  574.  
  575.     * lib/Makefile.in [OBJECTS]: Change dependency to ../config.h so
  576.     it works when building in a subdirectory.  From Rick Sladkey
  577.     (jrs@world.std.com).
  578.  
  579. Wed Oct 13 19:43:47 1993  Jim Meyering  (meyering@comco.com)
  580.  
  581.     * cp.c (copy), ls.c (get_link_name): Complete Aug 27 change so
  582.     that we use PATH_MAX + 1 rather than sizeof(char*) as size of
  583.     buffer in readlink call.  This was causing spurious errors.
  584.  
  585.     * cp.c (copy), mv.c (do_move), rm.c (remove_file, remove_dir):
  586.     Cast to `unsigned int' stat->st_mode printf arguments corresponding
  587.     to %o formats to avoid warnings.
  588.  
  589.     * lib/Makefile.in [DEFS]: Remove -DMVDIR.  Add -DCONFIG_BROKETS.
  590.     (rename.o): Add a specific rule.  Use -DMVDIR=... here instead.
  591.  
  592.     * src/Makefile.in [DEFS]: Add -DCONFIG_BROKETS.
  593.     (distclean): Don't delete dir.c and vdir.c; they aren't
  594.     created anymore.
  595.  
  596.     * lib/Makefile.in: Make all .o files depend on $(srcdir)/../config.h.
  597.     * src/Makefile.in: Ditto.
  598.  
  599. Sun Oct 10 13:38:54 1993  Jim Meyering  (meyering@comco.com)
  600.  
  601.     * src/Makefile.in (dist): Depend on $(DISTFILES).
  602.  
  603.     * src/Makefile.in [libdir, LIBPROGS]: Define them.
  604.     From Francois Pinard.
  605.  
  606.     * posixtm.y: [HAVE_CONFIG_H, CONFIG_BROKETS]: Include <config.h>
  607.     or "config.h".  From Francois Pinard.
  608.  
  609.     * makepath.c: [HAVE_CONFIG_H, CONFIG_BROKETS]: Remove the duplicate
  610.     #ifdef block following the alloca #ifdefs.  From Francois Pinard.
  611.  
  612.     * df.c: Remove unnecessary dcl of strstr.
  613.  
  614. Sat Oct  9 13:30:28 1993  Jim Meyering  (meyering@comco.com)
  615.  
  616.     * configure.in [STATFS_OSF1]: Change name to STAT_STATFS3_OSF1
  617.     to be consistent with names of the other STAT_* macros.
  618.     * acconfig.h: Ditto.
  619.     * fsusage.c: Ditto.
  620.  
  621.     * acconfig.h: Add comments.
  622.     * Makefile.in: Remove comments about -D flags that could be added
  623.     to DEFS; now (using autoheader) those comments end up in config.h.
  624.  
  625.     * Makefile.in (configure, config.h.in): Warn that they may not be
  626.     up to date.  Don't touch them.
  627.  
  628.     * ls.c (usage): Split long usage string between two fprintf
  629.     statements to avoid default limit of SGI's cc on string length.
  630.  
  631.     * Makefile.in, src/Makefile.in [PROGS]: Alphabetize.
  632.  
  633.     * configure.in: Remove AC_UNISTD_H; add unistd.h to AC_HAVE_HEADERS.
  634.  
  635. Thu Oct 07 12:57:10 1993  Jim Meyering  (meyering@comco.com)
  636.  
  637.     * chgrp.c, chmod.c, chown.c, cp-aux.c, cp.c, dd.c, df.c, du.c,
  638.     install.c, ln.c, ls.c, mkdir.c, mkfifo.c, mknod.c, mv.c, mvdir.c,
  639.     rm.c, rmdir.c, touch.c (usage): Using --help gets long well-
  640.     formatted help.  Now --help writes to stdout and exits successfully.
  641.     From Francois Pinard <pinard@iro.umontreal.ca>.
  642.  
  643.     * lib/Makefile.in [libdir]: Make sure it's defined.
  644.  
  645.     * posixtm.y [!__GNUC__ && !HAVE_ALLOCA_H]: Declare alloca as void*
  646.     rather than char*.  The latter conflicts with a dcl from bison.simple.
  647.  
  648. Wed Oct 06 18:22:00 1993  Jim Meyering  (meyering@comco.com)
  649.  
  650.     * chmod.c (change_file_mode): Add an argument to control how symbolic
  651.     links are treated.
  652.     (main, change_dir_mode): Reflect changed calling sequence.
  653.     Now symlinks listed on the command line are processed (they
  654.     were ignored before); the permissions of the dereferenced files are
  655.     changed.  Symlinks encountered in recursive traversals are still
  656.     ignored.  This makes GNU chmod act more like e.g. Sun's.
  657.     From Nick Holloway <alfie@dcs.warwick.ac.uk>.
  658.     * chmod.1: Document it.
  659.  
  660. Tue Oct 05 14:52:02 1993  Jim Meyering  (meyering@comco.com)
  661.  
  662.     * configure.in: Add AC_STAT_MACROS_BROKEN.
  663.  
  664.     * isdir.c, makepath.c, rename.c, system.h [STAT_MACROS_BROKEN]:
  665.     Test this.
  666.  
  667.     * install.c (install_file_in_dir): Use stpcpy instead of slow sprintf.
  668.  
  669.     * argmatch.c, backupfile.c, basename.c, dirname.c, eaccess.c,
  670.     fileblocks.c, fsusage.c, getversion.c, idcache.c, isdir.c,
  671.     makepath.c, mountlist.c, rename.c, savedir.c, stripslash.c,
  672.     userspec.c, xgetcwd.c, xstrdup.c, yesno.c, [HAVE_CONFIG_H,
  673.     CONFIG_BROKETS]: Include <config.h> or "config.h".
  674.  
  675.     * lib/Makefile.in, src/Makefile.in [.c.o]: Put -I.. before
  676.     -I$(srcdir) so <config.h> will get the right file.
  677.  
  678.     * chgrp.c, chmod.c, chown.c, cp-aux.c, cp-hash.c, cp.c, dd.c,
  679.     df.c, du.c, install.c, ln.c, ls.c, mkdir.c, mkfifo.c, mknod.c,
  680.     mv.c, mvdir.c, rm.c, rmdir.c, touch.c, version.c [HAVE_CONFIG_H,
  681.     CONFIG_BROKETS]: Include <config.h> or "config.h".
  682.  
  683.     * configure.in [AC_CONFIG_HEADER]: Use it.
  684.  
  685.     * configure.in (rename.o) [MVDIR definition]: Remove it.
  686.     * lib/Makefile.in [DEFS]: Put it here instead.
  687.  
  688.     * config.h.in, acconfig.h: New files
  689.     * Makefile [DISTFILES]: Add them.
  690.     (config.h.in): Add a rule to warn if it may need to be rebuilt.
  691.  
  692.     * lib/Makefile [YACC]: Get definition from @YACC@.
  693.  
  694.     * system.h: Include <unistd.h>.  This is needed for the definition
  695.     of _POSIX_VERSION.
  696.  
  697. Thu Sep  9 08:52:10 1993  Jim Meyering  (meyering@comco.com)
  698.  
  699.     * src/*.c: Print version on standard output, not stderr.
  700.  
  701. Fri Aug 27 23:53:50 1993  Jim Meyering  (meyering@comco.com)
  702.  
  703.     * cp.c (copy), ls.c (get_link_name): Don't use PATH_MAX as array
  704.     length in declarations because on some systems it gets defined
  705.     to the function pathconf.  Use dynamic allocation instead.
  706.  
  707.     * fsusage.c (adjust_blocks): Use `1' instead of `+1'.  Many
  708.     compilers don't parse the latter.  From Kaveh R. Ghazi.
  709.  
  710. Thu Aug 26 22:26:09 1993  Jim Meyering  (meyering@comco.com)
  711.  
  712.     * ls.c (print_long_format, print_file_name_and_frills): Cast inode
  713.     number to unsigned long and print it with %lu to avoid warnings from
  714.     gcc -Wformat because the size and type of ino_t are system dependent.
  715.  
  716.     * cp.c (do_copy): Plug a memory leak with --parents.
  717.  
  718.     * ln.c (main): Like mv and cp, convert `ln x y/' to ln x y/x
  719.     when a is not a directory.
  720.     [PATH_BASENAME_CONCAT]: New macro.
  721.     (do_link): Use it here, too.
  722.  
  723.     * ls.c (sort_files): Add `default: abort();' clause to switch stmts.
  724.  
  725.     * cp.c (do_copy): Don't remove trailing slashes from source.
  726.  
  727. Wed Aug 25 21:40:00 1993  Jim Meyering  (meyering@comco.com)
  728.  
  729.     * cp.c: Add --parents as synonym for --path.  Change --path to
  730.     --parents in comments.  --path is deprecated.
  731.  
  732.     * rm.c (clear_directory): Fix incorrect test for determining when
  733.     to reallocate buffer.  Thanks to Ric Anderson <ric@CS.Arizona.EDU>.
  734.  
  735. Fri Aug 13 17:19:52 1993  Jim Meyering  (meyering@comco.com)
  736.  
  737.     * fsusage (adjust_blocks): Round away from zero -- this matters
  738.     when computing the negative free-block count for disks that are
  739.     more than 100% full.
  740.  
  741.     * mv.c (movefile): Use nested calls to stpcpy instead of sprintf.
  742.     (is_real_dir): New function.
  743.     (movefile): In addition to when dest is a directory, if dest has
  744.     a trailing `/' and source is not a directory, presume the target
  745.     is dest/`basename source`.  This converts `mv x y/' to `mv x y/x'
  746.     when x is not a directory.  This change means that the command
  747.     `mv any file/' will now fail rather than performing the move.
  748.  
  749.     * cp.c (do_copy): Similarly, convert `cp x y/' to cp x y/x when
  750.     x is not a directory.
  751.  
  752. Wed Aug  4 17:43:18 1993  Jim Meyering  (meyering@comco.com)
  753.  
  754.     * ls.c (get_link_name): Don't ever use the stat field st_size as a
  755.     buffer size.  Too many systems don't set it properly for mount points.
  756.     Instead, use a fixed-length buffer.  From Michael Joosten
  757.     <joost@ori.CAdlab.DE>.
  758.     * cp.c (copy): Ditto.
  759.  
  760. Mon Jul 19 17:39:01 1993  Jim Meyering  (meyering@comco.com)
  761.  
  762.     * backupfile.c (concat): Temporary STR1_LENGTH should have type `int'
  763.     instead of `char.'
  764.  
  765. Fri Jul 16 22:00:16 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  766.  
  767.     * dd.c (print_stats): Change message from "truncated blocks"
  768.     to "truncated records" for final POSIX.2 spec.
  769.  
  770. Fri Jun 25 17:18:15 1993  Jim Meyering  (meyering@comco.com)
  771.  
  772.     * mkdir.c, rmdir.c: Change --path long option to --parents to avoid
  773.     confusion with search-path semantics of --path as an option to other
  774.     programs.  --path will still work, but is no longer documented.
  775.  
  776. Tue Jun  8 00:46:26 1993  Jim Meyering  (meyering@comco.com)
  777.  
  778.     * dd.c (parse_integer): Also accept `c' multiplier for consistency
  779.     with find's -size option.
  780.  
  781. Thu May 27 00:03:51 1993  Jim Meyering  (meyering@comco.com)
  782.  
  783.     * Version 3.8.
  784.  
  785.     * configure.in (STAT_OSF1): Reference the statfs f_fsize member
  786.     so that configure defines STAT_OSF1 only if there is such a member.
  787.     Without such a reference, a Pyramid MIServer running OSx 5.1
  788.     improperly defined STAT_OSF1 instead of the one it needed:
  789.     STAT_STATFS2_BSIZE.
  790.  
  791. Wed May 26 00:57:46 1993  Jim Meyering  (meyering@comco.com)
  792.  
  793.     * ls.h, ls-ls.c ls-dir.c, ls-vdir.c: New files that define or
  794.     simply set the new global variable ls_mode.  ls_mode defines whether
  795.     the executable built from ls.o should act like ls, dir, or vdir.
  796.     * ls.c (decode_switches): Use the variable instead of #ifdefs.
  797.     This is modelled after the approach used in GNU binutils 2.x for
  798.     ar and ranlib.  Here we avoid two redundant compilations.
  799.  
  800.     * install.c (change_attributes, copy_file, install_file_in_file):
  801.     Don't call chown if we can efficiently determine that doing so is
  802.     unnecessary.  On some systems, calls to chown (even with your own
  803.     uid and gid) fail unless made by root.  On such systems install
  804.     got spurious failures.
  805.  
  806. Sat May 22 02:13:12 1993  Jim Meyering  (meyering@comco.com)
  807.  
  808.     * Version 3.6.
  809.  
  810. Fri May 21 18:42:27 1993  Jim Meyering  (meyering@comco.com)
  811.  
  812.     * rename.c (rename): Be careful not to unlink `from' if it happens
  813.     to be equal to `to' or (on filesystems that silently truncate
  814.     filenames after 14 characters) if `from' and `to' share the
  815.     significant characters.  From Bruno Haible
  816.     <haible@ma2s2.mathematik.uni-karlsruhe.de>.
  817.  
  818.     * mountlist.c, fsusage.c: Make these work under m88k DolphinOS.
  819.     From Kjetil Wiekhorst J|rgensen <jorgens@pvv.unit.no>.
  820.  
  821. Tue May 18 23:49:26 1993  Jim Meyering  (meyering@comco.com)
  822.  
  823.     * mkinstalldirs: New file.
  824.     * Makefile.in (installdirs): Use it.
  825.  
  826. Sat May 15 01:20:26 1993  Jim Meyering  (meyering@comco.com)
  827.  
  828.     * ln.c (do_link): Make `ln -s dir_pathname .' work when the
  829.     pathname has a trailing slash.
  830.  
  831. Fri May 14 23:45:52 1993  Jim Meyering  (meyering@comco.com)
  832.  
  833.     * all source: With --version, print version and exit immediately.
  834.  
  835. Wed May 12 20:48:55 1993  Jim Meyering  (meyering@comco.com)
  836.  
  837.     * configure.in: Add check for the -ldgc library that is required
  838.     for getmntent on m88k DGUX-5.4 systems.
  839.  
  840.     * Makefile.in (installdirs): New rules for creating installation
  841.     directories. (install): Depend on it.
  842.  
  843. Sat May  8 11:31:14 1993  Jim Meyering  (meyering@comco.com)
  844.  
  845.     * lib/Makefile.in (dist): Use `cp -p' instead of just `cp'
  846.     if linking fails.
  847.  
  848. Thu May  6 22:45:25 1993  Jim Meyering  (meyering@comco.com)
  849.  
  850.     * makepath.c: Use explicit dcl of errno only if !STDC_HEADERS.
  851.     Some systems have <errno.h> but don't declare errno.
  852.     From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
  853.  
  854.     * getdate.y: Test TIME_WITH_SYS_TIME, not TIME_AND_SYS_TIME.
  855.  
  856. Wed May  5 00:21:12 1993  Jim Meyering  (meyering@comco.com)
  857.  
  858.     * configure.in: Add AC_TIME_WITH_SYS_TIME.
  859.     * getdate.y: Use it (this is a version local to fileutils).
  860.  
  861. Tue May  4 20:25:41 1993  Jim Meyering  (meyering@comco.com)
  862.  
  863.     * du.c (count_entry): Give an error and exit if chdir ("..") fails.
  864.     From Bruce Evans <bde@runx.oz.AU>.
  865.  
  866.     * eaccess (eaccess_stat): Cast NGROUPS_MAX to appropriate types.
  867.     From Bruce Evans <bde@runx.oz.AU>.
  868.  
  869. Mon May  3 22:09:24 1993  Jim Meyering  (meyering@comco.com)
  870.  
  871.     * configure.in: Add AC_GETGROUPS_T.
  872.     * eaccess.c: Don't define GETGROUPS_T.  Now configure does it.
  873.  
  874. Sun May  2 09:18:53 1993  Jim Meyering  (meyering@comco.com)
  875.  
  876.     * configure.in: Check for libypsec.a on Dolphin M88K machines.
  877.     This can result in significant speedup for programs that access
  878.     YP information.  From Kjetil Wiekhorst J{\o}rgensen
  879.     <jorgens@pvv.unit.no>.
  880.  
  881. Fri Apr 30 02:21:48 1993  Jim Meyering  (meyering@comco.com)
  882.  
  883.     * ls.c (main): Make `-f' work like on standard Unix ls, instead
  884.     of as a short equivalent of --full-time.
  885.     * ls.1: Document it.
  886.  
  887. Thu Apr 29 00:46:46 1993  Jim Meyering  (meyering@comco.com)
  888.  
  889.     * src/Makefile.in [dir.o, vdir.o]: Make ordering of CFLAGS etc
  890.     in compilation rules consistent with that in .c.o rule.
  891.  
  892.     * Makefile.in (dist): Depend on Makefile so that changes to
  893.     Makefile.in (like adding new files to DISTRIB) are reflected
  894.     in the new distribution.
  895.  
  896. Tue Apr 27 21:35:11 1993  Jim Meyering  (meyering@comco.com)
  897.  
  898.     * configure.in: Remove unnecessary AC_PROG_INSTALL.
  899.  
  900. Fri Apr 23 23:39:16 1993  Jim Meyering  (meyering@comco.com)
  901.  
  902.     * {lib,src}/Makefile.in [.c.o]: Make CPPFLAGS and CFLAGS follow
  903.     other options so users can use them to override DEFS.
  904.  
  905.     * lib/mktime.c: Use new version from glibc instead of one from
  906.     libc-subst.  `touch' built with the latter didn't set proper
  907.     time unless given a specific --date option.
  908.  
  909. Thu Apr 22 00:22:25 1993  Jim Meyering  (meyering@comco.com)
  910.  
  911.     * makepath.c: Decouple inclusion of errno.h from definition of
  912.     STDC_HEADERS; many systems have errno.h, yet shouldn't define
  913.     STDC_HEADERS.
  914.     * makepath.c (make_path): Add EPERM clause only if both AFS and
  915.     EPERM are defined.
  916.     * configure.in: Test for errno.h header file.
  917.  
  918. Mon Apr 19 11:21:14 1993  Jim Meyering  (meyering@comco.com)
  919.  
  920.     * Version 3.5.
  921.  
  922.     * ls.c, touch.c: Don't include time.h explicitly -- it's included
  923.     by system.h.  From Franc,ois Pinard.
  924.  
  925.     * posixtm.y: Use TM_IN_SYS_TIME.
  926.  
  927.     * backupfile.c [index, rindex]: Don't redefine them.
  928.  
  929.     * system.h [alloca]: Don't redefine it.
  930.  
  931.     * configure.in: Check for sys/time.h; getdate.y needs it for
  932.     structs timeval and timezone on some systems.
  933.  
  934. Sun Apr 18 22:40:19 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  935.  
  936.     * ls.c: Include fnmatch.h after system.h, so we get our
  937.     definitions of FNM_*, not those from unistd.h.
  938.  
  939.     * mountlist.c [MOUNTED_GETMNTINFO]: Add #ifdef around MOUNT_PC.
  940.  
  941.     * configure.in: Fix test for 4.4BSD statfs to not grep for a
  942.     macro in cpp output.
  943.  
  944. Sun Apr 18 02:35:36 1993  Jim Meyering  (meyering@comco.com)
  945.  
  946.     * configure.in: Check for gettimeofday.
  947.     Check for `struct tm'.
  948.     Change MVDIR definition so it works with new AC_DEFINE.
  949.  
  950.     * system.h: Remove last vestiges of USG;  instead, use specific
  951.     test for TM_IN_SYS_TIME to determine whether to include time.h
  952.     or sys/time.h.
  953.  
  954.     * src/Makefile.in (install): Rewrite the test for whether to install
  955.     mvdir so that it doesn't cause gratuitous failures with broken shells.
  956.     Split long rule so the pieces fit in 80-column lines.
  957.  
  958. Thu Apr 15 23:44:01 1993  Jim Meyering  (meyering@comco.com)
  959.  
  960.     * lib/Makefile.in (posixtm.c): Add dependency on getdate.c to enforce
  961.     sequential invocations of YACC.
  962.     * (posixtm.c, getdate.c): Remove use of `bison -o' and associated
  963.     conditional rename commands -- not needed since the parser generators
  964.     won't be run in parallel;  now bison (when used) is always invoked
  965.     with -y.
  966.  
  967. Tue Apr 13 09:18:18 1993  Jim Meyering  (meyering@comco.com)
  968.  
  969.     * configure.in: Find a parser generator.
  970.     * Makefile.in [MDEFINES]: Add YACC to the list of variables passed to
  971.     sub-makes.
  972.     * lib/Makefile.in (posixtm.c, getdate.c): Try first to build with
  973.     `bison -o' -- for parallel makes.  If that fails, use $(YACC).
  974.  
  975.     * posixtm.y [HAVE_MEMCPY && !HAVE_BCOPY]: Define bcopy in terms
  976.     of memcpy for old versions of bison that generate parsers that
  977.     use bcopy.
  978.  
  979.     * configure.in: Add tests for memcpy and bcopy.
  980.  
  981. Mon Apr 12 23:02:14 1993  Jim Meyering  (meyering@comco.com)
  982.  
  983.     * configure.in (mounted, space): Add filesystem checks for DEC Alpha
  984.     running OSF/1 to complement new code in mountlist.c and fsusage.c.
  985.  
  986.     * lib/mountlist.c (read_filesystem_list) [MOUNTED_GETFSSTAT]: Add code
  987.     to do it the OSF/1 way on a DEC alpha.
  988.     From Brian Fox (bfox@tinker.crseo.ucsb.edu).
  989.  
  990.     * lib/fsusage.c (get_fs_usage) [STATFS_OSF1]: Add code to call OSF/1's
  991.     variant of statfs.  From Brian Fox (bfox@tinker.crseo.ucsb.edu).
  992.  
  993. Sun Apr 11 20:29:31 1993  Jim Meyering  (meyering@comco.com)
  994.  
  995.     * df.c (main, show_dev): Don't list dummy (automounter) filesystems
  996.     unless they're explicitly listed on the command line or if the -a
  997.     option is given.
  998.  
  999. Fri Apr  9 11:40:48 1993  Jim Meyering  (meyering@comco.com)
  1000.  
  1001.     * src/Makefile.in [.c.o]: Put CFLAGS after include directives.
  1002.  
  1003. Wed Apr  7 23:54:48 1993  Jim Meyering  (meyering@comco.com)
  1004.  
  1005.     * eaccess.c: Undefine NGROUPS_MAX before redefining it.
  1006.     From ghazi@caip.rutgers.edu (Kaveh R. Ghazi).
  1007.  
  1008. Mon Apr  5 20:14:17 1993  Jim Meyering  (meyering@comco.com)
  1009.  
  1010.     * chgrp.c, chmod.c, chown.c, install.c, ls.c, mkfifo.c, mknod.c,
  1011.     touch.c: Add `case 0: break;' for long-only options help and version.
  1012.  
  1013. Sun Apr  4 09:38:00 1993  Jim Meyering  (meyering@comco.com)
  1014.  
  1015.     * src/*.c (usage): Mention --help and --version.
  1016.     (main): Handle flag_help and flag_version before checking for
  1017.     invocation errors.
  1018.  
  1019.     * cp.c (copy): Declare to be static.
  1020.  
  1021.     * cp.c (copy, make_path, re_protect): Explicitly cast alloca return
  1022.     value to (char *).
  1023.     * ln.c (do_link): Ditto
  1024.     * mv.c (do_move): Ditto
  1025.     * makepath.c (make_path): Ditto
  1026.  
  1027.     * lib/eaccess.c (eaccess_stat): Cast to unsigned the value to
  1028.     be right-shifted to avoid ANSI vs K&R semantic ambiguity.
  1029.  
  1030.     * src/Makefile.in (incl): New variable.
  1031.  
  1032.     * chown.c (main): Explicitly cast -1 to [ug]id_t to avoid compiler
  1033.     warnings.
  1034.  
  1035.     * cp.h: Remove unneeded extern dcl of exit_status.
  1036.  
  1037.     * basename.c [rindex]: Don't redefine it.
  1038.     * system.h [rindex, incl, bcopy, bzero]: Ditto.
  1039.     * userspec.c [index]: Ditto.
  1040.  
  1041.     * Makefile.in [CFLAGS, LDFLAGS]: Don't hard-code these; get their
  1042.     definitions from configure.
  1043.     * configure.in [CFLAGS, LDFLAGS]: Assign reasonable defaults.
  1044.  
  1045. Sat Apr  3 18:17:23 1993  Jim Meyering  (meyering@comco.com)
  1046.  
  1047.     * Makefile.in [Makefile]: Add dependencies and a rule to remake it.
  1048.     [targets that cd then run make in subdirectories]: Don't depend
  1049.     on `cd ..';  use a subshell instead.
  1050.     [info, install-info, dvi, check, installcheck]: New targets but no
  1051.     rules; comply with standards.
  1052.  
  1053.     * src/Makefile.in [.c.o, dir.o, vdir.o]: Put CFLAGS after DEFS and
  1054.     CPPFLAGS per standards.texi.
  1055.     Use automatically generated dependencies.
  1056.  
  1057.     * mvdir.c (main): Remove dcl of unused variable.
  1058.  
  1059. Thu Apr  1 18:05:48 1993  Jim Meyering  (meyering@comco.com)
  1060.  
  1061.     * install.c, chgrp.c, dd.c [isascii]: Undefine before redefining.
  1062.  
  1063.     * ls.c: Move some dcls so they appear before first function.
  1064.  
  1065.     * all programs: Add --help and --version options.
  1066.     * version.c: Remove `Version: ' and newlines from version string.
  1067.  
  1068.     * dd.c: Convert usage to take no arguments.
  1069.     * lib/Makefile.in [DISTFILES]: Add version.h.
  1070.  
  1071. Wed Mar 31 22:03:28 1993  Jim Meyering  (meyering@comco.com)
  1072.  
  1073.     * configure.in [MVDIR]: Don't quote right hand side.
  1074.     * backupfile.c, chgrp.c, install.c: Define isascii macro to be 1
  1075.     also if STDC_HEADERS.
  1076.  
  1077. Tue Mar 30 17:42:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  1078.  
  1079.     * ls.c: Add -G,--no-group option to inhibit display of group
  1080.     information.
  1081.     * ls.1: Document it.
  1082.  
  1083. Mon Mar 29 22:22:40 1993  Jim Meyering  (meyering@comco.com)
  1084.  
  1085.     * system.h [ST_NBLOCKS]:  Check also for __hpux.  From Henrik B}kman
  1086.     <Henrik.Bakman@csd.uu.se>.
  1087.  
  1088. Sun Mar 28 21:22:30 1993  Jim Meyering  (meyering@comco.com)
  1089.  
  1090.     * Makefile.in (dist): Use cp when hard link fails.
  1091.     Use tar-1.11.2's -z option instead of -Z.
  1092.  
  1093.     * makepath.c [index]: Don't redefine.
  1094.  
  1095. Fri Mar 26 00:32:39 1993  Jim Meyering  (meyering@comco.com)
  1096.  
  1097.     * df.c (add_excluded_fs_type, excluded_fs_type): New functions adding
  1098.     support for --exclude-type option.  Derived from Kaveh R. Ghazi
  1099.     <ghazi@caip.rutgers.edu>.
  1100.  
  1101.     * ls.c (decode_switches, print_long_format): New option: --full-time.
  1102.     From K. Richard Pixley (rich@rtl.cygnus.com)
  1103.  
  1104. Thu Mar 25 21:02:36 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  1105.  
  1106.     * dirname.c [rindex]: Don't redefine.
  1107.  
  1108. Tue Mar 23 23:13:33 1993  Jim Meyering  (meyering@comco.com)
  1109.  
  1110.     * ls.c (gobble_file): Don't stat symlinks unless we need to.
  1111.     From Mike Rendell <michael@mercury.cs.mun.ca>.
  1112.  
  1113.     * dd.c (copy, copy_with_block, copy_with_block): Decrement
  1114.     pending_spaces only if it's > 0. The following command didn't
  1115.     terminate:
  1116.     perl -e 'print "a  a\n";'| dd of=/dev/null ibs=1 cbs=3 conv=unblock
  1117.     With suggestions from Chris Weber <weber@bucknell.edu>,
  1118.     Marlys.A.Nelson@uwrf.edu, and Albert-Lunde@nwu.edu.
  1119.  
  1120. Fri Mar 05 00:02:53 1993  Jim Meyering  (meyering@comco.com)
  1121.  
  1122.     * chmod.c: Add long-named options.
  1123.  
  1124. Mon Feb 15 23:34:55 1993  Jim Meyering  (meyering@comco.com)
  1125.  
  1126.     * rm.c (remove_file): Don't ask about overriding a mode if the
  1127.     target is a symbolic link -- some systems (like SGI's Irix 4.0)
  1128.     zero the permissions fields of symbolic links.
  1129.     From Arne Henrik Juul (arnej@imf.unit.no).
  1130.  
  1131. Fri Dec 11 16:46:50 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  1132.  
  1133.     * rm.c (main): If -f is given, don't complain if no file args
  1134.     are given.
  1135.  
  1136. Tue Dec  8 21:09:16 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  1137.  
  1138.     * posixtm.y: Include alloca.h if HAVE_ALLOCA_H, not if sparc.
  1139.  
  1140. Mon Dec  7 20:09:59 1992  Jim Meyering  (meyering@idefix.comco.com)
  1141.  
  1142.     * install.c (isnumber), chgrp.c (change_file_group): Define ISDIGIT
  1143.     and use it instead of isdigit.
  1144.  
  1145.     * dd.c: Define ISLOWER and ISUPPER independent of STDC_HEADERS.
  1146.     Define ISDIGIT and use it instead of isdigit.
  1147.  
  1148. Wed Dec  2 12:28:10 1992  Jim Meyering  (meyering@idefix.comco.com)
  1149.  
  1150.     * all files using getopt.h: Convert static declarations of
  1151.     struct option to use new macros from getopt.h: no_argument,
  1152.     required_argument, and optional_argument.
  1153.  
  1154. Tue Nov 24 07:54:45 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  1155.  
  1156.     * system.h: Use HAVE_FCNTL_H instead of USG.
  1157.  
  1158.     * xgetcwd.c: Use HAVE_GETCWD instead of USG.
  1159.  
  1160.     * backupfile.c, basename.c, dirname.c, idcache.c, makepath.c,
  1161.     mountlist.c, stripslash.c, userspec.c, xstrdup.c, system.h:
  1162.     Use HAVE_STRING_H instead of USG.
  1163.  
  1164.     * system.h: Use SYSDIR and NDIR instead of USG.
  1165.     Define direct as dirent, not vice-versa.
  1166.     * ls.c, rm.c, backupfile.c, savedir.c: Use `struct dirent',
  1167.     not `struct direct'.
  1168.  
  1169. Thu Nov 12 23:10:56 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  1170.  
  1171.     * system.h: If dirent is #defined, don't define direct as dirent;
  1172.     for Sinix.  Derived from Heinfried Korn (korn@med-in.uni-sb.de).
  1173.  
  1174. Mon Nov  9 14:13:57 1992  Jim Meyering  (meyering@idefix.comco.com)
  1175.  
  1176.     * fsusage.c (adjust_blocks): Reverse Oct 31 change --
  1177.     the function is more readable than the macro.
  1178.  
  1179.     * All files in src: Make all functions and extern variables static.
  1180.     Make all longopts arrays const as well as static.
  1181.     Make a couple statically initialized aggregates `const.'
  1182.  
  1183. Sat Oct 31 16:32:17 1992  Jim Meyering  (meyering@idefix.comco.com)
  1184.  
  1185.     * fsusage.c (adjust_blocks): Convert to a macro.  The static
  1186.     function wasn't always used.
  1187.  
  1188.     * makepath.c, cp.c, ls.c: Add parentheses to expressions
  1189.     like (c = *p++) as per suggestion from gcc -Wall.
  1190.  
  1191.     * dd.c (swab_buffer): Fix typo that incremented pointer instead
  1192.     of counter.  Add braces around static struct initializers.
  1193.  
  1194. Fri Oct 30 11:40:58 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  1195.  
  1196.     * ln.c, cp.c (main): Make -s on systems without symlinks an
  1197.     error, not a warning.
  1198.  
  1199. Thu Oct 29 14:57:21 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  1200.  
  1201.     * Version 3.4.
  1202.  
  1203.     * cp.c (copy, re_protect), mv.c (copy_reg): Do utime and chown
  1204.     before chmod, so set[ug]id bits don't get nuked.
  1205.     Don't use fchmod.
  1206.  
  1207. Wed Oct 28 16:13:18 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  1208.  
  1209.     * cp.c, mv.c, ln.c: Rename some variables to use consistent
  1210.     terminology: source and destination.
  1211.  
  1212.     * ln.c, mkdir.c, mkfifo.c, mknod.c: Don't strip trailing slashes.
  1213.     * install.c: Don't strip slashes from dest. dirs.
  1214.  
  1215. Mon Aug 24 12:49:14 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1216.  
  1217.     * xgetcwd.c: Make path_max unsigned, not long.  From Bruce Evans.
  1218.  
  1219. Sun Aug 23 03:06:04 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1220.  
  1221.     * idcache.c: Use a union for uid_t and gid_t.  From
  1222.     bde@runx.oz.au (Bruce Evans).
  1223.  
  1224.     * eaccess.c: Use NGROUPS_MAX if it's defined.  386BSD is like sun.
  1225.  
  1226. Sat Aug 22 02:36:49 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1227.  
  1228.     * makepath.c: Use uid_t and gid_t.
  1229.  
  1230.     * system.h, makepath.c: Use HAVE_ALLOCA_H, not sparc.
  1231.  
  1232.     * cp.c (make_path, re_protect): Allocate room for terminating NULs.
  1233.  
  1234. Fri Aug 21 21:12:18 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1235.  
  1236.     * fsusage.c [STAT_STATVFS]: Use f_bsize if f_frsize is 0.
  1237.     From Paul M Reilly <pmr@rock.concert.net>.
  1238.  
  1239.     * xgetcwd.c [!errno]: Declare errno.  From Karl Berry.
  1240.  
  1241.     * chown.c (main, change_file_owner, change_dir_owner): Use
  1242.     uid_t and gid_t.  From Rob McMahon <cudcv@csv.warwick.ac.uk>
  1243.     and glaze@cs.mu.oz.au (Glaze).
  1244.  
  1245. Thu Jul 23 14:29:17 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1246.  
  1247.     * Version 3.3.
  1248.  
  1249. Sat Jul 18 20:12:56 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1250.  
  1251.     * idcache.c: Use uid_t and gid_t.
  1252.     (getuidbyname, getgidbyname): New functions, for cpio.
  1253.  
  1254.     * userspec.c: New file, from code in chown.c.
  1255.     * chown.c: Use it.
  1256.  
  1257. Fri Jul 17 00:43:38 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1258.  
  1259.     * system.h: Protect from getopt prototype in stdlib.h.
  1260.  
  1261.     * ls.c [_AIX]: Include sys/ioctl.h.
  1262.     * fsusage.c: Include sys/vfs.h if AIX PS/2, but not if RS6000.
  1263.     From tranle@intellicorp.com (Minh Tran-Le).
  1264.  
  1265.     * mvdir.c: Declare getcwd.  From Francois Pinard.
  1266.  
  1267.     * chown.c, chgrp.c, install.c [_POSIX_SOURCE]: Define endpwent
  1268.     and endgrent as empty.
  1269.  
  1270.     * makepath.c (make_path): Add cast to alloca call.
  1271.     From Jim Meyering.
  1272.  
  1273.     * cp.c (copy, re_protect), mv.c (copy_reg): Notify root of
  1274.     EPERM errors from chown.
  1275.     * makepath.c, install.c [AFS]: Ignore EPERM from chown.
  1276.  
  1277.     * system.h (ST_NBLOCKS) [_AIX && _I386]: st_blocks is in 4K units.
  1278.     * fsusage.c (statfs) [_AIX && _I386]: Supply this function.
  1279.     From tranle@intellicorp.com (Minh Tran-Le).
  1280.  
  1281. Thu Jul 16 23:08:39 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1282.  
  1283.     * df.c (print_header, show_dev): In inode format, print the
  1284.     total number of inodes as well.
  1285.  
  1286.     * fsusage.[ch], df.c (show_dev): Count internally using
  1287.     512-byte blocks, not 1024-byte, to avoid rounding errors.
  1288.  
  1289. Mon Jul  6 20:03:54 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1290.  
  1291.     * rename.c: Use S_ISDIR instead of S_IFDIR.
  1292.  
  1293. Fri Jul  3 14:36:34 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1294.  
  1295.     * fileblocks.c, system.h, cp.c, dd.c, mv.c, touch.c: Change
  1296.     FOO_MISSING to HAVE_FOO.
  1297.  
  1298. Wed Jun  3 19:28:04 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1299.  
  1300.     * xgetcwd.c (xgetcwd): Accept errno==EINVAL as nonfatal.
  1301.  
  1302. Wed May 20 00:05:52 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1303.  
  1304.     * system.h: If we include a header file specifically to get
  1305.     major et al., assume we have them.
  1306.  
  1307. Mon May 11 20:04:10 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1308.  
  1309.     * chgrp.c, chown.c: --show-changes -> --changes.
  1310.  
  1311. Sat May  9 18:39:38 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1312.  
  1313.     * system.h: Define DEV_BSIZE if not defined.
  1314.  
  1315. Thu Apr 30 13:55:37 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1316.  
  1317.     * du.c (count_entry): Remove the trailing "/" before printing.
  1318.  
  1319. Wed Apr 29 11:34:38 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1320.  
  1321.     * rename.c (rename): If removing `from' fails, remove `to' to
  1322.     clean up.  From Matthew Farwell <dylan@ibmpcug.co.uk>.
  1323.  
  1324. Thu Apr 23 21:14:16 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1325.  
  1326.     * ls.c (gobble_file): Only read the link contents if -l or the
  1327.     file was named on the command line.
  1328.  
  1329. Wed Apr 22 02:16:38 1992  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  1330.  
  1331.     * fsusage.c (get_fs_usage) [STAT_STATFS4 and _SEQUENT_]: Has f_bavail.
  1332.     From Donn Cave <donn@carson.u.washington.edu>.
  1333.  
  1334.     * getversion.c (get_version): If given invalid arg, exit.
  1335.  
  1336.     * cp.c (copy): Fix mode with chmod if copying as a regular file.
  1337.  
  1338.     * system.h, dd.c: SIGTYPE -> RETSIGTYPE.
  1339.  
  1340. Sat Apr 18 00:18:41 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1341.  
  1342.     * fsusage.[ch] (get_fs_usage): Take another arg, the device name.
  1343.     * fsusage.c (get_fs_usage) [STAT_READ]: Fix number of inodes
  1344.     calculation.  Use the device name.  From Brian Matthews.
  1345.     * df.c (show_dev): Pass the device name.
  1346.  
  1347. Fri Apr 17 11:25:28 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1348.  
  1349.     * fsusage.c: Special-case AIX.
  1350.  
  1351.     * mountlist.c [MOUNTED_VMOUNT]: New code for AIX, from
  1352.     Garrett A. Wollman (wollman@uvm.edu).
  1353.  
  1354.     * ls.c (gobble_file): Use stat, not lstat, on symlinked-to
  1355.     file, for Unix compat.  From ian@airs.com (Ian Lance Taylor).
  1356.  
  1357. Mon Apr  6 14:16:06 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1358.  
  1359.     * xgetcwd.c: Include stdio.h to get NULL.
  1360.  
  1361. Thu Apr  2 14:41:18 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1362.  
  1363.     * df.c: Call sync only once, instead of once per filesystem.
  1364.  
  1365. Wed Apr  1 16:00:08 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1366.  
  1367.     * Version 3.2.
  1368.  
  1369. Tue Mar 31 13:39:06 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1370.  
  1371.     * df.c (main): stat all arg pathnames before getting
  1372.     list of mounted filesystems.
  1373.     (show_entry, show_point): Take a struct stat * as another arg,
  1374.     to avoid repeatedly statting files.
  1375.  
  1376. Mon Mar 30 12:21:28 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1377.  
  1378.     * install.c (main): Allow symbolic modes for -m.
  1379.     (atoo): Function removed.
  1380.  
  1381.     * mkdir.c (main): Include invalid -m arg in error message.
  1382.  
  1383.     * fsusage.c (get_fs_usage) [STAT_STATFS4]: Go back to using
  1384.     512 instead of f_bsize.  Empirically, it gives the right answer.
  1385.  
  1386.     * mvdir.c (main): Don't deref NULL pointer on last iteration
  1387.     of loop.
  1388.  
  1389.     * fsusage.c (adjust_blocks): New function.
  1390.     (get_fs_usage): Call it.
  1391.  
  1392.     * mvdir.c (main): Don't possibly try to use ".." entry of new dir
  1393.     before creating it.
  1394.  
  1395.     * fsusage.c (get_fs_usage) [STAT_STATFS4]: Use f_bsize member
  1396.     of struct statfs.
  1397.  
  1398. Sat Mar 28 00:36:57 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1399.  
  1400.     * dd.c (copy_simple, copy_with_block, copy_with_unblock,
  1401.     translate_buffer, swab_buffer): New functions, mostly made
  1402.     from code taken from copy.  Incorporate some optimizations due
  1403.     to Stuart Kemp: For each type of conversion, only check
  1404.     whether to do it once per buffer read, instead of once per character.
  1405.     (copy): If conv=block and the input didn't end with a newline,
  1406.     pad the final block with spaces.
  1407.  
  1408. Wed Mar 25 14:35:17 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1409.  
  1410.     * system.h: Don't use BSIZE for calculating ST_BLKSIZE if it
  1411.     isn't defined.
  1412.  
  1413.     * mountlist.c [MOUNTED_FREAD], fsusage.c [STAT_READ]: New code
  1414.     for SVR2, from archive@ideahb.sublink.org (Lele Gaifax).
  1415.  
  1416. Tue Mar 24 14:53:19 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1417.  
  1418.     * mvdir.c: Use getcwd, not getwd.
  1419.  
  1420.     * system.h, xgetcwd.c: Redo how PATH_MAX is figured out, to
  1421.     work on SVR3.
  1422.  
  1423.     * fsusage.c, mountlist.c: New files split from fsinfo.c.
  1424.     Revise conditionals to make the two files independent of each other.
  1425.     * fsusage.h, mountlist.h: New files split from fsinfo.h.
  1426.     * df.c: Use them.
  1427.  
  1428. Mon Mar 23 13:01:07 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1429.  
  1430.     * fsinfo.c (read_filesystem_list): Take another arg, all_fs.
  1431.     [FS_MNTENT]: Ignore type "auto" (from amd) as well as "ignore"
  1432.     (from automounter), if not all_fs.
  1433.     * df.c (main): Pass the new arg.
  1434.  
  1435.     * fsinfo.h: Add function decls.
  1436.  
  1437.     * chown.c, chgrp.c, chmod.c: Remove -L option.  Didn't handle
  1438.     changing symlinks correctly and wasn't very useful.
  1439.  
  1440. Sat Mar 14 17:38:38 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1441.  
  1442.     * dirname.c (dirname): Don't use strdup.
  1443.  
  1444. Fri Mar 13 14:56:15 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  1445.  
  1446.     * rm.c (remove_file, remove_dir, clear_directory): If -f was
  1447.     given, don't complain about ENOENT when removing.
  1448.  
  1449. Mon Mar  9 00:09:48 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1450.  
  1451.     * install.c (main): Allow making multiple dirs with -d.
  1452.     (usage): Document it.
  1453.     * makepath.c (make_path): Clear umask while working and
  1454.     restore it when done.  chmod dirs that should have
  1455.     set[ug]id or sticky bits set, if we're chowning them.
  1456.     Make chown failure nonfatal.  Do chmod after chown, not before.
  1457.  
  1458.     * du.c (count_entry): Set exit_status on nonfatal error.
  1459.     (main): Use it.
  1460.  
  1461. Sun Mar  8 22:07:50 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1462.  
  1463.     * du.c (du_files): New function, from code in main.
  1464.     Use xgetcwd instead of getcwd or getwd.
  1465.     * system.h: Don't declare getcwd or getwd.
  1466.  
  1467.     * xgetcwd.c: New file.
  1468.  
  1469.     * ls.c (main): Exit with `exit_status' instead of 0.
  1470.     (print_dir, gobble_file, get_link_name): Set exit_status on error.
  1471.  
  1472.     * ls.c (print_long_format): Allow a slop factor for deciding
  1473.     what is in the future.
  1474.  
  1475.     * All programs: Change usage messages and documentation for
  1476.     long options to use -- instead of +.
  1477.  
  1478.     * df.c (main, usage): Add -v option for SysV compat.
  1479.  
  1480. Tue Feb  4 12:45:09 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1481.  
  1482.     * fileblocks.c [!NINDIR]: Try to fake indirect block info for
  1483.     systems that don't define it.
  1484.  
  1485. Thu Jan 16 01:04:16 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1486.  
  1487.     * df.c (print_header): Capitalize some header words for
  1488.     POSIX.2a draft 8.
  1489.  
  1490. Sat Jan  4 01:19:25 1992  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1491.  
  1492.     * posixtm.y: Capitalize token name.
  1493.  
  1494. Tue Dec 24 01:05:44 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1495.  
  1496.     * system.h, makepath.c, idcache.c, eaccess.c, backupfile.c,
  1497.     install.c, dd.c, chown.c, chgrp.c: Change POSIX ifdefs to
  1498.     HAVE_UNISTD_H.
  1499.  
  1500. Wed Dec 18 16:42:00 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1501.  
  1502.     * system.h: To get major, minor and makedev, don't check for
  1503.     _POSIX_SOURCE and USG; use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.
  1504.  
  1505. Mon Dec 16 18:16:42 1991  David J. MacKenzie  (djm at wombat.gnu.ai.mit.edu)
  1506.  
  1507.     * dd.c (skip): Fix typos in arg name.
  1508.     (output_char): Fix off by one error in check.
  1509.  
  1510. Sun Dec  8 19:55:06 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1511.  
  1512.     * system.h: Only define major et al. if not already defined.
  1513.  
  1514. Fri Dec  6 18:26:53 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1515.  
  1516.     * dd.c (main) [POSIX]: Use sigaction instead of signal, which
  1517.     POSIX doesn't have.
  1518.  
  1519.     * df.c, du.c, ls.c: POSIX_ME_HARDER -> POSIXLY_CORRECT.
  1520.  
  1521. Wed Dec  4 14:30:16 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1522.  
  1523.     * dd.c: Cleanups, mostly from Stuart Kemp:
  1524.     (output_char): New macro, from code in copy.
  1525.     (write_output): New function, used by output_char, from code
  1526.     in copy.
  1527.     (skip): New function, from code in copy.
  1528.     (copy): Use output_char and skip.
  1529.     Simplify test for quitting before main loop.
  1530.     Zero buffer using bzero for speed.
  1531.  
  1532. Sun Nov 17 19:39:04 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1533.  
  1534.     * fsinfo.c (get_fs_usage) [FS_MNTENT]: Take blocksize into account.
  1535.     (read_filesystem_list) [FS_MNTENT]: Ignore filesystems of type
  1536.     "ignore" (automounter dummy entries).
  1537.  
  1538.     * install.c (change_attributes): Do chmod even if chown fails.
  1539.  
  1540. Thu Oct 24 23:50:46 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1541.  
  1542.     * chown.c (change_file_owner), chgrp.c (change_file_group):
  1543.     don't skip symlinks, since the chown system call works on them.
  1544.  
  1545. Fri 18 Oct 1991 23:29:24  Jim Meyering  (meyering at wombat)
  1546.  
  1547.     * configure: fixed test to detect sequent's strange interpretation
  1548.     of utime(file, NULL).
  1549.  
  1550. Fri Oct 18 00:30:42 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1551.  
  1552.     * eaccess.c: GID_T -> GETGROUPS_T, for clarity.
  1553.  
  1554. Sat Oct 12 12:25:55 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  1555.  
  1556.     * configure: Define uid_t and gid_t as int if they're not
  1557.     defined in sys/types.h.  That's probably right for old Unixes
  1558.     and avoids trying to find the C preprocessor.
  1559.  
  1560.     * df.c: Don't declare sync, to avoid conflict with Minix (and
  1561.     maybe others) unistd.h.
  1562.     (show_point): Cast -1 to dev_t before comparing, in case dev_t
  1563.     is unsigned.  From Rainer Orth.
  1564.  
  1565.     * chown.c [!POSIX]: Declare getgrgid.
  1566.  
  1567. Fri Sep 13 14:55:41 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  1568.  
  1569.     * eaccess.c [POSIX]: Always use sysconf to get NGROUPS_MAX.
  1570.  
  1571. Thu Sep  5 23:40:39 1991  David J. MacKenzie  (djm at apple-gunkies)
  1572.  
  1573.     * system.h: Instead of defining getwd in terms of getcwd with
  1574.     PATH_MAX as an arg (which might be -1 on POSIX), define getcwd
  1575.     in terms of getwd.
  1576.     * du.c (main): Call getcwd with path_max as an arg.
  1577.  
  1578.     * install.c (change_attributes): Do chown before chmod, so
  1579.     chown doesn't remove set[ug]id bits.
  1580.  
  1581. Wed Aug 28 20:53:50 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1582.  
  1583.     * Version 3.1.
  1584.  
  1585. Mon Aug 26 15:44:16 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
  1586.  
  1587.     * du.c (main): If pathconf fails, use 1024 for PATH_MAX.  This
  1588.     happens if "/" is NFS-mounted.
  1589.  
  1590. Sun Aug 25 00:56:11 1991  David J. MacKenzie  (djm at apple-gunkies)
  1591.  
  1592.     * df.c, fsinfo.c, fsinfo.h: New program.
  1593.     * configure: Check for various ways of getting info on mounted
  1594.     filesystems.
  1595.  
  1596. Thu Aug 22 10:53:23 1991  David J. MacKenzie  (djm at apple-gunkies)
  1597.  
  1598.     * src/Makefile.in: Workaround #10006 for C compilers that are
  1599.     too dumb to allow -c and -o together.  Copy the source files.
  1600.     * system.h: Moved from src to lib to avoid having to add yet
  1601.     more -I options to CFLAGS.
  1602.  
  1603.     * du.c, ls.c: If POSIX_ME_HARDER is set in environment, use
  1604.     512-byte blocks by default.
  1605.  
  1606. Wed Aug 21 13:03:14 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1607.  
  1608.     * Version 3.0.
  1609.  
  1610.     * du.c, ls.c: Make 1K blocks the default size, and -k a no-op.
  1611.     Down with dumb standards!
  1612.  
  1613.     * system.h, backupfile.c, savedir.c [VOID_CLOSEDIR]: Fake a
  1614.     return value for closedir, which returns void on some systems,
  1615.     like Sequents.
  1616.     * configure: Check sys/dir.h for 'void closedir'.
  1617.  
  1618. Tue Aug 20 22:22:47 1991  Jim Meyering  (meyering at nutrimat)
  1619.  
  1620.     * mvdir.c (main):  Clean up loop to stat component
  1621.     directories -- as in makepath and pathchk.
  1622.  
  1623. Tue Aug 20 22:10:47 1991  Jim Meyering  (meyering at nutrimat)
  1624.  
  1625.     * dirname.c (dirname):  Allocate exact amount of space
  1626.     needed for result.
  1627.  
  1628. Tue Aug 20 02:13:40 1991  David J. MacKenzie  (djm at apple-gunkies)
  1629.  
  1630.     * savedir.c (savedir): Try to open directory before allocating
  1631.     buffer.  From Jim Meyering.
  1632.  
  1633. Mon Aug 19 01:14:13 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1634.  
  1635.     * Many files: indent '#pragma alloca' so non-ANSI compilers
  1636.     don't choke on it.
  1637.  
  1638.     * backupfile.c (max_backup_version): Check closedir return
  1639.     value (though it might not do any good).
  1640.  
  1641. Tue Aug  6 20:50:56 1991  David J. MacKenzie  (djm at wheat-chex)
  1642.  
  1643.     * configure, Makefile.in's: Support +srcdir option, using VPATH.
  1644.     Don't check for bison, just try it and if it fails use yacc.
  1645.     Create config.status.  Fix up clean targets.
  1646.  
  1647.     * posixtm.y (posixtm): New function.
  1648.  
  1649.     Most of the following is from Paul Eggert:
  1650.     * savedir.c (savedir), ls.c (print_dir), rm.c
  1651.     (clear_directory): Check closedir return for errors.
  1652.     * dd.c (main): Check for stdin or stdout being closed.
  1653.     * dd.c (quit), install.c (copy_file): Check for close errors.
  1654.     * mv.c (copy): Was missing a close.
  1655.  
  1656. Sat Aug  3 02:05:51 1991  David J. MacKenzie  (djm at apple-gunkies)
  1657.  
  1658.     * ln.c: Declare link() unconditionally (SCO UNIX needs it).
  1659.  
  1660. Tue Jul 30 00:23:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1661.  
  1662.     * configure: NEED_TZSET has become FTIME_MISSING.
  1663.  
  1664.     * configure: Define uid_t and gid_t if sys/types.h doesn't.
  1665.  
  1666. Sat Jul 27 00:55:16 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1667.  
  1668.     * configure: Only compile fileblocks.c if st_blocks is missing.
  1669.  
  1670.     * cp.c (copy): Make directories with initial mode of source
  1671.     permissions minus umask, plus 0700.  For POSIX and John Gilmore.
  1672.  
  1673.     * system.h: Include errno.h and, if STDC_HEADERS, stdlib.h.
  1674.     * All programs: Remove includes of those files.
  1675.  
  1676.     * ftruncate.c: New file.
  1677.     * configure: Use it if needed.
  1678.  
  1679. Wed Jul 24 02:09:45 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1680.  
  1681.     * ls.c (get_name_link), cp.c (copy) [_AIX]: Allocate extra
  1682.     space for the buffer, since st_size is wrong.
  1683.  
  1684.     * system.h: Don't declare alloca for AIX.
  1685.     * makepath.c, posixtm.y, cp.c, du.c, ln.c, ls.c, mv.c:
  1686.     Declare alloca first (AIX needs it).
  1687.  
  1688.     * cp.c, dd.c, touch.c: Use SEEK_ instead of L_.
  1689.     * system.h: Define SEEK_ if not defined.
  1690.  
  1691. Tue Jul 23 15:02:20 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1692.  
  1693.     * eaccess.c: GID_T is int if ultrix as well as if sun.
  1694.  
  1695. Mon Jul 22 11:39:31 1991  David J. MacKenzie  (djm at bleen)
  1696.  
  1697.     * install.c: Use uid_t and gid_t.
  1698.  
  1699.     * eaccess.c: Support POSIX method of getting multiple groups.
  1700.  
  1701. Sat Jul 20 14:24:40 1991  David J. MacKenzie  (djm at bleen)
  1702.  
  1703.     * Move cat cmp cut expand head paste split tac tail unexpand
  1704.     to textutils.
  1705.  
  1706.     * system.h [MKFIFO_MISSING]: Define mkfifo macro.
  1707.     * cp.c, mkfifo.c: Don't define it.
  1708.  
  1709.     * mknod.c, gmknod.1: New files.
  1710.  
  1711. Fri Jul 19 13:43:01 1991  David J. MacKenzie  (djm at apple-gunkies)
  1712.  
  1713.     * version.c: New file.
  1714.     * All C programs: Link with it, to get version number in the
  1715.     binary where at least `strings -' and GNU grep can find it.
  1716.  
  1717. Mon Jul 15 13:46:53 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1718.  
  1719.     * configure: Also look in sys/signal.h for signal decl.
  1720.  
  1721. Sun Jul 14 22:43:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1722.  
  1723.     * Rename touchtm.y back to posixtm.y, as the date command will
  1724.     use it too.
  1725.  
  1726. Mon Jul  8 22:56:36 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  1727.  
  1728.     * Replace lib/Makefile with lib/Makefile.in.
  1729.     * configure: For some library functions that might be missing,
  1730.     conditionally add the .o files to lib/Makefile instead of
  1731.     defining func_MISSING.
  1732.     * lib/mkdir.c: Renamed from lib/mkrmdir.c.
  1733.  
  1734. Sat Jul  6 02:19:09 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1735.  
  1736.     * xstrdup.c [STDC_HEADERS]: Include string.h.
  1737.  
  1738.     * stripslash.h: Include string header file.
  1739.  
  1740.     * configure: Add to DEFS if Minix.
  1741.  
  1742.     * system.h [_POSIX_SOURCE]: Make ST_BLKSIZE 1024 instead of
  1743.     512, for better performance.
  1744.  
  1745.     * system.h, configure: If sys/mkdev.h exists, use it instead
  1746.     of sys/sysmacros.h.
  1747.  
  1748.     * configure: echo messages to stdout, not stderr.
  1749.     Use test programs to see if alloca needs -lPW and if chars are
  1750.     unsigned.
  1751.  
  1752. Tue Jul  2 03:16:32 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1753.  
  1754.     * chown.c, chgrp.c [!POSIX]: Declare pwd.h and grp.h functions.
  1755.  
  1756. Sat Jun 29 16:46:12 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1757.  
  1758.     * cp.h: Don't declare `open', to avoid conflict with varargs
  1759.     prototypes.
  1760.  
  1761.     * chown.c, chgrp.c: Include sys/types.h before, not after,
  1762.     pwd.h and grp.h, to get uid_t and gid_t if necessary.
  1763.  
  1764. Fri Jun 28 01:12:45 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1765.  
  1766.     * ls.c: Use time_t instead of long, where appropriate.
  1767.  
  1768. Thu Jun 27 16:31:45 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1769.  
  1770.     * touchtm.y: Renamed from posixtime.y for SysV systems with Bison.
  1771.  
  1772.     * configure: No longer need to pass bison the -y option.
  1773.     Now lib/Makefile should allow a parallel make with bison.
  1774.  
  1775.     * cp.c (copy_reg), cat.c (main),
  1776.     touch.c (touch, utime_now), mv.c (copy): Check close return
  1777.     value for delayed error report due to NFS.
  1778.  
  1779. Thu Jun 20 01:33:06 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1780.  
  1781.     * configure: Include $DEFS when compiling test programs.
  1782.  
  1783.     * configure: Use test programs instead of grep to check for
  1784.     USG, POSIX, and ANSI C headers, in case symbols are defined in
  1785.     header files included by the standard ones.  Check for BSD
  1786.     memory functions (bcopy et al.) as well as string functions.
  1787.     Add notice to top of generated Makefile saying that it's
  1788.     automatically generated.
  1789.  
  1790. Thu Jun 13 00:50:18 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1791.  
  1792.     * Version 2.1.
  1793.  
  1794.     * configure: If rename is missing, define MVDIR.
  1795.     Use , instead of / as sed substitution separator so variables'
  1796.     values can contain slashes.
  1797.  
  1798.     * du.c (main): Use alloca to allocate `wd' instead of making
  1799.     it an auto array, since PATH_MAX might be a call to pathconf.
  1800.  
  1801. Wed Jun 12 19:56:22 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1802.  
  1803.     * cp-aux.c (usage), install.c (usage), ln.c (usage), mv.c
  1804.     (usage): Combine the option lists for the multiple usage forms.
  1805.  
  1806. Tue Jun 11 00:12:15 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1807.  
  1808.     * idcache.c: pwd.h and grp.h might need sys/types.h.
  1809.  
  1810.     * configure: Create Makefile from Makefile.in instead of
  1811.     makefile from makefile.skel, to more closely follow the new
  1812.     GNU coding standards.
  1813.  
  1814.     * ls.c (file_interesting): Use POSIX.2 fnmatch instead of glob_match.
  1815.  
  1816.     * configure: If $RANDOM is implemented (ksh, bash or zsh), use
  1817.     the `type' builtin to determine if gcc, bison, ranlib are
  1818.     available.  ksh writes "fubar: command not found" to stderr,
  1819.     foiling the test -n "`command 2>&1`" method.
  1820.     Remove makefile on signal.
  1821.  
  1822.     * system.h: Include sys/param.h if not _POSIX_SOURCE instead
  1823.     of if not POSIX, to get DEV_BSIZE.
  1824.  
  1825.     * makepath.c, posixtime.y, system.h: Add _AIX case to alloca decl.
  1826.  
  1827. Sun Jun  9 01:26:27 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1828.  
  1829.     * Version 2.0.
  1830.  
  1831.     * basename.c, dirname.c: Use str[r]chr and string.h if
  1832.     STDC_HEADERS as well as if USG.
  1833.  
  1834.     * touch.c (utime_now): Created from code in touch ().
  1835.  
  1836. Sat Jun  8 11:02:32 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1837.  
  1838.     * backupfile.c: Use POSIX instead of _POSIX_SOURCE to
  1839.     determine whether to check whether readdir returned a valid
  1840.     entry.
  1841.  
  1842. Fri Jun  7 21:44:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1843.  
  1844.     * fileblocks.c (st_blocks), system.h (ST_NBLOCKS): Always
  1845.     return number of 512 byte blocks, not DEV_BSIZE blocks.
  1846.     (convert_blocks): Always expect 512-byte blocks.
  1847.  
  1848. Thu Jun  6 12:54:26 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1849.  
  1850.     * system.h [POSIX]: If PATH_MAX not defined, use pathconf.
  1851.     Remove NAME_MAX stuff; not used.
  1852.  
  1853.     * system.h: Make #include <strings.h> depend on not (USG or
  1854.     STDC_HEADERS) instead of not (USG or POSIX).
  1855.  
  1856.     * configure: New shell script to aid compilation.
  1857.  
  1858. Mon Jun  3 16:42:41 1991  David J. MacKenzie  (djm at wheat-chex)
  1859.  
  1860.     * cp.h: Remove some decls of functions returning int that
  1861.     conflict with prototypes on HPUX.
  1862.  
  1863.     * cp.c (make_path, re_protect): New functions from Jim
  1864.     Meyering.  Changes to other functions as well, to add +path,
  1865.     +link, +symbolic-link options.
  1866.  
  1867. Sun Jun  2 15:45:24 1991  David J. MacKenzie  (djm at wheat-chex)
  1868.  
  1869.     * most files: use GPL version 2.
  1870.  
  1871. Sat Jun  1 20:17:35 1991  David J. MacKenzie  (djm at wheat-chex)
  1872.  
  1873.     * rm.c, backupfile.c: If _POSIX_SOURCE, don't refer to d_ino.
  1874.  
  1875. Sun May 19 18:42:09 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  1876.  
  1877.     * touch.c: Renamed getdate to get_date to avoid SVR4 conflict.
  1878.  
  1879. Thu May 16 23:12:01 1991  David J. MacKenzie  (djm at albert.gnu.ai.mit.edu)
  1880.  
  1881.     * cp.c, mv.c, ln.c: Use alloca and strcpy directly instead of
  1882.     in a macro for generating backup filename.  The latter
  1883.     sometimes coredumps for some reason.
  1884.  
  1885. Sat Apr 20 00:03:09 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  1886.  
  1887.     * dd.c: Add conv=notrunc and truncate output file by default,
  1888.     for POSIX.
  1889.  
  1890.     * rm.c (rm): Refuse to remove path/. and path/.., as well as `.'
  1891.     and `..', for POSIX.
  1892.  
  1893.     * chown.c: Allow `:' as well as `.' to separate group from
  1894.     user, for POSIX.2 draft 11.
  1895.  
  1896.     * Many programs: Don't bother to get the long-option index
  1897.     value from getopt_long, since we ignore it.
  1898.  
  1899.     * Many programs: Separate long-option option names from their
  1900.     args with `=' instead of ` ' in usage messages.
  1901.  
  1902.     * touch.c (touch): Don't refuse to touch non-regular files.
  1903.  
  1904. Wed Apr 10 12:19:30 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  1905.  
  1906.     * cp.c, cp-aux.c: Add -a +archive option, an easier to
  1907.     remember synonym for -dpR.
  1908.  
  1909. Fri Mar 15 16:16:54 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  1910.  
  1911.     * mv.c (copy): Try to preserve file ownership in
  1912.     cross-filesystem copies.
  1913.  
  1914.     * backupfile.c, rm.c: Go back to using d_ino instead of
  1915.     d_fileno.  POSIX.1 specifies neither, and d_ino is more
  1916.     common, perhaps ubiquitous.
  1917.  
  1918.     * chown.c (describe_change): Don't print the group name if it
  1919.     didn't change (thus is a null pointer).
  1920.     (main): Initialize group name to null.
  1921.  
  1922. Mon Feb 25 11:44:14 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  1923.  
  1924.     * dd.c (copy): Only seek if not seeking to start of file, so
  1925.     "dd >> foo" works with Minix shell that doesn't open foo in
  1926.     append mode.
  1927.  
  1928. Thu Feb 21 11:59:39 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  1929.  
  1930.     * ln.c (do_link), mv.c (do_move), cp.c (copy): Store backup
  1931.     filename using alloca so we don't have to free it every place
  1932.     we return.  From Jim Meyering.
  1933.  
  1934. Thu Feb 14 00:41:43 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  1935.  
  1936.     * cp.c (copy_reg): Only make holes when copying a regular file
  1937.     onto a regular file.
  1938.  
  1939. Fri Jan 18 06:31:59 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1940.  
  1941.     * ls.c: Move defn. of S_IEXEC to after header files are included.
  1942.     * cp.h: Always declare stat and lstat.
  1943.  
  1944. Thu Jan 10 02:16:55 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1945.  
  1946.     * cp.h: Only declare some system calls if not POSIX.
  1947.  
  1948.     * eaccess.c, idcache.c, dd.c, install.c, ln.c, system.h:
  1949.     Change _POSIX_SOURCE to POSIX.
  1950.  
  1951.     * fileblocks.c, system.h: Change STBLOCKS_MISSING to
  1952.     ST_BLOCKS_MISSING (was already that way in cp.c).
  1953.  
  1954. Fri Dec 28 18:40:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1955.  
  1956.     * chmod.c, chown.c, chgrp.c, du.c: Rename -d option to -L for
  1957.     similarity to ls and cpio.
  1958.  
  1959. Thu Dec 27 00:06:45 1990  David J. MacKenzie  (djm at egypt)
  1960.  
  1961.     * rm.c (clear_directory): Keep looking for files to remove
  1962.     until we don't find any, so that any .nfs* files created by
  1963.     removing other files are also removed, eventually.
  1964.  
  1965.     * install.c (main): Strip trailing slashes on all args.
  1966.  
  1967.     * mv.c (copy): Open target file with mode 0600, not 0777.
  1968.     [FCHMOD_MISSING]: Perform chmod after closing files, not
  1969.     before, for MS-DOS.
  1970.  
  1971.     * cp.c (do_copy): Don't append `..' to target dir name.
  1972.  
  1973.     * du.c (main, count_entry, usage): Add -D +dereference-args
  1974.     and -d +dereference options.
  1975.  
  1976. Wed Dec 26 03:39:18 1990  David J. MacKenzie  (djm at egypt)
  1977.  
  1978.     * dirname.c, xstrdup.c: Get decls from standard files, if available.
  1979.  
  1980. Thu Dec 20 23:10:22 1990  David J. MacKenzie  (djm at egypt)
  1981.  
  1982.     * makepath.c: New file, adapted from code in mkdir.c,
  1983.     install.c, and cpio util.c by Jim Meyering.
  1984.     * mkdir.c, install.c: Use make_path.
  1985.  
  1986. Sun Dec 16 00:56:54 1990  David J. MacKenzie  (djm at egypt)
  1987.  
  1988.     * chown.c, chgrp.c: New files.
  1989.  
  1990. Sat Dec 15 20:42:32 1990  David J. MacKenzie  (djm at egypt)
  1991.  
  1992.     * cp.h: Declare POSIX functions always -- _POSIX_SOURCE
  1993.     doesn't imply STDC declarations.
  1994.  
  1995.     * system.h: Define S_ISTYPE macros not defined by sys/stat.h.
  1996.  
  1997.     * Many files: Use S_ISTYPE macros.
  1998.  
  1999.     * backupfile.c, rm.c: Use name d_fileno for member of struct
  2000.     dirent instead of d_ino, for POSIX.
  2001.  
  2002. Wed Dec 12 23:38:22 1990  David J. MacKenzie  (djm at egypt)
  2003.  
  2004.     * ls.c: Declare time() as time_t instead of long, to prevent
  2005.     conflict with standard header files.
  2006.  
  2007.     * cp.c (copy_reg): Instead of using NO_SPARSE_FILES, use
  2008.     st_blocks to determine whether the original file contains any
  2009.     sparse blocks, and only create them if so.  On systems without
  2010.     st_blocks, to be safe, never create sparse blocks.
  2011.  
  2012. Thu Nov  8 12:16:27 1990  David J. MacKenzie  (djm at apple-gunkies)
  2013.  
  2014.     * idcache.c: If _POSIX_SOURCE not defined, declare getpw and
  2015.     getgr functions (not an optimal solution, but I hate to add
  2016.     yet another configuration macro).
  2017.  
  2018.     * Makefile: Define AR and RANLIB and pass to child makes.
  2019.     lib/Makefile: Use them.
  2020.  
  2021. Tue Nov  6 23:18:06 1990  David J. MacKenzie  (djm at mole.ai.mit.edu)
  2022.  
  2023.     * idcache.c: New file from code in ls.c.
  2024.  
  2025. Fri Nov  2 14:34:40 1990  David J. MacKenzie  (djm at apple-gunkies)
  2026.  
  2027.     * Move files into src and lib directories, split out library
  2028.     functions into separate files in lib, and rewrite Makefiles.
  2029.  
  2030. Mon Oct 29 01:20:46 1990  David J. MacKenzie  (djm at apple-gunkies)
  2031.  
  2032.     * mv.c (do_move), rm.c (remove_file, remove_dir): If stdin is
  2033.     a tty and file is unwritable, prompt before overwriting.
  2034.  
  2035.     * cp.c (copy_reg): Only make sparse files if
  2036.     NO_SPARSE_FILES is undefined, to accommodate dumb kernels.
  2037.  
  2038.     * du.c (count_entry): Remove misinformed HPUX kludge that
  2039.     doesn't really fix the problem.
  2040.  
  2041.     * rm.c (rm): Check for textual equality with '.' and '..', not
  2042.     dev/inode equality.
  2043.  
  2044. Sat Oct 27 23:38:55 1990  David J. MacKenzie  (djm at apple-gunkies)
  2045.  
  2046.     * rm.c (check_stack): If not interactive, don't prompt when
  2047.     corruption is found, just quit.
  2048.     (remove_file, remove_dir): Delete leading spaces in verbose
  2049.     output.
  2050.  
  2051.     * cp.c (copy), rm.c (remove_dir): If we think the dest. file
  2052.     is unwritable, warn the user in the interactive prompt instead
  2053.     of automatically skipping the file.  Because of race
  2054.     conditions and other protection mechanisms we might not know
  2055.     about, and POSIX.
  2056.  
  2057. Mon Oct  8 18:51:25 1990  David J. MacKenzie  (djm at apple-gunkies)
  2058.  
  2059.     * du.c (main, usage, count_entry): Add +separate-dirs -S option.
  2060.  
  2061.     * dd.c (main): Don't trap SIGINT if it was being ignored.
  2062.  
  2063. Tue Sep 25 16:40:43 1990  David J. MacKenzie  (djm at apple-gunkies)
  2064.  
  2065.     * install.c (copy_file, install_file_in_file): Change
  2066.     attributes after stripping, to guard against strip programs
  2067.     that clear setuid bits, etc.
  2068.  
  2069. Fri Sep 21 22:31:43 1990  David J. MacKenzie  (djm at apple-gunkies)
  2070.  
  2071.     * cp.c (copy_reg): Put back ftruncate way of making holes
  2072.     because the other way can't make a hole at the end of a file.
  2073.  
  2074. Tue Sep 18 03:47:45 1990  David J. MacKenzie  (djm at apple-gunkies)
  2075.  
  2076.     * install.c (change_attributes): Don't ignore EPERM for chown,
  2077.     since the default uid is now the current uid.
  2078.  
  2079. Sun Sep  9 16:54:19 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2080.  
  2081.     * Version 1.4.
  2082.  
  2083.     * cp.h: Declare free returning void, not int, so it
  2084.     doesn't bomb on Xenix.
  2085.  
  2086. Fri Sep  7 04:35:35 1990  David J. MacKenzie  (djm at apple-gunkies)
  2087.  
  2088.     * system.h, backupfile.c, savedir.c [DIRENT]: if direct is
  2089.     defined (as on Ultrix 4.0), undefine it before redefining it.
  2090.  
  2091. Tue Sep  4 03:10:24 1990  David J. MacKenzie  (djm at apple-gunkies)
  2092.  
  2093.     * dd.c (apply_translations, translate_charset): Code moved
  2094.     from parse_conversion.
  2095.     (apply_translations): Convert from EBCDIC to ASCII before
  2096.     converting case.
  2097.  
  2098.     * mvdir.c (fullpath): Return a value.
  2099.  
  2100.     * dd.c (copy): Increment count of truncated records once
  2101.     per record, not once per character that overflows.
  2102.  
  2103. Mon Sep  3 22:23:57 1990  David J. MacKenzie  (djm at coke)
  2104.  
  2105.     * dd.c (swab_array): Function removed.
  2106.     (copy): Rewrite conv=swab to work when odd number of bytes
  2107.     are read.
  2108.     (scanargs): Die if invalid numeric value is given.
  2109.     (parse_integer): Return -1 if invalid arg.
  2110.     (bit_count): Faster version from Jim Meyering.
  2111.  
  2112.     * cp.c, mkfifo.c [MKFIFO_MISSING]: Define mkfifo.
  2113.  
  2114. Thu Aug 30 00:17:02 1990  David J. MacKenzie  (djm at apple-gunkies)
  2115.  
  2116.     * mvdir.c (main): Make sure `from' is not a parent of any part
  2117.     of `to', not just the explicitly given part.
  2118.     (fullpath): New function.
  2119.  
  2120. Wed Aug 29 19:50:05 1990  David J. MacKenzie  (djm at apple-gunkies)
  2121.  
  2122.     * mvdir.c: Renamed from mv_dir.c, for consistency with mkdir and rmdir.
  2123.     * dirlib.c: Caller changed.
  2124.  
  2125. Tue Aug 28 18:05:24 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2126.  
  2127.     * touch.c (main): Don't interpret first non-option arg as a
  2128.     time if `--' is given (POSIX-required kludge).
  2129.  
  2130.     * touch.c: Add long-named options.
  2131.  
  2132.     * Many files: Include <getopt.h> instead of "getopt.h" since
  2133.     getopt.h will be in the GNU /usr/include.
  2134.  
  2135.     * install.c: Declare some functions.
  2136.  
  2137.     * touch.c, getdate.y, posixtime.y, mktime.c: New files, from bin-src.
  2138.  
  2139.     * posixtime.y: Move year from before time to after it (but
  2140.     before the seconds), for 1003.2 draft 10.
  2141.  
  2142. Mon Aug 27 03:25:36 1990  David J. MacKenzie  (djm at apple-gunkies)
  2143.  
  2144.     * touch.c (main): If no time is given and first arg is a valid
  2145.     timespec, use it as one.
  2146.  
  2147. Sat Aug 25 01:36:16 1990  David J. MacKenzie  (djm at apple-gunkies)
  2148.  
  2149.     * posixtime.y: Enclose YYABORT in braces in case some yacc's
  2150.     need it.
  2151.  
  2152.     * touch.c: Remove -i option.  Change some error messages.
  2153.     (readname): Function removed.
  2154.  
  2155. Thu Aug 23 12:56:33 1990  David J. MacKenzie  (djm at apple-gunkies)
  2156.  
  2157.     * cp.c (copy): Only restore dir mode if it was changed.
  2158.  
  2159. Wed Aug 22 01:45:54 1990  David J. MacKenzie  (djm at apple-gunkies)
  2160.  
  2161.     * cp.c (copy): Don't only backup files when -f is given.
  2162.  
  2163.     * ls.c: Add -X +sort=extension option.  Rename
  2164.     +kilobyte-file-size to +kilobytes.
  2165.  
  2166.     * du.c: Rename -f option to -x, for POSIX.  Rename
  2167.     +kilobyte-file-size to +kilobytes.  Add -b, +bytes option for
  2168.     POSIX.
  2169.  
  2170.     * cp-aux.c (usage): Change -o to -x.
  2171.     (stpcpy): Renamed from str_cpy.  Change callers in cp.c.
  2172.  
  2173.     * cp.c: New variable, `flag_copy_as_regular'.
  2174.     (main): For -R, unset `flag_copy_as_regular'.
  2175.     Rename -o to -x for consistency with du.
  2176.     (copy): Only unlink destination files when -f is given.
  2177.     Only prompt when -i given and copying as a regular file.
  2178.     Move check for previous link after other checks, reducing
  2179.     duplicate code.
  2180.     Create directories with mode 0700 initially, for POSIX.
  2181.  
  2182. Mon Aug 20 03:29:08 1990  David J. MacKenzie  (djm at apple-gunkies)
  2183.  
  2184.     * dd.c (copy): Swap input bytes instead of output bytes.
  2185.     (swab_array): New function.
  2186.  
  2187.     * dd.c (copy): If sync and noerror, zero the buffer before the
  2188.     read instead of after so that any data read before an error
  2189.     occurred are preserved.
  2190.     On read error, print stats and seek past the bad block if noerror.
  2191.     noerror doesn't affect write errors, for POSIX.
  2192.     (scanargs): Use two buffers if no buffer sizes given.
  2193.     Do not block or unblock if cbs not given.
  2194.     (print_stats): New function.
  2195.     (quit): Call it.
  2196.  
  2197. Mon Aug 13 23:30:03 1990  David J. MacKenzie  (djm at apple-gunkies)
  2198.  
  2199.     * cp.c (copy): If dest. exists and is unwritable, skip the file.
  2200.  
  2201.     * rm.c, mv.c, cp.c, ln.c (main): Respect the last -f or -i given,
  2202.     for POSIX.
  2203.  
  2204.     * rm.c (remove_file): Only prompt if -i is given.
  2205.     (main, usage): Remove -o +override-mode option, obsolete if
  2206.     POSIX accepts our objection about prompting.
  2207.  
  2208.     * mv.c (do_move): Only prompt if -i is given.
  2209.  
  2210.     * ln.c (do_link): If dest. file exists and -i and -f not
  2211.     given, skip the file.
  2212.  
  2213. Tue Aug  7 12:51:18 1990  David J. MacKenzie  (djm at apple-gunkies)
  2214.  
  2215.     * dd.c (main): If seek= given, don't truncate output file.
  2216.     (copy): Use `read' to skip output blocks if not regular file.
  2217.     Sync with NUL instead of SPC.
  2218.  
  2219. Mon Aug  6 14:43:30 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  2220.  
  2221.     * rm.c: Rename `ignore_errors' to `ignore_missing_files', and
  2222.     have it only suppress messages about nonexisting files.
  2223.     (main): Get dev and ino of `.' and `..'.
  2224.     (rm): If file is the same as `.' or `..', return with error.
  2225.     (remove_file): Remove the file rather than skipping it if
  2226.     unwritable, no -i, and stdin not tty.
  2227.     (remove_dir): Return an error if directory is nonwritable,
  2228.     rather than nonreadable or nonsearchable, for POSIX.2 draft 10.
  2229.  
  2230.     * chmod.c (main): Use fixed error checking to make sure that
  2231.     options aren't mixed together in the same args as mode specifiers.
  2232.  
  2233. Sun Aug  5 11:51:12 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  2234.  
  2235.     * chmod.c (main): Use umask for '-' op.
  2236.  
  2237. Sat Aug  4 10:11:30 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  2238.  
  2239.     * mkfifo.c: Remove -p +path option, no longer specified by POSIX.
  2240.  
  2241. Fri Aug  3 13:38:28 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  2242.  
  2243.     * mkdir.c, mkfifo.c, create.c (main): Don't tell mode_compile to
  2244.     respect the umask for certain operations, since the umask is 0 anyway.
  2245.  
  2246.     * install.c (get_ids): Use getuid and getgid to get defaults,
  2247.     instead of -1.
  2248.  
  2249. Fri Jul 27 14:32:40 1990  David J. MacKenzie  (djm at apple-gunkies)
  2250.  
  2251.     * backupfile.c (dirname): Always replace frontmost slash with a null.
  2252.  
  2253. Thu Jul 26 00:20:35 1990  David J. MacKenzie  (djm at apple-gunkies)
  2254.  
  2255.     * cp.h: Declare umask as unsigned short.
  2256.  
  2257.     * eaccess.c: Make uid and gid unsigned short, and group array unsigned.
  2258.  
  2259. Wed Jul 25 18:38:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2260.  
  2261.     * rm.c (remove_file, remove_dir): Print verbose message right
  2262.     before actually trying to remove the file, after the prompting.
  2263.  
  2264.     * ls.c (getuser, getgroup): Make uid and gid unsigned short, not int.
  2265.  
  2266. Tue Jul 24 03:39:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2267.  
  2268.     * cp.c (copy), ln.c (do_link), mv.c (do_move): For +verbose,
  2269.     print the file names just before actually attempting the
  2270.     copy/link/move, to produce a list of the files that they
  2271.     actually try to copy/link/move, omitting skipped files.
  2272.     Remove leading spaces from +verbose output.
  2273.  
  2274. Mon Jul 23 16:57:44 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2275.  
  2276.     * cp.c (copy): Make +update operate silently, like +one-file-system.
  2277.  
  2278.     * ln.c: Add -F as synonym for -d, for SunOS compatibility.
  2279.  
  2280. Sun Jul 15 23:23:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2281.  
  2282.     * cp.c (copy): Go back to using xstat on dest.
  2283.  
  2284. Wed Jul 11 12:10:33 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2285.  
  2286.     * cp.c (copy): Make directories with desired mode plus u+wx so
  2287.     if the copy is interrupted, the dir is closer to the desired mode.
  2288.     Don't backup directories.
  2289.  
  2290. Sun Jul  8 00:39:31 1990  David J. MacKenzie  (djm at apple-gunkies)
  2291.  
  2292.     * rm.c (main, usage): Add new option -d, +directory.
  2293.     (rm): If -d given, use remove_file instead of remove_dir for
  2294.     directories.
  2295.     (remove_file): If directory, print "remove directory `foo'?"
  2296.     for interactive instead of "remove `foo'?".
  2297.  
  2298.     * ln.c (main): If -s given, print warning message if symlinks
  2299.     are not available.
  2300.     * mkfifo.c (main): If fifo's are not available, print message
  2301.     and exit.
  2302.  
  2303. Fri Jul  6 02:02:49 1990  David J. MacKenzie  (djm at apple-gunkies)
  2304.  
  2305.     * install.c (main): Use the current user and group ID for the
  2306.     default owner and group.
  2307.  
  2308.     * mv.c (main): New option -u, +update.
  2309.     (do_move): Don't move nondirectories if -u and there is an existing
  2310.     destination that has the same or newer mtime.
  2311.     (usage): Document -u, +update.
  2312.  
  2313.     * cp.c (main): New option -u, +update.
  2314.     (copy): Don't copy nondirectories if -u and there is an existing
  2315.     destination that has the same or newer mtime.
  2316.     * cp-aux.c (usage): Document -u ,+update.
  2317.  
  2318. Thu Jul  5 10:04:12 1990  David J. MacKenzie  (djm at apple-gunkies)
  2319.  
  2320.     * ln.c (do_link): Don't check whether OLD exists before trying
  2321.     to make link.
  2322.  
  2323. Tue Jul  3 01:51:55 1990  David J. MacKenzie  (djm at apple-gunkies)
  2324.  
  2325.     * ls.c: Allow "+time=atime" and "+time=ctime" for C hackers.
  2326.  
  2327.     * chmod.c (main): Don't check whether multiple mode arguments
  2328.     are given, because optind has a different value depending on
  2329.     whether or not the option is the last character in the
  2330.     ARGV-element.
  2331.  
  2332. Sat Jun 30 12:32:51 1990  David J. MacKenzie  (djm at apple-gunkies)
  2333.  
  2334.     * cp.c (copy): Use lstat on dest. file, not *xstat.
  2335.  
  2336. Mon Jun 25 18:07:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2337.  
  2338.     * ls.c (print_long_format): Truncate user and group names to 8
  2339.     chars to preserve column alignment.
  2340.     (length_of_file_name_and_frills): Don't assume type indicator
  2341.     will be printed for unknown file types that some os's have.
  2342.  
  2343.     * install.c: Declare getgrnam for systems where grp.h doesn't.
  2344.  
  2345. Sat Jun 23 00:06:35 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2346.  
  2347.     * Version 1.3.
  2348.  
  2349.     * du.c (count_entry) [HPUX_NFS_BUG]: If the size of the file
  2350.     according to the number of blocks reported is twice or more than
  2351.     the size of the file according to the number of bytes
  2352.     reported, halve the number of blocks.
  2353.  
  2354. Fri Jun 22 00:38:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2355.  
  2356.     * cp.c (copy_dir): Initialize 'ret' to 0.
  2357.  
  2358.     * cp.c (main), ln.c (main), mv.c (main), rm.c (main):
  2359.     Make -i override -f and -o, to be conservative about
  2360.     removing peoples' files.
  2361.  
  2362.     * mkdir.c (make_path), mkfifo.c (make_path): Don't try to stat
  2363.     "" or "/".
  2364.  
  2365.     * rm.c, rmdir.c, mkdir.c, mkfifo.c: Move code to remove
  2366.     slashes at the end of an arg from main to
  2367.     strip_trailing_slashes.
  2368.  
  2369.     * install.c (strip): Print error message if the `strip'
  2370.     program can't be run.
  2371.  
  2372.     * system.h (convert_blocks): Macro moved from du.c and ls.c.
  2373.     Take a second parameter indicating whether to convert to
  2374.     kilobytes or 512 byte blocks.
  2375.     * ls.c, du.c: Pass second parameter to convert_blocks.
  2376.  
  2377. Thu Jun 21 01:19:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2378.  
  2379.     * ls.c (print_long_format): Use mode_string instead of filemodestring.
  2380.  
  2381.     * ls.c (print_long_format): Compare times as longs, not ints.
  2382.     (longdiff): Macro to compare two longs efficiently if sizeof
  2383.     int == sizeof long and less efficiently but correctly if they
  2384.     are different sizes.
  2385.     (compare_ctime, etc.): Use longdiff.
  2386.  
  2387.     * ls.c (decode_switches): Make -k not imply -s, to allow the
  2388.     summary directory size printed by -l to be in 1k blocks
  2389.     without having the size of each file printed as well.
  2390.     (convert_blocks): Provide for systems with a blocksize that is
  2391.     other than 512 or 1024 bytes.
  2392.  
  2393.     * du.c (main): Exit with status 0 normally.
  2394.     (convert_blocks): Provide for systems with a blocksize that is
  2395.     other than 512 or 1024 bytes.
  2396.  
  2397. Wed Jun 20 01:46:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2398.  
  2399.     * ln.c (do_link): Take out code to give an error if source and
  2400.     dest are the same file.  The dubious usefulness of the special
  2401.     case to prevent 'ln x x' from removing 'x' (ln -i can be used
  2402.     instead) is not worth preventing 'ln x y' from failing the
  2403.     second time in a row, and appears to contradict POSIX anyway.
  2404.  
  2405. Mon Jun 18 02:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
  2406.  
  2407.     * ls.c (print_file_name_and_frills):
  2408.     (length_of_file_name_and_frills, print_long_format):
  2409.     Allow 6 digits for i-number, not 5.
  2410.  
  2411. Sun Jun 17 00:09:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2412.  
  2413.     * install.c (install_dir): Don't check whether "" or the root
  2414.     directory exists (the former fails on some systems).
  2415.  
  2416.     * system.h: Make inclusion of sys/file.h conditional on USG
  2417.     and _POSIX_SOURCE, not DIRENT.
  2418.  
  2419.     * chmod.c (change_dir_mode): Use xrealloc instead of free and
  2420.     xmalloc in case malloc already left extra room.
  2421.     (xrealloc): New function.
  2422.  
  2423.     * rm.c (clear_directory): Prevent buffer overruns.
  2424.     More efficient string handling.  Don't skip rest of directory
  2425.     if continuing after finding circular inode.
  2426.     (xrealloc): New function.
  2427.  
  2428. Sat Jun 16 01:45:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2429.  
  2430.     * argmatch.c (invalid_arg): Change order in which the items
  2431.     are printed.
  2432.  
  2433.     * ls.c: Add +tabsize (-T) option.
  2434.  
  2435. Fri Jun 15 23:40:55 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2436.  
  2437.     * dd.c (scanargs): For ibs and obs, set C_HARDWAY.
  2438.     (copy): Use different buffers only if C_HARDWAY, not if
  2439.     blocksizes are the same, to ensure constant output block sizes.
  2440.  
  2441. Wed Jun 13 23:56:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2442.  
  2443.     * savedir.c: New file from code in chmod.c, modified to
  2444.     prevent buffer overruns.
  2445.     * chmod.c (change_dir_mode), cp.c (copy_dir), du.c
  2446.     (count_entry): Use savedir.
  2447.  
  2448. Thu Jun  7 03:52:02 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2449.  
  2450.     * system.h (ST_BLKSIZE) [!STBLOCKS_MISSING]: If st_blksize is
  2451.     0 (as on pipe reads on some systems), use BSIZE instead.
  2452.     Define BSIZE as DEV_BSIZE if necessary.
  2453.  
  2454.     * Makefile, system.h, fileblocks.c: Use STBLOCKS_MISSING to
  2455.     control whether st_blksize and st_blocks are used.
  2456.     * Makefile, system.h, backupfile.c: Use DIRENT to control
  2457.     whether <dirent.h> is used.
  2458.  
  2459. Thu May 31 00:55:36 1990  David J. MacKenzie  (djm at apple-gunkies)
  2460.  
  2461.     * fileblocks.c: New file.
  2462.     * du.c (blocks_to_kb): Replace with convert_blocks macro.
  2463.     (main): Recognize new -k option.
  2464.     (usage): Document it.
  2465.     * ls.c (nblocks): Replace with convert_blocks macro.
  2466.     * system.h (ST_BLKSIZE) [USG]: Use BSIZE from sys/param.h instead of
  2467.     having the user define BLKSIZE.
  2468.     (ST_NBLOCKS) [USG]: Use st_blocks from fileblocks.c.
  2469.  
  2470. Wed May 23 00:40:39 1990  David J. MacKenzie  (djm at apple-gunkies)
  2471.  
  2472.     * argmatch.c: New file, taken from ls.c.
  2473.     * getversion.c (get_version): Use argmatch, to allow
  2474.     abbreviations.  Default backup type is existing_numbered.
  2475.     * mv.c (main), ln.c (main), cp.c (main): Only make backups if
  2476.     -b (+backup) is given.  If envar SIMPLE_BACKUP_SUFFIX is set,
  2477.     use it as a default instead of `~'.
  2478.     * mv.c (usage), ln.c (usage), cp-aux.c (usage): Update messages.
  2479.  
  2480. Tue May 22 00:56:51 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2481.  
  2482.     * install.c: New file (from ../bin-src).
  2483.  
  2484.     * dd.c (copy): Don't count completely failed writes as partial
  2485.     writes.  Make buffers unsigned.  If blocking or unblocking,
  2486.     pad final partial buffer if necessary.
  2487.  
  2488.     * getversion.c: New file.
  2489.     * mv.c (main), cp.c (main), ln.c (main): Control backup types
  2490.     with getenv ("VERSION_CONTROL") and +version-control or -V.
  2491.  
  2492.     * cp.c (yesno), mv.c (yesno), ln.c (yesno): Stop reading if
  2493.     EOF reached as well as at newline.
  2494.  
  2495.     * backupfile.[ch]: Rename var `version_control' to `backup_type'.
  2496.  
  2497. Sat May 19 23:38:46 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2498.  
  2499.     * touch.c: Change some error messages.  Include "getopt.h".
  2500.  
  2501. Sat May 19 00:16:50 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2502.  
  2503.     * mv.c (main), ln.c (main), cp.c (main): Revise
  2504.     backup-creation options.
  2505.     * mv.c (usage), ln.c (usage), cp-aux.c (usage): Revise messages.
  2506.  
  2507.     * chmod.c (describe_change): Use mode_string instead of
  2508.     filemodestring.
  2509.  
  2510.     * cp.c (main): Recognize new options for making backups.
  2511.     * cp.c (copy): Make backups if requested.  Fix typo.
  2512.     * cp-aux.c (usage): Update message.
  2513.  
  2514.     * mv.c, cp.c: Remove code to conditionally use utimes instead
  2515.     of utime, since the extra resolution of utimes was not being
  2516.     used, the emulation overhead is probably insignificant,
  2517.     and utime is a standard function.
  2518.  
  2519.     * cp-hash.c: Fix up comments.
  2520.  
  2521. Fri May 18 23:06:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2522.  
  2523.     * mv.c (do_move): Only make backup if dest file exists.
  2524.     Don't continue moving file if dest can't be backed up.
  2525.     * ln.c (do_link): Don't try to unlink dest if it was backed up.
  2526.     Don't continue moving file if dest can't be backed up.
  2527.  
  2528.     * system.h: Make SIGTYPE default to void if not defined.
  2529.  
  2530.     * modechange.[ch]: Rename struct and external functions to start
  2531.     with 'mode_'.
  2532.     * modechange.c (oatoi): Make static.
  2533.     (mode_compile): Take an additional arg indicating which
  2534.     symbolic operators should be affected by the umask.
  2535.     * modechange.h: Add defines for mode_compile arg mask.
  2536.     If __STDC__, use prototypes.
  2537.     * chmod.c, mkdir.c, mkfifo.c, create.c: Account for above changes.
  2538.  
  2539. Tue May 15 16:17:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2540.  
  2541.     * dd.c (copy): Quit with nonzero status if final write fails.
  2542.  
  2543. Mon May 14 14:34:10 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2544.  
  2545.     * dd.c: Make translation tables unsigned.
  2546.     (main): Give `input_file' and `output_file' nonzero values for
  2547.     stdin and stdout.
  2548.     (parse_conversion): Set new global vars 'space_character' and
  2549.     'newline_character' to correct values when translating to EBCDIC
  2550.     (either flavor).
  2551.     (copy): Use 'space_character' and 'newline_character' instead
  2552.     of hardcoded ASCII values.  Ignore attempts to seek on output pipe,
  2553.     socket, or fifo.  If possible, seek instead of reading to skip
  2554.     initial input records.  Sync with `space_character' instead of
  2555.     nulls, for POSIX.
  2556.  
  2557.     * cp.c (copy_reg): Compare lseek values as longs, not ints.
  2558.  
  2559. Sat May 12 01:16:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2560.  
  2561.     * cp-hash (remember_created): Return error status instead of
  2562.     fatal error.
  2563.     * cp.c (copy): Change caller.
  2564.     (do_copy, copy_reg): Return error status instead of fatal error.
  2565.  
  2566.     * Move rename emulation from mv.c to dirlib.c so other
  2567.     programs can use it.
  2568.     * mv.c, ln.c (main): Recognize new options for making backups.
  2569.     * mv.c (do_move), ln.c (do_link): Make backups if requested.
  2570.     * mv.c, ln.c (usage): Update message.
  2571.     * backupfile.c, backupfile.h: New files.
  2572.  
  2573.     * cp.h: Ifdef out decl of umask because of SunOS 4.1 (POSIX) conflict.
  2574.  
  2575.     * Define all `main' functions as returning void.
  2576.  
  2577. Fri May 11 02:11:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2578.  
  2579.     * ln.c, mv.c, rm.c, rmdir.c, create.c, chmod.c: Change some
  2580.     error messages.
  2581.  
  2582.     * du.c, cp-aux.c (error): Function removed.
  2583.     Change callers to use error.c version.
  2584.     * cp.c (copy, do_copy, copy_dir): Return an error status.
  2585.     * ls.c (error, fatal, perror_with_name): Functions removed.
  2586.     Change callers to use error.c.
  2587.  
  2588. Sat May  5 23:46:48 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2589.  
  2590.     * ln.c (do_link): Don't allow trying to link a file to itself,
  2591.     because the source file would be removed if they are the same
  2592.     directory entry, and also for consistency with mv and cp.
  2593.  
  2594. Fri May  4 13:42:53 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2595.  
  2596.     * cp.c (copy_reg): Only write a null to the end of the file if
  2597.     the end of the file was sparse.
  2598.  
  2599.     * ls.c (print_name_with_quoting): Make the char to print
  2600.     unsigned to prevent sign extension problems with -b.
  2601.  
  2602. Fri Apr 20 13:52:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2603.  
  2604.     * Version 1.2 released.
  2605.  
  2606. Wed Apr 18 14:36:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2607.  
  2608.     * Makefile: Use chsize for ftruncate on Xenix.
  2609.  
  2610.     * cp.c (copy): Remove broken code that attempted to
  2611.     substitute for ftruncate on systems missing it.
  2612.  
  2613. Mon Apr 16 13:58:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2614.  
  2615.     * cp-aux.c (usage): Fix mistake in message.
  2616.  
  2617.     * Version 1.1 released.
  2618.  
  2619. Sat Apr 14 17:23:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2620.  
  2621.     * ls.c (main): Don't remove leading path from program_name.
  2622.     (basename): Function removed.
  2623.     (length_of_file_name_and_frills): Don't add 1 for type indicator
  2624.     for block and character special files.
  2625.  
  2626. Thu Apr 12 19:50:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2627.  
  2628.     * Makefile: Suggest using -DBLKSIZE=512 instead of 1024 for USG.
  2629.  
  2630.     * dd.c (copy): Print copying statistics when exiting because
  2631.     of a read or seek error.
  2632.     (interrupt_handler): New function.
  2633.     (main): Trap SIGINT to run interrupt_handler, for POSIX.
  2634.  
  2635. Tue Apr 10 01:09:38 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2636.  
  2637.     * chmod.c (change_file_mode): Don't change the mode of
  2638.     symbolic links.
  2639.  
  2640. Mon Apr  9 13:30:00 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2641.  
  2642.     * modechange.c (compile_mode): Return an error if an octal
  2643.     number argument is too large.
  2644.  
  2645. Sun Apr  8 20:33:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2646.  
  2647.     * dd.c: Use `error' instead of `fatal' and `pfatal_with_name',
  2648.     for greater control of the message format.
  2649.     * head.c, tail.c: Use `error' instead of `fatal_perror' and
  2650.     `nonfatal_perror'.  Remove some unnecessary info from messages.
  2651.     * chmod.c, create.c, ln.c, mkdir.c, mkfifo.c, mv.c, mv_dir.c,
  2652.     rm.c, rmdir.c: Remove definition of `error'.
  2653.     * error.c: New file created from code in mv.c.
  2654.     * Makefile: Link the above programs with error.o.
  2655.  
  2656.     * ln.c (do_link): Use eaccess_stat to determine writability.
  2657.     * mv.c (do_move): Ditto.
  2658.     * rm.c (remove_file): Ditto.
  2659.     (remove_dir): Use eaccess_stat to determine readability and
  2660.     searchability.  Move initial interactive query here from
  2661.     clear_directory.
  2662.     * Makefile: Link ln, mv, and rm with eaccess.o.
  2663.  
  2664. Sat Apr  7 11:47:52 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2665.  
  2666.     * Makefile: Link cp with eaccess.o.
  2667.     * eaccess.c: New file adapted from code in cp.c and cp-aux.c.
  2668.     * cp.c (copy): Use eaccess_stat to determine writability.
  2669.     Consider a file unwritable by root if it has no permissions.
  2670.     (main): Remove groups initialization code.
  2671.     * cp-aux.c (member): Function deleted.
  2672.  
  2673.     * cp.c (copy): Temporarily change the mode of directories if
  2674.     necessary to overwrite them when running recursively.
  2675.     Consider a directory to be non-overwritable if it lacks write
  2676.     permission as well as if it lacks execute permission.
  2677.  
  2678.     * rm.c, mv.c, mv_dir.c, chmod.c, create.c, ln.c: Remove some
  2679.     irrelevant or redundant information from error messages.
  2680.  
  2681. Fri Apr  6 15:20:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2682.  
  2683.     * cp.c (copy): Only change mode of regular files and directories;
  2684.     others are already correct.
  2685.  
  2686. Thu Apr  5 04:31:56 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2687.  
  2688.     * dd.c: Remove the vars that are set by command line options
  2689.     from a useless struct and give them more meaningful names.
  2690.  
  2691. Mon Apr  2 02:58:34 1990  David J. MacKenzie  (djm at spike.ai.mit.edu)
  2692.  
  2693.     * cp.c (main): Use NGROUPS from sys/param.h to determine
  2694.     whether BSD multiple groups are supported and how large to
  2695.     make the array.
  2696.     * Makefile: Remove references to GETGROUPS_MISSING.
  2697.  
  2698. Sun Apr  1 18:53:57 1990  David J. MacKenzie  (djm at spike.ai.mit.edu)
  2699.  
  2700.     * cp.c (main): Always initialize group info.
  2701.  
  2702. Sat Mar 31 22:29:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2703.  
  2704.     * mv.c [RENAME_MISSING] (rename): To rename directories, run
  2705.     setuid root mv_dir program.
  2706.  
  2707. Tue Mar 20 14:28:25 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  2708.  
  2709.     * touch.c: Remove POSIX_COMPAT ifdef since there is no reason
  2710.     to disable the GNU extensions.
  2711.     (main): Set new global var `program_name'.
  2712.     (error): Replace with more versatile version.
  2713.     Global: Change calls to fprintf and error to use the new error.
  2714.     (main): Initialize global variables.  Don't bother making
  2715.     temporary copy of arg to -d.  Don't ignore any files named on
  2716.     the command line if -i is given.
  2717.     (usage): Don't take an arg.  Use `program_name' instead of
  2718.     hardcoded name.
  2719.     (touch): In utime emulation for BSD, ftruncate the file to its
  2720.     original size so empty files stay empty after being touched.
  2721.  
  2722. Sun Mar 18 01:02:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2723.  
  2724.     * ln.c (strip_trailing_slashes): New function.
  2725.     (main, do_link): Call it.
  2726.  
  2727.     * cp-aux.c (strip_trailing_slashes): New function.
  2728.     * cp.c (do_copy): Call it.
  2729.     * cp.h: Declare it.
  2730.  
  2731.     * mv.c (strip_trailing_slashes): New function.
  2732.     (main, movefile): Call it.
  2733.  
  2734. Sat Mar 17 21:45:35 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2735.  
  2736.     * cp-aux.c, cp.h: Rename user_confirm_overwriting to yesno and
  2737.     don't have it print a prompt, so it can be used in several
  2738.     places.
  2739.  
  2740.     * cp.c (do_copy): Change an error message to resemble mv's.
  2741.     Remove all trailing slashes from all non-option args.
  2742.     (main): Set new global var `stdin_not_tty'.
  2743.     (copy): Use POSIX method of handling file overwriting and
  2744.     prompting.
  2745.  
  2746.     * dirlib.c (mkdir): Use chmod to set the directory mode after
  2747.     successful creation, so set[ug]id and sticky bits are set
  2748.     correctly.
  2749.  
  2750. Thu Mar 15 12:33:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2751.  
  2752.     * Makefile: Add commented out definitions for SCO Xenix.
  2753.  
  2754.     * ls.c (print_type_indicator): Don't print a '*' next to
  2755.     executable block or character special files.
  2756.  
  2757.     * chmod.c (error): New function, replacing nonfatal_perror,
  2758.     memory_out, and invalid_mode.
  2759.     Global: Call error instead of the above functions.
  2760.     (change_dir_mode): Make the new size of the path twice the
  2761.     size of the name that was too long, rather than twice its old
  2762.     size.
  2763.  
  2764.     * rm.c: Move interactive query about whether to remove a
  2765.     directory from remove_dir to clear_directory; only query for
  2766.     directories that are not empty.
  2767.  
  2768. Wed Mar 14 10:48:40 1990  David J. MacKenzie  (djm at rice-chex)
  2769.  
  2770.     * system.h [USG]: Define X_OK.
  2771.  
  2772.     * rm.c (main): Set new global var `stdin_not_tty'.
  2773.     (rm): Most of code moved to two new functions, remove_file and
  2774.     remove_dir.
  2775.     (remove_file): Use POSIX method of determining whether to remove
  2776.     non-directories.
  2777.     (remove_dir): Use POSIX method of determining whether to
  2778.     remove directories, almost.
  2779.     (perror_with_name): Function removed.
  2780.     (error): Simple version replaced with more powerful version.
  2781.     Global: Change calls to fprintf, perror_with_name, and old
  2782.     error to calls to new error.
  2783.  
  2784.     * ln.c (main): Set new global var `stdin_not_tty'.
  2785.     If force, turn off interactive.
  2786.     (do_link): By default, don't allow hard links to symbolic links to
  2787.     directories.  Use POSIX method of determining whether to
  2788.     overwrite destination.
  2789.     (yesno): Function renamed from confirm, and arg removed.
  2790.     (lisdir): Function removed.
  2791.  
  2792.     * mv.c (main): Set new global var `stdin_not_tty'.
  2793.     (yesno): Function renamed from yes.
  2794.     (do_move): Use POSIX method of determining whether to
  2795.     overwrite destination.
  2796.  
  2797.     * Makefile: Make executables depend on .o files, not .c files,
  2798.     to allow for parallel compilation.
  2799.  
  2800. Tue Mar 13 00:50:14 1990  David J. MacKenzie  (djm at rice-chex)
  2801.  
  2802.     * rm.c (main): Disallow removal of paths that have '..' as the
  2803.     final element.
  2804.     (basename): New function.
  2805.  
  2806.     * ls.c (print_type_indicator): Mark FIFOs with '|' and sockets
  2807.     with '='.
  2808.     (print_long_format): Print numbers as unsigned and add extra
  2809.     space for POSIX flag.
  2810.  
  2811.     * dd.c: Make the record counts unsigned.
  2812.     (quit): Print them as unsigned.
  2813.  
  2814.     * modechange.c (compile_mode): Only get umask value when needed.
  2815.     If users are not given or are `a', affect set?id and sticky bits.
  2816.     If memory is exhausted while allocating a new list element,
  2817.     free the old elements before returning.
  2818.  
  2819.     * Makefile (CC): Add comment noting that either fixincludes or
  2820.     -traditional needs to be used for gcc to compile ioctl calls
  2821.     correctly.
  2822.  
  2823. Mon Mar 12 16:25:23 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  2824.  
  2825.     * touch.c [UTIME_OF_NULL_MISSING]: Call lseek() before write().
  2826.  
  2827.     * posixtime.y [__GNUC__]: Use __builtin_alloca.
  2828.  
  2829. Fri Mar  9 10:25:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2830.  
  2831.     * chmod.c (main): Recognize "a,+-=" as valid options.
  2832.  
  2833.     * mv.c: Move the code to copy files across filesystems from
  2834.     do_move to a new function, copy, which will eventually be
  2835.     replaced with modules from cp and rm (POSIX requires mv to
  2836.     move directories recursively across filesystems).
  2837.     (do_move): Don't query about overriding a mode that prohibits
  2838.     writing if interactive.  Remove unneeded variable.
  2839.     (copy): Unlink target if copy fails partway through.
  2840.  
  2841. Thu Mar  8 10:56:16 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2842.  
  2843.     * cp.c (copy): Don't remove a destination file of a different
  2844.     type unless +force is given.
  2845.  
  2846.     * ls.c (decode_switches, usage): Add -U (for "unsorted") as an
  2847.     equivalent to +sort=none.
  2848.  
  2849. Mon Mar  5 16:31:14 1990  Torbj|rn Granlund  (tege at echnaton)
  2850.  
  2851.     * cp.c (copy): Test for temporarily modified permission mode
  2852.       after the other test, so that `-p' work for files whose mode
  2853.       needed a temporary mode change.
  2854.     * cp.c (copy): Don't waste time calling unlink if we already
  2855.       know that the destination doesn't exists.
  2856.     * cp.c (comment before do_copy): Correct.
  2857.     * cp.c (comment before copy): Describe all params.
  2858.     * cp.c (copy): Only change permission mode for regular files
  2859.       and directories.
  2860.     * cp.c (copy): Unlink the destination file if its type is
  2861.       different from the source.  If the destination is a
  2862.       directory,  error.
  2863.  
  2864. Mon Mar  5 00:34:36 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2865.  
  2866.     * chmod.c (nonfatal_perror): Don't check for force_silent.
  2867.     (change_file_mode, change_dir_mode): If force_silent, don't
  2868.     print error messages.
  2869.  
  2870.     * mv.c (main): If force, turn off interactive.
  2871.     (do_move): Simplify check for query.  Rename `stb' to
  2872.     `to_stats' and `stbf' to `from_stats'.
  2873.     Return error condition if original file could not be renamed or
  2874.     unlinked.
  2875.  
  2876.     * rm.c: Rename global `force_flag' to `ignore_errors' and change its
  2877.     meaning so that it does not overlap with `override_mode'.
  2878.     (main): Have -f +force set override_mode.  If override_mode is
  2879.     set, turn off interactive.
  2880.     (rm): Simplify checks for whether to query the user, based on
  2881.     the new relationship between override_mode and interactive.
  2882.  
  2883. Sun Mar  4 23:39:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2884.  
  2885.     * ln.c (main): Reword an error message to be more like mv's.
  2886.  
  2887.     * rmdir.c: Move global `errors' into main instead of having
  2888.     error set it.
  2889.  
  2890.     * mkdir.c: Move global `errors' into main and have make_path
  2891.     return an error status instead of having error set it.
  2892.  
  2893.     * chmod.c: Move global `errors' into main and have
  2894.     change_file_mode and change_dir_mode return an error status
  2895.     instead of setting it in nonfatal_perror.
  2896.  
  2897. Sat Mar  3 13:59:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2898.  
  2899.     * ln.c (main): Don't strip leading dirs from argv[0].
  2900.  
  2901.     * ln.c (confirm), mv.c (yes, do_move),
  2902.     cp-aux.c (user_confirm_overwriting), rm.c (rm, yesno, check_stack):
  2903.     Print query messages to stderr instead of stdout, for POSIX.
  2904.     Include program name in messages.
  2905.  
  2906. Sat Mar  3 11:27:27 1990  Torbj|rn Granlund  (tege at echnaton)
  2907.  
  2908.     * cp.c (copy): Don't unlink directories with flag_force
  2909.       (`-f').  Also avoid using force when not necessary.
  2910.       Always copy fifo's and symbolic links as themselves.
  2911.  
  2912.     * cp.c (copy_reg): Make int scan first, char scan then, to
  2913.       find first non-zero byte.  This to avoid false hole
  2914.       creation.
  2915.  
  2916. Sat Mar  3 10:22:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2917.  
  2918.     * mv.c: Rename `pgm' to `program_name'.  Move global `errors'
  2919.     into main.  Have do_move and movefile return an error status
  2920.     instead having error set it.  Remove global vars `args'
  2921.     and `args_left'.
  2922.     (main): Rename `ac' and `av' to `argc' and `argv' and use them
  2923.     and `optind' instead of `args' and `args_left'.
  2924.  
  2925.     * cp.c (copy): Don't ignore errors other than EPERM from chown.
  2926.  
  2927. Fri Mar  2 16:20:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2928.  
  2929.     * rm.c (main, usage): Allow -R as a synonym for -r, for POSIX.
  2930.  
  2931.     * cp.c (copy): If flag_preserve, preserve the owner and group
  2932.     if possible, as well as mode.
  2933.     (main): Allow -R as a synonym for -r option, for POSIX.
  2934.     * cp-aux.c (usage): Mention -R.
  2935.  
  2936. Tue Feb 27 11:49:04 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2937.  
  2938.     * cp.c (copy): If not recursive, copy special files and
  2939.     symlinks like regular files and omit fifos.
  2940.  
  2941. Mon Feb 26 19:55:24 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  2942.  
  2943.     * ls.c (print_long_format): If time is in the future, print the year.
  2944.     Make the cutoff for old files 6 months not 300 days.
  2945.  
  2946. Mon Feb 26 13:31:07 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  2947.  
  2948.     * touch.c, Makefile: Use getdate.y instead of unctime.y.
  2949.  
  2950.     * touch.c: Remove posixtime.
  2951.     (main): Check for error from posixtime.
  2952.     posixtime.y: New file.
  2953.  
  2954.     * touch.c: Change a few cryptic error messages.
  2955.     Include <errno.h> not <sys/errno.h>.
  2956.     (just_set_amtime): New variable.
  2957.     (touch): Add if (just_set_amtime) code.
  2958.  
  2959. Mon Feb 26 15:03:29 1990  Torbj|rn Granlund  (tege at echnaton)
  2960.  
  2961.     * cp.c (copy): Test for recursive copy in DIR alternative in
  2962.       the switch statement, so all file types are copied correctly
  2963.       even in a non-recursive copy.
  2964.     * cp.c (copy): Return after having created a symlink, since
  2965.       chmod and utimes dereference, and would affect the symlink
  2966.       target.  Remove test for symlinks after switch.
  2967.  
  2968. Sun Feb 25 18:31:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2969.  
  2970.     * Makefile: Compile ls after vdir so systems with a cc that
  2971.     can't do -c -o don't have to compile ls.c twice for ls.
  2972.  
  2973.     * dd.c (usage): Add braces around alternatives.
  2974.  
  2975.     * ls.c (print_long_format): Always print the group, for POSIX.
  2976.     (decode_switches): Make -g option a no-op for BSD users.
  2977.     (usage): Remove +group option.
  2978.  
  2979. Wed Feb 21 11:13:26 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  2980.  
  2981.     * ln.c (error): New function.
  2982.     (main, do_link): Call error instead of fprintf and exit.
  2983.     (main): Recognize new -d +directory option to allow superuser to
  2984.     make hard links to dirs, like the BSD ln -f option.
  2985.     (do_link): Don't allow hard links to dirs (they are hard to
  2986.     get rid of -- rmdir and unlink don't do it), unless -d was given.
  2987.     (usage): Mention -d +directory option.
  2988.  
  2989.     * rmdir.c (main): Remove trailing slashes from args (added by
  2990.     shell file completion but the rmdir syscall can't handle them).
  2991.     * mkdir.c (main): Remove trailing slashes from args, for
  2992.     uniformity with rmdir (you can't do file completion on dirs
  2993.     that haven't been made yet . . .).
  2994.  
  2995.     * mv.c: Rename global var `nargs' to `args_left' to avoid
  2996.     conflict with undocumented BSD libc function (the new name is
  2997.     clearer, anyway).
  2998.  
  2999. Tue Feb 20 17:09:19 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  3000.  
  3001.     * dd.c: Use new global var `program_name' in error messages
  3002.     instead of hardcoded "dd".
  3003.     (main): Set program_name from argv[0].
  3004.  
  3005.     * chmod.c, head.c, tail.c (main): Don't strip leading dirs
  3006.     from argv[0].
  3007.     (basename): Function removed.
  3008.  
  3009.     * rm.c (main): Don't strip leading dirs from argv[0].
  3010.  
  3011. Mon Feb 19 14:34:18 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  3012.  
  3013.     * rm.c (main): Strip trailing slashes from each arg.
  3014.  
  3015. Thu Feb 15 13:23:52 1990  David J. MacKenzie  (djm at rice-chex)
  3016.  
  3017.     * Makefile [HPUX CFLAGS]: Add -DUTIMES_MISSING.
  3018.  
  3019. Wed Feb 14 15:01:18 1990  David J. MacKenzie  (djm at rice-chex)
  3020.  
  3021.     * Makefile (dist): Don't make a non-compressed tar file.
  3022.  
  3023.     * mv.c (do_move): Refuse to copy non-regular files across filesystems.
  3024.  
  3025. Tue Feb 13 15:06:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  3026.  
  3027.     * touch.c (getname): New function.
  3028.     (main): Use it.
  3029.  
  3030. Mon Feb 12 11:30:45 1990  David J. MacKenzie  (djm at rice-chex)
  3031.  
  3032.     * ln.c (do_link): Check error return from unlink.
  3033.     Include errno.h.
  3034.  
  3035.     * du.c (main): Check error return from stat.
  3036.     (str_copyc, str_concatc): Don't return a value, since it is
  3037.     ignored.
  3038.  
  3039.     * cp.c (copy): Check error return from unlink and chmod.  Fix
  3040.     typo in call to error.
  3041.  
  3042.     * mv.c (do_move): Check error return of fchmod/chmod and utime[s].
  3043.     (rename): Check error return of unlink.
  3044.  
  3045.     * Makefile Definitions of preprocessor macros moved from
  3046.     cp.c and mv.c.  HAVE_FTRUNCATE changed to FTRUNCATE_MISSING.
  3047.     * Makefile, dirlib.c: NEED_MKDIR changed to MKDIR_MISSING.
  3048.     * mv.c, cp.c: Change USG ifdefs to UTIMES_MISSING.
  3049.  
  3050. Sun Feb 11 17:50:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  3051.  
  3052.     * chmod.c (usage): Add yet another ellipsis.
  3053.  
  3054. Sun Feb 11 16:41:30 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  3055.  
  3056.     * cp.c (copy_reg): Use HAVE_FTRUNCATE to decide whether to
  3057.     use ftruncate().
  3058.     (main): Use GETGROUPS_MISSING to decide whether to use getgroups().
  3059.     [hpux || !USG]: Define HAVE_FTRUNCATE.
  3060.     [USG && !hpux]: Define GETGROUPS_MISSING.
  3061.     mv.c (rename): Put in #ifdef RENAME_MISSING not #ifdef USG.
  3062.     (do_move): Use FCHMOD_MISSING to decide whether to use fchmod().
  3063.     [USG && !hpux]: Define FCHMOD_MISSING and RENAME_MISSING.
  3064.  
  3065. Fri Feb  9 10:25:03 1990  David J. MacKenzie  (djm at rice-chex)
  3066.  
  3067.     * mv.c (movefile): Remove trailing slashes from FROM (some
  3068.     filename completion systems add them for dirs, and they cause
  3069.     the rename syscall to fail).
  3070.  
  3071. Thu Feb  8 22:50:12 1990  Torbj|rn Granlund  (tege at sics.se)
  3072.  
  3073.     * cp.c (copy_reg): Change error handling after lseek, since
  3074.       this is a fatal error.  Also change error message to
  3075.       something more generally understood.
  3076.     * Handle files that end in a zero block on USG systems.
  3077.  
  3078.     * cp-aux.c (error): Use FATAL to recog fatal errs.
  3079.  
  3080. Thu Feb  8 21:25:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  3081.  
  3082.     * ln.c: Remove incorrect comment.
  3083.  
  3084.     * cp.c, cp-aux.c (usage): Change +dereference option to
  3085.     +no-dereference, since dereferencing is done by default and
  3086.     the option turns it off.
  3087.  
  3088. Mon Feb  5 17:29:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  3089.  
  3090.     * Version 1.0 released.
  3091.  
  3092. Local Variables:
  3093. mode: indented-text
  3094. left-margin: 8
  3095. version-control: never
  3096. End:
  3097.