index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
3
-5
/
+13
*
MFp4: Make `spanp' const.
tjr
2003-03-12
1
-3
/
+4
*
Optimize errstr() by reducing the number of times it walks a string.
mike
2003-01-03
1
-9
/
+7
*
Stylistic changes:
mike
2002-12-20
1
-11
/
+14
*
Add back the Standards section claiming conformance to 1003.1-2001 and
tjr
2002-12-19
1
-10
/
+13
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
1
-1
/
+1
*
Rearrange strerror() so that its itoa procedure can be used with
mike
2002-12-18
2
-86
/
+45
*
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
ru
2002-12-18
3
-4
/
+4
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
3
-0
/
+5
*
mdoc(7) police: tiny nits.
ru
2002-12-09
3
-8
/
+11
*
mdoc(7) police: formatting nits.
ru
2002-11-29
2
-2
/
+4
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-6
/
+4
*
Replace wcsstr() with an implementation based on strstr(), which is far
tjr
2002-10-24
1
-38
/
+32
*
Restore Berkeley SCCS id.
tjr
2002-10-24
1
-1
/
+5
*
Remove the Standards section again until we get these functions sorted
tjr
2002-10-24
1
-8
/
+0
*
Fix the NetBSD RCS id's on these files; somehow they were initially
tjr
2002-10-23
2
-2
/
+2
*
Reimplement more efficiently, using a single forward scan (like strrchr(3))
tjr
2002-10-23
1
-22
/
+12
*
Reimplement, handling the case where c == L'\0' correctly and fixing
tjr
2002-10-23
1
-21
/
+7
*
Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.
tjr
2002-10-23
1
-1
/
+17
*
Translate to English.
des
2002-10-23
1
-13
/
+18
*
Replace this wcsncpy() implementation with one based on strncpy.c to fix
tjr
2002-10-23
1
-26
/
+32
*
C89 does not specifiy strsep(), so our strsep() implementation cannot
tjr
2002-10-19
1
-1
/
+0
*
Add cross-references to the wide character counterparts of these functions.
tjr
2002-10-15
3
-3
/
+6
*
Remove stray comma at the end of the See Also list.
tjr
2002-10-15
1
-1
/
+1
*
Fix another spelling mistake.
robert
2002-10-10
1
-1
/
+1
*
Correct a spelling mistake.
robert
2002-10-10
1
-1
/
+1
*
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
tjr
2002-10-04
5
-4
/
+454
*
Add stpcpy(3).
obrien
2002-10-03
4
-2
/
+73
*
Add an example showing how to use wcstok(). Fix ordering of See Also section.
tjr
2002-10-02
1
-2
/
+15
*
Simplify by removing unneeded local variables and explicit null termination.
tjr
2002-09-26
1
-12
/
+8
*
Simplify by removing useless local variables and explicit null termination.
tjr
2002-09-26
1
-9
/
+5
*
Remove unnecessary #include <assert.h>; it was used to bring in the
tjr
2002-09-21
20
-20
/
+0
*
Replace a stray reference to strtok() with one to wcstok().
tjr
2002-09-08
1
-1
/
+1
*
Add an implementation of wcstok(), based on strtok_r().
tjr
2002-09-07
3
-3
/
+213
*
Sync prototypes with <wchar.h> with respect to the restrict qualifier.
tjr
2002-09-07
1
-6
/
+6
*
Add restrict qualifiers where C99 permits them. All of these already had
tjr
2002-09-07
6
-12
/
+12
*
Call strtok_r() via a libc private name from within strtok().
tjr
2002-09-07
1
-2
/
+6
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
8
-10
/
+10
*
- Let their manual pages show the reader that the bzero(3) and
robert
2002-09-01
4
-22
/
+33
*
Add the 'restrict' type qualifier to the function prototype
robert
2002-08-30
1
-1
/
+1
*
- Update the manual page of bcmp(3) by replacing
robert
2002-08-30
2
-7
/
+12
*
- Convert the function definition to declare its arguments
robert
2002-08-30
1
-8
/
+4
*
- Update the manual pages of index() and rindex() to show
robert
2002-08-30
4
-17
/
+38
*
- Update the manual page to show that the associated header file
robert
2002-08-30
2
-4
/
+10
*
- Update strcasecmp(3)/strncasecmp(3) to reflect the fact that
robert
2002-08-30
2
-2
/
+9
*
Add a manual page for wcswidth().
tjr
2002-08-20
2
-1
/
+62
*
Move just committed version of wcswidth.c here (from "locale"),
ache
2002-08-20
2
-25
/
+31
*
- Add the 'restrict' qualifier to the definitions of the string
robert
2002-08-14
6
-18
/
+8
*
- Add the 'restrict' qualifier required by IEEE Std 1003.1-2001
robert
2002-08-14
2
-5
/
+2
*
Correct an inaccuracy in this man page regarding detecting empty fields.
archie
2002-08-07
1
-4
/
+5
[next]