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
2014-08-14 * path.sgml: Move to ../doc dir and rename to path.xml.Corinna Vinschen
2013-11-26 * common.din: Export posix_spawn[...] functions.Corinna Vinschen
2013-06-24* common.din (rawmemchr): Export.Yaakov Selkowitz
2013-06-13 * posix.sgml (fcntl, flock, lockf): Point to implementation notes.Corinna Vinschen
2013-06-07 * posix.sgml (std-notes): Fix typo.Corinna Vinschen
2013-06-07 * fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomicCorinna Vinschen
2013-05-21 * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen
2013-05-21 * libc/base64.c: New file.Corinna Vinschen
2012-11-22* termios.cc (cfsetspeed): New function.Yaakov Selkowitz
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen
2012-05-10 * cygwin.din (memrchr): Export.Corinna Vinschen
2012-03-30 * posix.sgml (std-notes): Change description of flock restrictions.Corinna Vinschen
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz
2012-01-01 * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz
2011-12-31 * cygwin.din (getpt): Export.Yaakov Selkowitz
2011-11-08 * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz
2011-05-25 * posix.sgml (std-notes): Add missing <para>.Corinna Vinschen
2011-05-19* cygwin.din (__fpurge): Export.Yaakov Selkowitz
2011-05-19* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.Yaakov Selkowitz
2011-05-18* cygwin.din (error): Export.Yaakov Selkowitz
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-09* times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz
2011-05-06* sysconf.cc (sysinfo): New function.Yaakov Selkowitz
2011-05-05 * posix.sgml (std-notimpl): Remove bsd_signal, setcontext, andCorinna Vinschen
2011-05-05* cygwin.din (psiginfo): Export.Yaakov Selkowitz
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz
2011-04-18 * cygwin.din (ppoll): Export.Corinna Vinschen
2011-04-15* thread.cc (pthread_setschedprio): New function.Yaakov Selkowitz
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen
2011-03-28 * cygwin.din (strchrnul): Export.Corinna Vinschen
2011-02-10* cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz
2011-01-12 * posix.sgml: Add madvise to BSD list.Corinna Vinschen
2010-11-15 * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.Corinna Vinschen
2010-10-08 * cygwin.din: Export new complex math functions from newlib.Corinna Vinschen
2010-09-11winsup/cygwin/ChangeLog:Dave Korn
2010-08-30 * posix.sgml (std-notes): Fix typos and incorrectnesses.Corinna Vinschen
2010-07-19Add mkostemp and mkostemps.Eric Blake
2010-04-12 * posix.sgml (std-notes): Improve lseek description.Corinna Vinschen
2010-03-04 * cygwin.din: Export __xdr functions.Corinna Vinschen
2010-03-03 Add XDR support.Corinna Vinschen
2010-01-23 * posix.sgml (strfmon): Move to implemented SUSv4 API.Corinna Vinschen
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen
2010-01-15 * posix.sgml: Mention dup3 and pipe2 as GNU extensions.Corinna Vinschen
2009-11-12 * sysconf.cc (get_nprocs): New function.Corinna Vinschen
2009-09-27Add fexecve, execvpe.Eric Blake