Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-04 | (show_date): Use x2nrealloc rather than xrealloc. | Jim Meyering | |
2003-11-04 | (decode_format_string): Remove unnecessary casts. | Jim Meyering | |
Use more maintainable `sizeof *var'. (main): Call decode_format_string rather than decode_one_format, now that `spec' may be NULL. | |||
2003-11-04 | (decode_format_string, dump_strings): Use x2nrealloc rather than xrealloc. | Jim Meyering | |
2003-11-04 | (ADD_RANGE_PAIR): Use x2nrealloc rather than xrealloc, | Jim Meyering | |
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 | (next_file_name): Use `sizeof *var' rather than | Jim Meyering | |
hard-coding `sizeof size_t'. | |||
2003-11-04 | (AUTHORS): Add my name. | Jim Meyering | |
2003-11-04 | (main): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering | |
The former is more maintainable and usually shorter. | |||
2003-11-04 | (initseq, add_field, make_blank): Use `sizeof *var' rather | Jim Meyering | |
than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter. | |||
2003-11-03 | *** empty log message *** | Jim Meyering | |
2003-11-03 | (TESTS_ENVIRONMENT): Define PACKAGE_VERSION. | Jim Meyering | |
2003-11-03 | Fail the test immediately if we're not running | Jim Meyering | |
the expected version of fold. | |||
2003-11-03 | . | Jim Meyering | |
2003-11-03 | wrap long copyright line | Jim Meyering | |
2003-11-03 | . | Jim Meyering | |
2003-11-02 | *** empty log message *** | Jim Meyering | |
2003-11-02 | (alloc_and_compile_regex, main): Use `sizeof *var' rather | Jim Meyering | |
than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter. | |||
2003-11-02 | (new_item, record_relation): Use `sizeof *var' rather | Jim Meyering | |
than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter. | |||
2003-11-02 | (add_fs_type, add_excluded_fs_type, main): Use `sizeof *var' rather | Jim Meyering | |
than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter. (main): Also remove anachronistic cast of xmalloc return value. | |||
2003-11-02 | (make_path_private): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering | |
The former is more maintainable and usually shorter. | |||
2003-11-02 | (copy_internal): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering | |
The former is more maintainable and usually shorter. | |||
2003-11-02 | (inittables): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering | |
The former is more maintainable and usually shorter. (sort): Split a long line. | |||
2003-11-02 | *** empty log message *** | Jim Meyering | |
2003-11-02 | (append_normal_char, append_range, append_char_class) | Jim Meyering | |
(append_repeated_char, append_equiv_class, spec_init): Use more maintainable and usually-shorter `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | |||
2003-11-01 | *** empty log message *** | Jim Meyering | |
2003-11-01 | (SIZE_MAX): Define if not defined already. | Jim Meyering | |
(read_filesystem_list): Set and use me_type_malloced. Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or whatever the type happens to be), for brevity and consistency. Check for size calculation overflow on Alphas running OSF/1. | |||
2003-11-01 | (struct mount_entry.me_type_malloced): New member. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Include "xalloc.h". | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Include <string.h> for declaration of memset. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | from gnulib -- merely increment serial number | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-25 | *** empty log message *** | Jim Meyering | |
2003-10-25 | (triple_hash, triple_hash_no_name): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (src_to_dest_hash): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (hash_int): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. |