• 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. Time Author
2e52c40 2013-06-27 21:03:15 Earnie Boyd

Resolve issue to define all components of _STAT_DEFINED.

22068f3 2013-06-26 05:36:44 Keith Marshall

Correct ill advised use of non-standard shell syntax.

f67fa09 2013-06-22 00:46:12 Earnie Boyd

Resolve incorrect type casts in time.h.

38a1ac5 2013-06-20 00:21:41 Earnie Boyd

Remove time_t definition from wchar.h and change _findfrist* and _findnext* to __CRT_MAYBE_INLINE.

16281c4 2013-06-18 02:33:54 Earnie Boyd

Further corrections for _wfindfirst* and _wfindnext*. Work around issue for __CRT_MAYBE_INLINE when __NO_INLINE__ defined.

8614d1f 2013-06-17 04:07:56 Earnie Boyd

Update NEWS for MSVCRT_VERSION and _CRTALIAS of time functions.

d4a74a9 2013-06-17 03:23:18 Earnie Boyd

Correct malformations and missed definitions to finish _USE_32BIT_TIME_T coding.

aae1b31 2013-06-08 08:18:37 Earnie Boyd

Merge changes from repository.

aba8deb 2013-06-08 08:06:19 Earnie Boyd

Miscellaneous changes toward finalizing the _USE_32BIT_TIME_T debacle.

c2693c3 2013-06-08 07:47:09 Jan Nitjmans

include/time.h: Correct typos. Add MSVCRT_VERSION >= 800 guard for _CRTALIAS of _wctime.

0928206 2013-06-06 06:57:16 Keith Marshall

Provide more robust inverse hyperbolic sine functions.

a6f8202 2013-06-06 02:55:49 Earnie Boyd

Correct typo for UNICODE define of SHGetFolderPath.

400ab10 2013-06-06 02:46:50 Earnie Boyd

Add lib/libshell32/shell32.o to the libshell32.a library.

da60fde 2013-06-05 05:55:39 Earnie Boyd

Header file dependencies required inclusions to be above the file guard.

f908a89 2013-06-05 04:50:27 Earnie Boyd

Modifications for _USE_32BIT_TIME_T issue.

88b527a 2013-05-29 01:59:47 Earnie Boyd

Correct mistyped __MINGW_NOTHROW macro.

f4dd79b 2013-05-28 20:50:24 Earnie Boyd

Correct use of MSVCRT_VERSION.

3e0359b 2013-05-28 04:09:51 Earnie Boyd

Rework _USE_32BIT_TIME_T in light of MSVCRT_VERSION value.

a7179dc 2013-05-21 23:27:17 Earnie Boyd

Add clean-dist, clean-dist-mingwrt, clean-dist-w32api and clean-dist-wsl targets.

5c378e2 2013-05-16 05:46:28 Earnie Boyd

Correction for issues #1956 and #1958.

70d6c1a 2013-05-16 03:40:37 Earnie Boyd

Merge branch '4.0-dev' of ssh://git.code.sf.net/p/mingw/mingw-org-wsl into 4.0-dev

Conflicts:
ChangeLog

2b83e81 2013-05-16 02:44:50 Earnie Boyd

* .gitignore: Add nbproject folder.

c15831d 2013-05-16 02:24:36 Earnie Boyd

* Makefile.in: Add installation and delivery of library object files.

0f994de 2013-05-12 04:17:42 Keith Marshall

Avoid a potential SIGSEGV crash on CRT start-up.

5b06c38 2013-05-12 04:06:22 Keith Marshall

Install non-executable files with proper attributes.

d310796 2013-05-08 05:34:24 Keith Marshall

Update build-aux submodule reference for SF host migration.

b44d2aa 2013-04-10 23:50:31 Earnie Boyd

Merge commit '4.0-rc1' into 4.1-dev

Conflicts:
.gitignore
ChangeLog
include/_mingw.h

f5402a0 2013-04-10 22:45:59 Earnie Boyd

* include/windows.h (NOWH): Correct typo in macro name.
* include/excpt.h (_EXCEPTION_DISPOSITION): Adjust indentation.
(_exception_code): Add declaration.
(_exception_info): Ditto.
(_abnormal_termination): Ditto.
(_except_handler): Ditto.
(_EXCEPTION_RECORD): Ditto.
(_CONTEXT): Ditto.
(_DISPATCHER_CONTEXT): Ditto.
(__C_specific_handler): Ditto.
(GetExceptionCode): Add definition.
(exception_code): Ditto.
(GetExceptionInformation): Ditto.
(exception_info): Ditto.
(AbnormalTermination): Ditto.
(abnormal_Termination): Ditto.
(FIXME): Add FIXME notes in various places.

1df8c72 4.0-rc1 2013-04-10 05:46:02 Earnie Boyd

* Makefile.in: Adjust distributed package names when RELEASE_STATUS is not equal "dist".

d99ac70 2013-03-15 00:21:20 Earnie Boyd

Copyright notice update and RELEASE_STATUS package creation changes.

* LICENSE: Update copyright notice adding year 2013.
* README: Update copyright notice adding year 2013.
Add text to explain where release notes can be found.
* Makefile.in: Update copyright notice adding year 2013.
(mingwrtdocdir): New variable used in dist-mingwrt target.
(w32apidocdir): New variable used in dist-w32api target.
(doc_DOCUMENTS): Add ChangeLog, NEWS, TODO, and NOTES.
(install-mingwrt-dirs, install-w32api-dirs): Correct creation of doc
directory using mingwrtdocdir or w32apidocdir respectfully.
(install-mingwrt, install-w32api): Correct copy of historical
documentation.
(dist-mingwrt*, dist-w32api*): For RELEASE_STATUS != prod modify the
package name to include the RELEASE_STATUS to satisfy the rules of
mingw-get.