summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2002-09-13(usage): Explain that %S's range of [0..60] is required --Jim Meyering-1/+1
2002-09-12.Jim Meyering-1/+2
2002-09-12(nanosec_libs): Define.Jim Meyering-3/+6
2002-09-12.Jim Meyering-5/+6
2002-09-12Factor nanosleep-related code into ../lib/xnanosleep.c.Jim Meyering-126/+4
2002-09-12Include xnanosleep.h and xstrtod.h.Jim Meyering-22/+22
2002-09-06.Jim Meyering-1/+1
2002-09-06(prompt): Change comment to give a better note to translators.Jim Meyering-4/+3
2002-09-02(NEED_PATHCONF_WRAPPER): Define.Jim Meyering-0/+5
2002-09-02(skip): Add casts to avoid warning about comparisonJim Meyering-2/+2
2002-09-02(print_table_row): Use an unsigned type for widthsJim Meyering-4/+4
2002-09-02(skip): Add a cast to avoid warning about comparisonJim Meyering-1/+1
2002-08-31Symlinks were always reported as using 0 blocks.Jim Meyering-7/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-201/+201
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering-102/+115
2002-08-29(is_empty_dir): Detect and diagnose readdir failures.Jim Meyering-4/+15
2002-08-29(print_dir): Detect and diagnose readdir failures.Jim Meyering-12/+32
2002-08-29(remove_cwd_entries): Use closedir (not CLOSEDIR) when ignoring any return va...Jim Meyering-1/+1
2002-08-29(print_dir): Rename local variable: reading -> dirp.Jim Meyering-6/+6
2002-08-29(remove_cwd_entries): Detect and diagnose readdirJim Meyering-4/+21
2002-08-28(remove_cwd_entries): Use CLOSEDIR, not closedir.Jim Meyering-1/+5
2002-08-26(close_stdout_wrapper): New, kludgey, function and file-scoped global.Jim Meyering-2/+21
2002-08-25(main): Close STDIN_FILENO rather than a literal `0'.Jim Meyering-7/+7
2002-08-20.Jim Meyering-1/+1
2002-08-10Don't use "exec --"; it's not portable and shouldn't be needed.Jim Meyering-1/+1
2002-08-09.Jim Meyering-1/+1
2002-08-09(main): Don't ignore -COLUMN if it's the last option.Jim Meyering-8/+6
2002-08-08Guard inclusion of <langinfo.h> withJim Meyering-2/+2
2002-08-07(main): Adjust to posixtime signature change.Jim Meyering-7/+4
2002-08-07(main): Adjust to posixtime signature change.Jim Meyering-7/+7
2002-08-05.Jim Meyering-2/+20
2002-08-04*** empty log message ***Jim Meyering-1/+1
2002-08-04(check-README): New target/rule.Jim Meyering-0/+14
2002-08-03(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.Jim Meyering-0/+4
2002-08-02Include hard-locale.h, xmemcoll.h.Jim Meyering-12/+17
2002-08-01(run_shell): Exit with status 126 or 127 when execvp orJim Meyering-2/+6
2002-08-01(main): Exit with status 126 or 127 when execvp orJim Meyering-3/+5
2002-08-01Change behavior to conform to POSIX 1003.1-2001:Jim Meyering-30/+22
2002-07-29.Jim Meyering-0/+1707
2002-07-29Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.Jim Meyering-8/+9
2002-07-27(UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.Jim Meyering-9/+0
2002-07-27Port to POSIX 1003.1-2001 "nice", whichJim Meyering-3/+3
2002-07-26Don't include malloc.h -- it was unnecessary.Jim Meyering-1/+0
2002-07-24undo last changeJim Meyering-4/+1
2002-07-22(usage): The short form of --dereference is now -L, not -l.Jim Meyering-1/+1
2002-07-22Add new option, --presume-input-tty, for testing only.Jim Meyering-0/+17
2002-07-22rm would prompt for non-dangling symlinksJim Meyering-1/+5
2002-07-20(copy_internal): Use file_name_lookup, not getdport.Jim Meyering-1/+1
2002-07-20(main): Add an explicit `exit (EXIT_SUCCESS);'Jim Meyering-1/+4
2002-07-20(false.c): Convert only the final EXIT_SUCCESSJim Meyering-1/+1