aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2012-08-10 Even though MSDN documents these as __cdecl the kernel32.dll libraryEarnie Boyd3-6/+22
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor9-67/+153
2012-08-08 * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd2-3/+10
2012-08-082012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd2-4/+8
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2-1/+9
2012-08-07* signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor2-2/+5
2012-08-06 * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd2-2/+7
2012-08-06 * mingwex/membarrier.c: New file.Earnie Boyd3-2/+27
2012-08-06 * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd2-5/+6
2012-08-06*** empty log message ***Corinna Vinschen1-0/+12
2012-08-06AddChristopher Faylor1-0/+13
2012-08-04 * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd2-2/+6
2012-08-03Add mingwex/tsearch.c to ChangeLogEarnie Boyd1-0/+1
2012-08-03 * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd3-11/+27
2012-08-03 * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd3-1/+9
2012-08-032012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>Earnie Boyd2-0/+26
2012-08-03 * include/stdio.h (_lock_file, _unlock_file): Declare.Earnie Boyd2-1/+4
2012-08-03 * include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd2-2/+7
2012-08-03 * include/wchar.h (_wcstrtoi64): Declare.Earnie Boyd3-4/+12
2012-08-03 * include/stdlib.h (_strtoi64): Declare.Earnie Boyd2-0/+20
2012-08-03* exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor2-5/+11
2012-08-03* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor2-4/+16
2012-08-03 * faq-using.xml (faq.using.man): Make relevance to whatis explicit.Corinna Vinschen2-2/+8
2012-08-02 * lib/Makefile.in (amvideo.h): Dependencies are not met making this fileEarnie Boyd2-1/+11
2012-08-02 * include/setupapi.h: Correct typos and truncations.Earnie Boyd2-6/+10
2012-08-01 * include/winnt.h (MemoryBarrier): Add definition.Earnie Boyd2-0/+17
2012-08-01 * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen2-0/+8
2012-08-01 * include/winbase.h (InterlockedDecrement): Modify declaration fromEarnie Boyd2-3/+7
2012-08-01 * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration.Earnie Boyd3-1/+61
2012-08-01 * include/excpt.h (__try1): Define based on _WIN64 definition.Earnie Boyd2-5/+23
2012-08-01 * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd2-2/+7
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen3-15/+36
2012-08-01 * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen1-9/+2
2012-08-01 * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen1-0/+5
2012-07-31 * path.cc (etc::dir_changed): Revert muto changes since function isCorinna Vinschen2-28/+25
2012-07-31 * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen3-22/+40
2012-07-30 * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION,Earnie Boyd4-6/+18
2012-07-30 * include/inttypes.h: A few items like PRNdPTR and SCNdPTR need 64Earnie Boyd2-11/+30
2012-07-30* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN6...Earnie Boyd2-0/+6
2012-07-30* Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor5-4/+16
2012-07-30* winlean.h: Add temporary define.Christopher Faylor3-6/+6
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor8-48/+75
2012-07-30Add missing include/sdkddkver.hEarnie Boyd1-0/+141
2012-07-29Doh. Check in missing file from previous submission.Christopher Faylor1-1/+7
2012-07-29* cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor5-63/+46
2012-07-29Add missing file from last checkin.Christopher Faylor1-1/+11
2012-07-29 * include/sdkddkver.h: New file.Earnie Boyd2-0/+7
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor5-3/+19
2012-07-28 * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen3-91/+230
2012-07-25* signal.cc (clock_nanosleep): Force return on signal rather than lettingChristopher Faylor2-1/+6