The NetBSD Project

src/lib/libc/string/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / string

Current tag: netbsd-6-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Lint_bcmp.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_bcopy.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_bzero.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_ffs.c  1.3   14 years  joerg   ffs(3) lives in strings.h, so include the correct header. ANSIfy.
[TXT] Lint_index.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memccpy.c  1.1   26 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_memchr.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memcmp.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memcpy.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memmove.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memset.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_rindex.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcat.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strchr.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcmp.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcpy.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strlen.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strncat.c  1.1   26 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_strncmp.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strncpy.c  1.1   26 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_strrchr.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_swab.c  1.3   13 years  christos   consistency with c source
[TXT] Makefile.inc  1.75   14 years  dsl   branches: 1.75.6; If SRCS contains any .S files then remove the corresponding ....
[TXT] __strsignal.c  1.24   20 years  agc   branches: 1.24.56; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] bcmp.3  1.13   13 years  jruoho   branches: 1.13.6; Add some STANDARDS lingo, mainly to note the functions that h...
[TXT] bcopy.3  1.13   13 years  wiz   branches: 1.13.6; Add punctuation.
[TXT] bm.3  1.8   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] bm.c  1.11   20 years  agc   branches: 1.11.56; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] bstring.3  1.11   17 years  wiz   o Removed functions that are in strings.h, not string.h o Added memmem o Bump da...
[TXT] bzero.3  1.13   13 years  jruoho   Add some STANDARDS lingo, mainly to note the functions that have been removed fr...
[TXT] ffs.3  1.13   13 years  jruoho   Only put the actual header for the .In line.
[TXT] index.3  1.13   13 years  jruoho   branches: 1.13.6; Add some STANDARDS lingo, mainly to note the functions that h...
[TXT] index.c  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memccpy.3  1.10   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] memccpy.c  1.12   20 years  agc   branches: 1.12.56; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] memchr.3  1.11   14 years  wiz   Split Nm over two lines.
[TXT] memcmp.3  1.9   20 years  agc   branches: 1.9.56; 1.9.62; Move UCB-licensed code from 4-clause to 3-clause lic...
[TXT] memcpy.3  1.13   20 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] memmem.3  1.3   15 years  martin   branches: 1.3.8; Convert TNF licenses to new 2 clause variant
[TXT] memmove.3  1.8   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] memrchr.c  1.2   14 years  christos   branches: 1.2.2; make this work properly, by moving to the end of the buffer be...
[TXT] memset.3  1.9   20 years  agc   branches: 1.9.56; 1.9.62; Move UCB-licensed code from 4-clause to 3-clause lic...
[TXT] popcount.3  1.5   12 years  dholland   Add patch from Klaus Klein in PR 45258 to note that popcount32/64 require <stdin...
[TXT] rindex.3  1.12   13 years  jruoho   branches: 1.12.6; Add some STANDARDS lingo, mainly to note the functions that h...
[TXT] rindex.c  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] stpcpy.c  1.1   14 years  perry   branches: 1.1.2; 1.1.8; 1.1.14; Add versions of stpcpy(3), stpncpy(3), strnle...
[TXT] stpncpy.c  1.1   14 years  perry   branches: 1.1.2; 1.1.8; 1.1.14; Add versions of stpcpy(3), stpncpy(3), strnle...
[TXT] strcasecmp.3  1.17   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strcasestr.c  1.3   18 years  christos   WARNS=4
[TXT] strcat.3  1.16   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strchr.3  1.11   20 years  agc   branches: 1.11.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] strcmp.3  1.13   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strcoll.3  1.10   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strcoll.c  1.9   20 years  agc   branches: 1.9.56; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[TXT] strcpy.3  1.20   14 years  wiz   Improve formatting and punctuation for "NUL-terminate".
[TXT] strcspn.3  1.10   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strdup.3  1.18   15 years  wiz   Bump date for new STANDARDS section.
[TXT] strdup.c  1.13   20 years  agc   branches: 1.13.56; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] strerror.3  1.17   13 years  wiz   Bump date.
[TXT] strerror.c  1.14   18 years  kleink   branches: 1.14.44; 1.14.50; Must include "namespace.h" for strerror_r()'s inte...
[TXT] strerror_r.c  1.2   18 years  christos   branches: 1.2.44; 1.2.50; - Fix the remaining indr_references so that they def...
[TXT] stresep.c  1.2   16 years  seb   branches: 1.2.54; 1.2.58; Fix stresep(3) handling of consecutive quoted delimi...
[TXT] string.3  1.16   14 years  perry   Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. These are d...
[TXT] strings.3  1.1   17 years  wiz   Add strings(3), collecting information about strings.h. Add Xr for it to string(...
[TXT] strlcpy.3  1.13   13 years  wiz   Join URL.
[TXT] strlen.3  1.9   14 years  perry   Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. These are d...
[TXT] strmode.3  1.17   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strmode.c  1.18   17 years  apb   branches: 1.18.42; Include nbtool_config.h for tools build. This was part of t...
[TXT] strndup.c  1.4   16 years  nakayama   Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.
[TXT] strpbrk.3  1.9   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strrchr.3  1.10   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strsep.3  1.19   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strsignal.3  1.10   14 years  kleink   Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust documentation acc...
[TXT] strsignal.c  1.14   14 years  kleink   branches: 1.14.6; Declare strsignal(3) in <string.h>, per POSIX-2008, and adjus...
[TXT] strspn.3  1.11   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strstr.3  1.10   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strtok.3  1.23   15 years  dholland   branches: 1.23.6; Grammar police.
[TXT] strtok.c  1.12   19 years  dsl   Implement strtok() in terms of strtok_r()
[TXT] strtok_r.c  1.9   20 years  agc   branches: 1.9.56; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[TXT] strxfrm.3  1.11   17 years  wiz   branches: 1.11.78; Bump date for previous.
[TXT] strxfrm.c  1.11   20 years  agc   branches: 1.11.56; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] swab.3  1.15   13 years  jruoho   .Nm -> .Fn.
[TXT] swab.c  1.18   13 years  martin   branches: 1.18.38; 1.18.48; 1.18.56; Special-case the (unlikely in practice) ...
[TXT] wcscasecmp.3  1.3   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wcscasecmp.c  1.2   17 years  christos   branches: 1.2.2; 1.2.44; 1.2.50; Add copyright notices.
[TXT] wcscat.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wcschr.c  1.4   18 years  dsl   Only advance 'p' once each time around the loop....
[TXT] wcscmp.c  1.8   15 years  christos   branches: 1.8.8; merge christos-time_t
[TXT] wcscpy.c  1.3   18 years  tnozaki   branches: 1.3.44; wcscpy - cleanup wcsncpy - SUSv6 if s2 is shorter than n, s1 ...
[TXT] wcscspn.c  1.4   12 years  joerg   In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcscspn_bloom.h  1.4   12 years  joerg   branches: 1.4.4; If we have to cast, do it properly.
[TXT] wcsdup.3  1.3   13 years  wiz   branches: 1.3.6; 1.3.12; Observe the following spelling: - wide character (nou...
[TXT] wcsdup.c  1.3   15 years  haad   branches: 1.3.6; Remove unneeded #include <string.h>, found by Adam Hoka. Ok'e...
[TXT] wcslcat.c  1.2   23 years  lukem   branches: 1.2.60; remove register
[TXT] wcslcpy.c  1.2   23 years  lukem   branches: 1.2.60; remove register
[TXT] wcslen.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wcsncasecmp.c  1.2   17 years  christos   branches: 1.2.2; 1.2.44; 1.2.50; Add copyright notices.
[TXT] wcsncat.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wcsncmp.c  1.8   15 years  christos   branches: 1.8.8; merge christos-time_t
[TXT] wcsncpy.c  1.3   18 years  tnozaki   branches: 1.3.44; wcscpy - cleanup wcsncpy - SUSv6 if s2 is shorter than n, s1 ...
[TXT] wcspbrk.c  1.5   12 years  joerg   In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcsrchr.c  1.3   18 years  christos   branches: 1.3.44; WARNS=4
[TXT] wcsspn.c  1.4   12 years  joerg   Clean up a bit in preparation for more serious changes
[TXT] wcsstr.c  1.4   18 years  christos   branches: 1.4.44; WARNS=4
[TXT] wcstok.3  1.6   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wcstok.c  1.3   20 years  tshiozak   branches: 1.3.56; make _DIAGNOSTIC happy.
[TXT] wcswcs.c  1.1   21 years  tshiozak   changes related to lib/20576 and lib/20577. - add wcstok() and wcswcs(), - a...
[TXT] wcswidth.3  1.2   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] wmemchr.3  1.15   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wmemchr.c  1.3   18 years  christos   branches: 1.3.44; WARNS=4
[TXT] wmemcmp.c  1.6   15 years  christos   branches: 1.6.8; merge christos-time_t
[TXT] wmemcpy.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wmemmove.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wmemset.c  1.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] _strerror_r.c (in the Attic) [Hide]  1.3   15 years  martin   branches: 1.3.4; 1.3.8; 1.3.28; Remove clause 3 and 4 from TNF licenses
[TXT] _strlcat.c (in the Attic) [Hide]  1.5   14 years  snj   branches: 1.5.6; 1.5.12; Remove 3rd and 4th clauses in christos' license. OK ...
[TXT] _strlcpy.c (in the Attic) [Hide]  1.5   14 years  snj   branches: 1.5.6; 1.5.12; Remove 3rd and 4th clauses in christos' license. OK ...
[TXT] memmem.c (in the Attic) [Hide]  1.2   15 years  martin   branches: 1.2.8; 1.2.62; 1.2.64; Remove clause 3 and 4 from TNF licenses
[TXT] strcspn.c (in the Attic) [Hide]  1.17   14 years  dsl   branches: 1.17.6; Use a 'register only' str[c]spn() on 64 bit systems.
[TXT] strncat.c (in the Attic) [Hide]  1.11   16 years  christos   branches: 1.11.36; Make these work with _FORTIFY_SOURCE, by overriding the fort...
[TXT] strpbrk.c (in the Attic) [Hide]  1.20   12 years  joerg   branches: 1.20.6; 1.20.16; Handle simple cases (strlen(charset) <= 1) more eff...
[TXT] strspn.c (in the Attic) [Hide]  1.17   14 years  dsl   branches: 1.17.6; Use a 'register only' str[c]spn() on 64 bit systems.


CVSweb <webmaster@jp.NetBSD.org>