summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Add __packed to struct ldieeeKito Cheng2017-04-181-8/+9
* newlib: remove __infinity{f,ld} constantsCorinna Vinschen2017-04-185-35/+6
* Remove legacy unions which are no longer usedJeff Johnston2017-04-171-23/+0
* Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-04-062-2/+185
* Add BSD-specific reallocarray()Sebastian Huber2017-04-044-17/+68
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73
* Pass macro arguments properly.hselasky2017-04-041-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZERhselasky2017-04-041-1/+1
* Add new FOREACH_FROM variants for queue(3)lstewart2017-04-041-0/+53
* Renumber copyright clause 4imp2017-04-041-1/+1
* don't use C99 static array indices with older GCC versionsavg2017-04-041-0/+1
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+7
* Remove unused __gnu_inline() attribute.pfg2017-04-041-16/+0
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+8
* Fix C++ includability of crypto headers with static array sizesasomers2017-04-041-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.dim2017-04-041-1/+2
* Rename __sentinel to __null_sentinelpfg2017-04-041-2/+2
* 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