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


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.89   7 months  ryoon   Install strncpy.3 to fix build
[TXT] __strsignal.c  1.25   12 years  matt   Use C89 Prototypes. Remove use of __P
[TXT] bcmp.3  1.14   11 years  dholland   Mark these obsolete as well.
[TXT] bcopy.3  1.15   8 years  dholland   PR 49988 Kamil Rytarowski: fix pasto
[TXT] bm.3  1.9   8 years  dholland   Update synopses to match u_int/u_long/etc. changes. Do not bump date as it's not...
[TXT] bm.c  1.13   9 years  shm   PR/42032 fixed overrun in bm_exec(), free(3) clean ups
[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] consttime_memequal.3  1.5   9 years  apb   Explain why there is no consttime_memcmp(). Inspired by a patch from Kamil Ryta...
[TXT] explicit_memset.3  1.2   10 years  riastradh   branches: 1.2.4; 1.2.8; Make explicit_memset match memset's return value.
[TXT] ffs.3  1.13   13 years  jruoho   Only put the actual header for the .In line.
[TXT] index.3  1.15   11 years  dholland   Bump date for previous.
[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.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] memchr.3  1.11   14 years  wiz   Split Nm over two lines.
[TXT] memcmp.3  1.11   10 years  riastradh   Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. co...
[TXT] memcpy.3  1.15   7 months  wiz   memcpy: consistency in prototype and fix sentence
[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] mempcpy.c  1.1   7 months  christos   Add companion mempcpy to wmempcpy, bump.
[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.13   7 years  sevan   Grammar
[TXT] popcount.3  1.6   7 years  abhinav   Fix grammar.
[TXT] rindex.3  1.14   11 years  dholland   Bump date for previous.
[TXT] rindex.c  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] stpcpy.c  1.2   10 years  tron   Fix build problems.
[TXT] stpncpy.c  1.2   10 years  tron   Fix build problems.
[TXT] strcasecmp.3  1.21   7 years  abhinav   Fix grammar and be consistent between using zero and 0.
[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.15   13 months  simonb   Note that strchrnul() first appeared in glibc 2.1.1 and appeared in FreeBSD 10 b...
[TXT] strcmp.3  1.14   7 years  abhinav   Add missing words and fix grammar.
[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.12   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] strcpy.3  1.27   7 months  riastradh   strcpy(3), strlcpy(3), strncpy(3): Just say `byte', not `character'.
[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.14   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strerror.3  1.24   3 years  dholland   Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it.
[TXT] strerror.c  1.18   4 years  kre   Protect against malloc failure corrupting errno, which is not permitted of thes...
[TXT] strerror_r.c  1.5   4 years  kre   Arrange that strerror(-1) prints "Unknown error: -1" and not the unsigned equiv...
[TXT] strerror_ss.c  1.2   7 years  christos   branches: 1.2.4; put back strerror_ss, it will be used shortly.
[TXT] stresep.c  1.4   6 years  christos   PR/52499: Justin: stresep uses memmove with of-by-one length
[TXT] string.3  1.18   6 years  abhinav   Clean up the NAME section. The entries in the NAME section of these man pages h...
[TXT] strings.3  1.3   6 years  abhinav   Remove names from the NAME section which have their own man pages. This is simil...
[TXT] strlcpy.3  1.21   7 months  riastradh   strlcpy(3): Tweak markup.
[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.19   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strncpy.3  1.16   7 months  riastradh   strncpy(3): More on how strlcpy is not a safe strncpy replacement.
[TXT] strndup.c  1.4   16 years  nakayama   Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.
[TXT] strnstr.c  1.1   9 years  christos   add strnstr.c from FreeBSD
[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.20   6 years  wiz   Remove workaround for ancient HTML generation code.
[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.15   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.12   9 years  wiz   NUL byte instead of null byte.
[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.10   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strxfrm.3  1.12   5 years  mrg   restore the removed "function does something horrible" description, but leave th...
[TXT] strxfrm.c  1.14   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] swab.3  1.15   13 years  jruoho   .Nm -> .Fn.
[TXT] swab.c  1.20   14 months  riastradh   swab(3): Rewrite this to be understandable. And make the tests work, and exerci...
[TXT] wcscasecmp.3  1.6   7 years  abhinav   Fix sentence.
[TXT] wcscasecmp.c  1.4   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcscat.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcschr.c  1.4   18 years  dsl   Only advance 'p' once each time around the loop....
[TXT] wcscmp.c  1.9   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcscpy.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.4   11 years  wiz   Add "wide" to description. From OpenBSD via Ingo Schwarze.
[TXT] wcsdup.c  1.6   2 years  christos   reallocarr returns errno. preserve it.
[TXT] wcslcat.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslcpy.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslen.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncasecmp.c  1.4   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcsncat.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncmp.c  1.9   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncpy.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsnlen.c  1.2   7 years  kamil   branches: 1.2.2; Add NetBSD CVS Id on top of the wcsnlen.c file
[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.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsspn.c  1.4   12 years  joerg   Clean up a bit in preparation for more serious changes
[TXT] wcsstr.c  1.5   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcstok.3  1.6   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wcstok.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.18   7 months  christos   new gdb needs wmempcpy, give it to it.
[TXT] wmemchr.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcmp.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcpy.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemmove.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmempcpy.c  1.1   7 months  christos   new gdb needs wmempcpy, give it to it.
[TXT] wmemset.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] __strerror.c (in the Attic) [Hide]  1.23   18 years  christos   - Fix the remaining indr_references so that they define lint symbols. - Add an i...
[TXT] _strerror_r.c (in the Attic) [Hide]  1.4   10 years  joerg   GC __indr_reference wrappers.
[TXT] _strlcat.c (in the Attic) [Hide]  1.6   10 years  joerg   GC __indr_reference wrappers.
[TXT] _strlcpy.c (in the Attic) [Hide]  1.6   10 years  joerg   GC __indr_reference wrappers.
[TXT] bcmp.c (in the Attic) [Hide]  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] bcopy.c (in the Attic) [Hide]  1.16   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] bzero.c (in the Attic) [Hide]  1.9   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] consttime_bcmp.3 (in the Attic) [Hide]  1.2   10 years  riastradh   Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. co...
[TXT] explicit_bzero.3 (in the Attic) [Hide]  1.2   10 years  riastradh   Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. co...
[TXT] ffs.c (in the Attic) [Hide]  1.11   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memchr.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memcmp.c (in the Attic) [Hide]  1.13   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memcpy.c (in the Attic) [Hide]  1.2   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memmem.c (in the Attic) [Hide]  1.3   5 years  christos   switch to FreeBSD's memmem
[TXT] memmove.c (in the Attic) [Hide]  1.2   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] memset.c (in the Attic) [Hide]  1.17   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] popcount.c (in the Attic) [Hide]  1.2   14 years  joerg   Move popcount et al to src/common and add popcount32/popcount64. Requested by rm...
[TXT] popcountl.c (in the Attic) [Hide]  1.2   14 years  joerg   Move popcount et al to src/common and add popcount32/popcount64. Requested by rm...
[TXT] popcountll.c (in the Attic) [Hide]  1.2   14 years  joerg   Move popcount et al to src/common and add popcount32/popcount64. Requested by rm...
[TXT] strcasecmp.c (in the Attic) [Hide]  1.17   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strcat.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strchr.c (in the Attic) [Hide]  1.2   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strcmp.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strcpy.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strcspn.c (in the Attic) [Hide]  1.19   9 years  lneto   lua: updated from 5.1 to 5.3 work3 * lua(1): - changed lua_Integer to intmax_...
[TXT] strftime.3 (in the Attic) [Hide]  1.6   26 years  mrg   move str[fp]time into libc/time.
[TXT] strftime.c (in the Attic) [Hide]  1.13   26 years  mrg   move str[fp]time into libc/time.
[TXT] strlcat.c (in the Attic) [Hide]  1.17   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strlcpy.c (in the Attic) [Hide]  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strlen.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strncat.c (in the Attic) [Hide]  1.13   10 years  christos   moved to common
[TXT] strncmp.c (in the Attic) [Hide]  1.14   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strncpy.c (in the Attic) [Hide]  1.13   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strnlen.c (in the Attic) [Hide]  1.2   12 years  jym   Make strnlen(3) accessible in kernel. ok christos@.
[TXT] strpbrk.c (in the Attic) [Hide]  1.21   9 years  lneto   lua: updated from 5.1 to 5.3 work3 * lua(1): - changed lua_Integer to intmax_...
[TXT] strrchr.c (in the Attic) [Hide]  1.2   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] strsep.c (in the Attic) [Hide]  1.15   17 years  dyoung   Add strsep(3) to libkern. To avoid code duplication, move strsep.c to the kerne...
[TXT] strspn.c (in the Attic) [Hide]  1.19   9 years  lneto   lua: updated from 5.1 to 5.3 work3 * lua(1): - changed lua_Integer to intmax_...
[TXT] strstr.c (in the Attic) [Hide]  1.13   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] wcswidth.c (in the Attic) [Hide]  1.6   15 years  tnozaki   Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db forma...


CVSweb <webmaster@jp.NetBSD.org>