aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-102018-08-03 Kugan Vivekanandarajah <kuganv@linaro.org>linaro-local/linaro-2.4-branchKugan Vivekanandarajah
2016-10-192016-10-19 Christophe Lyon <christophe.lyon@linaro.org>Christophe Lyon
2016-10-192016-10-19 Christophe Lyon <christophe.lyon@linaro.org>Christophe Lyon
2016-10-192016-10-19 Christophe Lyon <christophe.lyon@linaro.org>Christophe Lyon
2016-10-192016-10-19 Christophe Lyon <christophe.lyon@linaro.org>Christophe Lyon
2016-03-29Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston
2016-03-29Document implemented functionsCorinna Vinschen
2016-03-29Add missing nanlCorinna Vinschen
2016-03-29Add release message for 792e51bCorinna Vinschen
2016-03-29Add missing long double functions to CygwinCorinna Vinschen
2016-03-29Fix Cygwin setstate definitionCorinna Vinschen
2016-03-29cygwin: export __getpagesizeYaakov Selkowitz
2016-03-28Add simple versions of random() and srandom()Joel Sherrill
2016-03-26Add release text for 373f81d and 3e446e9Corinna Vinschen
2016-03-26math.h: Use GCC builtins for C99 macros where availableCorinna Vinschen
2016-03-26finitel: Use correct GCC builtinCorinna Vinschen
2016-03-26strtold: Fix Infinity value.Corinna Vinschen
2016-03-26Initializing TTBR0 to inner/outer WBJiong Wang
2016-03-26Add missing OBJCOPY variable to Makefile.inCorinna Vinschen
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen
2016-03-24Change definition of b64_pton from K&R to ANSICorinna Vinschen
2016-03-24Fix return type of get_routedstCorinna Vinschen
2016-03-24Remove unused function convert_ifr_flagsCorinna Vinschen
2016-03-24Fix FIONBIO commentsCorinna Vinschen
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-24Fix coverity CID 143502: Null pointer dereferenceCorinna Vinschen
2016-03-23Feature test macros overhaul: C++ TR1Yaakov Selkowitz
2016-03-23testCorinna Vinschen
2016-03-23Add release message for commit 59b3bd2Corinna Vinschen
2016-03-23Only allow enabled groups as primary groupCorinna Vinschen
2016-03-23Use 64K buffers for TOKEN_GROUPSCorinna Vinschen
2016-03-23Allocate temporary TOKEN_GROUP arrays using TLSCorinna Vinschen
2016-03-23cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen
2016-03-23Add c++14 sized deallocation operatorPeter Foley
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley
2016-03-23Target/Host configuration elucidatedKonrad Schwarz
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-22Fix "/*" within comment warningSebastian Huber
2016-03-22stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz
2016-03-22pthread.h: Mark pthread_exit() as not returningJoel Sherrill
2016-03-22epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMSJoel Sherrill
2016-03-22newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*Joel Sherrill
2016-03-22Remove spurious empty line in changelog entry.Nick Clifton
2016-03-22PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi.Ludovic Courtès
2016-03-22Fix generation of as.1 manual page so that it can be converted to DocBook for...Nick Clifton
2016-03-22Sync toplevel with upstream GCC.Corinna Vinschen
2016-03-21Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley