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/ [show]        
[TXT] Lint_bcmp.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_bcopy.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_bzero.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_ffs.c 1.4 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_index.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memccpy.c 1.2 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memchr.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memcmp.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memcpy.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memmove.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_memset.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_rindex.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strcat.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strchr.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strcmp.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strcpy.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strlen.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strncat.c 1.2 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strncmp.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strncpy.c 1.2 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_strrchr.c 1.3 3 months rillig libc: modernize lint stubs Use prototype function definitions instead of identi...
[TXT] Lint_swab.c 1.3 14 years christos consistency with c source
[TXT] Makefile.inc 1.93 4 months riastradh memset_explicit(3): Add C23 alias for explicit_memset. PR standards/58607: C23:...
[TXT] __strsignal.c 1.28 4 months kre Delete unnecessary definitions of SIGRTMIN & SIGRTMAX Long ago, SIGRTMIN & SIGR...
[TXT] bcmp.3 1.14 12 years dholland Mark these obsolete as well.
[TXT] bcopy.3 1.15 9 years dholland PR 49988 Kamil Rytarowski: fix pasto
[TXT] bm.3 1.9 9 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 10 years shm PR/42032 fixed overrun in bm_exec(), free(3) clean ups
[TXT] bstring.3 1.11 18 years wiz o Removed functions that are in strings.h, not string.h o Added memmem o Bump da...
[TXT] bzero.3 1.13 14 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.3 4 months riastradh memset_explicit(3): Add C23 alias for explicit_memset. PR standards/58607: C23:...
[TXT] ffs.3 1.14 4 months riastradh ffs(3): Fix visibility in strings.h and add MLINKS for ffsl/ffsll. ffs(3) was a...
[TXT] index.3 1.15 12 years dholland Bump date for previous.
[TXT] index.c 1.15 19 years christos Use reach-over sources from common/lib/libc
[TXT] memccpy.3 1.11 8 months wiz memccpy(3): add STANDARDS section With input from kre@
[TXT] memccpy.c 1.13 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] memchr.3 1.11 15 years wiz Split Nm over two lines.
[TXT] memcmp.3 1.11 11 years riastradh Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. co...
[TXT] memcpy.3 1.15 19 months wiz memcpy: consistency in prototype and fix sentence
[TXT] memmem.3 1.4 4 months nia libc: Expose some newly-standard C functions in POSIX.1-2024 mode
[TXT] memmove.3 1.8 21 years agc Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mempcpy.c 1.1 19 months christos Add companion mempcpy to wmempcpy, bump.
[TXT] memrchr.c 1.2 15 years christos branches: 1.2.2; make this work properly, by moving to the end of the buffer be...
[TXT] memset.3 1.13 8 years sevan Grammar
[TXT] popcount.3 1.6 8 years abhinav Fix grammar.
[TXT] rindex.3 1.14 12 years dholland Bump date for previous.
[TXT] rindex.c 1.15 19 years christos Use reach-over sources from common/lib/libc
[TXT] stpcpy.c 1.2 11 years tron Fix build problems.
[TXT] stpncpy.c 1.2 11 years tron Fix build problems.
[TXT] strcasecmp.3 1.21 8 years abhinav Fix grammar and be consistent between using zero and 0.
[TXT] strcasestr.c 1.3 19 years christos WARNS=4
[TXT] strcat.3 1.16 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strchr.3 1.15 2 years simonb Note that strchrnul() first appeared in glibc 2.1.1 and appeared in FreeBSD 10 b...
[TXT] strcmp.3 1.14 8 years abhinav Add missing words and fix grammar.
[TXT] strcoll.3 1.10 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strcoll.c 1.12 11 years joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] strcpy.3 1.27 19 months riastradh strcpy(3), strlcpy(3), strncpy(3): Just say `byte', not `character'.
[TXT] strcspn.3 1.10 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strdup.3 1.19 3 months nros memccpy, strdup and strndup are in C23 7.26.2.2 memccpy 7.26.2.6 strdup 7.26.2....
[TXT] strdup.c 1.14 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strerror.3 1.24 4 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.6 9 months joerg Redo l10n support in the strerror family. Instead of opening the message catelo...
[TXT] strerror_ss.c 1.2 8 years christos branches: 1.2.4; put back strerror_ss, it will be used shortly.
[TXT] stresep.c 1.4 7 years christos PR/52499: Justin: stresep uses memmove with of-by-one length
[TXT] string.3 1.18 7 years abhinav Clean up the NAME section. The entries in the NAME section of these man pages h...
[TXT] strings.3 1.3 7 years abhinav Remove names from the NAME section which have their own man pages. This is simil...
[TXT] strlcpy.3 1.22 4 months nia libc: Expose some newly-standard C functions in POSIX.1-2024 mode
[TXT] strlen.3 1.9 15 years perry Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. These are d...
[TXT] strmode.3 1.17 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strmode.c 1.19 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strncpy.3 1.16 19 months riastradh branches: 1.16.4; strncpy(3): More on how strlcpy is not a safe strncpy replace...
[TXT] strndup.c 1.4 17 years nakayama Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.
[TXT] strnstr.c 1.1 10 years christos add strnstr.c from FreeBSD
[TXT] strpbrk.3 1.9 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strrchr.3 1.10 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strsep.3 1.20 7 years wiz Remove workaround for ancient HTML generation code.
[TXT] strsignal.3 1.10 15 years kleink Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust documentation acc...
[TXT] strsignal.c 1.15 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strspn.3 1.11 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] strstr.3 1.12 10 years wiz NUL byte instead of null byte.
[TXT] strtok.3 1.23 16 years dholland branches: 1.23.6; Grammar police.
[TXT] strtok.c 1.12 20 years dsl Implement strtok() in terms of strtok_r()
[TXT] strtok_r.c 1.10 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] strxfrm.3 1.12 6 years mrg restore the removed "function does something horrible" description, but leave th...
[TXT] strxfrm.c 1.14 11 years joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] swab.3 1.15 14 years jruoho .Nm -> .Fn.
[TXT] swab.c 1.20 2 years riastradh swab(3): Rewrite this to be understandable. And make the tests work, and exerci...
[TXT] wcscasecmp.3 1.6 8 years abhinav Fix sentence.
[TXT] wcscasecmp.c 1.4 11 years joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcscat.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcschr.c 1.4 19 years dsl Only advance 'p' once each time around the loop....
[TXT] wcscmp.c 1.9 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcscpy.c 1.4 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcscspn.c 1.4 13 years joerg In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcscspn_bloom.h 1.4 13 years joerg branches: 1.4.4; If we have to cast, do it properly.
[TXT] wcsdup.3 1.4 12 years wiz Add "wide" to description. From OpenBSD via Ingo Schwarze.
[TXT] wcsdup.c 1.6 3 years christos reallocarr returns errno. preserve it.
[TXT] wcslcat.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslcpy.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcslen.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncasecmp.c 1.4 11 years joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] wcsncat.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncmp.c 1.9 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsncpy.c 1.4 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsnlen.c 1.2 8 years kamil branches: 1.2.2; Add NetBSD CVS Id on top of the wcsnlen.c file
[TXT] wcspbrk.c 1.5 13 years joerg In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger sets, ...
[TXT] wcsrchr.c 1.4 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcsspn.c 1.4 13 years joerg Clean up a bit in preparation for more serious changes
[TXT] wcsstr.c 1.5 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcstok.3 1.6 14 years wiz Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wcstok.c 1.4 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wcswcs.c 1.1 22 years tshiozak changes related to lib/20576 and lib/20577. - add wcstok() and wcswcs(), - a...
[TXT] wcswidth.3 1.2 18 years wiz nul/null/NULL cleanup: when talking about characters/bytes, use "nul" and "nul-t...
[TXT] wmemchr.3 1.19 4 months nia libc: Expose some newly-standard C functions in POSIX.1-2024 mode
[TXT] wmemchr.c 1.4 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcmp.c 1.7 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemcpy.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmemmove.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] wmempcpy.c 1.1 19 months christos new gdb needs wmempcpy, give it to it.
[TXT] wmemset.c 1.3 12 years abs Update old-style definitions to ANSI, remove a couple of register definitions al...

General options
,

CVSweb <webmaster@jp.NetBSD.org>