summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* nds32: remove TRAD_SYNOPSISYaakov Selkowitz2017-12-011-5/+1
* microblaze: remove TRAD_SYNOPSISYaakov Selkowitz2017-12-014-25/+4
* locale: remove TRAD_SYNOPSISYaakov Selkowitz2017-12-015-21/+5
* iconv: remove TRAD_SYNOPSISYaakov Selkowitz2017-12-011-39/+1
* ctype: remove TRAD_SYNOPSISYaakov Selkowitz2017-12-0133-189/+33
* ssp: add Object Size Checking for unistd.h, part 2Yaakov Selkowitz2017-12-012-3/+44
* newlib: vf[w]scanf: Implement POSIX %m modifierCorinna Vinschen2017-11-302-24/+448
* newlib: vfwscanf: fix miscomputation of max field width in %[] caseCorinna Vinschen2017-11-301-1/+1
* Feature test macros overhaul: unistd.h, part 3Yaakov Selkowitz2017-11-301-1/+21
* ssp: add Object Size Checking for stdlib.hYaakov Selkowitz2017-11-303-0/+38
* newlib: vf[w]scanf: add validity checksCorinna Vinschen2017-11-302-0/+37
* newlib: vf[w]scanf: Use SIZE_MAX rather than ~0Corinna Vinschen2017-11-302-4/+4
* newlib: vfscanf: fix formattingCorinna Vinschen2017-11-301-2/+2
* newlib: vf[w]scanf: Only return from a single point to simplify cleanupCorinna Vinschen2017-11-302-4/+2
* string: add wmempcpyYaakov Selkowitz2017-11-305-38/+85
* RTEMS: Add semaphore <sys/lock.h> functionsSebastian Huber2017-11-301-0/+4
* RTEMS: Timed wait by ticks <sys/lock.h> functionsSebastian Huber2017-11-301-0/+16
* RTEMS: Add set/get name <sys/lock.h> functionsSebastian Huber2017-11-301-1/+71
* ssp: add build infrastructureYaakov Selkowitz2017-11-298-9/+798
* ssp: add documentationYaakov Selkowitz2017-11-293-0/+46
* ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz2017-11-292-0/+58
* ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz2017-11-297-0/+416
* ssp: add Object Size Checking for strings.hYaakov Selkowitz2017-11-292-0/+59
* ssp: add Object Size Checking for string.hYaakov Selkowitz2017-11-2912-0/+652
* ssp: add Object Size Checking common codeYaakov Selkowitz2017-11-293-1/+107
* ssp: add APIs for Stack Smashing ProtectionYaakov Selkowitz2017-11-291-0/+45
* newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen2017-11-292-22/+3
* Make __nonnull macro compatible with glibcYaakov Selkowitz2017-11-284-5/+5
* cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz2017-11-281-1/+1
* Add the Aarch64 SVE specific HWCAP_SVE defineJeff Johnston2017-11-221-0/+1
* RTEMS: Add missing __getreent() to crt0Sebastian Huber2017-11-201-0/+1
* RTEMS: Add missing functions to crt0Sebastian Huber2017-11-201-5/+10
* Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen2017-11-141-4/+12
* Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen2017-11-141-0/+2
* Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen2017-11-141-0/+2
* newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt2017-11-141-1/+1
* newlib/.../getreent.c: Allow to be provided by host and do so for RTEMSJoel Sherrill2017-11-132-2/+10
* Make ffsl() and ffsll() BSD-visibleSebastian Huber2017-11-031-3/+1
* newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...Joel Sherrill2017-11-021-2/+0
* RTEMS: Remove internal timecounter APISebastian Huber2017-10-261-29/+4
* fix internal __ieee754_expf and __ieee754_logf callsSzabolcs Nagy2017-10-201-0/+11
* New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy2017-10-1324-88/+1339
* RTEMS: Fix _PTHREAD_MUTEX_INITIALIZERSebastian Huber2017-10-131-1/+1
* Fix typo with newlib-long-time_t default value.Michael Haubenwallner2017-10-092-2/+2
* RTEMS: Make pthread_mutex_t self-containedSebastian Huber2017-10-051-2/+28
* RTEMS: Make pthread_cond_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Make pthread_rwlock_t self-containedSebastian Huber2017-10-051-2/+7
* RTEMS: Make pthread_barrier_t self-containedSebastian Huber2017-10-051-1/+7
* RTEMS: Make sem_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Optimize pthread_once_tSebastian Huber2017-10-052-7/+6