summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* * newlib/libc/include/getopt.h (struct option): name field should beCorinna Vinschen2013-11-131-1/+1
* * 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-233-12/+29
* * libc/include/sys/unistd.h (MAXPATHLEN): Delete.Corinna Vinschen2013-10-182-4/+3
* 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-10-151-5/+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-01 Petr Hosek <phosek@chromium.org>Jeff Johnston2013-10-011-0/+119
* 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/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-231-11/+11
* * configure.host: Change to microblaze*.Corinna Vinschen2013-07-161-0/+4
* 2013-07-09 Sabrina Ni <sabrina@andestech.com>Jeff Johnston2013-07-092-0/+15
* * libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS.Corinna Vinschen2013-07-091-0/+1
* * libc/include/sys/types.h (u_char): Add redefinition guard.Yaakov Selkowitz2013-07-051-0/+18
* 2013-07-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-07-021-1/+1
* 2013-06-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-06-263-15/+0
* * libc/include/string.h (rawmemchr): Declare.Yaakov Selkowitz2013-06-241-0/+1
* * libc/include/sys/reent.h (_ATEXIT_INIT_PTR): Remove.Corinna Vinschen2013-06-241-36/+2
* * libc/include/cdefs.h (__has_extension): New define.Corinna Vinschen2013-06-072-0/+345
* * libc/include/sys/cdefs.h (_Static_assert): Accommodate gcc >= 4.6.Corinna Vinschen2013-05-221-1/+3
* [newlib]DJ Delorie2013-05-133-0/+30
* 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-05-082-3/+18
* 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-05-071-9/+23
* 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>Jeff Johnston2013-05-062-0/+26
* 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-04-291-47/+1
* Port newlib to x86_64-pc-cygwin.Corinna Vinschen2013-04-234-17/+34
* * libc/include/sys/cdefs.h: Align with latest FreeBSD file header.Corinna Vinschen2013-04-222-48/+533
* * libc/sys/rtems/sys/queue.h: Delete file.Corinna Vinschen2013-04-162-41/+285
* Revert to original patchCorinna Vinschen2013-04-111-4/+4
* * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): AlsoCorinna Vinschen2013-04-111-4/+4
* * libc/include/machine/setjmp.h (sigjmp_buf): Fix definition ofCorinna Vinschen2013-02-281-1/+2
* * libc/include/malloc.h (struct mallinfo): Convert type of all membersCorinna Vinschen2013-02-261-10/+10
* * libc/include/sys/_types.h (_ssize_t): Define as signed equivalent ofCorinna Vinschen2013-02-211-0/+9
* 2013-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-01-221-1/+8
* * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen2013-01-121-2/+2
* 2012-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-181-3/+0
* 2012-12-18 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2012-12-181-4/+30
* * libc/include/sys/reent.h (__sFILE): Change type of _offsetCorinna Vinschen2012-11-291-1/+1
* * libc/include/inttypes.h: Add and use __INTTYPES_EXP().Corinna Vinschen2012-11-261-2/+12
* * libc/include/sys/time.h: Avoid guarding other than timeval declaration withChristopher Faylor2012-11-121-20/+19
* * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen2012-11-017-27/+12
* * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen2012-10-261-0/+3
* * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen2012-10-221-0/+9
* * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen2012-10-221-0/+12
* * libc/include/assert.h (static_assert): Define.Corinna Vinschen2012-10-161-0/+4
* * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen2012-10-166-14/+27
* 2012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston2012-09-264-1/+18