summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-11-17(tail_forever): Add a cast.Jim Meyering-1/+1
2001-11-17Remove `unsigned' attribute from type of global `prefix'.Jim Meyering-4/+4
2001-11-14(file_lines): Remove unnecessary cast.Jim Meyering-6/+3
2001-11-13split a line that was too longJim Meyering-1/+2
2001-11-13(file_lines): Add a parameter, start_pos.Jim Meyering-14/+16
2001-11-13(tail_lines): Move declaration of local `length' into scope where it's used.Jim Meyering-2/+4
2001-11-13`tail /proc/ksyms' would segfault on Linux.Jim Meyering-3/+3
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+8
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-0/+3
2001-11-11(struct tspec): Declare function pointer with prototype.Jim Meyering-1/+1
2001-11-11(main): Declare function pointer with prototype.Jim Meyering-1/+1
2001-11-11(usage): Fix typo in last change to usage.Jim Meyering-1/+0
2001-11-11(count_items): Mark parameter as unused.Jim Meyering-1/+1
2001-11-11(struct_month_cmp): Guard definition with the sameJim Meyering-2/+2
2001-11-11(xwrite): Remove assertion that size_t N >= 0.Jim Meyering-1/+0
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+18
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+6
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-7/+13
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-10/+16
2001-11-11(main, usage): Split --help output into smaller pieces.Jim Meyering-0/+8
2001-11-11(struct COLUMN) [print_func]: Declare as a protype.Jim Meyering-2/+7
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+25
2001-11-11(parse_old_offset): Declare to be static.Jim Meyering-1/+1
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-4/+16
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+8
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+11
2001-11-11(make_blank): Declare to be static.Jim Meyering-1/+1
2001-11-11(make_blank): Declare to be static.Jim Meyering-1/+1
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-3/+9
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-6/+12
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-4/+6
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering-2/+4
2001-11-11(alloca) [__GNUC__]: Define only if not already defined.Jim Meyering-1/+3
2001-11-10(proc_text): Use `puts' to output a string of spaces, not printf.Jim Meyering-4/+4
2001-11-10(usage): Document %u.Jim Meyering-0/+1
2001-11-06Remove duplicate entry for .png.Jim Meyering-1/+0
2001-11-05(usage): Don't recommend setting LC_COLLATE=C.Jim Meyering-1/+1
2001-11-04(usage): Say thatJim Meyering-7/+22
2001-11-04(usage): Add one-line description.Jim Meyering-2/+3
2001-11-03(DEV_INO_PUSH): Avoid unnecessary copies.Jim Meyering-13/+12
2001-11-02(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'Jim Meyering-12/+13
2001-11-02Use XREALLOC. It's cleaner.Jim Meyering-2/+1
2001-11-02Use XMALLOC in a several places. It's cleaner.Jim Meyering-7/+5
2001-11-01Include dirfd.h.Jim Meyering-1/+7
2001-11-01(struct pending) [st_ino, st_dev]: Remove just-added members.Jim Meyering-55/+77
2001-11-01Make ls -R detect directory cycles.Jim Meyering-21/+198