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-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
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-10-07 * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen
2011-10-062011-10-06 Christian Franke <franke@computer.org>Christian Franke
2011-10-05 * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen
2011-08-21* include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz
2011-08-16 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz