Rev. | Hora | Autor |
---|---|---|
386fe3a | 2016-11-02 05:08:15 | Keith Marshall |
Fix another printf() hex-float formatting bug. |
||
5fe5d0a legacy | 2016-11-02 04:45:15 | Keith Marshall |
Fix another printf() hex-float formatting bug. |
||
96666e3 | 2016-10-31 04:12:05 | Keith Marshall |
Merge post 2016-10-18 updates from legacy branch. |
||
368f745 | 2016-10-31 03:40:10 | Keith Marshall |
Work around MSDN inconsistencies in _finddata_t naming. |
||
022f011 | 2016-10-31 01:35:51 | Keith Marshall |
Fix a potentially infinite printf() format conversion loop. |
||
7602ad9 | 2016-10-18 20:02:44 | Keith Marshall |
Merge mingwrt-3.22.4 updates into 5.0-active branch. |
||
59b9378 | 2016-10-18 06:27:17 | Keith Marshall |
Added tag mingwrt-3.22.4-release for changeset e92b7e85ef08 |
||
89581f4 mingwrt-3.22.4-release | 2016-10-18 06:25:34 | Keith Marshall |
Prepare and tag mingwrt-3.22.4 patch release. |
||
05ab3d1 | 2016-10-18 06:05:55 | Keith Marshall |
Resolve an ANSI mode <string.h> vs. <wchar.h> conflict. |
||
f1f1942 | 2016-10-14 23:46:46 | Keith Marshall |
Add dependency tracking for tests/Makefile. |
||
1228fe8 | 2016-10-14 23:00:52 | Keith Marshall |
Correct a minor typographic error. |
||
55eabac | 2016-10-14 22:41:44 | Keith Marshall |
Make package installation prefix consistent throughout. |
||
41eb88b | 2016-10-14 22:21:59 | Keith Marshall |
Merge mingwrt-3.22.3 updates into 5.0-active branch. |
||
16886ec | 2016-10-14 06:36:11 | Keith Marshall |
Added tag mingwrt-3.22.3-release for changeset 9db085b74644 |
||
ca342c2 mingwrt-3.22.3-release | 2016-10-14 06:35:37 | Keith Marshall |
Prepare and tag mingwrt-3.22.3 patch release. |
||
ff51a7e | 2016-10-14 06:03:26 | Keith Marshall |
Emulate glibc <string.h> POSIX.1 non-compliance. |
||
8f3e997 | 2016-10-14 05:03:56 | Keith Marshall |
Resolve some non-ANSI typedef omissions. |
||
49f9e14 | 2016-09-21 04:36:50 | Keith Marshall |
Added tag w32api-3.18.2-release for changeset cd725d6ae238 |
||
82b5d80 w32api-3.18.2-release | 2016-09-21 04:36:17 | Keith Marshall |
Prepare and tag w32api-3.18.2 patch release. |
||
cfb391e | 2016-09-21 04:36:11 | Keith Marshall |
Added tag mingwrt-3.22.2-release for changeset 96dcdb8540b8 |
||
1c4f53b mingwrt-3.22.2-release | 2016-09-21 04:25:20 | Keith Marshall |
Prepare and tag mingwrt-3.22.2 patch release. |
||
f5236db | 2016-09-18 06:36:07 | Keith Marshall |
Fix a minor ISO-C++11 conformity issue. |
||
c14e257 | 2016-09-18 06:32:23 | Keith Marshall |
Add missing <wchar.h> declarations when compiling C++. |
||
f84dab4 | 2016-09-18 04:00:10 | Keith Marshall |
Stricter <wchar.h> ISO-C99 conformity filtering. |
||
1d9d68e | 2016-09-15 05:26:25 | Keith Marshall |
Relax strict ISO-C conformity to facilitate C99 support. |
||
4bd1ed8 | 2016-09-14 05:14:13 | Keith Marshall |
Suppress expected header warnings when running testsuite. |
||
f8d4c2b | 2016-09-14 04:45:57 | Keith Marshall |
Create a preliminary autotest framework. |
||
a58a5c2 | 2016-08-25 08:01:17 | Keith Marshall |
Add pthreads-win32 courtesy support hooks. |
||
dbd96e5 | 2016-08-07 08:10:54 | Keith Marshall |
Implement POSIX printf() feature per request [#2310]. |
||
737316e | 2016-08-01 23:42:35 | Keith Marshall |
Implement POSIX conforming getline() and getdelim() functions. |