summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-10-08(usage): Improve diagnosticJim Meyering
1996-10-08(usage): Improve usage messagesJim Meyering
1996-10-05(print_long_format): Add support for Cray's migrated dmf files.Jim Meyering
From Johan Danielsson.
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-10-05fix --version outputJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-10-04(main): Remove dead code that used to print --version output.Jim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-10-03(usage): Deprecate --print-data-base even thoughJim Meyering
that's the way GNU make writes it. `database' is one word. Add description of FILE argument.
1996-10-01.Jim Meyering
1996-09-30(do_copy): Give better error message when copying multipleJim Meyering
files and the last one is not a directory. From Karl Berry. Call error (0, 0, ... then usage (1) -- instead of calling usage with two arguments.
1996-09-28.Jim Meyering
1996-09-27(usage): Remove references in --help output toJim Meyering
the now-deprecated --string option. Support for it will be removed soon.
1996-09-23(keycompare): Declare translate to be unsigned char *.Jim Meyering
Otherwise, sign extension caused misordering when using e.g. -f.
1996-09-21(xstrndup): Use message that's the same as the oneJim Meyering
you get from e.g., xmalloc. Reported by Santiago Vila.
1996-09-10(do_copy): Describe in a little *more* detail the codeJim Meyering
that makes `cp non-directory file/' (eventually) fail.
1996-09-10(do_copy): Describe in a little more detail the codeJim Meyering
that makes `cp non-directory file/' (eventually) fail.
1996-09-08(usage): Refer to LS_COLORS, not LS_COLOR.Jim Meyering
From Santiago Vila Doncel.
1996-09-08(do_copy): Set backup_type to `none' only *after*Jim Meyering
calling to find_backup_file_name. Reported by Eli Zaretskii.
1996-09-07Add comments re ctype IS* macros.Jim Meyering
1996-09-07(check_punctuation): Use ISPUNCT instead of ispunct.Jim Meyering
(get_line): Use ISSPACE instead of isspace.
1996-09-06(main): Don't set verbose flag for --changes.Jim Meyering
(change_file_mode): If chmod succeeds and --changes was given, give a diagnostic describing the new permissions. Reported by Philippe Schnoebelen (phs@fing.edu.uy).
1996-09-05(do_copy): When concatenating DEST (with a trailing `/') and the basenameJim Meyering
part of non-directory SOURCE, don't add a slash between them.
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-08-31(utime_now): Protoize.Jim Meyering
Reported by David S. Miller (davem@caip.rutgers.edu).
1996-08-31(usage): remove spurious trailing \n in puts.Jim Meyering
1996-08-29(usage): Tell where to report bugs.Jim Meyering
1996-08-24(cat): Cast first arg to stpcpy to char*.Jim Meyering
1996-08-19Include path-concat.h.Jim Meyering
(do_copy): Check path_concat return value. (path_concat): Remove function.
1996-08-19Include path-concat.h.Jim Meyering
(movefile): Use path_concat instead of open-coding its functionality. Declare pointer parameters const as appropriate.
1996-08-17(parse_group): Fail when given an invalid group name.Jim Meyering
Reported as Debian Bug#4119 via Erick Branderhorst (branderh@IAEhv.nl). Declare pointer parameters const as appropriate.
1996-08-04(main): Allow `+' in options like -+8 and -+13.Jim Meyering
1996-08-03(main): Set minus_flag to zero in two places.Jim Meyering
Otherwise, `nice --1 -3' would mistakenly do the equivalent of `nice --3'. Thanks to Eric Backus <ericb@lsid.hp.com> for the test cases.
1996-08-03(print_uptime) [HAVE_PROC_UPTIME]: Read from /proc/uptime.Jim Meyering
From Ulrich Drepper.
1996-08-02(ST_NBLOCKS) [_CRAY]: Special case for Cray.Jim Meyering
From by Johan Danielsson.
1996-08-01[LINK_TYPE]: Remove macro. NLS messages aren'tJim Meyering
extracted from macros. (link_type_string): New global variable to be used instead of LINK_TYPE. (main): Set it here. (do_link): Use it (instead of macro) here.
1996-07-31(DO_CHOWN): New macro -- derived from code in copy.Jim Meyering
(copy): Use DO_CHOWN to assure that any newly-created symbolic links have proper owner and group.
1996-07-27(bindtextdomain) [!ENABLE_NLS]: Undefine to avoidJim Meyering
redefinition warnings on solaris. (textdomain) [!ENABLE_NLS]: Likewise.
1996-07-26(unexpand): Move EOF check to follow code thatJim Meyering
processes and generates output for pending spaces. Before `printf ' ' |unexpand -t 1,2' generated no output.
1996-07-26(md5_check): Remove parameter, BINARY.Jim Meyering
Rename local TYPE_FLAG to BINARY, so md5_file uses the binary mode from the input stream rather than the one from the command line. (main): Fail with a diagnostic if --binary or --text is specified when verifying checksums. Reported by Eli Zaretskii <eliz@is.elta.co.il>.
1996-07-26(main): Fix typo in getopt_long string: s/n/h/.Jim Meyering
Reported by Ken Pizzini.
1996-07-25(usage): Remove -h. It is not an option.Jim Meyering
Reported by Ulrich Drepper.
1996-07-21(usage): Correct typo (-iucl -> -iuclc) in usage message.Jim Meyering
From Thomas Olsson <d95to@efd.lth.se>.
1996-07-20(path_concat): Rewrite to return new parameter.Jim Meyering
(do_copy): Update uses of path_concat to use new parameter. Use that new pointer to compute correct offset for make_path_private. Before, cp --recursive --parents SRC DEST failed when SRC was an absolute file name. E.g., % cd /tmp; rm -rf d f; mkdir d; touch f; cp -PR /tmp/f d cp: tmp: No such file or directory Reported by Horst von Brand vonbrand@sleipnir.valparaiso.cl.
1996-07-19[_AIX]: Add #pragma alloca.Jim Meyering
From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.