Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-08 | (count_entry): Remove cast of savedir arg. | Jim Meyering | |
1999-04-01 | Remove prototypes and tsort function definitions. | Jim Meyering | |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included ↵ | Jim Meyering | |
via sys2.h. | |||
1999-03-26 | No longer include long-options.h. | Jim Meyering | |
Include version-etc.h instead. (PROGRAM_NAME, AUTHORS): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version. | |||
1999-03-04 | Include long-options.h | Jim Meyering | |
[long_options]: Remove the "help" and "version" entries. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks. | |||
1999-02-16 | update copyright dates | Jim Meyering | |
1999-01-16 | (usage): Don't make it static so that it can be called from libfu.a by ↵ | Jim Meyering | |
xargmatch. | |||
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-08-30 | (long_options): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of opt_* pointer in initialization. | |||
1998-08-30 | Don't assume ASCII. | Jim Meyering | |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering | |
1998-06-29 | (human_readable_base, output_units): Remove; | Jim Meyering | |
replace with new variable output_block_size. All uses changed. (long_options, usage, main): Add --block-size. (main, decode_switches): Use new human_block_size function to initialize output block size consistently with other programs. From Paul Eggert. | |||
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-04-14 | Use STREQ in string equality tests, not strcmp. | Jim Meyering | |
1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering | |
Include "closeout.h". | |||
1997-12-29 | (usage): Replace TABs with spaces in --help message. | Jim Meyering | |
1997-12-25 | (S_ISLNK): Define this instead of S_ISDIR. | Jim Meyering | |
1997-12-21 | Include exclude.h. | Jim Meyering | |
(exclude): New static var. (long_options, usage, main): Add --exclude and --exclude-from or -X. (count_entry): Skip excluded entries. | |||
1997-12-21 | Include exclude.h. | Jim Meyering | |
(exclude): New static var. (long_options, usage, main): Add --exclude and --exclude-from or -X. (count_entry): Skip excluded entries. | |||
1997-12-16 | s/__P/PARAMS/g | Jim Meyering | |
1997-12-06 | Separate struct dcl and typedef. | Jim Meyering | |
(String *): Rename from parameter-shadowed `string'. (stringstruct): Remove typedef. | |||
1997-11-30 | remove trailing blank | Jim Meyering | |
1997-11-30 | (<inttypes.h>): Include if HAVE_INTTYPES_H. | Jim Meyering | |
("human.h"): Include. (LONGEST_HUMAN_READABLE, enum Output_units): Remove. (count_entry): Now returns uintmax_t, not long. (human_readable_base): Renamed from opt_human_readable; value is now zero or positive integer, not just zero or nonzero. (output_units): Now an integer giving output size. (tot_size): Now uintmax_t, not long. (long_options, usage): Add --si or -H. (main): Adjust to renamed option variables. Use -H if BLOCKSIZE is SI. Add -H. (human_readable): Remove; rewritten and now in lib/human.c. (print_size): Rewrite in terms of human_readable. Accept extra arg to be printed after size; all callers changed. | |||
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-04 | Remove old-style savedir dcl. | Jim Meyering | |
Include savedir.h for prototype. | |||
1997-05-25 | Remove global variable opt_human_readable. | Jim Meyering | |
(enum Output_units): Rename from output_size. Rename size_* to Unit_*. Add Unit_variable to correspond to --human-readable. (convert_blocks): Remove now-unused definition. (human_readable): Rename paramater n_bytes to n_blocks. Adjust conversions to reflect fact that input is now number of 512-byte blocks, not bytes. (print_size): New function. (du_files): Use print_size instead of open coding it. (count_entry): Always count in units of 512-byte blocks to delay. This lets du accumulate totals corresponding to a terabyte before overflowing 32-bit long int. Use print_size instead of open coding it. | |||
1997-05-25 | (convert_blocks): Remove now-unnecessary #undef. | Jim Meyering | |
(du_files): Pass output_size unchanged to convert_blocks. No need to test output_size for size_bytes, convert_blocks handles that correctly. (count_entry): Likewise. | |||
1997-05-25 | (main): Implement new --max-depth=N option. | Jim Meyering | |
Based on the idea and a patch from Torbjorn Lindgren. (du_files): Likewise. (count_entry): Likewise. [AIX]: Remove unused #pragma alloca. | |||
1997-03-27 | (main): Implement new --max-depth=N option. | Jim Meyering | |
Based on the idea and a patch from Torbjorn Lindgren. (du_files): Likewise. (count_entry): Likewise. | |||
1997-02-09 | update copyrights for 1997 | Jim Meyering | |
1997-02-02 | (hash_insert2): Rename local HTAB to HT to avoid shadowing global. | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-01-26 | (count_entry): Fix blatant bug (typo?) that made | Jim Meyering | |
--megabytes report numbers in units of kilobytes. Reported by Galen Hazelwood. | |||
1996-11-03 | change bug-reporting address | Jim Meyering | |
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-10-04 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-08-31 | (usage): remove spurious trailing \n in puts. | Jim Meyering | |
1996-08-29 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-07-14 | (usage): Sort option descriptions in dictionary order. | Jim Meyering | |
1996-04-24 | (usage): The long-named arg is --human-readable, not --human. | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-12 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering | |
bindtextdomain, and textdomain. | |||
1996-02-01 | Remove comma after last item in enum. | Jim Meyering | |
(human_readable): Fix off-by-one error that converted 1024*1024 to 1024K rather than 1G. Describe the function. | |||
1996-01-20 | Tweak usage. | Jim Meyering | |