Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-09 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-05 | . | Jim Meyering | |
1996-08-04 | . | Jim Meyering | |
1996-08-04 | . | Jim Meyering | |
1996-08-04 | . | Jim Meyering | |
1996-08-04 | Update for perl5 and use strict. | Jim Meyering | |
1996-08-04 | . | Jim Meyering | |
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 | . | Jim Meyering | |
1996-08-03 | . | Jim Meyering | |
1996-08-03 | (print_uptime) [HAVE_PROC_UPTIME]: Read from /proc/uptime. | Jim Meyering | |
From Ulrich Drepper. | |||
1996-08-02 | . | Jim Meyering | |
1996-08-02 | . | Jim Meyering | |
1996-08-02 | (ST_NBLOCKS) [_CRAY]: Special case for Cray. | Jim Meyering | |
From by Johan Danielsson. | |||
1996-08-02 | (get_fs_usage) [STAT_STATFS4] [_CRAY]: Define f_bavail to f_bfree. | Jim Meyering | |
From by Johan Danielsson. | |||
1996-08-01 | . | Jim Meyering | |
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 | tty: Use terminal, not `tty' in description of tty command. | Jim Meyering | |
date %W: fix typo in description Both from Andreas Schwab. | |||
1996-07-31 | . | Jim Meyering | |
1996-07-31 | [HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h | Jim Meyering | |
to work around bug in sys/filsys.h of Fujitsu UXP/V. Reported by Johan Danielsson. | |||
1996-07-31 | . | Jim Meyering | |
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-30 | Update from GNU libc master. | Jim Meyering | |
1996-07-29 | *** empty log message *** | Jim Meyering | |
1996-07-27 | . | Jim Meyering | |
1996-07-27 | (bindtextdomain) [!ENABLE_NLS]: Undefine to avoid | Jim Meyering | |
redefinition warnings on solaris. (textdomain) [!ENABLE_NLS]: Likewise. | |||
1996-07-26 | . | Jim Meyering | |
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 | . | Jim Meyering | |
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-22 | cv. | Jim Meyering | |
1996-07-22 | . | Jim Meyering | |
1996-07-22 | . | Jim Meyering | |
1996-07-22 | (rpmatch): Add back [[:alpha:]]. Drepper says it's the standard. | Jim Meyering | |
1996-07-21 | . | Jim Meyering | |
1996-07-21 | (yesno) [!HAVE_RPMATCH]: Remove function since we'll | Jim Meyering | |
always use the rpmatch-based version. Declare rpmatch. | |||
1996-07-21 | . | Jim Meyering | |
1996-07-21 | [STDC_HEADERS]: Guard inclusion of stdlib.h. | Jim Meyering | |
(_) [!_]: Define it. (try): Add RESPONSE parameter. (rpmatch): Update caller. Change the regular expressions to be ^[yY] and ^[nN]. | |||
1996-07-21 | . | Jim Meyering | |
1996-07-21 | . | Jim Meyering | |
1996-07-21 | (EXTRA_DIST): Add rpmatch.c. | Jim Meyering | |
1996-07-21 | . | Jim Meyering | |