platform/upstream/coreutils.git
2006-05-04 Jim Meyering*** empty log message ***
2006-05-04 Jim Meyering(Examples of date): Give example of @seconds.
2006-05-04 Jim Meyering*** empty log message ***
2006-05-04 Jim Meyering*** empty log message ***
2006-05-04 Jim Meyering*** empty log message ***
2006-05-04 Jim Meyeringmention pwd fix
2006-05-03 Paul Eggert(head invocation, tail invocation, sort invocation):
2006-05-03 Jim MeyeringInclude "same-inode.h".
2006-05-03 Jim Meyering.
2006-05-03 Jim Meyering*** empty log message ***
2006-05-03 Jim Meyering*** empty log message ***
2006-05-03 Jim Meyering(DEFINE_SORT_FUNCTIONS, LIST_SORTFUNCTION_VARIANTS):
2006-05-03 Jim Meyering(main): On systems with d_type, directories_first only
2006-05-03 Jim Meyering(xstrcoll_df_version, rev_xstrcoll_df_version): Add...
2006-04-25 Paul Eggert(get_date): When adding relative date, start with the
2006-04-25 Paul Eggert(relative-3): New test, derived from a bug report by...
2006-04-24 Paul EggertRemove typo in previous checkin.
2006-04-24 Paul Eggert* unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
2006-04-24 Paul EggertDon't assume that 'exit' is declared for us.
2006-04-23 Jim Meyering*** empty log message ***
2006-04-23 Jim Meyering*** empty log message ***
2006-04-23 Jim Meyering(Which files are listed): Describe new option: --group...
2006-04-23 Jim Meyering[New features]: Mention ls's new option, --group-direct...
2006-04-23 Jim Meyering(sort_type): Rearrange to use as an array index when
2006-04-19 Paul EggertChange 'shred' to not use alloca.
2006-04-19 Paul Eggert(fillrand): The assertion was way too weak, due to
2006-04-18 Jim Meyering*** empty log message ***
2006-04-18 Jim MeyeringAdd new programs, base64, sha224sum, sha256sum, sha384s...
2006-04-17 Paul EggertDocument filemode changes.
2006-04-17 Paul Eggert(human_access): Use (new) filemodestring rather than
2006-04-17 Paul Eggert(HAVE_ST_DM_MODE): Remove; moved to ../lib/filemode.c.
2006-04-17 Paul Eggert(describe_change): Adjust to filemode changes.
2006-04-17 Paul Eggert(gl_FILEMODE): Check for strmode declaration.
2006-04-17 Paul EggertDon't undef S_ISDOOR, since it's never buggy.
2006-04-17 Paul Eggert(HAVE_DECL_STRMODE): Include <string.h> for strmode.
2006-04-17 Paul EggertInclude "filemode.h" first, to test the interface.
2006-04-17 Paul Eggert(What information is listed): Add P for Solaris
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Jim Meyering(main) [DEFAULT_IGNORE_FILE]: Remove code to use a...
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Jim Meyering(Input processing in ptx): Remove mention of the
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Paul Eggert(openat_needs_fchdir) [defined __OPENAT_PREFIX]:
2006-04-15 Paul Eggert(futimens): glibc futimesat messes up if /proc isn...
2006-04-14 Jim Meyering*** empty log message ***
2006-04-14 Jim Meyeringremove SPACEs before TAB
2006-04-14 Jim Meyering*** empty log message ***
2006-04-14 Jim Meyering(fts_open): Don't allocate parent if *argv==NULL. ...
2006-04-14 Jim Meyering(fts_build): Free `head' before returning NULL, in...
2006-04-14 Jim Meyering(fts_build): Remove just-#if-0'd code and the code...
2006-04-14 Jim Meyering(fts_build): #if-0-out a block of unused code. Patch...
2006-04-13 Paul EggertDon't use wchar_t or wctype_t; update comment.
2006-04-13 Paul Eggert(RE_DUP_MAX): Update comment to match current implement...
2006-04-13 Paul Eggert(init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
2006-04-13 Paul Eggert(What information is listed): Document 'ls' type letters.
2006-04-12 Paul EggertPort to Interix.
2006-04-12 Paul Eggert(sync) [!HAVE_SYNC]: New macro.
2006-04-12 Paul Eggert(USE_STATVFS): New macro.
2006-04-12 Paul Eggert(main) [! HAVE_SETGROUPS]: Don't call setgroups.
2006-04-12 Paul Eggert(linkfunc): Remove. This method ran into a compiler...
2006-04-12 Paul Eggert(gl_MACROS): Check for setgroups and sync, since they
2006-04-12 Paul EggertInclude <inttypes.h> and <stdint.h> if they exist.
2006-04-12 Paul EggertDon't include <inttypes.h> or <stdint.h>, since
2006-04-12 Paul Eggertcsplit, nl, expr now conform to POSIX better, and are
2006-04-12 Paul Eggert(expr invocation): expr exit status is 3 only for
2006-04-12 Paul EggertClear the RE_NO_EMPTY_RANGES re syntax option, as this...
2006-04-12 Paul Eggertexpr, csplit, nl patches to conform better to POSIX...
2006-04-12 Paul EggertUse \{...\} in test RE, to test that we're conforming...
2006-04-12 Paul Eggert(fail-a): Adjust exit status to match new expr behavior...
2006-04-12 Paul Eggert(docolon): Set re_syntax_options to a value that is...
2006-04-12 Paul Eggert(build_type_arg): Set re_syntax_options to a value...
2006-04-12 Paul Eggert(extract_regexp): Set re_syntax_options to a
2006-04-12 Paul Eggert(gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
2006-04-12 Paul EggertDo not assume that 'sed' can handle long, newline-free...
2006-04-12 Paul EggertSolaris 8 sh doesn't understand "if !". Do not assume...
2006-04-11 Paul EggertAdjust to new regex.h API (with new fastmap type),...
2006-04-11 Paul Eggert(compiled_separator_fastmap): New ver.
2006-04-11 Paul Eggert(context_regex_string, word_regex_string): Remove.
2006-04-11 Paul Eggert(body_fastmap, header_fastmap, footer_fastmap):
2006-04-11 Paul Eggert(docolon): Allocate and use a fastmap.
2006-04-11 Paul EggertUpdate copyright year.
2006-04-11 Paul Eggert(struct control): Put re_compiled member at the
2006-04-10 Jim Meyeringremove useless spaces before TABs
2006-04-10 Paul EggertImport latest regex module from gnulib.
2006-04-09 Paul EggertAdd 'hostid' to System context menu line.
2006-04-09 Paul Eggert(Top): Fix typo in System context menu entry: hostid...
2006-03-30 Jim Meyering(iwrite): Remove assignment without effect.
2006-03-30 Jim Meyering*** empty log message ***
2006-03-28 Jim Meyering*** empty log message ***
2006-03-28 Jim Meyering(General options in ptx): Undocument --copyright.
2006-03-28 Jim Meyering*** empty log message ***
2006-03-28 Jim Meyering(usage): Remove mention of --copyright/-C.
2006-03-28 Jim Meyeringdeprecate ptx's --copyright (-C) option
2006-03-27 Jim Meyering*** empty log message ***
2006-03-27 Jim Meyering(dirname invocation): Macro in previous patch was too...
2006-03-27 Jim Meyeringversion: 5.94
2006-03-27 Jim Meyering.
2006-03-27 Jim Meyering(uptime_LDADD): Add $(POW_LIB), for uptime's use of...
2006-03-27 Jim Meyering*** empty log message ***
next