summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-08*** empty log message ***Jim Meyering
2003-03-08.Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08.Jim Meyering
2003-03-08Ensure that hard links _are_ listed twice when using --count-links.Jim Meyering
2003-03-08(process_file): If a file's size is not being countedJim Meyering
e.g., because it's a hard link to a file we've already counted, then don't print a line for it.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08`du -S' didn't workJim Meyering
Revert most of the `reorganization' change of 2003-02-20, and make the two-array approach work.
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08(TESTS): Add hard-link.Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08.Jim Meyering
2003-03-08Correct/add tests for the above fix.Jim Meyering
Set LC_ALL, etc, now that we use sort. Check the block/size of a small file, too. Correct expected results for simple dir1/dir2/file case. Add another test of du -S.
2003-03-07.Jim Meyering
2003-03-07remove mmap-stack.cJim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07(print_it): Use putchar, not fputs, to output a single character.Jim Meyering
2003-03-07(dired_dump_obstack): Use putchar, not fputs, to output a single character.Jim Meyering
2003-03-07(usage): Use putchar, not fputs, to output a single character.Jim Meyering
2003-03-07(output_one_tex_line, output_one_dumb_line):Jim Meyering
Use putchar, not fputs, to output a single character.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07Remove everything associated with mmap-stack.c.Jim Meyering
This reverts the two changes of 2003-02-21.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07Don't require AC_SYS_MMAP_STACK.Jim Meyering
2003-03-07(AC_LANG_SOURCE(C)): New macro.Jim Meyering
2003-03-07.Jim Meyering
2003-03-07(libfetish_a_SOURCES): Remove mmap-stack.h.Jim Meyering
2003-03-07.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07Remove everything associated with mmap-stack.c.Jim Meyering
This reverts the change of 2003-02-19.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07Test the -S option using a hierarchy containing files, too,Jim Meyering
not just directories.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07#undef getcwd only after *all* included header files.Jim Meyering
Declare getcwd unconditionally.
2003-03-07*** empty log message ***Jim Meyering
2003-03-07(GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd.Jim Meyering
2003-03-07*** empty log message ***Jim Meyering
2003-03-07(same_name): Remove unnecessary inclusion of config.h.Jim Meyering
It also happened to lead to infinite recursion in getcwd.c. (PARAMS): Remove definition and use.
2003-03-06undo last changeJim Meyering
2003-03-06#undef getcwd before including system headers.Jim Meyering
This avoid a build failure on IRIX 6.5. Reported by Nelson Beebe.
2003-03-06*** empty log message ***Jim Meyering
2003-03-06[!HAVE_DECL_GETCWD]: Declare getcwd.Jim Meyering
2003-03-06*** empty log message ***Jim Meyering
2003-03-06(GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd.Jim Meyering