summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-153-5/+4
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-26/+0
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-92/+18
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-0/+2
* 2013-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-10-034-150/+387
* 2013-10-01 Petr Hosek <phosek@chromium.org>Jeff Johnston2013-10-014-4/+708
* 2013-09-13 Joey Ye <joey.ye@arm.com>Jeff Johnston2013-09-131-2/+2
* 2013-09-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-09-122-80/+199
* * libc/include/search.h (__compar_fn_t): Add typedef.Yaakov Selkowitz2013-09-082-5/+15
* * libc/stdlib/__atexit.c (__register_exitproc): NULL-ifyCorinna Vinschen2013-08-191-0/+2
* * libc/configure.in (--enable-newlib-wchar-orient): Remove.Corinna Vinschen2013-08-124-221/+133
* * libc/sys/arm/crt0.S: Remove 'start'.Corinna Vinschen2013-08-121-1/+0
* 2013-08-08 Freddie Chopin <freddie_chopin@op.pl>Joel Sherrill2013-08-081-1/+1
* * libc/include/stdio_ext.h (__fbufsize): Define as inline function forCorinna Vinschen2013-08-021-0/+41
* * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,Corinna Vinschen2013-07-2317-57/+67
* * libc/sys/arm/syscalls.c (do_AngelSWI): Delete.Corinna Vinschen2013-07-193-37/+25
* 2013-07-17 Janis Johnson <janisjo@codesourcery.com>Jeff Johnston2013-07-174-27/+159
* * configure.host: Change to microblaze*.Corinna Vinschen2013-07-165-12/+41
* 2013-07-09 Sabrina Ni <sabrina@andestech.com>Jeff Johnston2013-07-097-4/+413
* 2013-07-09 Sabrina Ni <sabrina@andestech.com>Jeff Johnston2013-07-0910-2/+6338
* * libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS.Corinna Vinschen2013-07-091-0/+1
* * libc/stdio/fwalk.c (_fwalk): Remove redundant test.Corinna Vinschen2013-07-091-5/+2
* * libc/include/sys/types.h (u_char): Add redefinition guard.Yaakov Selkowitz2013-07-051-0/+18
* 2013-07-02 Joey Ye <joey.ye@arm.com>Jeff Johnston2013-07-023-3/+53
* 2013-07-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-07-021-1/+1
* memcpy-armv7a.S: Improve performance with misaligned buffers.Will Newton2013-07-011-2/+2
* 2013-06-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-06-263-15/+0
* * libc/include/string.h (rawmemchr): Declare.Yaakov Selkowitz2013-06-244-2/+134
* * libc/reent/reent.c (_reclaim_reent): Free also _misc andCorinna Vinschen2013-06-241-0/+9
* * libc/include/sys/reent.h (_ATEXIT_INIT_PTR): Remove.Corinna Vinschen2013-06-241-36/+2
* strlen-armv7.S: Import latest strlen cortex-strings code.Will Newton2013-06-211-83/+113
* * acconfig.h (_UNBUF_STREAM_OPT): Undefine.Corinna Vinschen2013-06-192-0/+8
* * libc/posix/readdir_r.c: Fix potential read past dirp->dd_buf.Corinna Vinschen2013-06-191-3/+5
* * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen2013-06-105-83/+98
* * libc/include/cdefs.h (__has_extension): New define.Corinna Vinschen2013-06-072-0/+345
* * libc/machine/arm/strcmp.S: Use local labels.Corinna Vinschen2013-06-051-48/+48
* 2013-06-03 Joey Ye <joey.ye@arm.com>Richard Earnshaw2013-06-036-622/+989
* 2013-05-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-05-303-52/+4