summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* include/opcode/Maciej W. Rozycki2012-08-132-37/+106
* * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen2012-08-105-5/+14
* Even though MSDN documents these as __cdecl the kernel32.dll libraryEarnie Boyd2012-08-103-6/+22
* Fix dateCorinna Vinschen2012-08-101-1/+1
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen2012-08-102-2/+7
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-099-67/+153
* * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd2012-08-082-3/+10
* 2012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd2012-08-082-4/+8
* * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen2012-08-083-2/+14
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-0843-74/+187
* * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2012-08-082-1/+9
* * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen2012-08-072-1/+6
* * signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor2012-08-072-2/+5
* * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd2012-08-062-2/+7
* * mingwex/membarrier.c: New file.Earnie Boyd2012-08-063-2/+27
* * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd2012-08-062-5/+6
* *** empty log message ***Corinna Vinschen2012-08-061-0/+12
* AddChristopher Faylor2012-08-061-0/+13
* * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd2012-08-042-2/+6
* Add mingwex/tsearch.c to ChangeLogEarnie Boyd2012-08-031-0/+1
* * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd2012-08-033-11/+27
* * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd2012-08-033-1/+9
* 2012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>Earnie Boyd2012-08-032-0/+26
* * include/stdio.h (_lock_file, _unlock_file): Declare.Earnie Boyd2012-08-032-1/+4
* * include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd2012-08-032-2/+7
* * include/wchar.h (_wcstrtoi64): Declare.Earnie Boyd2012-08-033-4/+12
* * include/stdlib.h (_strtoi64): Declare.Earnie Boyd2012-08-032-0/+20
* * exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor2012-08-032-5/+11
* * spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor2012-08-032-4/+16
* * faq-using.xml (faq.using.man): Make relevance to whatis explicit.Corinna Vinschen2012-08-032-2/+8
* * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys2012-08-021-0/+5
* * m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys2012-08-021-0/+3
* * lib/Makefile.in (amvideo.h): Dependencies are not met making this fileEarnie Boyd2012-08-022-1/+11
* * include/setupapi.h: Correct typos and truncations.Earnie Boyd2012-08-022-6/+10
* * include/winnt.h (MemoryBarrier): Add definition.Earnie Boyd2012-08-012-0/+17
* * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen2012-08-012-0/+8
* * include/winbase.h (InterlockedDecrement): Modify declaration fromEarnie Boyd2012-08-012-3/+7
* * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration.Earnie Boyd2012-08-013-1/+61
* * include/excpt.h (__try1): Define based on _WIN64 definition.Earnie Boyd2012-08-012-5/+23
* * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd2012-08-012-2/+7
* * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen2012-08-013-15/+36
* * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen2012-08-011-9/+2
* * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen2012-08-011-0/+5
* include/opcode/Maciej W. Rozycki2012-07-312-18/+47
* * path.cc (etc::dir_changed): Revert muto changes since function isCorinna Vinschen2012-07-312-28/+25
* * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen2012-07-313-22/+40
* * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2012-07-302-1/+6
* 2012-07-05 Sean Keys <skeys@ipdatasys.com>Sean Keys2012-07-301-0/+5
* * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION,Earnie Boyd2012-07-304-6/+18
* * include/inttypes.h: A few items like PRNdPTR and SCNdPTR need 64Earnie Boyd2012-07-302-11/+30