summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * libc/sys/rtems/sys/cpuset.h (CPU_SET_S): Add const qualifier.Corinna Vinschen2014-04-142-2/+7
* * libc/machine/rl78/setjmp.S: Add RL78/G10 support.DJ Delorie2014-04-092-0/+25
* 2014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston2014-04-0412-3/+6455
* * libc/machine/arm/acle-compat.h: New file.Richard Earnshaw2014-03-273-19/+206
* 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>Jeff Johnston2014-03-215-2/+81
* 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com>Jeff Johnston2014-03-213-0/+84
* 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com>Jeff Johnston2014-03-216-144/+1168
* 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com>Jeff Johnston2014-03-212-11/+17
* 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com>Jeff Johnston2014-03-212-5/+8
* * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE isCorinna Vinschen2014-03-073-4/+18
* * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.Corinna Vinschen2014-03-052-10/+5
* * libc/include/time.h (__TM_GMTOFF): Define on Cygwin.Corinna Vinschen2014-03-052-0/+22
* * libc/include/machine/_default_types.h: Define unsigned type usingCorinna Vinschen2014-03-042-0/+41
* * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen2014-02-203-78/+159
* * libc/stdio/open_memstream.c (internal_open_memstream_r): InitializeCorinna Vinschen2014-02-202-0/+6
* 2014-02-11 Joey Ye <joey.ye@arm.com>Jeff Johnston2014-02-112-3/+8
* * libc/include/pwd.h: Include <sys/cdefs.h>.Corinna Vinschen2014-02-093-0/+7
* 2014-02-04 Matthias Braun <matze@braunis.de>Jeff Johnston2014-02-042-1/+5
* * libc/include/setjmp.h (longjmp): Fix copy/paste error.Corinna Vinschen2014-01-202-1/+6
* * libc/include/setjmp.h (longjmp): Mark "noreturn" when building withCorinna Vinschen2014-01-192-1/+10
* * libc/include/pwd.h: Use __foo_VISIBLE macros from sys/cdefs.h.Corinna Vinschen2014-01-172-2/+15
* * libc/include/sys/_default_fcntl.h (LOCK_SH): Define.Corinna Vinschen2014-01-172-1/+19
* Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushingCorinna Vinschen2014-01-175-6/+51
* 2014-01-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2014-01-065-10/+50
* 2014-01-06 Mike Frysinger <vapier@gentoo.org>Jeff Johnston2014-01-062-11/+19
* 2013-01-06 Mike Frysinger <vapier@gentoo.org>Jeff Johnston2014-01-062-0/+5
* 2013-12-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-12-23103-1385/+1619
* 2013-12-22 JF Bastien <jfb@chromium.org>Jeff Johnston2013-12-234-6/+33
* * configure.host (newlib_cflags): Use -Os, -ffunction-sections andNick Clifton2013-12-202-3/+9
* * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point inCorinna Vinschen2013-12-192-5/+11
* Fix ChangeLog entryCorinna Vinschen2013-12-191-3/+3
* * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen2013-12-183-21/+94
* 2013-12-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-12-108-141/+242
* * libc/sys/rtems/include/limits.h: Update page size to matchCorinna Vinschen2013-12-102-1/+6
* * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline.Corinna Vinschen2013-12-032-31/+34
* * libc/include/machine/_default_types.h: Move extern "C" afterCorinna Vinschen2013-12-036-156/+269
* 2013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-11-292-3/+57
* 2013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2013-11-294-3/+54
* 2013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-11-276-68/+304
* * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUTCorinna Vinschen2013-11-272-0/+6
* 2013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>Jeff Johnston2013-11-263-12/+44
* Correct for missing entries for wchar.h changes and white space changesJoel Sherrill2013-11-261-0/+11
* 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-2639-218/+316
* 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-262-5/+5
* * libc/posix/posix_spawn.c: Drop using namespace.h.Corinna Vinschen2013-11-262-2/+4
* * libc/posix/posix_spawn.c: Eliminate OS function calls not presentCorinna Vinschen2013-11-262-9/+19
* 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-253-5/+10
* * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typoCorinna Vinschen2013-11-253-2/+8
* 2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>Joel Sherrill2013-11-2510-30/+53
* 2013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>Joel Sherrill2013-11-233-2/+7