summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2004-09-07(main): Emulate Solaris 8 and 9 "sort -y", so thatPaul Eggert-3/+17
2004-09-06Several changes for POSIX and FreeBSD compatibility.Paul Eggert-108/+102
2004-09-06Sort options in usage message.Paul Eggert-1/+1
2004-09-05(recover_mode): Arg is now char const *, not char *.Paul Eggert-34/+30
2004-09-05(valid_options): Remove.Paul Eggert-100/+22
2004-09-05Regenerate.Paul Eggert-0/+3
2004-09-03(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that preventedPaul Eggert-132/+74
2004-09-03(usage): "alternated EBCDIC" -> "alternate EBCDIC".Paul Eggert-20/+12
2004-09-03Output correct errno-related diagnostic on "paste" I/O errors.Paul Eggert-12/+37
2004-09-03(paste_parallel): Improve replacement for ENDLIST and CLOSED.Paul Eggert-14/+10
2004-09-02(dummy_closed, CLOSED, dummy_endlist, ENDLIST): Remove;Paul Eggert-21/+20
2004-08-24(add_tab_stop): Renamed from add_tabstop. All uses changed.Paul Eggert-148/+177
2004-08-24Revamp to resemble the new unexpand.c better.Paul Eggert-81/+92
2004-08-20Regenerate.Paul Eggert-0/+1
2004-08-19(usage): "chown '' file" is now allowed.Paul Eggert-7/+8
2004-08-19(describe_change): Describe changes to -1:-1Paul Eggert-9/+9
2004-08-19(parse_group): Return gid_t rather than storing itPaul Eggert-19/+22
2004-08-11Regenerate.Paul Eggert-1/+2
2004-08-11Further fix for -d regression.Paul Eggert-2/+2
2004-08-11(main): Fix -d regression introduced withPaul Eggert-1/+1
2004-08-11(copy_internal): When preserving links, unlinkPaul Eggert-0/+1
2004-08-10(usage, tee): "tee -" writes to standard output, notPaul Eggert-1/+7
2004-08-10(die, xfopen, mergefps, first_same_file, merge):Paul Eggert-20/+24
2004-08-10(usage): "-" is an operand, not an option.Paul Eggert-1/+2
2004-08-10(change_timestamps): Fix int->bool conversionPaul Eggert-3/+3
2004-08-09(canonicalize_fname): Remove unneeded proxy function.Paul Eggert-10/+8
2004-08-09(wipename): Work even if the directory is writeablePaul Eggert-1/+4
2004-08-09Regenerate.Paul Eggert-1/+1
2004-08-09(xalloc_die): New function.Paul Eggert-3/+7
2004-08-09Finish renaming sha -> sha1.Paul Eggert-5/+5
2004-08-08(O_BINARY) [!O_BINARY && defined O_BINARY]:Paul Eggert-1/+3
2004-08-05Regenerate.Paul Eggert-2/+3
2004-08-04Remove bogus "*/" from shell comment.Paul Eggert-1/+1
2004-08-04(PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX):Paul Eggert-11/+26
2004-08-04(print_stat): Don't assume st_ino / st_dev fits inPaul Eggert-6/+6
2004-08-04Do not depend on HAVE_SYSCTL when decidingPaul Eggert-2/+9
2004-08-03(main): Print uids using unsigned long int, not unsigned int.Paul Eggert-2/+2
2004-08-03(scan_entries): 0 -> STDIN_FILENO.Paul Eggert-1/+1
2004-08-03(iswspace, wc): Use to_uchar rather than a cast.Paul Eggert-64/+64
2004-08-03(hard_LC_COLLATE, ignore_case, different, check_file,Paul Eggert-16/+21
2004-08-03Int cleanup and minor reorganization to be more like src/expand.c.Paul Eggert-125/+160
2004-08-03(print_element): Use bool for booleans.Paul Eggert-3/+4
2004-08-03(silent, main): Use bool for booleans.Paul Eggert-6/+6
2004-08-03(struct item, n_strings): Use size_t for sizes.Paul Eggert-34/+32
2004-08-03(no_create, use_ref, posix_date, amtime_now,Paul Eggert-33/+33
2004-08-03(TRUE, FALSE, SHELL_BOOLEAN, TRUTH_OR, TRUTH_AND):Paul Eggert-261/+167
2004-08-03(separator_ends_record, tac_seekable, tac_file,Paul Eggert-53/+65
2004-08-03(buf_init_from_stdin, find_bol, tac_mem):Paul Eggert-29/+26
2004-08-03(run_shell): Pass a new n_additional_args arg, so thatPaul Eggert-127/+91
2004-08-03(VA_START): Remove. All callers now use va_start.Paul Eggert-132/+150