summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2006-02-27*** empty log message ***Jim Meyering-0/+1
2006-02-27.Jim Meyering-7/+16
2006-02-27(bin_PROGRAMS): Add base64.Jim Meyering-0/+1
2006-02-27(wrap_write): Correct declaration syntax: s/size_t * V/size_t *V/.Jim Meyering-1/+1
2006-02-27Don't include .h files already included by system.h:Jim Meyering-8/+3
2006-02-27*** empty log message ***Jim Meyering-0/+319
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c).Jim Meyering-0/+12
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Move definitions to system.hJim Meyering-12/+0
2006-02-26In ls, avoid calling stat for --inode (-i), when possible.Jim Meyering-19/+34
2006-02-21(usage): Mention `sort -k 1b,1'.Paul Eggert-0/+1
2006-02-20.Jim Meyering-6/+8
2006-02-20(INTERACTIVE_OPTION): New enum value.Jim Meyering-6/+85
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering-2/+2
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering-2/+2
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering-4/+4
2006-02-16.Jim Meyering-2/+2
2006-02-12fix typo in commentJim Meyering-2/+2
2006-02-11.Jim Meyering-2/+2
2006-02-11*** empty log message ***Jim Meyering-1/+1
2006-02-11.Jim Meyering-0/+88
2006-02-11(EXTRA_DIST): Add c99-to-c98.diff.Jim Meyering-2/+2
2006-02-11rm -r must remove an empty directory, even if it is inaccessible.Jim Meyering-12/+39
2006-02-07(!defined O_DIRECT): If O_DIRECTIO is defined (as it is on Tru64),Jim Meyering-0/+5
2006-02-06.Jim Meyering-2/+2
2006-02-06(usage): Use two spaces (not one) to separate the --no-preserve-root optionJim Meyering-6/+6
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering-2/+2
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering-3/+3
2006-02-04(copy_internal): cp -RL no longer fails when encounteringJim Meyering-25/+34
2006-02-02(usage): Mention that -t a ignores high order bit.Paul Eggert-2/+2
2006-02-01(find_dir_entry): Remove unused local, `ent_sb_valid'.Jim Meyering-4/+1
2006-01-31(parse_options): Use a better diagnostic when someone uses a trailingPaul Eggert-1/+7
2006-01-31(main): Use a better diagnostic when someone uses aPaul Eggert-3/+6
2006-01-24(show_dev): If the file system claims to have more available than totalPaul Eggert-12/+9
2006-01-24(tail_forever): Don't exit-nonzero when an attemptJim Meyering-6/+17
2006-01-22.Jim Meyering-1/+1
2006-01-17.Jim Meyering-2/+2
2006-01-17Include "openat.h".Jim Meyering-7/+7
2006-01-17Now that fts no longer changes the current working directory, adjustJim Meyering-1/+2
2006-01-12.Jim Meyering-5/+8
2006-01-11(test_syntax_error): Append a newline. All callersPaul Eggert-11/+12
2006-01-11(X2NREALLOC): Now that verify_true is no longer void,Jim Meyering-4/+5
2006-01-10Sync from gnulib.Paul Eggert-4/+4
2006-01-10(gobble_file): Use DTTOIF only if it's defined.Jim Meyering-2/+2
2006-01-08(usage): Adjust the formatting of the entries forJim Meyering-2/+2
2006-01-06(rm_1): Remove `static' attribute on local `status'.Jim Meyering-4/+1
2006-01-05Give a few functions the inline attribute.Jim Meyering-15/+16
2006-01-05(ENOSYS) [!defined ENOSYS]: Don't define here.Jim Meyering-6/+0
2006-01-04.Jim Meyering-14/+14
2006-01-03(O_DIRECTORY) [!defined O_DIRECTORY]: Define.Jim Meyering-1/+5
2006-01-03(RC_do_ordinary_chown): New enum value.Paul Eggert-67/+62