aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_15-releasecvs2svn351-7520/+28391
2012-08-10This commit was manufactured by cvs2svn to create branch 'cygwin-64bit-cvs2svn1385-384415/+0
2012-08-10 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen2-2/+7
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 * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen3-2/+14
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen43-74/+187
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2-1/+9
2012-08-07 * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen2-1/+6
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 * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys1-0/+5
2012-08-02 * m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys1-0/+3
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 include/opcode/Maciej W. Rozycki2-18/+47
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 * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2-1/+6
2012-07-302012-07-05 Sean Keys <skeys@ipdatasys.com>Sean Keys1-0/+5
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