aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen3-46/+94
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-0/+1
2015-11-17Add rpmatch(3)Yaakov Selkowitz1-0/+1
2015-11-12Add support for ARC to newlibAnton Kolesov1-0/+4
2015-11-06Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin1-2/+2
2015-10-30Include <sched.h> in <pthread.h>Sebastian Huber1-1/+1
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton1-1/+10
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber1-0/+2
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber1-0/+9
2015-10-13Import <threads.h> from latest FreeBSD.Jeff Johnston1-0/+93
2015-10-13Synchronize with FreeBSD.Jeff Johnston1-22/+138
2015-10-13Add FreeBSD style changes to sys/cdefs.hJeff Johnston1-32/+32
2015-10-08Define setjmp buffer length for IA64.Nick Clifton1-0/+4
2015-09-04Add support for ft32 to newlib.Jeff Johnston2-0/+8
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen1-0/+15
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira2-127/+263
2015-08-25Always declare "kill" in include/sys/signal.hJames Greenhalgh1-2/+2
2015-08-18sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz1-0/+6
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen1-2/+9
2015-07-06Rework handling of basename variantsYaakov Selkowitz2-4/+5
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2-2/+4
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen1-0/+1
2015-06-20Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen1-14/+14
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen1-6/+7
2015-05-28Fix comment in sys/wait.hgithub/cygwin-2.0cygwin-2.0Corinna Vinschen1-1/+1
2015-05-02Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen1-0/+6
2015-04-29Improve check for int32_t being long or intCorinna Vinschen4-32/+41
2015-04-23Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2-12/+26
2015-04-23Add parens around MIN/MAX values in stdint.h.Corinna Vinschen1-71/+71
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber4-45/+69
2015-04-23Make stack_t typedef generally availableJon TURNEY1-9/+9
2015-04-23string: add GNU basename(3)Yaakov Selkowitz2-0/+15
2015-04-23Import <sys/tree.h> from FreeBSDSebastian Huber1-0/+801
2015-04-23Change from configure time to compile time probe for intptr_t definition.Joel Sherrill2-0/+27
2015-04-23 Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey1-18/+18
2015-03-13Drop including cygwin/sys_time.h on Cygwin.Corinna Vinschen1-4/+0
2015-03-13Merge parts of <sys/time.h> from FreeBSDSebastian Huber4-65/+513
2015-03-11Add and use latest <sys/timespec.h> from FreeBSDSebastian Huber8-16/+118
2015-03-05 * libc/include/stdio.h (FILE): Protect typedef from redefinition.Corinna Vinschen2-0/+6
2015-03-032015-02-25 Gedare Bloom <gedare@rtems.org>Joel Sherrill1-4/+2
2015-02-25* libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has anJon TURNEY1-6/+8
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton4-11/+78
2015-02-04 * libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement forCorinna Vinschen1-3/+0
2015-01-28 * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.Corinna Vinschen1-0/+1
2015-01-21 * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou3-5/+12
2015-01-142015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston1-0/+3
2015-01-14 * configure.host: Add extra system for OpenRISC baremetalCorinna Vinschen1-0/+4
2015-01-052014-12-26 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston1-2/+2
2014-12-18Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz2-2/+62
2014-12-16 * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen1-0/+6