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-06-05 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 20.Corinna Vinschen
2013-06-05 * faq-copyright.xml: Fix link to license.Corinna Vinschen
2013-06-05 * faq-programming.xml: Convert url to refer to new flat faq.html file.Corinna Vinschen
2013-06-05 * new-features.xml (ov-new1.7.19): Revert mandatory locking support toCorinna Vinschen
2013-06-05*** empty log message ***Corinna Vinschen
2013-06-04 * Makefile.in: Add rule to rebuild Makefile if Makefile.in changes.Corinna Vinschen
2013-06-04 * new-features.xml (ov-new1.7.19): Align mandatory locking text toCorinna Vinschen
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen
2013-06-03*** empty log message ***Corinna Vinschen
2013-06-03 * sigproc.cc (exit_thread): Allow to exit the thread while runningCorinna Vinschen
2013-06-02Fix typoCorinna Vinschen
2013-06-02 * new-features.xml (ov-new1.7.19): Add mandatory locking.Corinna Vinschen
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen
2013-06-02 * exceptions.cc (exception::handle): Resurrect accidentally lostCorinna Vinschen
2013-05-31 * include/sys/socket.h: Move SHUT_xx definitoins from here...Corinna Vinschen
2013-05-31*** empty log message ***Corinna Vinschen
2013-05-31 * include/cygwin/if.h: Include cygwin/socket.h rather than sys/socket.hCorinna Vinschen
2013-05-28 * fhandler_procsys.cc (fhandler_procsys::read): Just callCorinna Vinschen
2013-05-27*** empty log message ***Corinna Vinschen
2013-05-27 * dll_init.cc (dll_list::topsort): Fix early-return condition toCorinna Vinschen
2013-05-25*** empty log message ***Corinna Vinschen
2013-05-25 * Makefile.in (DEFS): Unused, remove.Corinna Vinschen
2013-05-24 * pinfo.cc (pinfo::status_exit): Enhance comment.Corinna Vinschen
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen
2013-05-24 * fork.cc (frok::parent): Always set CREATE_UNICODE_ENVIRONMENT flag.Corinna Vinschen
2013-05-24 * fork.cc (frok::parent): Call CreateProcessW with command line setCorinna Vinschen
2013-05-24 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen
2013-05-23.Warren Young
2013-05-23Created xidepend mechanismWarren Young
2013-05-23 * cygwinenv.xml (cygwinenv-implemented-options): Explain newCorinna Vinschen
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen
2013-05-22 * spinlock.h (ULONG): Replace LONG operator with ULONG to accommodateCorinna Vinschen
2013-05-21 * new-features.sgml (ov-new1.7.19): Add arc4random,Corinna Vinschen
2013-05-21 Add missing ChangeLog entry for former checkin.Corinna Vinschen
2013-05-21 * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen
2013-05-21 * fhandler.h (class fhandler_dev_random): Change type of pseudo toCorinna Vinschen
2013-05-21 x86_64 only:Corinna Vinschen
2013-05-21 * new-features.sgml (ov-new1.7.19): Add __b64_ntop and __b64_pton.Corinna Vinschen
2013-05-21 * libc/base64.c: New file.Corinna Vinschen
2013-05-21 * syscalls.cc (open): Only return ENOTDIR if file exists.Corinna Vinschen
2013-05-21 Reinstantiate accidentally removed patch from 2009-05-16:Corinna Vinschen
2013-05-16* sigproc.cc (sig_hold): Delete.Christopher Faylor
2013-05-14 * Makefile.in (devices_CFLAGS): Drop -Os.Corinna Vinschen
2013-05-14 * Makefile.in (localtime_CFLAGS): Define as -fwrapv since localtimeCorinna Vinschen
2013-05-14 * grp.cc (get_groups): Convert to void function.Corinna Vinschen
2013-05-14 * grp.cc (get_groups): Never return error. Always create a group list,Corinna Vinschen
2013-05-14Added Wishlist file, based on my FURTHER WORK proposal to the -patchesWarren Young
2013-05-14Removed setup.xml and cygwin-ug.xml: they were not inputs to any of theWarren Young
2013-05-13* include/cygwin/version.h: Bump api minor number to reflect previous change.Christopher Faylor