summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 pointerJim Meyering
result of xrealloc (until recently it was char*).
1998-01-08(inittables): Add && HAVE_NL_LANGINFO to the #if-testJim 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-06Add %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-05reindent a littleJim Meyering
1998-01-05reformat comment, dcl fail, dirnameJim Meyering
1998-01-05remove SPECIAL_BITS #ifdefsJim Meyering
1998-01-05Add support for marty's -D optionJim 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-04copyrightJim 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-04Use a single enumerated type, Verbosity, instead ofJim 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-04Use a single enumerated type, Verbosity, instead ofJim 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
1998-01-03.Jim Meyering
1998-01-03.Jim Meyering
1998-01-03.Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03(show_dev): Treat `fsu.fsu_bavail == (unsigned long) -1'Jim Meyering
just like `fsu.fsu_blocks == 0' as an indicator that usage information is invalid. This happens with Solaris-5.5.1 CD-ROM partitions.
1998-01-03*** empty log message ***Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03*** empty log message ***Jim Meyering
1998-01-03Guard PARAMS-enabling definition withJim Meyering
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to be consistent.
1998-01-03Guard PARAMS-enabling definition withJim Meyering
`defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi.
1998-01-02*** empty log message ***Jim Meyering
1998-01-02*** empty log message ***Jim Meyering
1998-01-02(get_ids): When otherwise unspecified, set uid and gid to -1.Jim Meyering
1998-01-02(make_path): Try to change ownership only if we've just created theJim Meyering
directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1.
1998-01-01*** empty log message ***Jim Meyering
1998-01-01(remove_cwd_entries): Initialize the entry-name obstackJim Meyering
only once and never free it.
1998-01-01(show_dev): Move check for 0-block device (and return ifJim Meyering
not e.g., -a) back up to precede first print stmt.
1998-01-01*** empty log message ***Jim Meyering
1998-01-01*** empty log message ***Jim Meyering
1998-01-01*** empty log message ***Jim Meyering