summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2002-10-05(remove_entry) [ROOT_CAN_UNLINK_DIRS]: With `rm -i DIR',Jim Meyering-1/+8
2002-10-03Mark translatable string with `N_ (...)'.Jim Meyering-4/+4
2002-10-03(AUTHORS): Mark translatable string with `N_ (...)'.Jim Meyering-1/+1
2002-10-01(SSIZE_MAX): Define.Jim Meyering-0/+4
2002-09-30Don't include stdlib.h here. It's already included via system.h.Jim Meyering-4/+0
2002-09-29(find_bracketed_repeat): Rearrange pointer/integerJim Meyering-1/+1
2002-09-29(simple_cat): Use a temporary to avoid bogus warnings.Jim Meyering-8/+12
2002-09-29(parse_options): Give a sensible diagnostic forJim Meyering-6/+2
2002-09-29(main): Split a long line.Jim Meyering-1/+2
2002-09-29.Jim Meyering-1/+1
2002-09-29In move mode, always first try to rename. Before, upon failure toJim Meyering-13/+4
2002-09-28(FAIL_ONLY_ONE_WAY): New macro. Factor out some duplication.Jim Meyering-25/+23
2002-09-28(begfield, limfield): Rearrange comparisons to avoid compiler warnings.Jim Meyering-6/+8
2002-09-28(dopass): Use a uintmax_t temporary to avoid bogus compiler warnings.Jim Meyering-3/+4
2002-09-28(tail_bytes): Change type of bytes_remaining to off_tJim Meyering-1/+1
2002-09-28Fix things so `mkdir -p' can create very deep directories, e.g.,Jim Meyering-5/+3
2002-09-26(get_ids): Use strtoul, not strtol. Remove some casts.Jim Meyering-8/+8
2002-09-26add a FIXME commentJim Meyering-0/+3
2002-09-25(eaccess): Change type of local `euid' from int to uid_tJim Meyering-2/+2
2002-09-24fmt's -s, -t, -c options didn't work properly for long lines.Jim Meyering-16/+45
2002-09-22Include "dirname.h", for declaration of strip_trailing_slashes.Jim Meyering-0/+1
2002-09-22(PRIdMAX, PRIuMAX): Remove definitions.Jim Meyering-16/+0
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering-14/+0
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering-9/+0
2002-09-22upgrade to automake-1.6fJim Meyering-8/+14
2002-09-21(PERL): Remove duplicate definition.Jim Meyering-2/+0
2002-09-21No longer include values.h.Jim Meyering-4/+0
2002-09-21No longer include values.h.Jim Meyering-4/+0
2002-09-20(remove_parents): Strip trailing slashes.Jim Meyering-0/+1
2002-09-17`od -t x8' used the wrong (`l'-prefixed) printf format.Jim Meyering-10/+15
2002-09-17(PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary.Jim Meyering-0/+17
2002-09-15(get_format_width): Add cast to avoidJim Meyering-1/+1
2002-09-15(generate_all_output): Likewise.Jim Meyering-1/+1
2002-09-14(main, skip): Add casts to avoid warnings aboutJim Meyering-5/+7
2002-09-14(print_user): Change type of local to size_tJim Meyering-1/+1
2002-09-14(print_full_info, print_group_list): Add casts to avoidJim Meyering-2/+4
2002-09-14Change type of global, digest_hex_bytes, to size_tJim Meyering-9/+15
2002-09-13.Jim Meyering-1/+1
2002-09-13(main): Handle leading command line argument of `--'.Jim Meyering-0/+8
2002-09-13(usage): Explain that %S's range of [0..60] is required --Jim Meyering-1/+1
2002-09-12.Jim Meyering-1/+2
2002-09-12(nanosec_libs): Define.Jim Meyering-3/+6
2002-09-12.Jim Meyering-5/+6
2002-09-12Factor nanosleep-related code into ../lib/xnanosleep.c.Jim Meyering-126/+4
2002-09-12Include xnanosleep.h and xstrtod.h.Jim Meyering-22/+22
2002-09-06.Jim Meyering-1/+1
2002-09-06(prompt): Change comment to give a better note to translators.Jim Meyering-4/+3
2002-09-02(NEED_PATHCONF_WRAPPER): Define.Jim Meyering-0/+5
2002-09-02(skip): Add casts to avoid warning about comparisonJim Meyering-2/+2
2002-09-02(print_table_row): Use an unsigned type for widthsJim Meyering-4/+4