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: MAIN


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Lint_bcmp.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_bcopy.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_bzero.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_ffs.c  1.3   13 years  joerg   ffs(3) lives in strings.h, so include the correct header. ANSIfy.
[TXT] Lint_index.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memccpy.c  1.1   25 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_memchr.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memcmp.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memcpy.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memmove.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_memset.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_rindex.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcat.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strchr.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcmp.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strcpy.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strlen.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strncat.c  1.1   25 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_strncmp.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_strncpy.c  1.1   25 years  matthias   add lint stubs for files that are implemented in assembler on the pc532.
[TXT] Lint_strrchr.c  1.2   22 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_swab.c  1.3   12 years  christos   consistency with c source
[TXT] Makefile.inc  1.85   23 months  mrg   for GCC, built memset.c with -fno-builtin. this avoids GCC 10 compiling memset(...
[TXT] __strsignal.c  1.25   11 years  matt   Use C89 Prototypes. Remove use of __P
[TXT] bcmp.3  1.14   10 years  dholland   Mark these obsolete as well.
[TXT] bcopy.3  1.15   7 years  dholland   PR 49988 Kamil Rytarowski: fix pasto
[TXT] bm.3  1.9   7 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   8 years  shm   PR/42032 fixed overrun in bm_exec(), free(3) clean ups
[TXT] bstring.3  1.11   16 years  wiz   o Removed functions that are in strings.h, not string.h o Added memmem o Bump da...
[TXT] bzero.3  1.13   12 years  jruoho   Add some STANDARDS lingo, mainly to note the functions that have been removed fr...
[TXT] consttime_memequal.3  1.5   8 years  apb   Explain why there is no consttime_memcmp(). Inspired by a patch from Kamil Ryta...
[TXT] explicit_memset.3  1.2   9 years  riastradh   branches: 1.2.4; 1.2.8; Make explicit_memset match memset's return value.
[TXT] ffs.3  1.13   12 years  jruoho   Only put the actual header for the .In line.
[TXT] index.3  1.15   10 years  dholland   Bump date for previous.
[TXT] index.c  1.15   17 years  christos   Use reach-over sources from common/lib/libc
[TXT] memccpy.3  1.10   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] memccpy.c  1.13   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] memchr.3  1.11   13 years  wiz   Split Nm over two lines.
[TXT] memcmp.3  1.11   9 years  riastradh   Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. co...
[TXT] memcpy.3  1.13   19 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] memmem.3  1.3   14 years  martin   branches: 1.3.8; Convert TNF licenses to new 2 clause variant
[TXT] memmove.3  1.8   19 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] memrchr.c  1.2   13 years  christos   branches: 1.2.2; make this work properly, by moving to the end of the buffer be...
[TXT] memset.3  1.13   6 years  sevan   Grammar
[TXT] popcount.3  1.6   6 years  abhinav   Fix grammar.
[TXT] rindex.3  1.14   10 years  dholland   Bump date for previous.
[TXT] rindex.c  1.15   17 years  christos   Use reach-over sources from common/lib/libc
[TXT] stpcpy.c  1.2   9 years  tron   Fix build problems.
[TXT] stpncpy.c  1.2   9 years  tron   Fix build problems.
[TXT] strcasecmp.3  1.21   6 years  abhinav   Fix grammar and be consistent between using zero and 0.
[TXT] strcasestr.c  1.3   17 years  christos   WARNS=4
[TXT] strcat.3  1.16   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strchr.3  1.15   7 weeks  simonb   Note that strchrnul() first appeared in glibc 2.1.1 and appeared in FreeBSD 10 b...
[TXT] strcmp.3  1.14   6 years  abhinav   Add missing words and fix grammar.
[TXT] strcoll.3  1.10   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strcoll.c  1.12   9 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] strcpy.3  1.23   7 years  riastradh   Strengthen prohibition against overlapping in strcpy(3).
[TXT] strcspn.3  1.10   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strdup.3  1.18   14 years  wiz   Bump date for new STANDARDS section.
[TXT] strdup.c  1.14   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strerror.3  1.24   2 years  dholland   Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it.
[TXT] strerror.c  1.18   2 years  kre   Protect against malloc failure corrupting errno, which is not permitted of thes...
[TXT] strerror_r.c  1.5   2 years  kre   Arrange that strerror(-1) prints "Unknown error: -1" and not the unsigned equiv...
[TXT] strerror_ss.c  1.2   6 years  christos   branches: 1.2.4; put back strerror_ss, it will be used shortly.
[TXT] stresep.c  1.4   5 years  christos   PR/52499: Justin: stresep uses memmove with of-by-one length
[TXT] string.3  1.18   5 years  abhinav   Clean up the NAME section. The entries in the NAME section of these man pages h...
[TXT] strings.3  1.3   5 years  abhinav   Remove names from the NAME section which have their own man pages. This is simil...
[TXT] strlcpy.3  1.14   6 months  hgutch   Change back various occurrences of \*[Le], \*[Ge] (less/greater equal) and \*(ua...
[TXT] strlen.3  1.9   13 years  perry   Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. These are d...
[TXT] strmode.3  1.17   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strmode.c  1.19   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strndup.c  1.4   15 years  nakayama   Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.
[TXT] strnstr.c  1.1   8 years  christos   add strnstr.c from FreeBSD
[TXT] strpbrk.3  1.9   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strrchr.3  1.10   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strsep.3  1.20   5 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] strsignal.3  1.10   13 years  kleink   Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust documentation acc...
[TXT] strsignal.c  1.15   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strspn.3  1.11   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strstr.3  1.12   8 years  wiz   NUL byte instead of null byte.
[TXT] strtok.3  1.23   14 years  dholland   branches: 1.23.6; Grammar police.
[TXT] strtok.c  1.12   18 years  dsl   Implement strtok() in terms of strtok_r()
[TXT] strtok_r.c  1.10   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strxfrm.3  1.12   4 years  mrg   restore the removed "function does something horrible" description, but leave th...
[TXT] strxfrm.c  1.14   9 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] swab.3  1.15   12 years  jruoho   .Nm -> .Fn.
[TXT] swab.c  1.20   2 months  riastradh   swab(3): Rewrite this to be understandable. And make the tests work, and exerci...
[TXT] wcscasecmp.3  1.6   6 years  abhinav   Fix sentence.
[TXT] wcscasecmp.c  1.4   9 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcscat.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcschr.c  1.4   17 years  dsl   Only advance 'p' once each time around the loop....
[TXT] wcscmp.c  1.9   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcscpy.c  1.4   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcscspn.c  1.4   11 years  joerg   In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcscspn_bloom.h  1.4   11 years  joerg   branches: 1.4.4; If we have to cast, do it properly.
[TXT] wcsdup.3  1.4   10 years  wiz   Add "wide" to description. From OpenBSD via Ingo Schwarze.
[TXT] wcsdup.c  1.6   12 months  christos   reallocarr returns errno. preserve it.
[TXT] wcslcat.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslcpy.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslen.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncasecmp.c  1.4   9 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcsncat.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncmp.c  1.9   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncpy.c  1.4   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsnlen.c  1.2   6 years  kamil   branches: 1.2.2; Add NetBSD CVS Id on top of the wcsnlen.c file
[TXT] wcspbrk.c  1.5   11 years  joerg   In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcsrchr.c  1.4   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsspn.c  1.4   11 years  joerg   Clean up a bit in preparation for more serious changes
[TXT] wcsstr.c  1.5   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcstok.3  1.6   12 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wcstok.c  1.4   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcswcs.c  1.1   20 years  tshiozak   changes related to lib/20576 and lib/20577. - add wcstok() and wcswcs(), - a...
[TXT] wcswidth.3  1.2   16 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] wmemchr.3  1.17   6 years  kamil   Import wcsnlen(3) to libc The wcsnlen(3) function conforms to POSIX.1-2008 and ...
[TXT] wmemchr.c  1.4   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcmp.c  1.7   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcpy.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemmove.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemset.c  1.3   10 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...


CVSweb <webmaster@jp.NetBSD.org>