.. |
bcmp.3
|
- Update the manual page of bcmp(3) by replacing
|
2002-08-30 21:07:40 +00:00 |
bcmp.c
|
- Update the manual page of bcmp(3) by replacing
|
2002-08-30 21:07:40 +00:00 |
bcopy.3
|
- Let their manual pages show the reader that the bzero(3) and
|
2002-09-01 21:53:46 +00:00 |
bcopy.c
|
- Let their manual pages show the reader that the bzero(3) and
|
2002-09-01 21:53:46 +00:00 |
bstring.3
|
|
|
bzero.3
|
- Let their manual pages show the reader that the bzero(3) and
|
2002-09-01 21:53:46 +00:00 |
bzero.c
|
|
|
ffs.3
|
- Update the manual page to show that the associated header file
|
2002-08-30 19:08:53 +00:00 |
ffs.c
|
- Update the manual page to show that the associated header file
|
2002-08-30 19:08:53 +00:00 |
index.3
|
- Update the manual pages of index() and rindex() to show
|
2002-08-30 19:42:07 +00:00 |
index.c
|
- Update the manual pages of index() and rindex() to show
|
2002-08-30 19:42:07 +00:00 |
Makefile.inc
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
|
2002-10-04 03:18:26 +00:00 |
memccpy.3
|
|
|
memccpy.c
|
|
|
memchr.3
|
|
|
memchr.c
|
|
|
memcmp.3
|
|
|
memcmp.c
|
|
|
memcpy.3
|
|
|
memcpy.c
|
|
|
memmove.3
|
|
|
memmove.c
|
|
|
memset.3
|
|
|
memset.c
|
- Let their manual pages show the reader that the bzero(3) and
|
2002-09-01 21:53:46 +00:00 |
rindex.3
|
- Update the manual pages of index() and rindex() to show
|
2002-08-30 19:42:07 +00:00 |
rindex.c
|
- Update the manual pages of index() and rindex() to show
|
2002-08-30 19:42:07 +00:00 |
stpcpy.c
|
Add stpcpy(3).
|
2002-10-03 19:39:20 +00:00 |
strcasecmp.3
|
- Update strcasecmp(3)/strncasecmp(3) to reflect the fact that
|
2002-08-30 15:40:01 +00:00 |
strcasecmp.c
|
- Update strcasecmp(3)/strncasecmp(3) to reflect the fact that
|
2002-08-30 15:40:01 +00:00 |
strcasestr.c
|
|
|
strcat.3
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
strcat.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
strchr.3
|
|
|
strchr.c
|
|
|
strcmp.3
|
|
|
strcmp.c
|
|
|
strcoll.3
|
Add cross-references to the wide character counterparts of these functions.
|
2002-10-15 10:11:53 +00:00 |
strcoll.c
|
|
|
strcpy.3
|
Translate to English.
|
2002-10-23 08:55:14 +00:00 |
strcpy.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
strcspn.3
|
|
|
strcspn.c
|
|
|
strdup.3
|
|
|
strdup.c
|
|
|
strerror.3
|
|
|
strerror.c
|
|
|
string.3
|
C89 does not specifiy strsep(), so our strsep() implementation cannot
|
2002-10-19 13:41:22 +00:00 |
strlcat.c
|
|
|
strlcpy.3
|
|
|
strlcpy.c
|
|
|
strlen.3
|
|
|
strlen.c
|
|
|
strmode.3
|
|
|
strmode.c
|
|
|
strncat.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
strncmp.c
|
|
|
strncpy.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
strnstr.c
|
|
|
strpbrk.3
|
|
|
strpbrk.c
|
|
|
strrchr.3
|
|
|
strrchr.c
|
|
|
strsep.3
|
|
|
strsep.c
|
|
|
strsignal.c
|
|
|
strspn.3
|
|
|
strspn.c
|
|
|
strstr.3
|
|
|
strstr.c
|
|
|
strtok.3
|
Add cross-references to the wide character counterparts of these functions.
|
2002-10-15 10:11:53 +00:00 |
strtok.c
|
Call strtok_r() via a libc private name from within strtok().
|
2002-09-07 02:53:19 +00:00 |
strxfrm.3
|
Add cross-references to the wide character counterparts of these functions.
|
2002-10-15 10:11:53 +00:00 |
strxfrm.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
swab.3
|
Add the 'restrict' type qualifier to the function prototype
|
2002-08-30 21:18:39 +00:00 |
swab.c
|
- Convert the function definition to declare its arguments
|
2002-08-30 20:33:05 +00:00 |
wcscat.c
|
Simplify by removing unneeded local variables and explicit null termination.
|
2002-09-26 09:28:55 +00:00 |
wcschr.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcscmp.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcscoll.3
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
|
2002-10-04 03:18:26 +00:00 |
wcscoll.c
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
|
2002-10-04 03:18:26 +00:00 |
wcscpy.c
|
Simplify by removing useless local variables and explicit null termination.
|
2002-09-26 09:23:07 +00:00 |
wcscspn.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcslcat.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcslcpy.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcslen.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsncat.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsncmp.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsncpy.c
|
Replace this wcsncpy() implementation with one based on strncpy.c to fix
|
2002-10-23 04:35:25 +00:00 |
wcspbrk.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsrchr.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsspn.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcsstr.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wcstok.3
|
Remove stray comma at the end of the See Also list.
|
2002-10-15 09:49:54 +00:00 |
wcstok.c
|
Add an implementation of wcstok(), based on strtok_r().
|
2002-09-07 08:16:57 +00:00 |
wcswidth.3
|
Add a manual page for wcswidth().
|
2002-08-20 03:40:45 +00:00 |
wcswidth.c
|
Move just committed version of wcswidth.c here (from "locale"),
|
2002-08-20 02:06:28 +00:00 |
wcsxfrm.3
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
|
2002-10-04 03:18:26 +00:00 |
wcsxfrm.c
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
|
2002-10-04 03:18:26 +00:00 |
wmemchr.3
|
Sync prototypes with <wchar.h> with respect to the restrict qualifier.
|
2002-09-07 04:07:00 +00:00 |
wmemchr.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wmemcmp.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wmemcpy.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wmemmove.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |
wmemset.c
|
Remove unnecessary #include <assert.h>; it was used to bring in the
|
2002-09-21 00:29:23 +00:00 |