Rev. | 时间 | 作者 |
---|---|---|
b9742c6 | 2020-03-05 07:55:56 | Keith Marshall |
Disallow surrogates as printf() radix and grouping characters. |
||
14023de | 2020-03-05 04:20:34 | Keith Marshall |
Reimplement wcstof(), and wcstold() functions. |
||
cc40bc6 | 2020-03-04 06:58:11 | Keith Marshall |
Reimplement btowc(), and wctob() functions. |
||
3afef42 | 2020-03-02 23:43:44 | Keith Marshall |
Reimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions. |
||
97f9c02 | 2020-02-26 08:08:18 | Keith Marshall |
Reimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687. |
||
3edbad0 | 2020-01-22 07:03:45 | Keith Marshall |
Address MinGW-Issue #39658; declare rand_s() function. |
||
a45cb96 | 2020-01-21 03:03:57 | Keith Marshall |
Implement <wspiapi.h> sockets fall-back API. |
||
11a9502 | 2020-01-19 00:27:36 | Keith Marshall |
Correct DLSYM attribute handling in msvcrt-xref.pdf |
||
9b6ff66 | 2020-01-18 21:28:21 | Keith Marshall |
Support GCC-9.x gratuitous dependency on ftruncate64() function. |
||
24776ba | 2020-01-18 04:41:14 | Keith Marshall |
Preserve order of tests for integrity of header files. |
||
9e78082 | 2020-01-18 01:58:38 | Keith Marshall |
Update handling of <process.h> test-suite limitation. |
||
3130b13 | 2020-01-18 00:39:44 | Keith Marshall |
Support GCC-9.x gratuitous use of non-standard errno accessor API. |
||
14b23ef | 2020-01-17 00:23:43 | Keith Marshall |
Incorporate <winnls.h> updates for Vista and Windows-7. |
||
6b7d4ac | 2020-01-15 00:12:18 | Keith Marshall |
Make <winnls.h> header effectively self-contained. |
||
ec4d28b | 2020-01-14 05:17:30 | Keith Marshall |
Adjust repository version following WSL-5.2.3 release. |
||
f4f60e7 5.2-trunk wsl-5.2.3-release | 2020-01-14 04:55:22 | Keith Marshall |
Prepare and publish MinGW.org WSL-5.2.3 release. |
||
085ccfe | 2020-01-13 22:00:27 | Keith Marshall |
Remove, and subsequently ignore, .hgtags file. |
||
3c7767e | 2019-10-26 18:33:12 | Keith Marshall |
Fix MinGW-Issue #39757; avoid multiple vsnprintf() definitions. |
||
867d8d5 | 2019-10-16 17:42:57 | Keith Marshall |
Address MinGW-Issue #39677; declare _findclose() only once. |
||
f78df88 | 2019-07-06 23:40:01 | Keith Marshall |
Adjust repository version following WSL-5.2.2 release. |
||
e632afc | 2019-07-06 23:37:19 | Keith Marshall |
Added tag wsl-5.2.2-release for changeset 287b7e624c5f |
||
cf18f89 wsl-5.2.2-release | 2019-07-06 23:36:22 | Keith Marshall |
Prepare and publish MinGW.org WSL-5.2.2 release. |
||
21718ad | 2019-07-04 05:49:42 | Keith Marshall |
Avoid built-in snprintf() prototypes; fix MinGW-Bug #39224 |
||
d5d3c02 | 2019-07-02 05:48:01 | Keith Marshall |
Revert to macro implementation of "alloca()" functions. |
||
ff1fc6e | 2019-06-08 05:53:34 | Keith Marshall |
Add missing definitions; fix MinGW-Bug #39129 |
||
c146597 | 2019-05-03 23:32:30 | Keith Marshall |
Correct a typographic error; fix MinGW-Bug #39193 |
||
122caf4 6.0-exp | 2019-04-08 18:03:40 | Keith Marshall |
Correct typographic error; fix bug #39117 |
||
5850138 | 2019-04-08 17:47:46 | Keith Marshall |
Correct typographic error; fix bug #39117 |
||
03ded19 | 2019-04-02 00:16:17 | Keith Marshall |
Merge post 2017-11-09 changes from 5.2-trunk. |
||
b6cf78e | 2019-02-04 00:47:20 | Keith Marshall |
Clean up winsock default version selection stratagem. |