History log of /src/lib/libc/stdio/fseek.3 (Results 1 – 25 of 96)
Revision Date Author Comments
# dc36d6f9 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl s

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 4b7f35db 05-May-2022 Gordon Bergling <gbe@FreeBSD.org>

libc: Add HISTORY sections to the manual pages

There are some sections which could be improved
and work to do so is on going. The work will be
covered via 'X-MFC-WITH' commits.

Obtained from: OpenB

libc: Add HISTORY sections to the manual pages

There are some sections which could be improved
and work to do so is on going. The work will be
covered via 'X-MFC-WITH' commits.

Obtained from: OpenBSD
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D34759

show more ...


# dc36d6f9 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl s

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 4b7f35db 05-May-2022 Gordon Bergling <gbe@FreeBSD.org>

libc: Add HISTORY sections to the manual pages

There are some sections which could be improved
and work to do so is on going. The work will be
covered via 'X-MFC-WITH' commits.

Obtained from: OpenB

libc: Add HISTORY sections to the manual pages

There are some sections which could be improved
and work to do so is on going. The work will be
covered via 'X-MFC-WITH' commits.

Obtained from: OpenBSD
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D34759

show more ...


# 348238db 01-Mar-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r314420 through r314481.


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96

show more ...


# 348238db 01-Mar-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r314420 through r314481.


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96

show more ...


# b490b135 18-Jun-2007 Andrey A. Chernov <ache@FreeBSD.org>

Add rewind() to the list of functions which may fail and set errno


# c879ae35 09-Jan-2007 Warner Losh <imp@FreeBSD.org>

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 1e709c9c 20-Mar-2004 Tim J. Robbins <tjr@FreeBSD.org>

Improve documentation for fgetpos() and fsetpos(), and discourage
users from assuming that fpos_t is an integral type.


# 2efeeba5 19-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: "The .Fa argument.".


# 1798791d 29-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: formatting nits.

Approved by: re


# 54e4e385 12-Oct-2002 Mike Barcroft <mike@FreeBSD.org>

Add restrict type-qualifier.


# 419c4426 12-Oct-2002 Tim J. Robbins <tjr@FreeBSD.org>

Describe the restrictions on seeking on wide character streams, and also
point out that fseek() clears the ungetwc() buffer.


# 647e4efd 15-Jul-2002 Garrett Wollman <wollman@FreeBSD.org>

Note that fseeko() and ftello() are standard in 1003.1-2001.
(Prefer the more-encompassing POSIX standard to SUSv2.)


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# 45892fd8 01-Sep-2001 Andrey A. Chernov <ache@FreeBSD.org>

Make fseek(... SEEK_CUR) fails if current file-position is unspecified.


# 3c4d9468 01-Sep-2001 Andrey A. Chernov <ache@FreeBSD.org>

Note that prev. commit addition is for ftell/ftello


# 2f5eadff 01-Sep-2001 Andrey A. Chernov <ache@FreeBSD.org>

Describe ESPIPE as result of unspecified file-position indicator value.
Add more to SEE ALSO section.


# d6002fef 31-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

Use ``.Rv -std'' wherever possible.

Submitted by: yar


# c5981656 19-Aug-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add about rewind+errno, describe ESPIPE, minor formatting.


# 5fdaf178 17-Aug-2001 Andrey A. Chernov <ache@FreeBSD.org>

Mention ftell & ftello in EOVERFLOW section too.


1234