History log of /netbsd-src/lib/libc/stdio/stdio.3 (Results 1 – 25 of 28)
Revision Date Author Comments
# f76631bc 29-Aug-2020 rillig <rillig@NetBSD.org>

stdio(3): fix typos in the manual page

fputc cannot read characters, it can only write them.


# d831ae84 22-Feb-2018 pgoyette <pgoyette@NetBSD.org>

Remove extra "an"

Thanks to J. Lewis Muir


# 20f519c7 06-Sep-2015 mrg <mrg@NetBSD.org>

add a bunch of functions found in <stdio.h> that weren't listed here.
(this list may still be incomplete.)


# eba062b1 06-Sep-2015 dholland <dholland@NetBSD.org>

Mention fmemopen().


# 29cfcc51 05-May-2010 jruoho <jruoho@NetBSD.org>

Upon lukem@'s request, put the list of functions back.

XXX: Someone needs to go through all standard I/O functions in the libc,
update the list, and keep it updated. While at it, please convert

Upon lukem@'s request, put the list of functions back.

XXX: Someone needs to go through all standard I/O functions in the libc,
update the list, and keep it updated. While at it, please convert the
list to use .Xr so that we can have links in HTML pages.

show more ...


# dd121e1e 04-May-2010 jruoho <jruoho@NetBSD.org>

Remove the list of functions.

This list was updated only two times in nearly two decades.

(If people need to learn the standard I/O functions in C, it would be better
to mention K&R or some other t

Remove the list of functions.

This list was updated only two times in nearly two decades.

(If people need to learn the standard I/O functions in C, it would be better
to mention K&R or some other textbook; if people need to know the list of
functions, it would be better to point out the location of the standard.)

In addition, some clean-up and structural editing.

show more ...


# 9400935d 13-Jul-2009 wiz <wiz@NetBSD.org>

Fix typo added in previous.


# d4a3cf6a 13-Jul-2009 roy <roy@NetBSD.org>

Add implementations for getdelim(3) and getline(3).


# fd0a2075 15-Mar-2009 joerg <joerg@NetBSD.org>

Fix markup.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 5b62d84e 28-Jan-2003 kleink <kleink@NetBSD.org>

Add a manual page for flockfile(3) etc.; while here, also add *_unlocked()
to stdio(3) overview documentation. Fixes PR lib/20096 from Jason Thorpe.


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 6569c5c5 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 69486f2d 07-Dec-2001 wiz <wiz@NetBSD.org>

Slight grammar improvement.


# 17f3654a 07-Dec-2001 yamt <yamt@NetBSD.org>

- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.


# 71bd158b 16-Sep-2001 wiz <wiz@NetBSD.org>

Mainly sort SEE ALSO, but also sort sections, and some punctuation and
paragraph fixes.


# 72b9df96 16-Sep-2001 wiz <wiz@NetBSD.org>

Boring whitespace fixes.


# 185d31ea 06-Jul-2001 abs <abs@NetBSD.org>

Do not xref pc(1)


# 38c96853 22-Mar-1999 garbled <garbled@NetBSD.org>

Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!


# 8e1d7f3d 28-Apr-1998 fair <fair@NetBSD.org>

fix mdoc references and other mistakes


# 312aca53 05-Feb-1998 perry <perry@NetBSD.org>

add LIBRARY section to man page


# 204be49c 05-May-1996 pk <pk@NetBSD.org>

typo: DV -> Dv


# 389c46c5 02-Feb-1995 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


12