summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen2013-12-182-21/+86
* 2013-12-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-12-103-0/+19
* * libc/sys/rtems/include/limits.h: Update page size to matchCorinna Vinschen2013-12-101-1/+1
* * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline.Corinna Vinschen2013-12-031-31/+30
* * libc/include/machine/_default_types.h: Move extern "C" afterCorinna Vinschen2013-12-035-156/+245
* 2013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-11-291-3/+44
* 2013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2013-11-293-3/+41
* 2013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-11-275-68/+262
* * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUTCorinna Vinschen2013-11-271-0/+1
* 2013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>Jeff Johnston2013-11-262-12/+37
* 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-2638-218/+275
* 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-261-2/+0
* * libc/posix/posix_spawn.c: Eliminate OS function calls not presentCorinna Vinschen2013-11-261-9/+9
* 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-252-5/+5
* * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typoCorinna Vinschen2013-11-252-2/+2
* 2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>Joel Sherrill2013-11-259-30/+42
* 2013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>Joel Sherrill2013-11-232-2/+2
* 2013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>Joel Sherrill2013-11-232-4/+5
* 2013-11-22 Chirayu Desai <chirayudesai1@gmail.com>Joel Sherrill2013-11-222-4/+6
* 2013-11-21 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill2013-11-221-1/+1
* 2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-2122-795/+795
* 2013-11-21 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-212-3/+4
* 2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-218-3/+17
* 2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-211-1/+1
* 2013-11-21 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill2013-11-215-12/+12
* 2013-11-20 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill2013-11-202-3/+3
* 2013-11-20 Chirayu Desai <chirayudesai1@gmail.com>Joel Sherrill2013-11-205-19/+21
* 2013-11-20 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill2013-11-203-10/+14
* * libc/include/stdlib.h: Declare realpath only if !__STRICT_ANSI__.Corinna Vinschen2013-11-201-1/+1
* 3013-11-19 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2013-11-191-0/+207
* 2013-11-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-11-192-1/+2
* * libc/posix/closedir.c: Fix use after free.Corinna Vinschen2013-11-193-19/+5
* 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill2013-11-1840-221/+222
* 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill2013-11-1815-68/+68
* [AArch64] Provide ftruncate() and truncate() stubs.Marcus Shawcroft2013-11-181-1/+1
* [ARM] Provide ftruncate() and truncate() stubs.Marcus Shawcroft2013-11-181-1/+1
* * newlib/libc/stdlib/getopt.c (getopt_internal): Add missing braces.Corinna Vinschen2013-11-131-12/+16
* * newlib/libc/include/getopt.h (struct option): name field should beCorinna Vinschen2013-11-132-15/+23
* * libc/libc/stdlib/getopt.c (getopt_internal): Fix NULL pointer access.Corinna Vinschen2013-11-121-0/+4
* * libm/libm.texinfo: Rename node Index to Document Index.Corinna Vinschen2013-11-081-3/+3
* * libc/stdio/fvwrite.c: Allow writing in larger chunks for fullyCorinna Vinschen2013-11-041-15/+12
* * libc/stdio/fvwrite.h: change type of uio_resid from int to size_t toCorinna Vinschen2013-10-311-1/+1
* Implement malloc_stats for nano.Corinna Vinschen2013-10-301-34/+80
* * libc/include/machine/_default_types.h: Revert change from 2013-10-10.Corinna Vinschen2013-10-301-18/+92
* * libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typoHans-Peter Nilsson2013-10-241-1/+1
* * libc/include/stdio.h (funopen): Change prototype ofCorinna Vinschen2013-10-2312-37/+60
* * libc/include/sys/unistd.h (MAXPATHLEN): Delete.Corinna Vinschen2013-10-184-6/+4
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-23/+33
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-0/+3