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-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
2013-05-13* i686.din: Remove _strtold.Christopher Faylor
2013-05-10- Added <?xml> and <!DOCTYPE> tags to the top of utils.xml and pretty-Warren Young
2013-05-08change wordingChristopher Faylor
2013-05-08* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait anChristopher Faylor
2013-05-07fix typoChristopher Faylor
2013-05-07Reverted XInclude in cygwin-api.in.xml from an XInclude to a DOCTOOLWarren Young
2013-05-04* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.Christopher Faylor
2013-05-03* spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define.Christopher Faylor
2013-05-02Generating faq/faq.body automatically from faq/faq.html whenever latterWarren Young
2013-05-02Initial; ignoring generated files.Warren Young
2013-05-02Modernized user guide, API reference, and FAQ generation. OverallWarren Young
2013-05-02* resource.cc (setrlimit): Use consistent commenting style. Return EINVAL whenChristopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-05-01* gendef: Fix sigfe.s typo.Christopher Faylor