summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't include version.h.Jim Meyering1996-03-1626-53/+27
* (read_utmp): Declare n_read to be of type size_t rather than int.Jim Meyering1996-03-161-1/+1
* (validate_path): Cast path_max to size_t beforeJim Meyering1996-03-161-1/+1
* Remove __P-protected prototype for basename.Jim Meyering1996-03-161-22/+21
* (main): Initialize for internationalized message support:Jim Meyering1996-03-1226-2/+87
* [_]: Don't define this away.Jim Meyering1996-03-121-4/+0
* (main): Initialize for internationalized message support: call setlocale,Jim Meyering1996-03-1217-4/+72
* Add definitions and includes for NLS.Jim Meyering1996-03-121-0/+18
* (write_bytes): Renamed from xfwrite.Jim Meyering1996-03-111-8/+8
* (star_digits_closebracket): Declare formal param, IDX, and local I toJim Meyering1996-03-091-2/+2
* (memcasecmp): Declare local I to be unsigned to avoid warning from gcc -Wall.Jim Meyering1996-03-091-1/+1
* (main): Initialize for internationalized message support: call setlocale,Jim Meyering1996-03-0924-4/+89
* (copy): Comment change to avoid overwriting source with backup.Jim Meyering1996-03-091-0/+5
* (main): Tell read_filesystem_list that it should determine file system typeJim Meyering1996-03-081-1/+3
* (print_entry): Use STRUCT_UTMP, not `struct utmp'.Jim Meyering1996-03-071-1/+1
* (usage): Reorder --time and --help so --help is the latter (justJim Meyering1996-03-061-1/+1
* (main): Exit after processing --version.Jim Meyering1996-03-051-0/+1
* (WINDOWS_SETFILEMODE_BINARY): New macro.Jim Meyering1996-03-021-0/+24
* (docolon): Don't use deceptively-named RE_SYNTAX_POSIX_BASIC -- it recognizesJim Meyering1996-03-021-1/+1
* General cleanup. Use xstrtoul, not atoi.Jim Meyering1996-02-291-25/+51
* (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSIJim Meyering1996-02-291-1/+1
* (eval6): Cast strlen to int to avoid warning from gcc -Wall.Jim Meyering1996-02-291-2/+2
* (copy): Remove bogus (now that we're using full_write) increment of w_partial.Jim Meyering1996-02-271-4/+2
* .Jim Meyering1996-02-252-4/+0
* (batch_convert): Put `' around filename in error in case it's empty.Jim Meyering1996-02-251-1/+1
* __P-protect forward declarations.Jim Meyering1996-02-241-11/+9
* (cmpf): Indent macro uses so ansi2knr doesn't mistake themJim Meyering1996-02-241-11/+11
* (docolon): Set re_syntax_options to RE_SYNTAX_POSIX_BASICJim Meyering1996-02-231-0/+1
* (print_entry): Use strchr, not index.Jim Meyering1996-02-231-1/+1
* (batch_convert): Declare BUFLEN local to be of type size_t, not int.Jim Meyering1996-02-231-1/+1
* (xfields) [without -t]: Ignore leading blanks.Jim Meyering1996-02-221-0/+7
* [TOLOWER]: Define.Jim Meyering1996-02-181-2/+43
* Add -z option. Change all occurrences of '\n' to `eolchar'.Jim Meyering1996-02-181-8/+15
* Mark a few error strings for translation.Jim Meyering1996-02-172-3/+3
* (copy): Detect (and fail) when creating backup file would destroy source.Jim Meyering1996-02-161-0/+8
* (main): When failing because there were `too many arguments,' say so.Jim Meyering1996-02-141-1/+1
* (print_entry): If possible, canonicalize the host hame.Jim Meyering1996-02-131-2/+26
* [.TRUE]: Undefine before defining.Jim Meyering1996-02-131-2/+4
* (main): Decalare local, BS.Jim Meyering1996-02-011-0/+1
* (main): Accept new option, --rfc-822 (-R).Jim Meyering1996-02-011-4/+24
* (main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering1996-02-011-39/+149
* (dump_remainder): Flush stdout when tailing-forever on multiple files.Jim Meyering1996-02-011-0/+6
* Remove comma after last item in enum.Jim Meyering1996-02-011-4/+13
* (skip): Change type of parameter #5 from char* to unsigned char* to matchJim Meyering1996-02-011-5/+6
* Tweak usage.Jim Meyering1996-01-201-1/+1
* (main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering1996-01-201-29/+152
* (usage): Copy backup/suffix stuff from ln.c.Jim Meyering1996-01-201-1/+11
* (copy_files): Accept backup options just as cp, ln, andJim Meyering1996-01-191-1/+46
* Protoize.Jim Meyering1996-01-191-30/+14
* (argdecode): Declare parameter const.Jim Meyering1996-01-171-3/+3