index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
include
/
string.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement all the POSIX _l functions.
Elliott Hughes
2014-11-06
1
-2
/
+6
*
Inline helpers need to be exported unmangled.
Dan Albert
2014-10-07
1
-10
/
+7
*
further cleanup memcpy fortify implementation
Nick Kralevich
2014-10-05
1
-5
/
+1
*
string.h: remove unused variable
Nick Kralevich
2014-10-04
1
-1
/
+0
*
Add GNU-compatible strerror_r.
Elliott Hughes
2014-08-28
1
-2
/
+6
*
Implement the GNU basename(3) in addition to the POSIX one.
Elliott Hughes
2014-08-19
1
-3
/
+18
*
Improve <sys/cdefs.h>.
Elliott Hughes
2014-08-18
1
-4
/
+2
*
Workaround b/16818336 which fails build under aggressive inlining.
Dehao Chen
2014-08-06
1
-33
/
+0
*
Revert "Revert "Add locale aware APIs.""
Dan Albert
2014-07-11
1
-0
/
+4
*
Revert "Add locale aware APIs."
Dan Albert
2014-07-09
1
-4
/
+0
*
Add locale aware APIs.
Dan Albert
2014-07-09
1
-0
/
+4
*
Removes index() from bionic.
Dan Albert
2014-06-05
1
-1
/
+0
*
Add stpcpy/stpncpy.
Christopher Ferris
2014-04-07
1
-5
/
+39
*
Remove non-standard memswap.
Elliott Hughes
2014-03-10
1
-1
/
+0
*
More OpenBSD cleanup (primarily string).
Elliott Hughes
2014-02-24
1
-2
/
+1
*
Fix unnecessary call to __strncpy_chk2
Nick Kralevich
2013-09-27
1
-0
/
+4
*
Fix strchr for basic non-sse case on x86
Pavel Chupin
2013-09-03
1
-2
/
+2
*
cdefs.h: introduce __bos0
Nick Kralevich
2013-08-28
1
-4
/
+4
*
FORTIFY_SOURCE: introduce __strncpy_chk2
Nick Kralevich
2013-08-28
1
-3
/
+15
*
More FORTIFY_SOURCE functions under clang
Nick Kralevich
2013-06-29
1
-2
/
+2
*
libc: enable FORTIFY_SOURCE clang strlcpy
Nick Kralevich
2013-06-20
1
-2
/
+2
*
libc: add limited FORTIFY_SOURCE support for clang
Nick Kralevich
2013-06-18
1
-6
/
+16
*
libc: Introduce __errordecl()
Nick Kralevich
2013-06-18
1
-10
/
+5
*
FORTIFY_SOURCE: strcat / strncat optimize
Nick Kralevich
2013-05-31
1
-2
/
+1
*
Use restrict pointers for various libc functions.
Nick Kralevich
2013-05-07
1
-22
/
+22
*
libc: upgrade strrchr to FORTIFY_SOURCE=2
Nick Kralevich
2013-04-30
1
-1
/
+1
*
libc: upgrade some libc functions to _FORTIFY_SOURCE=2
Nick Kralevich
2013-04-30
1
-7
/
+7
*
strncpy: implement _FORTIFY_SOURCE=2
Nick Kralevich
2013-04-29
1
-1
/
+8
*
Fix builds where _FORTIFY_SOURCE is off.
Elliott Hughes
2013-03-22
1
-2
/
+2
*
Stop advertising rindex(3), which is both deprecated and unimplemented.
Elliott Hughes
2013-02-21
1
-1
/
+0
*
FORTIFY_SOURCE: optimize
Nick Kralevich
2013-01-17
1
-9
/
+18
*
FORTIFY_SOURCE: remove memcpy overlap checks
Nick Kralevich
2012-12-07
1
-7
/
+0
*
FORTIFY_SOURCE: fortify strrchr
Nick Kralevich
2012-12-03
1
-0
/
+16
*
FORTIFY_SOURCE: fortify strchr
Nick Kralevich
2012-11-30
1
-0
/
+17
*
disable _FORTIFY_SOURCE under clang
Nick Kralevich
2012-08-29
1
-3
/
+0
*
When compiling with clang, don't "fortify_source" the strlcpy and
Shih-wei Liao
2012-08-06
1
-1
/
+1
*
When compiling with clang, don't "fortify_source" the strlen.
Shih-wei Liao
2012-08-06
1
-0
/
+2
*
FORTIFY_SOURCE: revert memcpy changes.
Nick Kralevich
2012-07-13
1
-9
/
+1
*
FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro
Nick Kralevich
2012-07-13
1
-3
/
+6
*
FORTIFY_SOURCE: strlen check.
Nick Kralevich
2012-07-13
1
-0
/
+13
*
FORTIFY_SOURCE: enhanced memcpy protections.
Nick Kralevich
2012-07-12
1
-2
/
+35
*
libc: cleanups
Nick Kralevich
2012-06-26
1
-8
/
+8
*
FORTIFY_SOURCE: add strlcpy / strlcat support
Nick Kralevich
2012-06-14
1
-0
/
+62
*
_FORTIFY_SOURCE: add memset / bzero support
Nick Kralevich
2012-06-07
1
-13
/
+11
*
libc: implement some FORTIFY_SOURCE functions
Nick Kralevich
2012-06-05
1
-0
/
+41
*
string.h: add __attribute__ ((pure)) to string functions
Nick Kralevich
2012-03-21
1
-19
/
+19
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+90
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-90
/
+0
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-3
/
+2
*
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2009-01-09
1
-0
/
+4
[next]