Jim Meyering
229022b220
Include "c-strtod.h".
...
(parse_options): Update xstrtod call to include new argument, c_strtod.
2003-11-27 08:17:35 +00:00
Jim Meyering
6b18b46eae
Include "c-strtod.h".
...
(main): Update xstrtod call to include new argument, c_strtod.
2003-11-27 08:16:38 +00:00
Jim Meyering
355848c4c8
Include "c-strtod.h".
...
(scan_double_arg): Update xstrtod call to include new argument, c_strtod.
2003-11-27 08:14:39 +00:00
Jim Meyering
f2701c5758
Remove decls of strtod, strtol, strtoul; no longer
...
needed now that we assume C89. Include "c-strtod.h".
(xstrtod): Call c_strtod, not strtod.
2003-11-27 08:02:18 +00:00
Jim Meyering
f40b756c79
upgrade to automake-1.7d
2003-11-24 08:01:57 +00:00
Jim Meyering
7433abe1fb
(usage): Output bug-reporting address.
2003-11-20 07:57:24 +00:00
Jim Meyering
91c7bb89a1
(usage): Mention that FILE1 and FILE2 must be sorted
...
on the join fields. Suggestion from Bruce Robertson.
2003-11-19 23:04:20 +00:00
Jim Meyering
02fbbc8ea2
`od -c -w9999999' could segfault
...
(dump): Use xnmalloc/free, not alloca.
2003-11-18 16:17:00 +00:00
Jim Meyering
51ab3265f8
Fix read-from-free'd-buffer error detected by valgrind.
...
(remove_line): Don't return a pointer to data in
a freed buffer. Instead, arrange to free the buffer on the
subsequent call.
2003-11-16 12:25:35 +00:00
Jim Meyering
9bdd30ba17
(extract_dirs_from_files): Avoid useless copy operations.
...
This avoids a warning valgrind about memcpy with overlapping
source and destination.
2003-11-12 09:23:03 +00:00
Jim Meyering
423c09438e
Support new options: --preserve-root and --no-preserve-root.
2003-11-09 21:10:11 +00:00
Jim Meyering
34e3ea0557
Support new options: --preserve-root and --no-preserve-root.
2003-11-09 21:09:27 +00:00
Jim Meyering
c2c165a173
Include "root-dev-ino.h".
...
(chopt_init): Initialize new member.
(change_file_owner): Support rm's new --preserve-root option.
2003-11-09 21:07:31 +00:00
Jim Meyering
70698e5bc7
Include "root-dev-ino.h".
...
(remove_cwd_entries): Remove now-obsolete FIXME comment.
(remove_dir): Support rm's new --preserve-root option.
2003-11-09 21:06:16 +00:00
Jim Meyering
b23e990800
(usage): Describe new options.
2003-11-09 21:04:20 +00:00
Jim Meyering
567bfed936
(usage): Describe new options.
2003-11-09 21:03:57 +00:00
Jim Meyering
c3a7cbe225
Include "root-dev-ino.h".
...
(process_file): Use newly-factored-out ROOT_DEV_INO_CHECK and
ROOT_DEV_INO_WARN macros.
(get_root_dev_ino): Remove function definition, now that it's
been moved to a separate file.
2003-11-09 20:53:21 +00:00
Jim Meyering
e172def2ec
Initialized new member.
2003-11-09 20:50:37 +00:00
Jim Meyering
7c1e749471
.
2003-11-09 20:49:58 +00:00
Jim Meyering
237a5c2571
Include "dev-ino.h".
...
(struct rm_options): Add new member: root_dev_ino.
2003-11-09 20:47:54 +00:00
Jim Meyering
7cebcfb565
Include "dev-ino.h".
...
(struct Chown_option): Add new member: root_dev_ino.
2003-11-09 20:47:15 +00:00
Jim Meyering
1223022f76
whoops. One more.
2003-11-06 10:01:06 +00:00
Jim Meyering
85011d8cd5
(paste_parallel): Use sizeof *var' rather than hard-coding sizeof FILE*'.
2003-11-06 09:54:28 +00:00
Jim Meyering
ac5d4cb798
(who): Free `utmp_buf' so there is no confusion about
...
whether it's leaked or not.
2003-11-06 09:28:40 +00:00
Jim Meyering
a5aaf05fbf
(main): Free `fstatus' so there is no confusion about
...
whether it's leaked or not.
2003-11-06 09:28:13 +00:00
Jim Meyering
c1f33f59f5
Fix 'cut' problems with size_t overflow and unsigned int.
...
More generally, resize integer variables to fit use more precisely.
(ADD_RANGE_PAIR): Remove unnecessary parens.
(struct range_pair): Make members to be of type size_t, not unsigned.
(max_range_endpoint, eol_range_start): Now size_t, not unsigned.
(suppress_non_delimited, output_delimiter_specified,
have_read_stdin, print_kth, set_fields): Now bool, nt int.
(delim): Now unsigned char, not int.
(mark_printable_field, is_printable_field, is_range_start_index,
set_fields, set_fields, cut_bytes, cut_fields):
Use size_t, not unsigned, for field and byte counts.
(hash_int): Use uintptr_t, not unsigned, for pointers converted
to integers. This squeezes more info out of them.
(set_fields, cut_bytes, cut_fields, main):
Use bool, not int, for booleans.
(set_fields): Allocate zeroed byte array with xzalloc, not xcalloc.
2003-11-06 08:37:55 +00:00
Jim Meyering
d87b612132
.
2003-11-05 14:55:33 +00:00
Jim Meyering
df81ab2911
Cast NULL to `(char *)' in call to variadic function,
...
parse_long_options, so that it works even on systems for which
sizeof char* != sizeof int.
2003-11-05 03:53:19 +00:00
Jim Meyering
bea0f02fc7
(spec_init): Fix typo in last change.
2003-11-05 03:49:29 +00:00
Jim Meyering
e809d156e9
(main): Cast NULL to `(char *)' in
...
call to variadic version_etc function, so that it works even on systems
for which sizeof char* != sizeof int.
2003-11-05 03:43:30 +00:00
Jim Meyering
6e2c46ce47
(case_GETOPT_VERSION_CHAR): Cast NULL to `(char *)' in
...
call to variadic version_etc function, so that it works even on systems
for which sizeof char* != sizeof int.
2003-11-05 03:43:22 +00:00
Jim Meyering
0a9816d8ba
(users): Free `utmp_buf' explicitly so that people
...
don't mistake this for a real leak.
2003-11-05 03:15:21 +00:00
Jim Meyering
4f081364fb
.
2003-11-04 14:42:54 +00:00
Jim Meyering
62236f25e8
(ADD_FIELD, initseq, getseq): Use x2nrealloc rather than xrealloc.
2003-11-04 14:42:05 +00:00
Jim Meyering
6228ff86bd
(fold_file): Use x2nrealloc rather than xrealloc.
2003-11-04 10:27:24 +00:00
Jim Meyering
dfed7d19ac
(store_char): Use x2nrealloc rather than xrealloc.
2003-11-04 09:32:16 +00:00
Jim Meyering
bf4248b344
(memrchr): Remove #if-0'd function.
...
(tac_stdin_to_mem): Clean up #if-0'd code.
2003-11-04 09:31:08 +00:00
Jim Meyering
5506fdeffd
(new_key): Use xzalloc, not xcalloc.
2003-11-04 09:28:28 +00:00
Jim Meyering
e1c6989ecf
(show_date): Use x2nrealloc rather than xrealloc.
2003-11-04 09:27:54 +00:00
Jim Meyering
eab4bc5278
(decode_format_string): Remove unnecessary casts.
...
Use more maintainable `sizeof *var'.
(main): Call decode_format_string rather than decode_one_format,
now that `spec' may be NULL.
2003-11-04 09:27:19 +00:00
Jim Meyering
59436e7b92
(decode_format_string, dump_strings): Use x2nrealloc rather than xrealloc.
2003-11-04 06:32:51 +00:00
Jim Meyering
6ffc95a9e3
(ADD_RANGE_PAIR): Use x2nrealloc rather than xrealloc,
...
to avoid potential overflow in pointer arithmetic.
(set_fields): Use not `1', but rather `sizeof *printable_field' as
second argument to xcalloc.
2003-11-04 06:28:01 +00:00
Jim Meyering
26809f0450
(next_file_name): Use `sizeof *var' rather than
...
hard-coding `sizeof size_t'.
2003-11-04 06:25:45 +00:00
Jim Meyering
11e97f430c
(AUTHORS): Add my name.
2003-11-04 06:21:03 +00:00
Jim Meyering
45240f2481
(main): Use sizeof *var' rather than sizeof EXPLICIT_TYPE'.
...
The former is more maintainable and usually shorter.
2003-11-04 06:13:55 +00:00
Jim Meyering
d63bdf9a4d
(initseq, add_field, make_blank): Use `sizeof *var' rather
...
than `sizeof EXPLICIT_TYPE'.
The former is more maintainable and usually shorter.
2003-11-04 06:07:01 +00:00
Jim Meyering
9c76808b89
(alloc_and_compile_regex, main): Use `sizeof *var' rather
...
than `sizeof EXPLICIT_TYPE'.
The former is more maintainable and usually shorter.
2003-11-02 20:39:26 +00:00
Jim Meyering
0abb38e587
(new_item, record_relation): Use `sizeof *var' rather
...
than `sizeof EXPLICIT_TYPE'.
The former is more maintainable and usually shorter.
2003-11-02 20:24:14 +00:00
Jim Meyering
55760c106b
(add_fs_type, add_excluded_fs_type, main): Use `sizeof *var' rather
...
than `sizeof EXPLICIT_TYPE'.
The former is more maintainable and usually shorter.
(main): Also remove anachronistic cast of xmalloc return value.
2003-11-02 20:22:54 +00:00
Jim Meyering
e5dda0ab93
(make_path_private): Use sizeof *var' rather than sizeof EXPLICIT_TYPE'.
...
The former is more maintainable and usually shorter.
2003-11-02 20:17:46 +00:00