summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-011-5/+5
* Correct type of stored argument place (from previous fix)ache1997-12-241-2/+2
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-241-6/+9
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-241-5/+5
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-241-3/+1
* snprintf return value fixes to conform Single Unix specs:ache1997-12-241-3/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-0/+4
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+3
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+76
OpenPOWER on IntegriCloud