blob: 16be93001da3173194bba509f5a12d750847642d [file] [log] [blame]
2010-01-15 Philippe Dunski <koala01@free.fr>
* crt/stdlib.h (rand_s): New prototype.
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
* COPYING: Change license to ZPL 2.1.
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-04 Roland Schwingel <roland.schwingel@onevision.com>
* include/winternal.h (SYSTEM_HANDLE_INFORMATION): New
structure.
(SYSTEM_HANDLE_ENTRY): Likewise.
(SYSTEM_INFORMATION_CLASS): Add SystemHandleInformation.
(SYSTEM_PROCESS_INFORMATION): Improve member information
according found information in msdn.
2010-01-04 Kai Tietz <kai.tietz@onevision.com>
* crt/_mingw.h (__int128): Guard typedef by
__SIZEOF_INT128__ to support upcoming __int128 type
support of gcc 4.6 version.