summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+161
* Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+154
* Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+182
* cygwin: add explicit_bzero, elf.h changes to releaseYaakov Selkowitz2017-08-021-0/+4
* Add elf.h to newlibYaakov Selkowitz2017-08-028-1890/+3146
* cygwin: Export explicit_bzeroYaakov Selkowitz2017-08-023-1/+4
* cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen2017-08-011-1/+7
* cygwin: add console issues to release notesCorinna Vinschen2017-07-311-0/+6
* cygwin: select: use UNICODE console functionsCorinna Vinschen2017-07-311-2/+2
* cygwin: console: Use memset to clear an arrayCorinna Vinschen2017-07-311-3/+2
* cygwin: clear screen using wide char functionCorinna Vinschen2017-07-311-1/+1
* Importing catanl long double complex method from NetBSD.Aditya Upadhyay2017-07-283-4/+88
* Fixing HUGE_VALF to HUGE_VALL.Aditya Upadhyay2017-07-281-1/+1
* stdio: Fix make rule overrideSebastian Huber2017-07-282-10/+0
* newlib: regenerate stdlib/Makefile.inCorinna Vinschen2017-07-281-33/+62
* Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+49
* Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+37
* cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen2017-07-261-4/+3
* cygwin: add release notes for reparse point patchesCorinna Vinschen2017-07-241-0/+5
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-243-89/+70
* cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen2017-07-241-3/+3
* cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen2017-07-241-1/+1
* [arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw2017-07-211-1/+1
* Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina2017-07-211-1/+1
* MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz2017-07-201-0/+1
* arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib2017-07-201-6/+7
* cygwin: add fflush fix to release notesCorinna Vinschen2017-07-191-0/+13
* cygwin: Bump DLL version to 2.8.3Corinna Vinschen2017-07-191-1/+1
* cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen2017-07-191-2/+1
* Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen2017-07-193-5/+6
* Support building in a different directory than the default output directory b...Tamar Christina2017-07-171-1/+1
* Fix link when nosys.specs is used to linkTamar Christina2017-07-141-0/+2
* cygwin: 2.8.2: add missing release message textcygwin-2_8_2-releaseCorinna Vinschen2017-07-121-0/+6
* cygwin: document signal.h fixesYaakov Selkowitz2017-07-121-1/+4
* Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber2017-07-121-5/+5
* cygwin: export fls, flsl, flsllCorinna Vinschen2017-07-114-1/+10
* Cygwin: fix guard on struct siginfo_tYaakov Selkowitz2017-07-101-2/+4
* Add myself to OS Port Maintainers (RTEMS)Sebastian Huber2017-07-101-0/+1
* Synchronize RTEMS <sys/bitset.h> with FreeBSDSebastian Huber2017-07-101-1/+16
* Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek2017-07-072-10/+10
* fix URL shortcuts launch with cygstart, create shortcuts directly in SM/Progr...Brian Inglis2017-07-061-7/+5
* Replace the perl character classes with POSIX ones to fix the build when sed ...Tamar Christina2017-07-061-4/+4
* fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dirBrian Inglis2017-07-062-17/+63
* Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina2017-07-054-47/+186
* Add support for Semihosting v2 support for ARM in libgloss.Tamar Christina2017-07-053-65/+231
* Add the needed build system changes in order to compile and create the new li...Tamar Christina2017-07-059-17/+147
* Adds the needed build system changes in order to compile and create the new l...Tamar Christina2017-07-054-16/+49
* Create a recursive make target that is modeled after the existing multilib ma...Tamar Christina2017-07-051-0/+61
* Fixed warnings for some long double complex methodsAditya Upadhyay2017-07-051-5/+5
* Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber2017-07-059-47/+240