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-5-1-3-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[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.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[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.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Makefile.inc  1.67.18.1   15 years  snj   Pull up following revision(s) (requested by tnozaki in ticket #222): distrib/se...
[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.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] bcopy.3  1.11   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[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.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] ffs.3  1.10   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] index.3  1.12   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[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.9   17 years  wiz   branches: 1.9.28; nul/null/NULL cleanup: when talking about characters/bytes, u...
[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] 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] rindex.3  1.11   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] rindex.c  1.15   18 years  christos   Use reach-over sources from common/lib/libc
[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.17   17 years  wiz   branches: 1.17.28; nul/null/NULL cleanup: when talking about characters/bytes, ...
[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.16   15 years  wiz   branches: 1.16.6; Note that strndup was recently (4.0) added. Bump date.
[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.15   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[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.15   17 years  wiz   branches: 1.15.22; Add strings(3), collecting information about strings.h. Add ...
[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.11   20 years  wiz   There is no FreeBSD-3.3.0, only FreeBSD-3.3.
[TXT] strlen.3  1.8   20 years  agc   branches: 1.8.42; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[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.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] strsignal.c  1.13   18 years  christos   WARNS=4
[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.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] swab.c  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] wcscasecmp.3  1.2   17 years  wiz   Mark up NULL; the character is nul, not null; sort SEE ALSO; add RCS Id at top o...
[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.5.38.2   15 years  snj   Pull up following revision(s) (requested by jmcneill in ticket #270): lib/libc/...
[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.2   23 years  lukem   branches: 1.2.60; sprinkle in _DIAGASSERT() as appropriate
[TXT] wcsdup.3  1.2   17 years  wiz   Mark up NULL; the character is nul, not null; sort SEE ALSO; add RCS Id at top o...
[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.5.38.2   15 years  snj   Pull up following revision(s) (requested by jmcneill in ticket #270): lib/libc/...
[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.3   18 years  christos   branches: 1.3.44; WARNS=4
[TXT] wcsrchr.c  1.3   18 years  christos   branches: 1.3.44; WARNS=4
[TXT] wcsspn.c  1.3   22 years  yamt   branches: 1.3.58; make it works.
[TXT] wcsstr.c  1.4   18 years  christos   branches: 1.4.44; WARNS=4
[TXT] wcstok.3  1.5   17 years  wiz   nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[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.12   17 years  wiz   branches: 1.12.28; New sentence, new line.
[TXT] wmemchr.c  1.3   18 years  christos   branches: 1.3.44; WARNS=4
[TXT] wmemcmp.c  1.3.38.2   15 years  snj   Pull up following revision(s) (requested by jmcneill in ticket #270): lib/libc/...
[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


CVSweb <webmaster@jp.NetBSD.org>