(libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h,
[platform/upstream/coreutils.git] / src /
2005-07-03 Jim Meyering(verify_numeric): Rename from verify.
2005-07-03 Paul EggertRegenerate.
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-07-03 Paul EggertInclude stdlib--.h rather than unistd-safer.h.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-07-03 Paul EggertInclude fcntl--.h rather than unistd-safer.h.
2005-07-03 Paul EggertInclude stdio--.h rather than stdio-safer.h.
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-07-03 Paul EggertInclude stdio--.h.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-07-03 Paul EggertInclude fd-reopen.h.
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-07-03 Paul EggertDon't include stdio-safer.h; no longer needed.
2005-07-03 Paul Eggert(main): Reuse stdin rather than opening a new stream.
2005-07-02 Jim Meyering.
2005-07-01 Jim MeyeringAssume HAVE_UNISTD_H.
2005-07-01 Jim MeyeringAssume HAVE_FCNTL_H (i.e., include <fcntl.h>
2005-06-30 Jim Meyering.
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-30 Jim Meyering(VERIFY): Guard definition with #ifndef.
2005-06-29 Jim MeyeringUse one fewer helper macro.
2005-06-29 Jim Meyering(main): Use X2REALLOC rather than x2realloc.
2005-06-29 Jim Meyering(fillbuf): Use X2REALLOC rather than x2realloc.
2005-06-29 Jim Meyering(show_date): Use X2REALLOC rather than x2realloc.
2005-06-29 Jim Meyering(main, store_char): Use X2REALLOC rather than x2realloc.
2005-06-29 Jim MeyeringUpdate sole use of VERIFY.
2005-06-29 Jim Meyering(VERIFY): Rewrite to use string-concatenation
2005-06-29 Jim Meyering(gobble_file): Use stat.st_author, not stat.st_uid
2005-06-28 Jim Meyeringsplit long line in copyright comment
2005-06-28 Jim Meyering(fillbuf): Use x2realloc on 1-byte base types, not...
2005-06-28 Jim Meyering(dump_strings): Use x2realloc on 1-byte base types...
2005-06-28 Jim Meyering(show_date): Use x2realloc on 1-byte base types, not...
2005-06-28 Jim Meyering(main, store_char): Use x2realloc on 1-byte base types...
2005-06-27 Jim Meyering.
2005-06-24 Jim Meyering.
2005-06-24 Jim Meyering(usage): Clarify how --reply=no works.
2005-06-23 Paul EggertDo not include hard-locale.h.
2005-06-23 Jim Meyeringwhoops: use puts, not fputs
2005-06-23 Jim Meyering(time_format): Add `const' attribute.
2005-06-23 Jim Meyering(show_date): Use fputs rather than printf ("%s\n",.
2005-06-23 Jim Meyering(show_date): Add a FIXME comment.
2005-06-23 Jim Meyering(show_date): Rename local `time_format' so as not to
2005-06-23 Jim Meyering.
2005-06-23 Jim Meyering(usage): Tweak formatting to maintain more or less...
2005-06-23 Jim MeyeringInclude hard-locale.h and strftime.h.
2005-06-23 Jim Meyering2005-06-14 William Brendling <wbrendling@gmail.com>
2005-06-22 Jim MeyeringInclude "quotearg.h", not "quote.h".
2005-06-20 Jim Meyering.
2005-06-19 Jim Meyering(tac_mem, tac_stdin_to_mem): Remove #if-0'd functions.
2005-06-19 Jim Meyering(usage): Use `file system', not `filesystem'.
2005-06-18 Jim Meyering(unquote): Remove unnecessary `' quotes from a diagnostic.
2005-06-17 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-17 Jim Meyering(usage): Clarify that shred works on an ext3 file
2005-06-16 Paul Eggert* src/hostid.c (main): Don't print fewer than 8 digits...
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim Meyeringwhoops: Adding quote(...) isn't enough :)
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-16 Jim MeyeringRather than this: error (..., "...`%s'...", arg);
2005-06-16 Jim MeyeringRather than this: error (..., "...`%s'...", arg);
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-15 Jim Meyering.
2005-06-15 Jim Meyering(main): Fix my typo: s/argv[optind]/file[i]/.
2005-06-14 Paul Eggert(create_parents): Remove static var (now local to ...
2005-06-14 Paul Eggert(main): Standardize on a diagnostic for
2005-06-14 Paul Eggert(main): Adjust to new make_dir_parents convention.
2005-06-14 Jim Meyeringtweak diagnostic wording: Use `... return to working...
2005-06-14 Jim Meyeringremove obsolete FIXME
2005-06-13 Jim Meyering(main): When make_dir_parents changes the current working
2005-06-13 Jim Meyering(main): When make_dir_parents changes the current working
2005-06-10 Paul Eggert(any_has_acl): New var.
2005-06-10 Jim Meyering(VERIFY_W_TYPEOF): Add parentheses.
2005-06-03 Paul EggertFix typo in comment.
2005-06-02 Jim Meyering(usage): Put `Ordering options:' line where it belongs.
2005-06-02 Paul EggertRegenerate.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul Eggert(FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-06-02 Paul Eggert(usage): Don't use "path" to describe a file name.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Jim Meyering(chown_privileges, chown_failure_ok): Mark as `extern'.
2005-05-31 Paul Eggert(cp_options_init): Use chown_privileges rather than...
2005-05-31 Paul Eggert(re_protect): Remove unnecessary call to geteuid.
next