summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-05(spec_init): Fix typo in last change.Jim Meyering
2003-11-05(main): Cast NULL to `(char *)' inJim Meyering
call to variadic version_etc function, so that it works even on systems for which sizeof char* != sizeof int.
2003-11-05(case_GETOPT_VERSION_CHAR): Cast NULL to `(char *)' inJim Meyering
call to variadic version_etc function, so that it works even on systems for which sizeof char* != sizeof int.
2003-11-05*** empty log message ***Jim Meyering
2003-11-05Document _POSIX2_VERSION.Jim Meyering
2003-11-05*** empty log message ***Jim Meyering
2003-11-05(users): Free `utmp_buf' explicitly so that peopleJim Meyering
don't mistake this for a real leak.
2003-11-05*** empty log message ***Jim Meyering
2003-11-04.Jim Meyering
2003-11-04*** empty log message ***Jim Meyering
2003-11-04(ADD_FIELD, initseq, getseq): Use x2nrealloc rather than xrealloc.Jim Meyering
2003-11-04(fold_file): Use x2nrealloc rather than xrealloc.Jim Meyering
2003-11-04(store_char): Use x2nrealloc rather than xrealloc.Jim Meyering
2003-11-04(memrchr): Remove #if-0'd function.Jim Meyering
(tac_stdin_to_mem): Clean up #if-0'd code.
2003-11-04(new_key): Use xzalloc, not xcalloc.Jim Meyering
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 thanJim 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' ratherJim 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-03Fail the test immediately if we're not runningJim Meyering
the expected version of fold.
2003-11-03.Jim Meyering
2003-11-03wrap long copyright lineJim 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' 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