Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-15Cygwin: introduce close_range(2)Christian Franke
2024-01-15Cygwin: api docs: add missing fallocateCorinna Vinschen
2023-08-25Cygwin: doc: add new API calls in 3.5Corinna Vinschen
2021-08-02Cygwin: export new sig2str/str2sigCorinna Vinschen
2021-07-29Cygwin: bump API minor and set DLL version to 3.3.0Corinna Vinschen
2021-02-16winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notesBrian Inglis
2020-08-30Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert
2019-03-01Cygwin: fenv.h: Add feature test macros, fix valuesCorinna Vinschen
2019-02-19Cygwin: add secure_getenvYaakov Selkowitz
2019-01-16Cygwin: timers: implement timerfdCorinna Vinschen
2019-01-14Cygwin: signal: implement signalfdCorinna Vinschen
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2018-07-25POSIX Asynchronous I/O support: other filesMark Geisert
2018-06-27Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_npCorinna Vinschen
2018-06-07Cygwin: Document clearenv and bump API minorKen Brown
2018-01-19cygwin: update docs for 2.10.0Yaakov Selkowitz
2017-12-18Cygwin: Implement sigtimedwaitMark Geisert
2017-11-30cygwin: export wmempcpyYaakov Selkowitz
2017-09-03cygwin: Document crypt_rYaakov Selkowitz
2017-08-19Document renameat2Ken Brown
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen
2017-08-03cygwin: Bump DLL version to 2.9.0Corinna Vinschen
2017-08-02cygwin: Export explicit_bzeroYaakov Selkowitz
2017-07-11cygwin: export fls, flsl, flsllCorinna Vinschen
2017-06-19cygwin: export strverscmp, add versionsortYaakov Selkowitz
2017-06-14Export XSI sigpauseYaakov Selkowitz
2017-04-04Cygwin: Export reallocarrayCorinna Vinschen
2017-03-28Implement getloadavg()Jon Turney
2017-03-08Implement dladdr() (partially)Jon Turney
2017-03-07Export timingsafe_bcmp and timingsafe_memcmpJon Turney
2016-08-23Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney
2016-08-20Document nl_langinfo_l and separate POSIX from GNU extensions in release messageCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen
2016-08-15Implement strfmon_lCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen
2016-08-15posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen
2016-07-23posix.xml: Add missing unimplemented functions from POSIX-1.2013Corinna Vinschen
2016-03-29Document implemented functionsCorinna Vinschen
2016-02-22cygwin: Export clog10, clog10fYaakov Selkowitz
2016-02-13Document pthread_barrier* functions as implementedCorinna Vinschen
2015-11-17cygwin: export rpmatch(3)Yaakov Selkowitz
2015-10-22Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen
2015-06-20Add alternate signal stack to docsCorinna Vinschen
2015-06-17Add sethostname to API listCorinna Vinschen
2015-04-23cygwin: add GNU basename(3)Yaakov Selkowitz