aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-28 * libc/include/machine/setjmp.h (sigjmp_buf): Fix definition ofCorinna Vinschen1-1/+2
2013-02-26 * libc/include/malloc.h (struct mallinfo): Convert type of all membersCorinna Vinschen1-10/+10
2013-02-21 * libc/include/sys/_types.h (_ssize_t): Define as signed equivalent ofCorinna Vinschen1-0/+9
2013-01-222013-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+8
2013-01-12 * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen1-2/+2
2012-12-182012-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+0
2012-12-182012-12-18 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-4/+30
2012-11-29 * libc/include/sys/reent.h (__sFILE): Change type of _offsetCorinna Vinschen1-1/+1
2012-11-26 * libc/include/inttypes.h: Add and use __INTTYPES_EXP().Corinna Vinschen1-2/+12
2012-11-12* libc/include/sys/time.h: Avoid guarding other than timeval declaration withChristopher Faylor1-20/+19
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen7-27/+12
2012-10-26 * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen1-0/+3
2012-10-22 * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen1-0/+9
2012-10-22 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen1-0/+12
2012-10-16 * libc/include/assert.h (static_assert): Define.Corinna Vinschen1-0/+4
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen6-14/+27
2012-09-262012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston4-1/+18
2012-09-13bi-endian support for moxie.Anthony Green1-0/+4
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen6-0/+19
2012-07-06 Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen3-5/+5
2012-06-26* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor1-1/+4
2012-05-10 * libc/include/string.h (memrchr): Declare.Corinna Vinschen1-0/+1
2012-03-092012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2012-02-212012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston2-0/+11
2012-02-09* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake1-10/+13
2012-02-07 * libc/include/inttypes.h: Redefine pointer type macros.Corinna Vinschen1-8/+8
2012-01-12 * libc/include/tgmath.h: New header.Yaakov Selkowitz1-0/+185
2012-01-09 * libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):Yaakov Selkowitz1-0/+3
2012-01-09 * libc/include/complex.h: Fix "/*" within comment warning.Yaakov Selkowitz1-1/+1
2012-01-09 * libc/include/process.h: Remove Cygwin-only header.Corinna Vinschen1-37/+0
2011-11-29[libgloss]DJ Delorie2-0/+12
2011-08-19 * libc/include/process.h: Remove exec family function declarations.Corinna Vinschen2-10/+6
2011-08-012011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-34/+38
2011-07-20* libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):Yaakov Selkowitz2-1/+17
2011-07-20* libc/include/sys/unistd.h (_CS_XBS5_WIDTH_RESTRICTED_ENVS): Define.Yaakov Selkowitz1-1/+2
2011-06-102011-06-09 Yaakov Selkowitz <yselkowitz@...>Jeff Johnston1-0/+14
2011-05-25strerror: allow user hook to comply with POSIX rulesEric Blake1-0/+3
2011-05-19* libc/include/stdio_ext.h: New header.Yaakov Selkowitz1-0/+22
2011-05-16* libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename fromYaakov Selkowitz2-4/+4
2011-05-15 * libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): DefineCorinna Vinschen1-1/+1
2011-05-04* libc/include/signal.h (psignal): Declare.Yaakov Selkowitz1-0/+1
2011-05-02* libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.Yaakov Selkowitz2-2/+2
2011-04-19 * libc/include/sys/signal.h (_sig_func_ptr): Define with int parameterCorinna Vinschen1-1/+2
2011-03-28 * libc/include/string.h (strchrnul): Declare.Corinna Vinschen1-0/+1
2011-03-03 * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen1-0/+1
2011-03-03 * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen2-1/+22
2011-02-10strerror_r: provide POSIX implementationEric Blake1-1/+14
2011-01-27 * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.Corinna Vinschen2-0/+9
2011-01-15 * libc/include/sys/types.h (ulong): Add typedef.Corinna Vinschen1-0/+1
2011-01-12 * libc/include/linux/sys/signal.h (sig_t): Move from here...Corinna Vinschen1-0/+1