summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.3
AgeCommit message (Collapse)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
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
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
Remove /^\.\\"\s*\$FreeBSD\$$\n/
2014-05-30Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.Pedro F. Giffuni
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
2013-11-10Fix typo: site_t -> size_tEitan Adler
Obtained From: DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640) Notes: svn path=/head/; revision=257909
2013-05-28Renumber clauses to reduce diffs to other versionsEd Maste
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
2012-06-21Add more locale-specific functions to the relevant man pages:Isabell Long
- 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
2009-04-07Add wide character variants of string manipulations routines to 'SEE ALSO'.Edward Tomasz Napierala
Approved by: rwatson (mentor) Notes: svn path=/head/; revision=190798
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
2003-09-08mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov
Notes: svn path=/head/; revision=119893
2002-08-30 - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatRobert Drehmel
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
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
Notes: svn path=/head/; revision=84306
2001-05-14mdoc(7) police: add RETURN VALUES section.Ruslan Ermilov
PR: docs/27161 Submitted by: Kazuhiro KONDOU <k-fuji@za2.so-net.ne.jp> Notes: svn path=/head/; revision=76583
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
More libraries manpages updates following. Notes: svn path=/head/; revision=59460
1999-12-28Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.Tim Vanderhoek
Notes: svn path=/head/; revision=55185
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50476
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
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
1998-01-27PR: 5573Daniel O'Callaghan
Submitted by: garbanzo@hooked.net Add strncasecmp, strncmp to NAME field. Notes: svn path=/head/; revision=32818
1996-08-22Correctly use .Fn instead of .Nm to reference function namesMike Pritchard
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
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573