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-10This commit was manufactured by cvs2svn to create branch 'cygwin-64bit-cvs2svn
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen
2012-08-07* signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor
2012-08-06*** empty log message ***Corinna Vinschen
2012-08-06AddChristopher Faylor
2012-08-03* exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor
2012-08-03* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor
2012-08-01 * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen
2012-08-01 * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen
2012-08-01 * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen
2012-07-31 * path.cc (etc::dir_changed): Revert muto changes since function isCorinna Vinschen
2012-07-31 * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen
2012-07-30* Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor
2012-07-30* winlean.h: Add temporary define.Christopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor
2012-07-30Doh. Check in missing file from previous submission.Christopher Faylor
2012-07-30* cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor
2012-07-30Add missing file from last checkin.Christopher Faylor
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor
2012-07-28 * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen
2012-07-26* signal.cc (clock_nanosleep): Force return on signal rather than lettingChristopher Faylor
2012-07-25 * syscalls.cc (enum bin_status): Add dir_not_empty.Corinna Vinschen
2012-07-24 * wincap.cc (wincapc::init): Drop memset call since it can result inCorinna Vinschen
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-21* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 17.Christopher Faylor
2012-07-19*** empty log message ***Corinna Vinschen
2012-07-19 * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen
2012-07-12 * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen
2012-07-11 * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen
2012-07-09 * cygwin.sc (.rdata): Revert patch from 2012-07-06.Corinna Vinschen
2012-07-09 * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen
2012-07-09 * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin fromCorinna Vinschen
2012-07-08* Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.Christopher Faylor
2012-07-06 * winlean.h (__STRALIGN_H_): Drop definition.Corinna Vinschen
2012-07-06 * fhandler_procnet.cc: Fix copyright.Corinna Vinschen
2012-07-06Add files missing in previous checkinCorinna Vinschen
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-07-06 * winbase.h: Throughout use LONG rather than long type to prepare forCorinna Vinschen
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-07-06 * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen
2012-07-06 * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen
2012-07-06 * cygwin.sc (.rdata): Include all sections starting with .rdata.Corinna Vinschen
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor
2012-07-04* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor