| 2010-04-08 Doug Semler <dougsemler@gmail.com> |
| |
| * stdio/vfscanf.c: Define QUOTE macro expansions and wrap |
| calls from assembly with __MINGW_USYMBOL. |
| * stdio/vfwscanf.c: Likewise. |
| * stdio/vsscanf.c: Likewise. |
| * stdio/vswscanf.c: Likewise. |
| |
| 2010-04-07 Doug Semler <dougsemler@gmail.com> |
| |
| * complex/cpow.c: Remove declaration of pow(). |
| |
| 2010-04-01 Doug Semler <dougsemler@gmail.com> |
| |
| * intrincs/_rotl64.c (_rotl64): Simplify logic, we are unsigned. |
| * intrincs/_rotr64.c (_rotr64): Likewise. |
| |
| 2010-04-01 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * Makefile.am (src_libmingwex32): Added intrincs/_rotl64.c and |
| intrincs/_rotr64.c to 32 bit libmingwex.a builds. |
| (src_libmingwex64): Add intrincs/_rotl64.c and intrincs/_rotr64.c |
| to 64 bit libmingwex.a builds, too, for now. |
| * Makefile.in: Regenerated. |
| |
| 2010-04-01 Kai Tietz <kai.tietz@onevision.com> |
| |
| * intrincs/_rotl64.c: New. |
| * intrincs/_rotr64.c: New. |
| |
| 2010-03-31 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/wassert.c (_assert): Add Ascii version. |
| |
| 2010-03-26 Doug Semler <dougsemler@gmail.com> |
| |
| * Makefile.am (misc/delay-n.c, misc/delay-f.c): Add to libmingwex.a library. |
| * misc/delay-f.c: New. |
| * misc/delay-n.c: New. |
| * Makefile.in: Regenerated. |
| |
| 2010-03-18 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * Makefile.am: Added lib64/wsock32.def to build. |
| * Makefile.in: Regenerated. |
| |
| 2010-03-18 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * lib64/wsock32.def: New. |
| |
| 2010-03-16 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * misc/wassert.c (_wassert): Spelling fix: s/Assertation/Assertion/. |
| |
| 2010-03-13 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math/cossin.c: New. |
| |
| 2010-03-03 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * aclocal.m4 (_LT_CHECK_MAGIC_METHOD): The latest libtool.m4 w64 |
| fix from the libtool git repository applied. |
| * configure: Likewise. |
| * ltmain.sh (func_win32_libid): Update from the libtool git repo. |
| |
| 2010-02-19 Jonathan Yong <jon_y@sourceforge.net> |
| |
| * libsrc/shell32.c (CLSID_ShellFSFolder): Define. |
| (IID_IShellLinkDataList): Define. |
| |
| 2010-02-19 Jonathan Yong <jon_y@sourceforge.net> |
| |
| * libsrc/shell32.c (IID_IFolderView): Define. |
| |
| 2010-02-16 Ozkan Sezer <sezeroz@gmail.com> |
| |
| sync getopt.c with src/winsup/cygwin/libc/getopt.c r1.13 (Dec 14, 2009): |
| * misc/getopt.c (getopt_internal): Set optreset according to optind |
| setting earlier. Reevaluate POSIXLY_CORRECT if optreset is set to !0. |
| Handle a leading '-' in options independently of posixly_correct. |
| |
| 2010-02-10 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * lib32/user32.def: Add CloseTouchInputHandle and GetTouchInputInfo as |
| even more missing parts in revision 1530. |
| * lib64/user32.def: Likewise. |
| |
| 2010-02-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * lib32/user32.def: Add IsTouchWindow, RegisterTouchWindow and |
| UnregisterTouchWindow missing for support of revision 1530. |
| * lib64/user32.def: Likewise. |
| |
| 2010-02-10 Ozkan Sezer <sezeroz@gmail.com> |
| |
| A couple of lib32/*.def file fixes from mingw: |
| * lib32/comctl32.def (StrCSpnA, StrCSpnIA, StrCSpnW, StrChrA, StrChrIA, |
| StrChrIW, StrChrW, StrCmpNA, StrCmpNIA, StrCmpNIW, StrCmpNW, StrRChrA, |
| StrRChrIA, StrRChrW, StrRStrIA, StrRStrIW, StrStrA, StrStrIA, StrStrIW, |
| StrStrW, StrToIntA, StrToIntW): Removed erroneous exports which already |
| are in shlwapi.def. |
| * lib32/scsiport.def (ScsiPortGetDeviceBase): Fixed suffix. |
| * lib32/ntoskrnl.def (MmAllocateContiguousMemory): Fixed suffix. |
| * lib32/msimg32.def (GetDCBrushColor, GetDCPenColor): Moved from here... |
| * lib32/gdi32.def (GetDCBrushColor, GetDCPenColor): ... to here. |
| |
| 2010-02-02 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * profile/gmon.c, profile/gmon.h, profile/mcount.c: Remove advertising |
| clause of copyright. Closes our bug #2939623. For reference, see: |
| ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |
| |
| 2010-01-29 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile.am: Add libmshtml.a and libmshtmled.a to build. |
| * lib32/mshtml.def: New. |
| * lib32/mshtmled.def: New. |
| |
| 2010-01-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| * lib32/winusb.def: New. |
| * lib64/winusb.def: New. |
| * Makefile.am: Add both. |
| |
| 2010-01-15 Kai Tietz <kai.tietz@onevision.com> |
| Ozkan Sezer <sezeroz@gmail.com> |
| |
| Change DISCLAIMER to DISCLAIMER.PD |
| |
| 2010-01-15 Philippe Dunski <koala01@free.fr> |
| |
| * lib32/msvcrt.def (rand_s): New import symbol. |
| * lib32/msvcr80.def (rand_s): Likewise. |
| * lib64/msvcrt.def (rand_s): Likewise. |
| * lib64/wmsvcrt.def (rand_s): Likewise. |
| * lib64/msvcr80.def (rand_s): Likewise. |
| |
| 2010-01-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * COPYING: New license text. |
| * DISCLAIMER: Updated for New license text. |
| * DISCLAIMER.PD: Moved old disclaimer template for PD. |
| |
| 2010-01-12 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * mingw-w64-headers/dirent.h: synchronized with the mingw.org |
| version for correct operation with mingw-3.1x version requirements. |
| * mingw-w64-crt/misc/dirent.c: reverted revision 76 change for bug |
| #1801043, not valid any longer. (do we manually need to copy that |
| field???) |
| |
| 2010-01-07 Jonathan Yong <jon_y@users.sourceforge.net> |
| * Makefile.am (src_libmingwex): Add misc/tdelete.c |
| misc/tfind.c misc/tsearch.c misc/twalk.c. |
| * misc/tdelete.c: New. |
| * misc/tfind.c: New. |
| * misc/tsearch.c: New. |
| * misc/twalk.c: New. |
| * Makefile.in: Regenerated. |
| |
| 2010-01-04 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * configure.ac (--enable-wildcard): New configure time option in |
| order to enable command line globbing by default. |
| (__ENABLE_GLOBBING): New config.h macro, 0 or -1. |
| * crt/wildcard.c: Updated to use the new __ENABLE_GLOBBING macro. |
| * crt/CRT_noglob.c: New file with _dowildcard set as 0. |
| * Makefile.am: Added crt/CRT_noglob.c to the build. |
| * configure: Regenerated. |
| * config.h.in: Regenerated. |
| * Makefile.in: Regenerated. |
| |