freebsd-dev/usr.bin/rs
Jaakko Heinonen 96a7586b7d - Use LINE_MAX from limits.h as the maximum line length instead of
BUFSIZ. Use LINE_MAX * 2 as the buffer size (BSIZE).
- Error out if we encounter a line longer than LINE_MAX. The previous
  behavior was to silently split long lines and produce corrupted
  output.

PR:		bin/151384
2011-02-07 18:10:18 +00:00
..
Makefile
rs.1 Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
rs.c - Use LINE_MAX from limits.h as the maximum line length instead of 2011-02-07 18:10:18 +00:00