1. 74e90df Fix -Wint-conversion warning in impure.c by Fabian Sommer · 2 years ago main
  2. 1c109a6 Delete warning that led to compile failures by Fabian Sommer · 2 years, 10 months ago
  3. 7849568 Explicitly enable the use of init/fini array under PNaCl by Petr Hosek · 9 years ago
  4. ba08829 Define standard "timezone" variable, not just non-standard "_timezone" by Mark Seaborn · 9 years ago
  5. 3b7c4dd Specify output explicitly for the .c.o compile rule by Petr Hosek · 9 years ago
  6. 373135e [MIPS] Add support for direct-to-nacl in newlib by Petar Jovanovic · 9 years ago
  7. 8c4da47 Avoid string instructions in x86_64 memset by Derek Schuff · 9 years ago
  8. 3c481fd Make x86-32 assembly compatible with LLVM's integrated assembler by Derek Schuff · 9 years ago
  9. fe55b30 Avoid writing the sandbox base address to memory in memcpy by Derek Schuff · 9 years ago
  10. 2cc581b Use PNaCl's implementation of setjmp/longjmp for x86-64 by Derek Schuff · 9 years ago
  11. da71745 Make mem{cpy,move,set} pnacl bitcode disablement apply to biased bitcode. by Jan Voung · 10 years ago
  12. 4e25c28 Condition itet ARM instruction in strcpy.c on non-nacl by Derek Schuff · 10 years ago
  13. 312a290 Define HAVE_MKDIR when building for NaCl by Sam Clegg · 10 years ago
  14. b115f61 Do not define rintl, lrintl, or llrintl in libm/common for i386 by Derek Schuff · 10 years ago
  15. bf66148 Split posix_spawn.c into 3 different files by Sam Clegg · 10 years ago
  16. a59cc12 * libc/posix/posix_spawn.c: include _syslist.h. This allows by Sam Clegg · 10 years ago
  17. 43fdb6b Define ABORT_PROVIDED when building for NaCl by Derek Schuff · 10 years ago
  18. c063c56 Fix definition of INTPTR_{MIN,MAX} in stdint.h by Ben Smith · 10 years ago
  19. e7b1ccd Make new ARMv7 strcmp code NaCl-friendly by Roland McGrath · 10 years ago
  20. 99fc6c1 merge from upstream by Ben Smith · 10 years ago
  21. 4aa696c * libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6. by Corinna Vinschen · 10 years ago upstream/master
  22. 4e6edb9 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> by sandra · 10 years ago
  23. cf105b6 * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when double by Corinna Vinschen · 10 years ago
  24. ecbde2a * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h. by Corinna Vinschen · 10 years ago
  25. 48c4746 * libc/include/stdio.h (tempnam): Declare as __BSD_VISIBLE or by Corinna Vinschen · 10 years ago
  26. 0670637 * libc/include/stdio.h (fcloseall): Declare as __GNU_VISIBLE only. by Corinna Vinschen · 10 years ago
  27. b284926 * libc/include/stdio.h: Declare various C99 printf/scanf functions for by Corinna Vinschen · 10 years ago
  28. ed2e0d9 * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o. by Nick Clifton · 10 years ago
  29. 4a3773e * libc/machine/arm/strcmp-arm-tiny.S: New file. by rearnsha · 10 years ago
  30. d4ae33f * libc/sys/rtems/sys/cpuset.h (CPU_SET_S): Add const qualifier. by Corinna Vinschen · 10 years ago
  31. 6ebd9e3 * libc/machine/rl78/setjmp.S: Add RL78/G10 support. by DJ Delorie · 10 years ago
  32. e128e76 by Jeff Johnston · 10 years ago
  33. 1d2f5cf by Jeff Johnston · 10 years ago
  34. a3148f3 by Jeff Johnston · 10 years ago
  35. 76555fe * libc/machine/arm/acle-compat.h: New file. by rearnsha · 10 years ago
  36. 42f3a60 by Jeff Johnston · 10 years ago
  37. d2269d5 by Jeff Johnston · 10 years ago
  38. 73ce815 by Jeff Johnston · 10 years ago
  39. db05520 by Jeff Johnston · 10 years ago
  40. de87bce by Jeff Johnston · 10 years ago
  41. 5a51d44 by Jeff Johnston · 10 years ago
  42. 714d3b5 by Jeff Johnston · 10 years ago
  43. 5a013ad by Jeff Johnston · 10 years ago
  44. 5ceffd7 by Jeff Johnston · 10 years ago
  45. 2cc1caa by Jeff Johnston · 10 years ago
  46. 6b85fae by Jeff Johnston · 10 years ago
  47. f7f4673 by Jeff Johnston · 10 years ago
  48. ebb8f3a by Jeff Johnston · 10 years ago
  49. 7096f3e by Jeff Johnston · 10 years ago
  50. 9bfc26e by Jeff Johnston · 10 years ago
  51. 77b672a by Jeff Johnston · 10 years ago
  52. 6f8244e by Jeff Johnston · 10 years ago
  53. 7976e74 * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE is by Corinna Vinschen · 10 years ago
  54. 119c6dc * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition. by Corinna Vinschen · 10 years ago
  55. ea566fb * libc/include/time.h (__TM_GMTOFF): Define on Cygwin. by Corinna Vinschen · 10 years ago
  56. 125ea1c by Jeff Johnston · 10 years ago
  57. 268f5ea * libc/include/machine/_default_types.h: Define unsigned type using by Corinna Vinschen · 10 years ago
  58. f91bb71 * libm/complex/complex.tex: Fix wrong syntax in documentation. by Corinna Vinschen · 10 years ago
  59. cff3943 * libc/stdio/open_memstream.c (internal_open_memstream_r): Initialize by Corinna Vinschen · 10 years ago
  60. f279a26 by Jeff Johnston · 10 years ago
  61. c2dfc47 by Jeff Johnston · 10 years ago
  62. a9ae3c6 Fix fopen.c when REENTRANT_SYSCALLS_PROVIDED is defined. by Sam Clegg · 10 years ago
  63. 2949371 * libc/include/pwd.h: Include <sys/cdefs.h>. * libc/include/grp.h: Ditto. by Corinna Vinschen · 10 years ago
  64. 384617c Remove isatty and rename symbols from newlib NaCl build. by Sam Clegg · 10 years ago
  65. f259e80 PR target/59788 by Rainer Orth · 10 years ago
  66. ce7a2f5 by Jeff Johnston · 10 years ago
  67. 8a6bb89 Define REENTRANT_SYSCALLS_PROVIDED when building for NaCl. by Sam Clegg · 10 years ago
  68. 76d4fb6 * aarch64/Makefile.in (RDIMON_SCRIPTS): Rule to build in-tree copies by rearnsha · 11 years ago
  69. 98823a9 * msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. Build by DJ Delorie · 11 years ago
  70. 41e7008 Revert "Fix race condition in concurrent printf and fopen." by Sam Clegg · 11 years ago
  71. 6fa1844 * aarch64/cpu-init/rdimon-aem-el3.S (flat_map): Use bic-immediate by Corinna Vinschen · 11 years ago
  72. 9c3dd16 by Jeff Johnston · 11 years ago
  73. 4237f95 * libc/include/setjmp.h (longjmp): Fix copy/paste error. by Corinna Vinschen · 11 years ago
  74. 8d563bc * libc/include/setjmp.h (longjmp): Mark "noreturn" when building with GCC. by Corinna Vinschen · 11 years ago
  75. cc9ce45 Add -D_I386MACH_ALLOW_HW_INTERRUPTS in configure.host for nacl by Roland McGrath · 11 years ago
  76. f6d26ae * libc/include/pwd.h: Use __foo_VISIBLE macros from sys/cdefs.h. by Corinna Vinschen · 11 years ago
  77. 6e6f6b3 * libc/include/sys/_default_fcntl.h (LOCK_SH): Define. by Corinna Vinschen · 11 years ago
  78. 0f04525 Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushing by Corinna Vinschen · 11 years ago
  79. e54fef4 by Jeff Johnston · 11 years ago
  80. 0f16a31 by Jeff Johnston · 11 years ago
  81. b9ea87b by Jeff Johnston · 11 years ago
  82. f03dd20 by Jeff Johnston · 11 years ago
  83. 9e19bb4 by Jeff Johnston · 11 years ago
  84. e14046f 2013-12-23 Jeff Johnston <jjohnstn@redhat.com> by Jeff Johnston · 11 years ago
  85. b377867 by Jeff Johnston · 11 years ago
  86. 5b72139 * configure.host (newlib_cflags): Use -Os, -ffunction-sections and by Nick Clifton · 11 years ago
  87. d242fee * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point in by Corinna Vinschen · 11 years ago
  88. d7eba0b Fix ChangeLog entry by Corinna Vinschen · 11 years ago
  89. 74d37c8 * vfscanf.c (BUF): Change definition to take multibyte decimal point by Corinna Vinschen · 11 years ago
  90. 2c14c48 by Jeff Johnston · 11 years ago
  91. 2dc65c3 * libc/sys/rtems/include/limits.h: Update page size to match by Corinna Vinschen · 11 years ago
  92. 461ca98 2013-12-04 Steve Ellcey <sellcey@mips.com> by Steve Ellcey · 11 years ago
  93. 92fa7ef * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline. by Corinna Vinschen · 11 years ago
  94. cd36e55 * libc/include/machine/_default_types.h: Move extern "C" after by Corinna Vinschen · 11 years ago
  95. f6ed717 2013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de> by Joel Sherrill · 11 years ago
  96. 2f164d1 2013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com> by Joel Sherrill · 11 years ago
  97. 6c78d16 2013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de> by Joel Sherrill · 11 years ago
  98. 76572dd * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUT by Corinna Vinschen · 11 years ago
  99. bb21f96 by Jeff Johnston · 11 years ago
  100. cff2bcf Correct for missing entries for wchar.h changes and white space changes by Joel Sherrill · 11 years ago