Jonathan Yong
a04fea7cff
Add _mingw_float.h to list of headers to install.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1822 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-31 14:31:24 +00:00
Ozkan Sezer
d9b24e30c5
2010-01-29 Ozkan Sezer <sezeroz@gmail.com>
...
* stdarg.h: Separate our stdarg.h into two, one which is the gcc-
provided header and the other as _mingw_stdarg.h. Make stdarg.h include
_mingw_stdarg.h.
* float.h: Separate our float.h into two, one which is the gcc-
provided header and the other as _mingw_float.h. Make float.h include
_mingw_float.h. Fix confused license.
* _mingw_float.h: New.
* _mingw_stdarg.h: New.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1818 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 16:34:42 +00:00
Ozkan Sezer
52b9306263
2010-01-29 Ozkan Sezer <sezeroz@gmail.com>
...
* stdarg.h: Sync with the gcc PR c++/36799 fix from
gcc trunk 2009-03-27/r145106.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1817 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 12:46:15 +00:00
NightStrike
300f768d72
Update defs to coincide with mingw.org w32api 3.12
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1815 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 12:31:26 +00:00
Ozkan Sezer
b70ccce6fc
The portions we make use of gdtoa are still in sync with the
...
official release at netlib.org/fp as of Jan. 23, 2010. thusly
adjusted the README.mingw file.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1813 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 12:01:11 +00:00
Jonathan Yong
0c72eecb07
Regenerate.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1811 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 10:22:04 +00:00
Kai Tietz
bd50c1af04
Fix typo.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1810 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 09:28:50 +00:00
Kai Tietz
9a586b3966
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.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1809 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 09:27:44 +00:00
Kai Tietz
0f6d018fcd
Add for 32-bit mshtml(ed) API.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1808 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 08:44:37 +00:00
Kai Tietz
3226f098bf
Fix build warning about size integer comparison.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1807 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-29 08:09:06 +00:00
NightStrike
f60238278f
Add line breaks to enums in ntsecpkg.h for readability
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1799 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 10:49:30 +00:00
NightStrike
a9c4bdfa61
Update incorrect decoration to HalTranslateBusAddress found in w32api 3.12
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1798 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 10:33:24 +00:00
NightStrike
a98a22752d
Add missing crypt defs to crypt32.def found in w32api 3.12
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1797 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 10:32:01 +00:00
NightStrike
b92b3e68e0
Add missing enums to _WTS_INFO_CLASS found in w32api 3.12
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1796 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 10:30:44 +00:00
NightStrike
28157bbc92
Add winnt.h definitions added in w32api 3.12: FILE_SEQUENTIAL_WRITE_ONCE and FILE_SUPPORTS_TRANSACTIONS
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1795 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 10:28:48 +00:00
Jonathan Yong
3980c31564
sync getopt.h with mingw.org and make it PD.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1794 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-26 09:17:49 +00:00
NightStrike
62367c0b57
Reformat enum by adding line breaks
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1793 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 12:57:09 +00:00
NightStrike
acc3cb34d8
Fix line endings
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1792 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 12:36:06 +00:00
NightStrike
d635d32c84
Remove blank line
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1791 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 12:30:16 +00:00
NightStrike
3ed383199f
Reformat enum for readability
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1790 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 11:23:41 +00:00
Kai Tietz
38ca78065c
Reformat ChangeLog.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1789 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 09:23:38 +00:00
Mook
c535811379
Comment out CERT_ALT_NAME_ENTRY::x400Address; it is of an undefined type
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1788 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-25 08:58:57 +00:00
NightStrike
4e950335b8
Fix reference in comment
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1786 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-24 21:42:36 +00:00
NightStrike
71e109b563
Update w32api compatibility version number to 3.11
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1785 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-24 21:42:03 +00:00
NightStrike
6b36f8893c
Update wincrypt.h to w32api 3.11 upstream
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1784 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-24 21:37:00 +00:00
NightStrike
d6df177772
Add multi-monitor support to the screen saver
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1783 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-24 20:22:46 +00:00
Kai Tietz
54a76ecd94
2010-01-23 Kai Tietz <kai.tietz@onevision.com>
...
* crt/_mingw.h: Add SDK include of sdks/_mingw_ddk.h.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1780 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-23 13:13:29 +00:00
Jonathan Yong
d880346ca2
Regenerate Makefile.in and configure.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1779 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-23 12:58:08 +00:00
Jonathan Yong
023a2f3a4c
Make _mingw_ddk.h auto-generated by configure.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1778 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-23 12:56:54 +00:00
Ozkan Sezer
5c80e7259a
updated config.guess and config.sub from the upstream sources
...
(trunk:all)
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1771 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-22 21:01:47 +00:00
Jonathan Yong
90290fe7e1
add make install instruction to CRT
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1769 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-21 17:03:11 +00:00
NightStrike
04baa5cbe4
Update trunk autoconf to 2.65
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1763 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-21 01:51:56 +00:00
Ozkan Sezer
8b3f3ec895
2010-01-20 Ozkan Sezer <sezeroz@gmail.com>
...
* commctrl.h: Relaxed _WIN32_IE version requirement to 0x0500
for now. Added a big FIXME note that it should really be 0x0501.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1760 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-20 19:04:54 +00:00
Kai Tietz
afd1465722
2010-01-18 Roland Schwingel <roland.schwingel@onevision.com>
...
* include/winternl.h (NtQueryInformationFile): Declare
function.
(NTQueryObject): Likewise.
(FILE_INFORMATION_CLASS): Filled with all known definitions.
(FILE_ALL_INFORMATION): Define struct.
(FILE_PIPE_LOCAL_INFORMATION): Likewise.
(FILE_MAILSLOT_SET_INFORMATION): Likewise.
(FILE_MAILSLOT_QUERY_INFORMATION): Likewise.
(FILE_ATTRIBUTE_TAG_INFORMATION): Likewise.
(FILE_STREAM_INFORMATION): Likewise.
(FILE_MODE_INFORMATION): Likewise.
(FILE_FULL_EA_INFORMATION): Likewise.
(FILE_END_OF_FILE_INFORMATION): Likewise.
(FILE_ALLOCATION_INFORMATION): Likewise.
(FILE_ALIGNMENT_INFORMATION): Likewise.
(FILE_POSITION_INFORMATION): Likewise.
(FILE_DISPOSITION_INFORMATION): Likewise.
(FILE_NAMES_INFORMATION): Likewise.
(FILE_RENAME_INFORMATION): Likewise.
(FILE_NAME_INFORMATION): Likewise.
(FILE_POSITION_INFORMATION): Likewise.
(FILE_ACCESS_INFORMATION): Likewise.
(FILE_EA_INFORMATION): Likewise.
(FILE_INTERNAL_INFORMATION): Likewise.
(FILE_ACCESS_INFORMATION): Likewise.
(FILE_STANDARD_INFORMATION): Likewise.
(FILE_BASIC_INFORMATION): Likewise.
(FILE_ID_BOTH_DIRECTORY_INFORMATION): Likewise.
(FILE_BOTH_DIRECTORY_INFORMATION): Likewise.
(FILE_ID_FULL_DIRECTORY_INFORMATION): Likewise.
(FILE_FULL_DIRECTORY_INFORMATION): Likewise.
(FILE_NETWORK_OPEN_INFORMATION): Likewise.
(FILE_DIRECTORY_INFORMATION): Likewise.
(OBJECT_DATA_INFORMATION): Likewise.
(OBJECT_BASIC_INFORMATION): Likewise.
(OBJECT_NAME_INFORMATION): Likewise.
(OBJECT_TYPE_INFORMATION): Likewise.
(OBJECT_ALL_INFORMATION): Likewise.
(OBJECT_INFORMATION_CLASS): Define enum.
(OBJECT_ATTRIBUTES): Reformat.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1754 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-18 09:04:10 +00:00
Jonathan Yong
d1d3ebb3a2
Regenerate Makefile.in
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1753 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-18 00:27:18 +00:00
Kai Tietz
ab41580ed2
2010-01-16 Kai Tietz <kai.tietz@onevision.com>
...
* lib32/winusb.def: New.
* lib64/winusb.def: New.
* Makefile.am: Add both.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1752 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-17 20:53:22 +00:00
Kai Tietz
7628791cd2
Add one missing change about DISCLAIMER.PD
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1750 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 21:32:29 +00:00
Kai Tietz
f29f1a39b2
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
...
Ozkan Sezer <sezeroz@gmail.com>
* include/: Change DISCLAIMER to DISCLAIMER.PD.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1749 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 21:15:53 +00:00
Ozkan Sezer
55fcfe3d63
removed svn:executable property.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1748 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 20:22:39 +00:00
Kai Tietz
d42ac8866b
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
...
Ozkan Sezer <sezeroz@gmail.com>
* crt/: Change DISCLAIMER to DISCLAIMER.PD.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1747 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 20:17:42 +00:00
Kai Tietz
7757ae9331
Fix typo.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1746 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 20:05:52 +00:00
Kai Tietz
fa0cfe3dc8
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
...
Ozkan Sezer <sezeroz@gmail.com>
Change DISCLAIMER to DISCLAIME.PD
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1745 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 20:02:21 +00:00
Kai Tietz
9f65006594
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.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1744 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 18:00:40 +00:00
Kai Tietz
735984078a
2010-01-15 Philippe Dunski <koala01@free.fr>
...
* crt/stdlib.h (rand_s): New prototype.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1743 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 17:53:15 +00:00
Kai Tietz
396817c968
Add Chris Sutcliff as developer with write after approval access to SVN repository.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1742 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 15:15:20 +00:00
Kai Tietz
51f009bb5b
Remove doubtful secense about permitting "use" only in PD license.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1741 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 12:08:18 +00:00
Kai Tietz
3898f317d3
2010-01-15 <kai.tietz@onevision.com>
...
* COPYING, DISCLAIMER, DISCLAIMER.PD, AUTHORS): Put at
top of project tree.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1740 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 12:04:00 +00:00
Kai Tietz
61d3501499
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
...
* COPYING: Change license to ZPL 2.1.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1739 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 11:18:20 +00:00
Kai Tietz
003c66c87c
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.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1738 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 11:15:14 +00:00
Ozkan Sezer
9ce88eb9ad
tchar.h: fixed a third instance of TCHAR definition.
...
added back the NO_OLDNAMES ifdefs, just in case.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1736 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-14 21:37:00 +00:00