Rev. | 日時 | 作者 |
---|---|---|
872e1c0 | 2012-09-05 04:11:51 | Earnie Boyd |
* include/_mingw.h: Fix typo. |
||
32addc7 | 2012-09-05 04:07:08 | Earnie Boyd |
* include/_mingw.h: Fix typo. |
||
979899b | 2012-09-05 03:32:05 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
e371759 | 2012-09-05 03:26:15 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
eba8422 | 2012-09-02 02:39:03 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
cf3abb4 | 2012-09-01 02:47:51 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
e35450b | 2012-09-01 01:47:27 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
828d385 | 2012-09-01 00:09:46 | Earnie Boyd |
More on assuming GCC is greater than or equal to version 3.5.4 and that |
||
560415c | 2012-08-28 21:58:25 | Earnie Boyd |
We are going to assume that MinGW is using GCC version greater than or equal to 3.5.4 and remove any filters related to earlier versions. We are also going to remove any possibility of using a compiler other than GCC. |
||
fa67e4b | 2012-08-24 05:35:10 | Earnie Boyd |
* configure.ac: Set AC_CONFIG_AUX_DIR, AC_PREFIX_DEFAULT and call |
||
7f99805 | 2012-08-21 03:22:30 | Earnie Boyd |
* Makefile.in (DLLTOOL_FLAGS): Remove -U. |
||
b32ef0b | 2012-08-21 00:26:14 | Earnie Boyd |
* Makefile.in (libmingwex_a_SOURCES): Correct typo. |
||
ed4a587 | 2012-08-20 23:23:13 | Earnie Boyd |
* Makefile.in (check): Add target. |
||
c306284 | 2012-08-20 02:40:34 | Earnie Boyd |
Needed to be able to make dist-mingwrt and dist-w32api to create these |
||
e67de2a | 2012-08-16 04:47:13 | Earnie Boyd |
Add the winapi libraries and install the historical documents. |
||
5d5578c | 2012-08-16 00:28:20 | Earnie Boyd |
* configure.ac: New file. |
||
28d084f | 2012-08-16 00:26:17 | Earnie Boyd |
* Makefile.in: New file |
||
61286de | 2012-08-14 08:00:01 | Earnie Boyd |
* .gitignore (Makefile.in): Remove entry. |
||
91b175a | 2012-08-13 05:46:21 | Earnie Boyd |
* include/CVS/*: Remove accidentally added CVS directories. |
||
4ab4823 | 2012-08-12 02:59:14 | Earnie Boyd |
* include/*: Add combined winsup/mingw and winsup/w32api include files. |
||
f15aa79 | 2012-08-09 02:16:07 | Earnie Boyd |
Initial commit |
||
ca86cd0 | 2012-08-05 03:36:18 | Earnie Boyd |
Cosmetic adjustment to match MSDN documentation. |
||
42c2c9f | 2012-08-04 04:16:38 | Earnie Boyd |
Add another more rigorous __STRICT_ANSI__ filter. |
||
fbb8abf | 2012-08-04 03:58:26 | Earnie Boyd |
Add missing function prototypes per issue [#1305]. |
||
8678ba9 | 2012-08-04 02:59:05 | Earnie Boyd |
Add function prototype declarations per issue [#1293]. |
||
e9ed0d7 | 2012-08-04 01:18:27 | Earnie Boyd |
Apply some more rigorous __STRICT_ANSI__ filtering. |
||
d6dde8b | 2012-08-04 01:06:45 | Earnie Boyd |
Add string to 64-bit integer conversion function prototypes. |
||
67762b4 | 2012-08-02 10:17:04 | Earnie Boyd |
Correct typos, as identified by issue [#1534]. |
||
71d711e | 2012-08-02 02:25:34 | Earnie Boyd |
Declare WTSVirtualChannel API functions per issue [#1342]. |
||
9b6b49f | 2012-08-02 01:46:01 | Earnie Boyd |
Update for _WIN64 exception handler readiness. |