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
2012-11-22* termios.cc (cfsetspeed): New function.Yaakov Selkowitz
2012-11-16 * include/mntent.h: Only include paths.h when building for Cygwin.Corinna Vinschen
2012-11-05 * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz
2012-10-31Fix copyrightCorinna Vinschen
2012-10-31 * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen
2012-10-30 * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2012-10-26 * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen
2012-10-21 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.Corinna Vinschen
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen
2012-10-10 * include/cygwin/in.h (struct in_addr): Guard with s_addr to avoidCorinna Vinschen
2012-08-17 * fhandler_clipboard.cc (fhandler_dev_clipboard::read): UseCorinna Vinschen
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen
2012-08-01 * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen
2012-07-28 * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen
2012-07-21* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 17.Christopher Faylor
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-06-10 * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz
2012-06-06 * include/elf.h: Update from FreeBSD.Yaakov Selkowitz
2012-05-10 * cygwin.din (memrchr): Export.Corinna Vinschen
2012-05-10 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 16.Corinna Vinschen
2012-04-24 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 15.Corinna Vinschen
2012-04-05 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 14.Corinna Vinschen
2012-04-03 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 13.Corinna Vinschen
2012-03-20 * ntdll.h (SharedUserData): Add volatile qualifier. This fixes aCorinna Vinschen
2012-03-13 * include/netdb.h (h_errno): Add self-referencing macro and comment.Corinna Vinschen
2012-02-28tcgetsid: fix return typeEric Blake
2012-02-25* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 12.Christopher Faylor
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz
2012-02-13* include/pthread.h: Include time.h as required by POSIX.Yaakov Selkowitz
2012-02-08* include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++Christopher Faylor
2012-02-08 * include/sys/sysmacros.h: Include sys/types.h.Corinna Vinschen
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen
2012-02-07* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 11.Christopher Faylor
2012-01-13 * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
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-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor
2011-12-02 * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-08* include/cygwin/stdlib.h: Update copyright.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor