summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* cygwin: Document crypt_rYaakov Selkowitz2017-09-021-0/+1
* Remove some dangerous advice from the FAQAchim Gratz2017-09-021-4/+8
* include: fix ffs, fls guardsYaakov Selkowitz2017-08-301-2/+4
* newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2017-08-302-2/+2
* newlib: strnstr: drop traditional synopisisCorinna Vinschen2017-08-301-7/+0
* Add man page entry for strnstr.c.Sichen Zhao2017-08-302-0/+43
* Modify strnstr.c.Sichen Zhao2017-08-301-55/+10
* cygwin: add strptime %F fix to release notesCorinna Vinschen2017-08-291-0/+3
* winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis2017-08-291-2/+4
* cygwin: document %s support in strptimeCorinna Vinschen2017-08-292-0/+6
* Fix compile error due to new strnstr()Sebastian Huber2017-08-281-43/+0
* cygwin: export strnstrCorinna Vinschen2017-08-254-3/+5
* newlib: rebuild string/Makefile.inCorinna Vinschen2017-08-251-27/+49
* Port strnstr.c to newlib.Sichen Zhao2017-08-252-0/+4
* Import strnstr.c from FreeBSD.Sichen Zhao2017-08-251-0/+65
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber2017-08-251-0/+3
* Make _CLOCK_T_ system configurableSebastian Huber2017-08-251-0/+3
* newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis2017-08-251-2/+32
* winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis2017-08-251-0/+20
* move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556132017-08-241-4/+5
* cygwin: only expose /dev/con{in,out,sole} when started from a Windows consoleCorinna Vinschen2017-08-231-1/+1
* Add myself to RISC-V Port MaintainerKito Cheng2017-08-211-0/+1
* Change license to FreeBSD License for RISC-VKito Cheng2017-08-2116-16/+16
* Document renameat2Ken Brown2017-08-193-0/+10
* cygwin: Implement renameat2Ken Brown2017-08-195-7/+54
* Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng2017-08-179-0/+4340
* Add RISC-V port for libmKito Cheng2017-08-1720-1/+7315
* headers: avoid bareword attributesEric Blake2017-08-172-15/+15
* headers: avoid bareword attributesEric Blake2017-08-174-5/+5
* Fix crt0 init fini codeSzabolcs Nagy2017-08-171-4/+0
* Add RISC-V port for newlibKito Cheng2017-08-1625-2/+7198
* fix typo in AArch64 crt0Alexander Fedotov-B556132017-08-151-1/+1
* use stack from linker script when nosysAlexander Fedotov-B556132017-08-141-1/+18
* newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen2017-08-111-9/+36
* Don't fetch command line options without semi-hostingYao Qi2017-08-091-0/+6
* Fix crt0 overwriting.Tamar Christina2017-08-094-1/+10
* Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown2017-08-071-2/+2
* Proper locking for getchar() and putchar()Sebastian Huber2017-08-071-7/+32
* cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen2017-08-031-4/+26
* cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen2017-08-031-1/+1
* cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen2017-08-037-11/+84
* cygwin: Bump DLL version to 2.9.0Corinna Vinschen2017-08-034-4/+20
* cygwin: Implement pthread_mutex_timedlockCorinna Vinschen2017-08-035-4/+35
* cygwin: simplify pthread timedwait handlingCorinna Vinschen2017-08-032-66/+60
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-031-2/+1
* Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen2017-08-032-17/+11
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-032-11/+17
* Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-023-0/+160