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 tag 'cygwin-cygwin-1_7_14-releasecvs2svn
2012-08-10This commit was manufactured by cvs2svn to create branch 'cygwin-64bit-cvs2svn
2012-08-10 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen
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 * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen
2012-08-07 * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna 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-03 * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys
2012-08-03 * m68hc11.h: #define E_M68HC11_NO_BANK_WARNINGSean Keys
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-08-01 include/opcode/Maciej W. Rozycki
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-31 * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner
2012-07-312012-07-05 Sean Keys <skeys@ipdatasys.com>Sean Keys
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