• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


RSS
Rev. Hora Autor
b0798df 2017-02-14 23:18:34 Alexander Krisak

Add missing constant definition, per issue [#2249].

1559fe3 2017-02-12 19:12:06 Keith Marshall

Support brace expansion in globbing patterns.

f034c6d 2017-02-11 21:35:12 Keith Marshall

Refactor <getopt.h> and <unistd.h> shared declarations.

f6247c6 2017-02-11 06:30:23 Keith Marshall

Avoid unnecessary duplication of configuration files.

8dbfc3d 2017-02-07 20:20:05 Keith Marshall

Ensure selective inclusion of the correct <strings.h>

425e1c3 2017-02-05 06:33:50 Keith Marshall

Resolve a global variable naming inconsistency.

e52d64b 2017-01-31 00:12:46 Keith Marshall

Implement strerror_r()/strerror_s() API.

c0372a6 2017-01-30 22:33:51 Keith Marshall

Avoid -Wformat noise from snprintf() and vsnprintf()

7428c55 2017-01-30 19:53:24 Keith Marshall

Remove duplicate libmingwex.a entries.

58fece3 2017-01-29 23:24:00 Keith Marshall

Clean up <limits.h> header file.

f186d67 2017-01-29 19:09:49 Keith Marshall

Expose C99 features required by C++11; fix issue [#2335]

d7c921e 2017-01-29 02:46:36 Keith Marshall

Make strnlen() and wcsnlen() declaratively consistent.

a0d99fb 2017-01-29 01:20:51 Keith Marshall

Implement wcsnlen() API per feature request [#2332].

--HG--
rename : mingwrt/mingwex/strnlen.s => mingwrt/mingwex/strnlen.sx

cc2f1a7 2017-01-27 05:34:13 Jason Hood

Honour GLOB_CASEMATCH for globbing sets; cf. issue [#2327].

df96caa 2017-01-27 03:56:27 Keith Marshall

Avoid snprintf() overhead in directory stream functions.

597dade 2017-01-27 01:14:43 Keith Marshall

Avoid #include_next misbehaviour; cf. MinGW-Bug [#2330]

490e360 2017-01-25 22:41:43 Jason Hood

Correct quoted backslash handling, per bug [#2328].

888d2e2 2017-01-25 22:07:06 Keith Marshall

Use C99 blanks as default argv separators, per issue [#2329].

66c389c 2017-01-11 04:43:48 Keith Marshall

Correct <strings.h> preprocessor logic; fix bug [#2322]

01d9f3f 2016-12-08 23:46:52 Jerzy Tarasiuk

Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]

a41c439 2016-12-08 23:30:41 Keith Marshall

Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.

baddeff 2016-11-28 23:14:48 Keith Marshall

Implement POSIX.1 compatible setenv() and unsetenv() functions.

4e63e20 2016-11-27 21:40:01 Keith Marshall

Work around another C++11 compliance issue; fix bug [#2321].

d03bac4 2016-11-27 07:35:10 Keith Marshall

Deprecate obsolete <winable.h> and <pbt.h> headers.

8d57d99 2016-11-26 06:29:02 Keith Marshall

Update <winuser.h> and <dbt.h>; fix issue [#2317].

ae89720 2016-11-22 04:24:19 Keith Marshall

Replace defective powf() and powl() function implementations.

5b105e8 2016-11-18 18:34:08 Keith Marshall

Implement unit tests for power functions.

dc40b1a 2016-11-15 02:57:05 Keith Marshall

Add POSIX compliant errno assignments to log functions.

41931fd 2016-11-08 23:11:39 Keith Marshall

Implement unit tests for logarithmic functions.

41dede5 2016-11-03 02:03:51 Keith Marshall

Implement unit tests for ANSI printf() functions.