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
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-09 * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd
2012-08-092012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd
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 * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd
2012-08-06 * mingwex/membarrier.c: New file.Earnie Boyd
2012-08-06 * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd
2012-08-06*** empty log message ***Corinna Vinschen
2012-08-06AddChristopher Faylor
2012-08-04 * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd
2012-08-04Add mingwex/tsearch.c to ChangeLogEarnie Boyd
2012-08-04 * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd
2012-08-03 * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd
2012-08-032012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>Earnie Boyd
2012-08-03 * include/stdio.h (_lock_file, _unlock_file): Declare.Earnie Boyd
2012-08-03 * include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd
2012-08-03 * include/wchar.h (_wcstrtoi64): Declare.Earnie Boyd
2012-08-03 * include/stdlib.h (_strtoi64): Declare.Earnie Boyd
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-03 * faq-using.xml (faq.using.man): Make relevance to whatis explicit.Corinna Vinschen
2012-08-02 * lib/Makefile.in (amvideo.h): Dependencies are not met making this fileEarnie Boyd
2012-08-02 * include/setupapi.h: Correct typos and truncations.Earnie Boyd
2012-08-01 * include/winnt.h (MemoryBarrier): Add definition.Earnie Boyd
2012-08-01 * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen
2012-08-01 * include/winbase.h (InterlockedDecrement): Modify declaration fromEarnie Boyd
2012-08-01 * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration.Earnie Boyd
2012-08-01 * include/excpt.h (__try1): Define based on _WIN64 definition.Earnie Boyd
2012-08-01 * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd
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 * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION,Earnie Boyd
2012-07-30 * include/inttypes.h: A few items like PRNdPTR and SCNdPTR need 64Earnie Boyd
2012-07-30* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN6...Earnie Boyd
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-30Add missing include/sdkddkver.hEarnie Boyd
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-30 * include/sdkddkver.h: New file.Earnie Boyd
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