Age | Commit message (Collapse) | Author | |
---|---|---|---|
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't | Jim 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 avoid | Jim Meyering | |
redefinition warnings on solaris. (textdomain) [!ENABLE_NLS]: Likewise. | |||
1996-07-26 | (unexpand): Move EOF check to follow code that | Jim 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>. | |||
1996-07-19 | (main): Initialize for internationalized message support: | Jim Meyering | |
call setlocale, bindtextdomain, and textdomain. Reported by Michel Robitaille <robitail@IRO.UMontreal.CA>. | |||
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-17 | (OFF_T_MAX): Remove definition. | Jim Meyering | |
(main): Compare against LONG_MAX rather than OFF_T_MAX. | |||
1996-07-16 | [OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1' | Jim Meyering | |
so the left operand of the << isn't signed. From Kaveh Ghazi. | |||
1996-07-16 | (print_uptime): Reverse `days' and `day' in uptime message. | Jim Meyering | |
From Kaveh R. Ghazi. | |||
1996-07-15 | (print_uptime): Use 0, not undefined errno in | Jim Meyering | |
couldn't-get-boot-time diagnostic. From Ulrich Drepper. | |||
1996-07-14 | [HAVE_LIMITS_H]: Include limits.h for INT_MAX. | Jim Meyering | |
[!INT_MAX]: Define it. (main): Append INT_MAX to command-line-specified tab list to ensure termination in unexpand's inner loop. Derived from a patch from Keith Owens. | |||
1996-07-14 | (unexpand): Fix bug that contributed to endless loop | Jim Meyering | |
when invoking `echo ' ' |unexpand -t 1,2': use print_tab_index, not tab_index in inner flush_pend: while loop. From Keith Owens <kaos@audio.apana.org.au>. | |||
1996-07-14 | (usage): Sort option descriptions in dictionary order. | Jim Meyering | |
1996-07-14 | (long_options): Add missing last line of NULL | Jim Meyering | |
entries. From Ralph Loader <loader@maths.ox.ac.uk>. | |||
1996-07-14 | (usage): Add a `\' after `\n' in usage message. | Jim Meyering | |
Otherwise, SunOS's /bin/cc chokes. | |||
1996-07-13 | [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'. | Jim Meyering | |
GWINSZ_BROKEN can't be defined anymore. | |||
1996-07-10 | (usage): Fix parentheses. | Jim Meyering | |
1996-07-10 | (UID_T_MAX): Use `(unsigned long)1' rather than | Jim Meyering | |
`(uid_t)1' to avoid problems on systems where uid_t is signed. (GID_T_MAX): Likewise for gid_t. From Kjetil Torgrim Homme <kjetilho@ifi.uio.no>. | |||
1996-07-10 | (long_options): Add print-data-base and print-database. | Jim Meyering | |
(usage): Rearrange option descriptions. | |||
1996-07-10 | . | Jim Meyering | |
1996-07-10 | (usage): Add a one-line description to --help message. | Jim Meyering | |
From Karl Berry. | |||
1996-07-10 | Change C-shell to `C shell'. | Jim Meyering | |
1996-07-10 | (dc_parse_stream): Don't give `unrecognized keyword' | Jim Meyering | |
message unless we've processed a matching TERM directive. | |||
1996-07-10 | (MAXCOST): Use `(unsigned long)1' rather than `(COST)1' | Jim Meyering | |
so the left operand of the << isn't signed. From Kjetil Torgrim Homme. | |||
1996-07-08 | Make initial colors for `color_indicator' match those | Jim Meyering | |
currently in dircolors.hin. | |||
1996-07-08 | Include termios.h. | Jim Meyering | |
Guard inclusion of sys/ioctl.h with #ifdef GWINSZ_IN_SYS_IOCTL, rather than HAVE_SYS_IOCTL_H. Modelled after sh-utils' stty.c at suggestion from Chip Bennett <BennettC@j64.stratcom.af.mil>. | |||
1996-07-08 | Recognize more filename extensions. From Joshua Cowan. | Jim Meyering | |
1996-07-06 | (usage): Factor out backup-related text into separate string/printf statement. | Jim Meyering | |
1996-07-06 | (usage): Factor out backup-related text into separate string/printf statement. | Jim Meyering | |
1996-07-06 | [!STDC_HEADERS]: Declare free. From Marcus Daniels. | Jim Meyering | |
1996-07-05 | (usage): Remove space before newline in usage message. | Jim Meyering | |
1996-07-05 | (usage): Remove space before newline in usage message. | Jim Meyering | |
1996-07-05 | (usage): Remove space before newline in usage message. | Jim Meyering | |
1996-07-05 | (usage): Remove space before newline in usage message. | Jim Meyering | |
1996-07-05 | (usage): Remove space before newline in usage message. | Jim Meyering | |
1996-07-04 | (split_3): Add missing semicolon. From Jim Blandy. | Jim Meyering | |
1996-07-04 | (main): Fix typo in last change. | Jim Meyering | |