platform/upstream/coreutils.git
2005-04-11 Paul EggertRegenerate.
2005-04-11 Paul EggertAdd bulletproofing for cases where stdin, stdout, or...
2005-04-11 Paul EggertAdd bulletproofing for cases where stdin, stdout, or...
2005-04-11 Paul EggertInclude stdio_safer.h.
2005-04-11 Paul Eggert(next_file): Don't assume fopen cannot return stdin.
2005-04-11 Paul Eggert(have_read_stdin): Remove; no longer needed. All uses
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h rather than fcntl-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul Eggert(bsd_sum_file, sysv_sym_file):
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul Eggert(main): Don't assume fopen returns stdout after closing
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul Eggert(paste_serial): Don't assume fopen does not return...
2005-04-11 Paul Eggert(check_and_close): Don't assume fopen does not return...
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul Eggert(digest_file, digest_check):
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul Eggert(head_file): Don't assume open does not return 0.
2005-04-11 Paul Eggert(dc_parse_file): Don't assume fopen does not return...
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul EggertAdd bulletproofing for cases where stdin, stdout, or...
2005-04-11 Paul Eggert(gl_PREREQ): Don't require gl_FCNTL_SAFER.
2005-04-11 Paul Eggert(gl_UNISTD_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
2005-04-11 Paul Eggert(gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
2005-04-11 Paul EggertAdd bulletproofing for cases where stdin, stdout, or...
2005-04-11 Paul Eggert(libfetish_a_SOURCES): Remove dup-safer.c,
2005-04-11 Paul Eggert(fd_safer): New decl.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude stdio-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-11 Paul EggertInclude unistd-safer.h first, to test interface.
2005-04-11 Paul EggertInitial revision
2005-04-10 Jim Meyering(chopt_free): Mark parameter as unused.
2005-04-10 Jim Meyering.
2005-04-09 Jim Meyering.
2005-04-09 Jim Meyering(close_stdout_wrapper): Likewise.
2005-04-09 Jim Meyering(__attribute__, ATTRIBUTE_UNUSED): Define.
2005-04-09 Jim Meyering(quit): Define with ATTRIBUTE_NORETURN.
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(__attribute__, ATTRIBUTE_UNUSED): Define.
2005-04-09 Jim Meyering(canon_host) [HAVE_GETADDRINFO]: Use memset
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim MeyeringReadability nit:
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(posixtime) [lint]: Avoid spurious warning from gcc-4's
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(humblock): Set *options even when returning due to
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(rm invocation): Say that --recursive removes
2005-04-09 Jim Meyering(usage): Mention that --recursive removes listed
2005-04-09 Jim Meyering*** empty log message ***
2005-04-09 Jim Meyering(sc_system_h_headers): Propagate exit status through...
2005-04-09 Jim MeyeringDon't include "timespec.h". system.h does that.
2005-04-09 Paul Eggert(iread, iwrite): Use char * buffer, not void *, so...
2005-04-09 Paul EggertRegenerate.
2005-04-09 Paul EggertSignal-handling cleanup motivated by core dumps in dd.
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-04-09 Paul EggertRemove all uses of signals; modern hosts have
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-04-09 Paul EggertDo not include safe-read.h or full-write; no longer...
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-04-09 Paul Eggert(RETSIGTYPE): Remove; no longer needed. All uses repla...
2005-04-09 Paul Eggert(gl_PREREQ_NANOSLEEP): Check for siginterrupt.
2005-04-09 Paul Eggert(gl_MACROS): Check for siginterrupt.
2005-04-09 Paul Eggert(rpl_nanosleep): Include "timespec.h" before macros
2005-04-09 Paul Eggert(dd invocation): Document the distinction between
2005-04-09 Paul EggertDocument that dd no longer treats QUIT or PIPE specially,
2005-04-07 Jim Meyering*** empty log message ***
2005-04-07 Jim Meyering*** empty log message ***
2005-04-07 Jim Meyering(binary_operator) [LINT]: Initialize lt and rt to 0.
2005-04-07 Jim Meyering(digest_check) [LINT]: Initialize hex_digest to NULL.
2005-04-07 Jim Meyering*** empty log message ***
2005-04-07 Jim Meyering(binop): Move function definition to precede first...
2005-04-07 Jim Meyering*** empty log message ***
2005-04-07 Jim Meyering(is_int, age_of, binop): Declare `char *' parameters...
2005-04-06 Jim Meyering*** empty log message ***
2005-04-06 Jim MeyeringRemove rw.
2005-04-06 Jim MeyeringRemove file -- many invalid message strings.
2005-04-05 Paul EggertRegenerate.
2005-04-05 Paul EggertAdd examples to basename, cat, chgrp, chown, dirname.
2005-04-05 Paul Eggert(usage): Add examples.
2005-04-05 Paul Eggert(.x.1): Remove "COMMAND.td/" from examples.
2005-04-05 Paul EggertAdd examples to cat, chown, chgrp, basename, dirname...
2005-04-05 Paul Eggert(cat invocation, chown invocation)
2005-04-05 Jim Meyering*** empty log message ***
2005-04-05 Jim Meyering(usage): Mention that some shells provide a built-in...
2005-04-05 Jim Meyering(usage): Mention that some shells provide a
2005-04-05 Jim Meyering.
2005-04-05 Jim Meyering*** empty log message ***
2005-04-05 Jim Meyering(SUBDIRS): Add tee.
2005-04-05 Jim Meyering(AC_CONFIG_FILES): Add tests/tee/Makefile.
2005-04-05 Jim Meyering.
next