1. b70576b Remove more trivial char/wchar_t printf differences. by Elliott Hughes · 8 years ago
  2. 0793e3d Merge "Yet more printf de-duplication." by Elliott Hughes · 8 years ago
  3. 13e86af Merge "Move public scanf functions away from implementation." by Treehugger Robot · 8 years ago
  4. 345b727 Move public scanf functions away from implementation. by Elliott Hughes · 8 years ago
  5. bc27bdc Yet more printf de-duplication. by Elliott Hughes · 8 years ago
  6. 1c9f044 Merge "Better test handling and logging in grp_pwd_test.cpp" by Treehugger Robot · 8 years ago
  7. 2c05c0f Better test handling and logging in grp_pwd_test.cpp by Tom Cherry · 8 years ago
  8. 843e340 Merge "Add trivial test for __memrchr_chk." by Treehugger Robot · 8 years ago
  9. 9b0def7 Merge "Use builtins for fma/fmax/fmin/round on arm64." by Elliott Hughes · 8 years ago
  10. 9a1bb70 Use builtins for fma/fmax/fmin/round on arm64. by Elliott Hughes · 8 years ago
  11. 55a8cc2 Add trivial test for __memrchr_chk. by Elliott Hughes · 8 years ago
  12. 5e186f9 Merge "Move shared parts of the two printfs out." by Elliott Hughes · 8 years ago
  13. a6092a9 Merge "Add trivial tests for the <resolv.h> base64 functions." by Elliott Hughes · 8 years ago
  14. 1670e2a Merge "Add trivial ttyname(3) test." by Elliott Hughes · 8 years ago
  15. 6e59a78 Merge "Revert "Use builtins for fma/fmax/fmin/round on arm/arm64."" by Treehugger Robot · 8 years ago
  16. c6fa2c3 Merge "Make versioner depend on lib{LLVM,clang}_android.so" by Pirama Arumuga Nainar · 8 years ago
  17. 3b583f6 Revert "Use builtins for fma/fmax/fmin/round on arm/arm64." by Elliott Hughes · 8 years ago
  18. ccea843 Merge "Remove test that adds no coverage." by Elliott Hughes · 8 years ago
  19. d62d61d Merge "Use builtins for fma/fmax/fmin/round on arm/arm64." by Elliott Hughes · 8 years ago
  20. 728cde5 Add trivial ttyname(3) test. by Elliott Hughes · 8 years ago
  21. 32f608d Remove test that adds no coverage. by Elliott Hughes · 8 years ago
  22. 70f0209 Add trivial tests for the <resolv.h> base64 functions. by Elliott Hughes · 8 years ago
  23. 1f49317 Move shared parts of the two printfs out. by Elliott Hughes · 8 years ago
  24. e57d772 Use builtins for fma/fmax/fmin/round on arm/arm64. by Elliott Hughes · 8 years ago
  25. 265b1ab Merge "Change bool, and string properties to *bool, and *string for cc" by Treehugger Robot · 8 years ago
  26. 0844856 Merge "More printf de-duplication." by Elliott Hughes · 8 years ago
  27. 946e02d Merge "Fix bionic benchmark unit tests." by Christopher Ferris · 8 years ago
  28. 93a1f8b More printf de-duplication. by Elliott Hughes · 8 years ago
  29. 1414802 Merge "[AArch64] Optimized memcmp" by Treehugger Robot · 8 years ago
  30. 3404bb1 Merge "Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB" by Treehugger Robot · 8 years ago
  31. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  32. ad05730 Fix bionic benchmark unit tests. by Christopher Ferris · 8 years ago
  33. dab0fd5 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  34. 8574a1f Merge "Fix arm/arm64 <fenv.h> to match current reality." by Treehugger Robot · 8 years ago
  35. 62c43ed Merge "Add test checking library unload on dlclose" by Dimitry Ivanov · 8 years ago
  36. 109040c Add test checking library unload on dlclose by dimitry · 8 years ago
  37. 691758c Merge "versioner: properly handle extern "C", "C++"." by Treehugger Robot · 8 years ago
  38. 8e13b67 versioner: properly handle extern "C", "C++". by Josh Gao · 8 years ago
  39. db4f334 Merge "Clean up crt defaults" by Treehugger Robot · 8 years ago
  40. ac5603a Make versioner depend on lib{LLVM,clang}_android.so by Pirama Arumuga Nainar · 8 years ago
  41. 8697f10 Merge "Remove no_default_compiler_flags from crt*" by Colin Cross · 8 years ago
  42. 2ca61eb Merge "Fix for dlfcn.rtld_next_from_library." by Elliott Hughes · 8 years ago
  43. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  44. c18f55c Merge "10x printf speedup." by Elliott Hughes · 8 years ago
  45. 527229c Fix for dlfcn.rtld_next_from_library. by Raj Mamadgi · 8 years ago
  46. b06bb71 Merge "Remove mips/mips64 headers from the NDK sysroot." by Treehugger Robot · 8 years ago
  47. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  48. 7d7b368 Clean up crt defaults by Colin Cross · 8 years ago
  49. 6a2610d Remove no_default_compiler_flags from crt* by Colin Cross · 8 years ago
  50. e11e7fb Merge "test: trivial fixes in documentation" by Elliott Hughes · 8 years ago
  51. 050f046 Remove mips/mips64 headers from the NDK sysroot. by Dan Albert · 8 years ago
  52. ed9bfc4 [AArch64] Optimized memcmp by Sebastian Pop · 9 years ago
  53. 232541a Merge "More printf de-duplication." by Elliott Hughes · 8 years ago
  54. c3e3060 test: trivial fixes in documentation by Sergii Piatakov · 8 years ago
  55. 3a33da5 Merge "Fix pthread test race conditions." by Elliott Hughes · 8 years ago
  56. 4f97cff Merge "Add basic tests for the remaining 9 libm <fenv.h> functions." by Elliott Hughes · 8 years ago
  57. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  58. 18a1957 Add basic tests for the remaining 9 libm <fenv.h> functions. by Elliott Hughes · 8 years ago
  59. c7f296a Merge "tools: fix error when `/bin/sh` isn't `bash`" by Treehugger Robot · 8 years ago
  60. 0bd9d13 Fix pthread test race conditions. by Elliott Hughes · 8 years ago
  61. 564ed96 tools: fix error when `/bin/sh` isn't `bash` by Sergii Piatakov · 8 years ago
  62. eed523e Merge "Test __fpclassify/__isinf/__isnan." by Elliott Hughes · 8 years ago
  63. 46621f4 Merge "Start de-duplicating the regular and wide printf implementations." by Elliott Hughes · 8 years ago
  64. 9ecd2cc Test __fpclassify/__isinf/__isnan. by Elliott Hughes · 8 years ago
  65. 261dbdf Merge "Use -Werror in bionic/tests" by Chih-hung Hsieh · 8 years ago
  66. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  67. 48228fb Merge changes from topic "versioner_cpp" by Treehugger Robot · 8 years ago
  68. b1cc5bd Use -Werror in bionic/tests by Chih-Hung Hsieh · 8 years ago
  69. 0cbbdaa Merge "Add missing ELF constants from the spec." by Elliott Hughes · 8 years ago
  70. a8a23f5 Add missing ELF constants from the spec. by Elliott Hughes · 8 years ago
  71. b1ba8cf Merge "elf.h: add STN_UNDEF" by Elliott Hughes · 8 years ago
  72. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  73. 555a6d1 Merge "Rename the fortify compile-time diags test" by Treehugger Robot · 8 years ago
  74. c905afa Merge "clang-format the printf/scanf implementation." by Treehugger Robot · 8 years ago
  75. 8874d88 elf.h: add STN_UNDEF by Greg Hackmann · 8 years ago
  76. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  77. 0086fc8 Rename the fortify compile-time diags test by George Burgess IV · 8 years ago
  78. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  79. f6dfe57 Merge "Remove some always-on #ifdefery." by Treehugger Robot · 8 years ago
  80. 9fe034b Merge "libc: Disable FORTIFY if we're using clang-tidy." by Treehugger Robot · 8 years ago
  81. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  82. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  83. 8142b5c Merge "Fork vfprintf.c/vfwprintf.c." by Treehugger Robot · 8 years ago
  84. ab25d0b versioner: compile headers in both C and C++ mode. by Josh Gao · 8 years ago
  85. 38685e1 versioner: follow __asm__ labels. by Josh Gao · 8 years ago
  86. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  87. 82e6ad1 Merge "Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32." by Elliott Hughes · 8 years ago
  88. 7a66066 Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32. by Elliott Hughes · 8 years ago
  89. e379a20 Merge "Preserve historical pthread_create scheduler behavior better." by Elliott Hughes · 8 years ago
  90. 38f01e0 Preserve historical pthread_create scheduler behavior better. by Elliott Hughes · 8 years ago
  91. dfece7a Merge "Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols" by Treehugger Robot · 8 years ago
  92. 6bffdad Merge "Log dlclose calls and library unloads" by Treehugger Robot · 8 years ago
  93. c92ce71 Log dlclose calls and library unloads by dimitry · 8 years ago
  94. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  95. ae7483d Merge "Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries." by Treehugger Robot · 8 years ago
  96. 343d1c4 Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries. by Elliott Hughes · 8 years ago
  97. 8ae3fe2 Merge "Add null checks to <dirent.h> functions." by Treehugger Robot · 8 years ago
  98. d10d03e Merge "Add basic printf benchmarks." by Treehugger Robot · 8 years ago
  99. 39ec1c3 Merge "The main thread should just INHERIT its scheduler attributes." by Treehugger Robot · 8 years ago
  100. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago