1. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  2. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  3. b84f667 further cleanup memcpy fortify implementation by Nick Kralevich · 11 years ago
  4. 48be71d string.h: remove unused variable by Nick Kralevich · 11 years ago
  5. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  6. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
  7. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  8. 28285f8 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 11 years ago
  9. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  10. 063e20c Revert "Add locale aware APIs." by Dan Albert · 11 years ago
  11. e087eac Add locale aware APIs. by Dan Albert · 11 years ago
  12. 40fca0f Removes index() from bionic. by Dan Albert · 11 years ago
  13. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  14. 152b9de Remove non-standard memswap. by Elliott Hughes · 11 years ago
  15. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  16. d13c2b1 Fix unnecessary call to __strncpy_chk2 by Nick Kralevich · 12 years ago
  17. 3c4b50f Fix strchr for basic non-sse case on x86 by Pavel Chupin · 12 years ago
  18. bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 12 years ago
  19. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 12 years ago
  20. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 12 years ago
  21. 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 12 years ago
  22. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  23. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  24. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  25. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 12 years ago
  26. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  27. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  28. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  29. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  30. 538f6fc Stop advertising rindex(3), which is both deprecated and unimplemented. by Elliott Hughes · 12 years ago
  31. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 12 years ago
  32. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 13 years ago
  33. 9a4d305 FORTIFY_SOURCE: fortify strrchr by Nick Kralevich · 13 years ago
  34. 049e583 FORTIFY_SOURCE: fortify strchr by Nick Kralevich · 13 years ago
  35. 829c089 disable _FORTIFY_SOURCE under clang by Nick Kralevich · 13 years ago
  36. d600617 When compiling with clang, don't "fortify_source" the strlcpy and strlcat. by Shih-wei Liao · 13 years ago
  37. 9a3d53f When compiling with clang, don't "fortify_source" the strlen. by Shih-wei Liao · 13 years ago
  38. c37fc1a FORTIFY_SOURCE: revert memcpy changes. by Nick Kralevich · 13 years ago
  39. 9b6cc22 FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro by Nick Kralevich · 13 years ago
  40. 260bf8c FORTIFY_SOURCE: strlen check. by Nick Kralevich · 13 years ago
  41. f3913b5 FORTIFY_SOURCE: enhanced memcpy protections. by Nick Kralevich · 13 years ago
  42. cb228fb libc: cleanups by Nick Kralevich · 13 years ago
  43. 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 13 years ago
  44. 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 13 years ago
  45. 0a23015 libc: implement some FORTIFY_SOURCE functions by Nick Kralevich · 13 years ago
  46. a677907 string.h: add __attribute__ ((pure)) to string functions by Nick Kralevich · 13 years ago
  47. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  48. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  49. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  50. 6d6c82c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  51. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago