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
2011-02-28This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110301cvs2svn
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-11 * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen
2011-02-10strerror_r: obey POSIX, and match newlib header changeEric Blake
2011-02-10* cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz
2011-02-02 * include/err.h: Fix loss of semicolons in previous patch.Corinna Vinschen
2011-02-02 * include/err.h (err): Add noreturn attribute.Corinna Vinschen
2011-01-27 * include/features.h (__STDC_ISO_10646__): Move to newlib'sCorinna Vinschen
2011-01-24 * include/features.h (__STDC_ISO_10646__): Define. Add comment.Corinna Vinschen
2011-01-12 * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen
2011-01-11 * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen
2010-12-27* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234.Christopher Faylor
2010-12-08 * include/strings.h: Remove in favor of equivalent newlib file.Corinna Vinschen
2010-11-15 * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.Corinna Vinschen
2010-11-02* include/paths.h (_PATH_VARTMP): Define.Yaakov Selkowitz
2010-10-27* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.Christopher Faylor
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor
2010-10-08 * cygwin.din: Export new complex math functions from newlib.Corinna Vinschen
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor
2010-09-21* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor
2010-09-12 * sec_acl.cc (acl_worker): Remove.Corinna Vinschen
2010-09-11winsup/cygwin/ChangeLog:Dave Korn
2010-09-01 * include/cygwin/version.h: Bump DLL minor version number to 8.Corinna Vinschen
2010-08-31 * include/cygwin/version.h: Bump DLL minor version number to 7.Corinna Vinschen
2010-08-30* winlean.h: New file.Christopher Faylor
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-24 * include/cygwin/version.h: Fix comment.Corinna Vinschen
2010-08-20 * endian.h (htobe16, htobe32, htobe64, be16toh, be32toh, be64toh,Corinna Vinschen
2010-08-19 * external.cc (sync_wincwd): New function.Corinna Vinschen
2010-08-18* external.cc (CW_SETCWD): New option.Christopher Faylor
2010-08-16 * include/cygwin/version.h: Bump DLL minor version number to 6.Corinna Vinschen
2010-08-11 * mount.cc (struct opt): Add "bind" option.Corinna Vinschen
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz
2010-08-09 * include/dlfcn.h (RTLD_LOCAL): Define.Corinna Vinschen
2010-08-06 * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen
2010-07-19Add mkostemp and mkostemps.Eric Blake
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor
2010-06-07 * include/sys/stdio.h: Remove _GNU_SOURCE guard around getlineCorinna Vinschen
2010-05-26 * include/inttypes.h: Change PTR definitions to int to align with theCorinna Vinschen
2010-05-08* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen
2010-04-29 * external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mountCorinna Vinschen
2010-04-28 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2010-04-28 * cygwin.din (__locale_mb_cur_max): Export.Corinna Vinschen
2010-04-27 * include/regex.h: Include _ansi.h to avoid missing out on preprocessorCorinna Vinschen
2010-04-12 * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen
2010-04-07 * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen
2010-04-06 * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor