History log of /netbsd-src/usr.bin/fmt/buffer.h (Results 1 – 5 of 5)
Revision Date Author Comments
# d40754b0 13-Oct-2017 christos <christos@NetBSD.org>

Wse wide functions to avoid file corruption. Q+D because it does not
use wcwidth().


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 4d09f9ad 04-Jan-2006 christos <christos@NetBSD.org>

- use BUF_SIZE instead of BUFSIZ
- operator precedence in length calculation
- update buffer end pointer when buffer position does not change.


# 0f0296d8 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 9ac95763 15-Dec-2005 christos <christos@NetBSD.org>

PR/32305: seebs: Eliminate buffer overflows and simplify code by using
dynamically allocated buffers.