summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2004-08-03(nextarg): Use bool for booleans.Paul Eggert-2/+2
2004-08-03(main): Use bool for booleans.Paul Eggert-4/+4
2004-08-03(show_date, rfc_format, batch_convert, main): Use bool for booleans.Paul Eggert-29/+26
2004-08-03(cut_fields): Use to_uchar rather than a cast.Paul Eggert-13/+14
2004-08-03(struct line): Use size_t for sizes.Paul Eggert-4/+4
2004-08-03(COST, MAXWORDS): Add a comment describing some ofPaul Eggert-68/+63
2004-08-02(convert_entire_line, have_read_stdin, parse_tabstops,Paul Eggert-77/+91
2004-08-02(have_read_stdin, append_quoted,Paul Eggert-36/+33
2004-08-02(translation_needed, parse_integer, scanargs,Paul Eggert-28/+21
2004-08-02(struct File_spec, reopen_inaccessible_files, count_lines,Paul Eggert-130/+131
2004-08-02(apply_suffix): Use bool for booleans.Paul Eggert-13/+10
2004-08-02(equal_width, valid_format, main): Use bool for booleans.Paul Eggert-12/+12
2004-08-02Include "xgethostname.h".Paul Eggert-14/+4
2004-08-02(do_lookup, short_list, short_output, include_idle,Paul Eggert-85/+84
2004-08-02(list_entries_users, users): Use size_t for sizes.Paul Eggert-14/+10
2004-08-02(print_uptime, uptime): Use size_t for sizes.Paul Eggert-9/+8
2004-08-02(include_idle, include_heading, include_fullname,Paul Eggert-55/+67
2004-08-02(isdir): Remove decl.Paul Eggert-17/+9
2004-08-02(fts_debug, opt_all, apparent_size, opt_count_all,Paul Eggert-111/+101
2004-08-02(inode_format, show_all_fs, show_local_fs,Paul Eggert-74/+71
2004-08-02Regenerate.Paul Eggert-2/+5
2004-08-02(ptr_align): Use size_t; in practice, this is just asPaul Eggert-1/+1
2004-08-02(UINT_MAX_32_BITS): Remove.Paul Eggert-58/+35
2004-08-02(hash_int) [!defined UINTPTR_MAX]: Use size_t instead of uintptr_t.Paul Eggert-0/+4
2004-08-01(localedir.h): Make it readonly; thisPaul Eggert-0/+2
2004-07-30Improve comment for first_same_file.Paul Eggert-1/+11
2004-07-30(to_uchar): Remove; now in system.h.Paul Eggert-8/+3
2004-07-30(errno, CHAR_BIT): Remove decls;Paul Eggert-19/+16
2004-07-30(UCHAR): Remove; all uses changed to to_uchar.Paul Eggert-32/+34
2004-07-30(create_parents, main): Use bool when appropriate.Paul Eggert-20/+20
2004-07-30(main): Use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1.Paul Eggert-3/+3
2004-07-30(right_justify), full_filename_, AD_pop_and_chdir,Paul Eggert-17/+17
2004-07-30(rm_option_init, main): Use bool when appropriate.Paul Eggert-19/+15
2004-07-30(remove_trailing_slashes, rm_option_init,Paul Eggert-51/+48
2004-07-30(isdir, change_timestamps, change_attributes,Paul Eggert-95/+87
2004-07-30(struct dir_attr, flag_path, remove_trailing_slashes,Paul Eggert-118/+118
2004-07-30(remember_created): Use bool when appropriate.Paul Eggert-4/+4
2004-07-30(remember_created): Use bool when appropriate.Paul Eggert-1/+1
2004-07-30(copy_internal, is_ancestor, copy_dir, copy_reg,Paul Eggert-177/+174
2004-07-30(struct cp_options): Use bool when appropriate.Paul Eggert-38/+39
2004-07-30(hard_LC_COLLATE, only_file_1, only_file_2, both, compare_files, main):Paul Eggert-21/+22
2004-07-30(cksum, main): Use bool when appropriate.Paul Eggert-17/+18
2004-07-30(recurse, force_silent, process_file, process_files, main): Use boolPaul Eggert-33/+32
2004-07-30(OPENOPTS, have_read_stdin, status_only, warn,Paul Eggert-102/+106
2004-07-30Don't include any files other than checksum.h.Paul Eggert-10/+0
2004-07-30Don't include config.h, sys/types.h, stdio.h: not needed.Paul Eggert-9/+1
2004-07-29(exit_status): Remove. Now done by passing a booleanPaul Eggert-94/+78
2004-07-28Remove comments, trailing white space, and emptyPaul Eggert-5/+27
2004-07-28(chown_files): Return true/false, not 0/-1, since we don't set errno.Paul Eggert-2/+3
2004-07-28Include inttostr.h.Paul Eggert-61/+44