summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-03.Jim Meyering
2003-11-02*** empty log message ***Jim Meyering
2003-11-02(alloc_and_compile_regex, main): Use `sizeof *var' ratherJim Meyering
than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter.
2003-11-02(new_item, record_relation): Use `sizeof *var' ratherJim 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' ratherJim 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-31Include "xalloc.h".Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Include <string.h> for declaration of memset.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31from gnulib -- merely increment serial numberJim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25(triple_hash, triple_hash_no_name): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(src_to_dest_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(hash_int): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(entry_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(dev_ino_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Update from gnulib, plus filter through cppi.Jim Meyering
2003-10-25Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Include <features.h> only if _LIBC.Jim Meyering
[!_LIBC]: Define-away __THROW, __BEGIN_DECLS, __END_DECLS.
2003-10-21*** empty log message ***Jim Meyering
2003-10-21Don't fail when run with VERBOSE=yes.Jim Meyering
Do `set +x' before starting the subshell from which we invoke chgrp. Otherwise, the output from the VERBOSE=yes-induced `set -x' would result in spurious differences.
2003-10-20*** empty log message ***Jim Meyering
2003-10-19.Jim Meyering