| #
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/
|
| #
73129d47
|
| 10-Apr-2020 |
Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> |
Add HISTORY section to getc(3)
PR: 240269 Submitted by: Gordon Bergling Differential Revision: https://reviews.freebsd.org/D24295
|
| #
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/
|
| #
73129d47
|
| 10-Apr-2020 |
Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> |
Add HISTORY section to getc(3)
PR: 240269 Submitted by: Gordon Bergling Differential Revision: https://reviews.freebsd.org/D24295
|
| #
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 ...
|
| #
82dd0f69
|
| 15-Jan-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
MFC: r201836
Remove unnecessary quoting and markup, add missing punctuation.
|
| #
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 ...
|
| #
82dd0f69
|
| 15-Jan-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
MFC: r201836
Remove unnecessary quoting and markup, add missing punctuation.
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
37dc3d28
|
| 08-Jan-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
Remove unnecessary quoting and markup, add missing punctuation.
PR: 140494 Submitted by: Jeremy Huddleston <jeremyhu@apple.com>, bde MFC after: 1 week
|
| #
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.
|
| #
8b799088
|
| 23-Nov-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix prototype.
|
| #
0ac162b7
|
| 17-Mar-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Re-add text that says getc() is a macro (back out rev. 1.16.)
|
| #
5745b7c5
|
| 07-Dec-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Fix prototype for getchar_unlocked().
|
| #
522ccf3f
|
| 23-Feb-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: markup laundry.
|
| #
90310300
|
| 10-Jan-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
There is no macro version of getc() anymore.
|
| #
cbee408d
|
| 10-Jan-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document getc_unlocked(), getchar_unlocked(), putc_unlocked(), and putchar_unlocked().
|
| #
ce04c110
|
| 10-Oct-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Cross-reference between byte and wide-character stdio functions. Remove references to fputwc() and fgetwc() being macros while I'm at it.
|
| #
16fb6849
|
| 29-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: fix markup for types.
|
| #
cfad593d
|
| 15-May-2002 |
Tony Finch <fanf@FreeBSD.org> |
Clarify that the value of getc() etc. is an unsigned char converted to an int (as per the C standard) i.e. it can be passed straight to isalpha() etc.
Approved by: dwmalone (mentor) MFC after: 3 days
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|