summaryrefslogtreecommitdiff
path: root/lib/xalloc.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-13 15:16:27 +0000
committerJim Meyering <jim@meyering.net>2003-10-13 15:16:27 +0000
commita8e60e65f8d185f32f4d8d3832b69c4c0f5135ec (patch)
treeb67d57a80ca639b197fa2def44508c480e5a743b /lib/xalloc.h
parentaa615387afbde6c0c96902a2c09aa5f12469801d (diff)
downloadcoreutils-a8e60e65f8d185f32f4d8d3832b69c4c0f5135ec.tar.xz
(struct bin_str.len, length_of_file_name_and_frills, indent,
nfiles, files_index, tabsize, line_length, struct column_info.line_len, struct column_info.col_arr[0], max_idx): Now size_t, not int. (get_funky_string): Return bool indicating success, instead of a negative count to indicate failure. Store number of columns through new parameter OUTPUT_COUNT; that way, they can never go negative. Change equals_end from int to bool. All uses changed. (struct column_info.valid_len): Now bool, not int. All uses changed. (dired_dump_obstack, get_funky_string, clear_files, extract_dirs_from_files, print_current_files, print_many_per_line, print_horizontal, init_column_info, put_indicator, length_of_file_name_and_frills, print_with_commas): Use size_t, not int, for local variables that count sizes. (decode_switches): Decode sizes using xstrtoul, not xstrtol. Check for TIOCGWINSZ returing negative values (or values greater than SIZE_MAX!). (visit_dir, main, parse_ls_color, queue_directory, add_ignore_pattern, init_column_info): Use xmalloc and xnmalloc, not XMALLOC. (gobble_file): Use xnrealloc, not XREALLOC. (print_color_indicator): Remove now-unnecessary cast to size_t.
Diffstat (limited to 'lib/xalloc.h')
0 files changed, 0 insertions, 0 deletions