summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-11-20remove FIXME comment about duplicate codeJim Meyering
2001-11-19(xlseek): New function.Jim Meyering
2001-11-17(tail_forever): Add a cast.Jim Meyering
2001-11-17Remove `unsigned' attribute from type of global `prefix'.Jim Meyering
2001-11-14(file_lines): Remove unnecessary cast.Jim Meyering
2001-11-13split a line that was too longJim Meyering
2001-11-13(file_lines): Add a parameter, start_pos.Jim Meyering
2001-11-13(tail_lines): Move declaration of local `length' into scope where it's used.Jim Meyering
2001-11-13`tail /proc/ksyms' would segfault on Linux.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(struct tspec): Declare function pointer with prototype.Jim Meyering
2001-11-11(main): Declare function pointer with prototype.Jim Meyering
2001-11-11(usage): Fix typo in last change to usage.Jim Meyering
2001-11-11(count_items): Mark parameter as unused.Jim Meyering
2001-11-11(struct_month_cmp): Guard definition with the sameJim Meyering
2001-11-11(xwrite): Remove assertion that size_t N >= 0.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(main, usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(struct COLUMN) [print_func]: Declare as a protype.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(parse_old_offset): Declare to be static.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(make_blank): Declare to be static.Jim Meyering
2001-11-11(make_blank): Declare to be static.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-11(alloca) [__GNUC__]: Define only if not already defined.Jim Meyering
2001-11-10(proc_text): Use `puts' to output a string of spaces, not printf.Jim Meyering
2001-11-10(usage): Document %u.Jim Meyering
2001-11-06Remove duplicate entry for .png.Jim Meyering
2001-11-05(usage): Don't recommend setting LC_COLLATE=C.Jim Meyering
2001-11-04(usage): Say thatJim Meyering
2001-11-04(usage): Add one-line description.Jim Meyering
2001-11-03(DEV_INO_PUSH): Avoid unnecessary copies.Jim Meyering
2001-11-02(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'Jim Meyering
2001-11-02Use XREALLOC. It's cleaner.Jim Meyering
2001-11-02Use XMALLOC in a several places. It's cleaner.Jim Meyering
2001-11-01Include dirfd.h.Jim Meyering