]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Add a FIXME mentioning that there are many
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 19:15:59 +0000 (19:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 19:15:59 +0000 (19:15 +0000)
commit216feb30f72f8d8792f9ce30a28af9926a693b14
treefb5e141a103094f776e9fa0654447d664d3fe2f2
parent9d06bbe2981f0af0355ba15519ba760ec03e56ee
Add a FIXME mentioning that there are many
unchecked integer overflows in this file.
(gnu_extensions, auto_reference, input_reference, right_reference,
ignore_case, initialize_regex, fix_output_parameters,
output_one_roff_line, output_one_text_line, output_one_dumb_line, main):
Use bool for booleans.
(SKIP_SOMETHING, compare_words, digest_break_file,
find_occurs_in_text, fix_output_parameters):
Use to_uchar instead of a caset.
(print_field): Rewrite to avoid cast.
src/ptx.c