| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Add a missing word. Bump document date.
Inspired by: IEEE Std 1003.1-200x (Draft 7)
MFC after: 3 days
Notes:
svn path=/head/; revision=84810
|
| |
|
|
|
|
|
| |
character. Bump document date. Add a missing comma.
Notes:
svn path=/head/; revision=84808
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84740
|
| |
|
|
|
|
|
| |
Requested by: brian, gad
Notes:
svn path=/head/; revision=84728
|
| |
|
|
|
|
|
|
|
|
|
| |
number of characters that are searched. This is especially useful
with file operations and non-NUL terminated strings.
Silence from: -audit, -hackers
MFC after: 5 days
Notes:
svn path=/head/; revision=84699
|
| |
|
|
|
|
|
|
|
| |
The corresponding bugs in <wchar.h> have no effect because the function
prototypes there don't have args so the __restrict "keyword" is
misinterpreted as an arg.
Notes:
svn path=/head/; revision=84398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
|
|
|
|
|
| |
is also required by the forthcoming POSIX.1-200x standard.
Obtained from: malloc.3
Notes:
svn path=/head/; revision=83847
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o Replace strncpy examples with less confusing ones from
OpenBSD. These examples give more detail and also suggest
using strlcpy(3).
Reviewed by: des, ru, sheldonh
Obtained from: OpenBSD
MFC after: 3 days
Notes:
svn path=/head/; revision=81361
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81285
|
| |
|
|
|
|
|
| |
implementation and compilation when bringing up a new architecture.
Notes:
svn path=/head/; revision=80743
|
| |
|
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC after: 1 week
Notes:
svn path=/head/; revision=80274
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clarify that if strlcat() does not find a NUL within siz byte it
will not NUL terminate either.
Document boundary condition when size < strlen(dst).
"of", not "on" (from Henric Jungheim)
Obtained from: OpenBSD
MFC After: 1 week
Notes:
svn path=/head/; revision=80273
|
| |
|
|
|
|
|
|
| |
PR: 29002
Submitted by: Joseph Mallett <jmallett@xMach.org>
Notes:
svn path=/head/; revision=79952
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79554
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
|
|
|
| |
Do the same for the non-wcs*/wmem* files while I'm here.
Notes:
svn path=/head/; revision=77117
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
history info as:
: .Sh STANDARDS If the command, library function or file adheres to a
: specific implementation such as IEEE Std 1003.2
: (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this
: should be noted here. If the command does not adhere
: to any standard, its history should be noted in the
: HISTORY section.
Notes:
svn path=/head/; revision=76729
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76683
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- enable locale-insensitive functions of wchar.h:
wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c
wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
XXX: wcswidth.c is not enabled yet.
- enable wmemchr(3) man page.
XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.
Notes:
svn path=/head/; revision=76637
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD and Citrus.
Notes:
svn path=/head/; revision=76612
|
| |
|
|
|
|
|
|
| |
PR: docs/27161
Submitted by: Kazuhiro KONDOU <k-fuji@za2.so-net.ne.jp>
Notes:
svn path=/head/; revision=76583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=73088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=71192
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
attempt to read memory when siz is 0
- Clarify comments referring to strlcat() usage
PR: 24278, 24295
Submitted by: Tony Finch <dot@dotat.at>
Richard Kettlewell <rjk@greenend.org.uk>
Reviewed by: -audit
Notes:
svn path=/head/; revision=71191
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
|
|
|
|
| |
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=68896
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68575
|
| |
|
|
|
|
|
| |
The implementation will behave as if no library function calls strtok().
Notes:
svn path=/head/; revision=65405
|
| |
|
|
|
|
|
|
|
| |
and people shouldn't be encouraged to use them.
Asked by: sheldonh
Notes:
svn path=/head/; revision=63397
|
| |
|
|
|
|
|
| |
Submitted by: dcs
Notes:
svn path=/head/; revision=63320
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55354
|
| |
|
|
|
|
|
|
|
| |
there is no good solution here.
Set-on-the-straight-and-narrow by: bde
Notes:
svn path=/head/; revision=55287
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55185
|
| |
|
|
|
|
|
|
|
|
| |
pointer" instead. The potential confusion arises because the string/*.3
pages use the term "null-terminated string" (which is permissable). Moreover,
this also makes these two manpages more consistent with the other string/*.3
manpages.
Notes:
svn path=/head/; revision=55184
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=54598
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52629
|
| |
|
|
|
|
|
| |
Inspired by: NetBSD commit message describing this.
Notes:
svn path=/head/; revision=51743
|
| |
|
|
|
|
|
|
|
|
|
| |
else, it is equivalent to strdup(). So, we will check if the substitution
tables are trivial at the load time, and possibly save 2 calls to
__collate_substitute() in strcoll().
Still, __collate_substitute() should not exist.
Notes:
svn path=/head/; revision=51216
|
| |
|
|
|
|
|
|
|
|
| |
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|