summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-17(TESTS): Add equals.Jim Meyering
2001-11-17New test for the just-fixed bug in lib/modechange.c.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17(tail_forever): Add a cast.Jim Meyering
2001-11-17(TESTS): Add proc-ksyms and start-middle.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17Remove explicit declarations of xmalloc and xrealloc,Jim Meyering
Instead, include "xalloc.h".
2001-11-17Include unlocked-io.h after all system headers.Jim Meyering
Remove explicit declarations of xmalloc, xrealloc, and xstrdup. Instead, include "xalloc.h".
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17Include unlocked-io.h.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17Remove `unsigned' attribute from type of global `prefix'.Jim Meyering
(copy_rest): Cast to (unsigned char *) before dereferencing. (get_prefix): Likewise.
2001-11-17.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17#undef mkstemp.Jim Meyering
Include config.h. (rpl_mkstemp): Rename from mkstemp. Protoize.
2001-11-17(UTILS_FUNC_MKSTEMP): New file and macro.Jim Meyering
Prompted by a report from Bob Proulx.
2001-11-17(jm_MACROS): Don't test for mkstemp here.Jim Meyering
Instead, require UTILS_FUNC_MKSTEMP.
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17(jm_WINSIZE_IN_PTEM): Do not defineJim Meyering
WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
2001-11-16*** empty log message ***Jim Meyering
2001-11-16[HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.Jim Meyering
(physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to determine the amount of total physical memory, use pstat_getstatic. HPUX-11 doesn't define _SC_PHYS_PAGES. (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]: If sysconf couldn't be used to determine the amount of available physical memory, use both pstat_getstatic and pstat_getdynamic. Based on a patch from Bob Proulx.
2001-11-14*** empty log message ***Jim Meyering
2001-11-14(file_lines): Remove unnecessary cast.Jim Meyering
(tail_lines): Could have called file_lines even though the first lseek failed. Fix that.
2001-11-14*** empty log message ***Jim Meyering
2001-11-14*** empty log message ***Jim Meyering
2001-11-14*** empty log message ***Jim Meyering
2001-11-13split a line that was too longJim Meyering
2001-11-13*** empty log message ***Jim Meyering
2001-11-13(file_lines): Add a parameter, start_pos.Jim Meyering
Work properly even when the read pointer is not at beginning of file. (tail_lines): Call file_lines for any regular file, as long as lseek can be used to seek to its end, not just when the initial read pointer is at beginning of file.
2001-11-13(tail_lines): Move declaration of local `length' into scope where it's used.Jim Meyering
(tail_file): Likewise for local `stats'.
2001-11-13*** empty log message ***Jim Meyering
2001-11-13*** empty log message ***Jim Meyering
2001-11-13*** empty log message ***Jim Meyering
2001-11-13*** empty log message ***Jim Meyering
2001-11-13*** empty log message ***Jim Meyering
2001-11-13`tail /proc/ksyms' would segfault on Linux.Jim Meyering
(tail_lines): Use status of lseek (...SEEK_END) call in deciding whether to call file_lines or pipe_lines. From Herbert Xu.
2001-11-12clean upJim Meyering
2001-11-12use rm, not $RMJim Meyering
2001-11-12*** empty log message ***Jim Meyering
2001-11-11*** empty log message ***Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
Use fputs, not printf.
2001-11-11*** empty log message ***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