Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-05 | (spec_init): Fix typo in last change. | Jim Meyering | |
2003-11-05 | (main): Cast NULL to `(char *)' in | Jim 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 *)' in | Jim 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-05 | Document _POSIX2_VERSION. | Jim Meyering | |
2003-11-05 | *** empty log message *** | Jim Meyering | |
2003-11-05 | (users): Free `utmp_buf' explicitly so that people | Jim 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 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 | |