summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-11*** empty log message ***Jim Meyering
2006-05-11(copy_internal): Don't explicitly unlink the destinationJim Meyering
when moving a symlink into the place of an existing non-directory. Reported by Joshua Hudson.
2006-05-11Avoid harmless `ambiguous redirect' diagnostic.Jim Meyering
2006-05-10*** empty log message ***Jim Meyering
2006-05-08update from gnulibJim Meyering
2006-05-07(patch-check): Correct reversed sense of `test -s' test.Jim Meyering
Work around the fact that patch always outputs `patching file ...'.
2006-05-07*** empty log message ***Jim Meyering
2006-05-07*** empty log message ***Jim Meyering
2006-05-07Adjust to reflect new offsets.Jim Meyering
2006-05-07mention the df fix of 2006-01-24Jim Meyering
2006-05-07mention the df improvement from 2006-01-24Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06mention the shred-segfault fixJim Meyering
2006-05-06remove stray stat-related lineJim Meyering
2006-05-06.Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06Expand to test broken links encounteredJim Meyering
implicitly, favoring Solaris 9 and OpenBSD 3.4 behavior.
2006-05-06Expand to test inode from readdir case.Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06(TESTS): Add stat-vs-dirent.Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06Work even on case-insensitive file system.Jim Meyering
2006-05-06*** empty log message ***Jim Meyering
2006-05-06(gl_GETADDRINFO): Fix caching error.Jim Meyering
2006-05-05update from gnulibJim Meyering
2006-05-04*** empty log message ***Jim Meyering
2006-05-04(Examples of date): Give example of @seconds.Jim Meyering
2006-05-04*** empty log message ***Jim Meyering
2006-05-04*** empty log message ***Jim Meyering
2006-05-04*** empty log message ***Jim Meyering
2006-05-04mention pwd fixJim Meyering
2006-05-03(head invocation, tail invocation, sort invocation):Paul Eggert
Give advice about porting to hosts that support only obsolete syntax.
2006-05-03Include "same-inode.h".Jim Meyering
2006-05-03.Jim Meyering
2006-05-03*** empty log message ***Jim Meyering
2006-05-03*** empty log message ***Jim Meyering
2006-05-03(DEFINE_SORT_FUNCTIONS, LIST_SORTFUNCTION_VARIANTS):Jim Meyering
Use better macro parameter names: s/basename/key_name/, s/basefunc/key_cmp_func. Fix typo in comment.
2006-05-03(main): On systems with d_type, directories_first onlyJim Meyering
implies format_needs_type, not format_needs_stat.
2006-05-03(xstrcoll_df_version, rev_xstrcoll_df_version): Add space after commaJim Meyering
in arg list, from Eric Blake.
2006-04-25(get_date): When adding relative date, start with thePaul Eggert
initial time, not with the result of the first mktime call.
2006-04-25(relative-3): New test, derived from a bug report by John Thomas McDole.Paul Eggert
2006-04-24Remove typo in previous checkin.Paul Eggert
2006-04-24* unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototypePaul Eggert
to define main with arguments, for C++. Reported by Eric Blake. * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Prefer 'int main ()' to 'int main (void)', for C++. * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise. * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type for 'main', for C99 and C++.
2006-04-24Don't assume that 'exit' is declared for us.Paul Eggert
Don't assume that you can exit with status -1. (import from gnulib)
2006-04-23*** empty log message ***Jim Meyering
2006-04-23*** empty log message ***Jim Meyering
2006-04-23(Which files are listed): Describe new option: --group-directories-first.Jim Meyering