summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-21(euidaccess) [!S_IROTH]: Define.Jim Meyering
[!S_IWOTH]: Define. [!S_IXOTH]: Define. Marcus Daniels <marcus@sysc.pdx.edu> reported that m68k NEXTSTEP 3.2 doesn't define S_IROTH or S_IWOTH unless some posix compile option is used and associated symbols defined.
1996-05-21(xgetgroups): New function, factored out ofJim Meyering
print_group_list and print_full_info. (print_group_list): Call it. (print_full_info): Call it. From Andreas Schwab: (print_group_list): When USERNAME is specified use getugroups to get the number of groups. (print_full_info): Likewise.
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-21.Jim Meyering
1996-05-20.Jim Meyering
1996-05-20.Jim Meyering
1996-05-20(usage): Make it a little clearer.Jim Meyering
1996-05-19Tweak indentation.Jim Meyering
1996-05-19.Jim Meyering
1996-05-19.Jim Meyering
1996-05-19.Jim Meyering
1996-05-19.Jim Meyering
1996-05-19.Jim Meyering
1996-05-19New option: --no-dereference (-h).Jim Meyering
[!MAXUID]: Define to INT_MAX. (change_file_group): Use lchown if --no-dereference (-h) was given. (usage): Update. (main): Fail if user requests --no-dereference on a system that doesn't have support for it.
1996-05-19New option: --no-dereference (-h).Jim Meyering
(change_file_owner): Use lchown if --no-dereference (-h) was given. (usage): Update. (main): Fail if user requests --no-dereference on a system that doesn't have support for it.
1996-05-18.Jim Meyering
1996-05-18.Jim Meyering
1996-05-18(main): Don't recognize --help, --h, --he, --version, --v, etc.Jim Meyering
if the POSIXLY_CORRECT environment variable is set.
1996-05-18(main): Don't recognize --help, --h, --he, --version, --v, etc.Jim Meyering
if the POSIXLY_CORRECT environment variable is set.
1996-05-18(main): Don't recognize --help, --h, --he, --version, --v, etc.Jim Meyering
if the POSIXLY_CORRECT environment variable is set. (docolon) [RE_SYNTAX_POSIX_BASIC]: Revert my misguided change of Mar 1.
1996-05-17.Jim Meyering
1996-05-17Update prototype to match.Jim Meyering
1996-05-17(get_fs_usage): Declare parameter PATH to be const.Jim Meyering
1996-05-17.Jim Meyering
1996-05-16Rearrange function definitions to precede respective uses to obviateJim Meyering
all forward dcls. Remove forward dcls. Declare parameters const as appropriate.
1996-05-16.Jim Meyering
1996-05-16.Jim Meyering
1996-05-16.Jim Meyering
1996-05-16(selected_fstype): Move definition to precede use.Jim Meyering
Remove prototype. Declare parameter FSTYPE to be const. (excluded_fstype): Likewise. (main): Fail with a diagnostic if both --human-readable and --portability are used. Likewise if --megabytes and --portability are used.
1996-05-16(do_link): Declare pointer parameters to be const.Jim Meyering
1996-05-16.Jim Meyering
1996-05-16(getdate.c): Disable dependencies that canJim Meyering
require rerunning YACC when not in maintainer mode. (posixtm.c): Likewise.
1996-05-16Update prototypes.Jim Meyering
1996-05-16(mode_compile): Declare parameter MODE_STRING const.Jim Meyering
Remove register attribute. (mode_adjust): Likewise for CHANGES.
1996-05-16(describe_change): Declare pointer parameters to be const.Jim Meyering
(change_file_mode): Likewise. (change_dir_mode): Likewise.
1996-05-15(md5_t_stats): Restructure pluralization of error message so it's easierJim Meyering
to translate.
1996-05-15(print_stats): Restructure pluralization of error message so it's easierJim Meyering
to translate.
1996-05-15(main): Restructure pluralization of error message so it's easier to translate.Jim Meyering
1996-05-15.Jim Meyering
1996-05-13.Jim Meyering
1996-05-13*** empty log message ***Jim Meyering
1996-05-12.Jim Meyering
1996-05-12Sat May 11 13:30:53 1996 enami tsugutomo <enami@ba2.so-net.or.jp>Jim Meyering
* regex.c (re_match_2_internal): Fix off-by-one error; don't use length of exactn as character, and don't use length of bitmap of charset as bitmap.