summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Use enum __packed in favour of -fshort-enumsSebastian Huber2017-04-036-48/+49
* Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore2017-03-302-2/+2
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-2210-12/+12
* ARM: Fix IEEE-754 sqrt implementationSebastian Huber2017-03-222-2/+2
* ARM: Optimize IEEE-754 sqrt implementationSebastian Huber2017-03-214-1/+108
* libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill2017-03-151-4/+2
* rtems/crt0.c: getentropy() stub did not return a value.Joel Sherrill2017-03-151-1/+1
* Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2017-03-132-2/+7
* Update makedocbook for bd547490Jon Turney2017-02-151-3/+4
* Allow locking routine to be retargetedThomas Preud'homme2017-02-1310-14/+316
* Only define static locks in multithreaded modeThomas Preud'homme2017-02-135-6/+28
* Unify names of all lock objectsFreddie Chopin2017-02-069-40/+40
* arm: Fix addressing in optpld macroKyrill Tkachov2017-01-262-4/+4
* arm: Remove RETURN macroPat Pannuto2017-01-256-33/+23
* arm: Remove optpld macroPat Pannuto2017-01-253-18/+11
* Remove unneeded references to arm_asm.hPat Pannuto2017-01-258-10/+4
* devctl.h: Fix typo and include proper headerSebastian Huber2017-01-251-6/+6
* RTEMS: Harmonize MAXNAMLEN and NAME_MAXSebastian Huber2017-01-251-0/+4
* Prefix consistenly target-independent locks with __Thomas Preudhomme2017-01-252-11/+11
* nl_langinfo: Add NL_LOCALE_NAME macroEric Blake2017-01-202-1/+18
* devctl.h: Use __restrict not restrictJoel Sherrill2017-01-171-5/+5
* Add missing headers to fix implicit function defnsPat Pannuto2017-01-164-0/+5
* Add _POSIX_SHARED_MEMORY_OBJECTSGedare Bloom2017-01-131-1/+1
* Expand comments on padding used by nano_mallocJoe Seymour2017-01-131-14/+37
* Fix sys/reent.h to remove use of DEBUG flag.Jeff Johnston2017-01-101-2/+2
* Fix versions in documentation (manually for now)Corinna Vinschen2017-01-092-4/+4
* Add pthread_setname_np() and pthread_getname_np()Sebastian Huber2017-01-091-0/+6
* Fix incorrect cast in nano mallocJoe Seymour2017-01-091-2/+2
* RTEMS: Add user-defined name to thread queuesSebastian Huber2017-01-091-1/+65
* Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston2016-12-22111-1154/+1123
* This is an attempt to fix the problem described here:Jeff Johnston2016-12-224-23/+122
* RTEMS: Increase SEM_VALUE_MAXSebastian Huber2016-12-201-1/+1
* Remove extraneous float casts in wcstod.c.Corinna Vinschen2016-12-161-2/+2
* Remove extraneous float casts in strtod.c.Jeff Johnston2016-12-161-2/+2
* 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2016-12-152-8/+29
* 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston2016-12-151-2/+2
* Big-endian fix for memcpy-armv7m.SJulian Brown2016-12-121-0/+8
* Fix 'make man' for parallel makeJon Turney2016-12-065-0/+16
* Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill2016-12-053-0/+55
* Add missing crt0 symbols for RTEMSSebastian Huber2016-12-051-0/+5
* Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen2016-11-281-2/+2
* Correct argument to __get_current_locale.Douglas2016-11-281-1/+1
* Self-contained pthread_spinlock_t for RTEMSSebastian Huber2016-11-241-1/+5
* Provide <memory.h>Sebastian Huber2016-11-221-0/+4
* Declare non-standard pthread_yield()Sebastian Huber2016-11-221-0/+4
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-174-230/+449
* Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber2016-11-171-1/+3
* Use __inline in <sys/lock.h> for RTEMSSebastian Huber2016-11-171-10/+10
* sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen2016-11-081-0/+5
* Use external header file for kernel space timeSebastian Huber2016-11-071-144/+4