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
path: root/winsup
AgeCommit message (Expand)Author
2013-12-04* configure.ac: Back out stupid change.Christopher Faylor
2013-12-04* select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor
2013-12-03* configure.ac: Don't require 64-bit compiler for 32-bit builds.Christopher Faylor
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor
2013-12-01Fix ChangeLog entryCorinna Vinschen
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen
2013-12-01.Christopher Faylor
2013-12-01* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor
2013-12-01* dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor
2013-11-29* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.Christopher Faylor
2013-11-29 * include/cygwin/stdlib.h(initstate, random, setstate, srandom) :Jon TURNEY
2013-11-29 * new-features.xml (ov-new1.7.26): Fix section ID and title. AddCorinna Vinschen
2013-11-28 * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen
2013-11-26 * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen
2013-11-26 * common.din: Export posix_spawn[...] functions.Corinna Vinschen
2013-11-26 * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-11-24*** empty log message ***Corinna Vinschen
2013-11-23dup2: fix off-by-one crashEric Blake
2013-11-23 * new-features.xml (ov-new1.7.26): Add new section.Corinna Vinschen
2013-11-20 * include/cygwin/stdlib.h (realpath): Drop declaration. It's declaredCorinna Vinschen
2013-11-20 * cygcheck.cc (RtlGetVersion): Declare.Corinna Vinschen
2013-11-20 * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen
2013-11-20 * cygcheck.cc (dump_sysinfo): Revert Windows 8.1 hack. It's notCorinna Vinschen
2013-11-20 * wincap.cc (wincapc::init): Revert previous change. It's not working.Corinna Vinschen
2013-11-19*** empty log message ***Corinna Vinschen
2013-11-19 * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen
2013-11-19 * wincap.cc (wincapc::init): Fix dwMinorVersion for Windows 8.1 andCorinna Vinschen
2013-11-19Add missing entryCorinna Vinschen
2013-11-19 * cygcheck.cc (dump_sysinfo): Drop code trying to fetch OSVERSIONINFOCorinna Vinschen
2013-11-19 * autoload.cc (IdnToAscii): Define.Corinna Vinschen
2013-11-19 * Makefile.in (cygcheck.exe): Link against wininet.dll.Corinna Vinschen
2013-11-19*** empty log message ***Corinna Vinschen
2013-11-19 * cygcheck.cc (dump_sysinfo): Distinguish Windows 8 and 8.1, as wellCorinna Vinschen
2013-11-13 * faq-setup.xml (faq.setup.uninstall-service): Describe how to unhookCorinna Vinschen
2013-11-11 * faq-setup.xml: Throughout remove setup.exe, use setup or setup-x86...Corinna Vinschen
2013-11-07* Makefile.in: Properly cd to directory sans install_ prefix. Report on errorsChristopher Faylor
2013-11-07winsup/ChangeLog:Christopher Faylor
2013-11-07* Makefile.in: Reinstate ignoring of errors for doc target.Christopher Faylor
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-30*** empty log message ***Corinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-10-28*** empty log message ***Corinna Vinschen
2013-10-27 * exception.h: Fold in content of include/exceptions.h.Corinna Vinschen