| Age | Commit message (Collapse) | Author |
|
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
|
|
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
|
POSIX.1-2008 specifies that those two functions should be declared by
including <strings.h>, not <string.h> (the latter only has strcoll_l()
and strxfrm_l()):
http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html
Obtained from: DragonFlyBSD
Reviewed by: theraven
MFC after: 2 weeks
Notes:
svn path=/head/; revision=266865
|
|
Obtained From: DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640)
Notes:
svn path=/head/; revision=257909
|
|
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
Notes:
svn path=/head/; revision=251069
|
|
- libc/string/strcoll.3
- libc/string/strstr.3
- libc/string/strxfrm.3
- libc/string/strcasecmp.3
Reviewed by: theraven, gabor
Approved by: gabor (mentor)
MFC after: 5 days
Notes:
svn path=/head/; revision=237393
|
|
Approved by: rwatson (mentor)
Notes:
svn path=/head/; revision=190798
|
|
clause.
# If I've done so improperly on a file, please let me know.
Notes:
svn path=/head/; revision=165903
|
|
Notes:
svn path=/head/; revision=119893
|
|
the prototypes for both functions are now in the <strings.h>
header, as required by IEEE Std 1003.1-2001.
- Add one sentence about that in the HISTORY section.
- Include <strings.h> in the source file to have the prototypes
in scope when the _ANSI_SOURCE macro is defined.
Notes:
svn path=/head/; revision=102624
|
|
Notes:
svn path=/head/; revision=84306
|
|
PR: docs/27161
Submitted by: Kazuhiro KONDOU <k-fuji@za2.so-net.ne.jp>
Notes:
svn path=/head/; revision=76583
|
|
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
|
Notes:
svn path=/head/; revision=55185
|
|
Notes:
svn path=/head/; revision=50476
|
|
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48794
|
|
Submitted by: garbanzo@hooked.net
Add strncasecmp, strncmp to NAME field.
Notes:
svn path=/head/; revision=32818
|
|
in a bunch of man pages.
Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
Notes:
svn path=/head/; revision=17782
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|