Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-10 | . | Jim Meyering | |
1998-01-10 | (EXTRA_DIST): Add const.m4. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (usage): Describe -D. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (batch_convert): Use memcpy when we don't need return value. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (usage): Correct descriptions of --sort, --time, and -t. | Jim Meyering | |
Suggestions from Andreas Schwab. | |||
1998-01-10 | (decode_switches) [-u]: Fix bug whereby -u had no effect | Jim Meyering | |
without -l or -t. Now, -u (like -c) implies --sort=time. Suggestion from Andreas Schwab. | |||
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | use sh-script test, not Test.pm framework | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (make_path): Reformat 3 if-stmts to test `if (newly_created_dir)' only once. | Jim Meyering | |
Suggestion from Andreas Schwab. | |||
1998-01-10 | (make_path): Put only newly created directories on the LEADING_DIRS list. | Jim Meyering | |
1998-01-08 | *** empty log message *** | Jim Meyering | |
1998-01-08 | *** empty log message *** | Jim Meyering | |
1998-01-08 | *** empty log message *** | Jim Meyering | |
1998-01-08 | (tac_stream): Don't perform arithmetic on now-void pointer | Jim Meyering | |
result of xrealloc (until recently it was char*). | |||
1998-01-08 | (inittables): Add && HAVE_NL_LANGINFO to the #if-test | Jim Meyering | |
guarding the nls month-checking code. (nls_numeric_format): Remove unnecessary (and error-evoking w/SunOS' cc) `unsigned' from dcls of text and lim. (main): Cast lconvp->grouping to `unsigned char*' to appease SunOS's cc. | |||
1998-01-07 | *** empty log message *** | Jim Meyering | |
1998-01-06 | *** empty log message *** | Jim Meyering | |
1998-01-06 | Add %expect directive. | Jim Meyering | |
Move inclusion of getdate.h and dependent extern declarations down so getdate.h's prototype follows the sometimes-enabled definition of `const' to nothing. Otherwise, the prototype wouldn't match the definition because of the defined-away `const'. (get_date): ANSI-fy definition. From Kaveh Ghazi. | |||
1998-01-05 | *** empty log message *** | Jim Meyering | |
1998-01-05 | (df_readable): New function. | Jim Meyering | |
(show_dev): If a value consists entirely of 1 bits, or is derived from some other value that consists entirely of 1 bits, report "-". Check inode and block counts more carefully for plausibility, to avoid arithmetic overflow when computing percentages. | |||
1998-01-05 | (get_fs_usage): Add parens. | Jim Meyering | |
1998-01-05 | (PROPAGATE_ALL_ONES): New macro. | Jim Meyering | |
(get_fs_usage): If a value consists entirely of 1 bits, propagate this info to the output by setting it to (uintmax_t) -1. | |||
1998-01-05 | reindent a little | Jim Meyering | |
1998-01-05 | reformat comment, dcl fail, dirname | Jim Meyering | |
1998-01-05 | remove SPECIAL_BITS #ifdefs | Jim Meyering | |
1998-01-05 | Add support for marty's -D option | Jim Meyering | |
1998-01-04 | *** empty log message *** | Jim Meyering | |
1998-01-04 | *** empty log message *** | Jim Meyering | |
1998-01-04 | . | Jim Meyering | |
1998-01-04 | . | Jim Meyering | |
1998-01-04 | copyright | Jim Meyering | |
1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering | |
Include "closeout.h". | |||
1998-01-04 | (parse_long_options): Check for write error to stdout before exiting. | Jim Meyering | |
1998-01-04 | (libfu_a_SOURCES): Add closeout.c. | Jim Meyering | |
(noinst_HEADERS): Add closeout.h. | |||
1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | |
the two booleans, verbose and changes_only. This fixes a bug whereby --change had the same effect as --verbose. Plus Paul's close_stdout changes. | |||
1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | |
the two booleans, verbose and changes_only. This fixes a bug whereby --change had the same effect as --verbose. | |||
1998-01-04 | . | Jim Meyering | |
1998-01-04 | . | Jim Meyering | |