summaryrefslogtreecommitdiff
path: root/src/du.c
AgeCommit message (Expand)Author
2003-10-25(entry_hash): Adjust to reflectJim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-10-17(main): Simply assign to bit_flags.Jim Meyering
2003-10-17Include "xfts.h".Jim Meyering
2003-10-17tweak commentJim Meyering
2003-10-09tweak commentsJim Meyering
2003-10-05s/nftw/fts/g in a commentJim Meyering
2003-10-05(du_files): Mark diagnostic for translation.Jim Meyering
2003-10-04(du_files): Ignore any failure of fts_close.Jim Meyering
2003-10-04(du_files): Give better diagnostics for failed fts_open.Jim Meyering
2003-10-04(MAX_N_DESCRIPTORS): Remove now-unused definition.Jim Meyering
2003-10-04(enum) [HUMAN_SI_OPTION]: New member.Jim Meyering
2003-10-03Accept --no-dereference (-P).Jim Meyering
2003-10-02Include "fts_.h", not ftw.h.Jim Meyering
2003-09-19`du -D symlink-to-dir' would mistakenly omit the slash inJim Meyering
2003-09-19(process_file): Remove useless disjunct.Jim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-09-03(AUTHORS): Remove Larry McVoy's name, since the relativelyJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering
2003-05-10Handle argc < optind.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
2003-03-08(process_file): If a file's size is not being countedJim Meyering
2003-03-08`du -S' didn't workJim Meyering
2003-03-07Remove everything associated with mmap-stack.c.Jim Meyering
2003-03-05(process_file): Sizes must all be of type uintmax_t.Jim Meyering
2003-03-04(MAX_N_DESCRIPTORS): Use 3 * UTILS_OPEN_MAX / 4.Jim Meyering
2003-02-21New option: --apparent-size.Jim Meyering
2003-02-21(apparent_size): New global.Jim Meyering
2003-02-21(process_file): Always reset size_to_propagate_to_parent forJim Meyering
2003-02-20(process_file): Reorganize the code to use onlyJim Meyering
2003-02-20(process_file): Set info->skip before any possible return.Jim Meyering
2003-02-19Include "mmap-stack.h".Jim Meyering
2003-02-06(process_file): Don't return early for excluded filesJim Meyering
2003-02-01Don't put decl after non-decl.Jim Meyering
2003-02-01(MAX_N_DESCRIPTORS): Define.Jim Meyering
2003-01-31ditto for invalid optionsJim Meyering
2003-01-31(main): Upon processing a bad --exclude-from or --max-depthJim Meyering
2003-01-31Rewrite to perform directory traversal using nftw.Jim Meyering
2003-01-04remove blank lineJim Meyering
2003-01-04(count_entry) [S_ISLNK]: Don't define.Jim Meyering
2002-12-08(lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]:Jim Meyering
2002-11-24More clean-up, not that / means /.Jim Meyering
2002-11-24(du_files): Don't strip any trailing slash.Jim Meyering
2002-11-08(human_output_opts): New var.Jim Meyering
2002-10-13(usage): Tweak description of --dereference-args/-D.Jim Meyering
2002-10-13(count_entry): Also save cwd when dereferencing (via --dereference-args, -D)Jim Meyering