OSDN Git Service

mingw/mingw-org-wsl.git
9 years agoMore JMPSTUB rationalization of inline functions.
Keith Marshall [Sun, 30 Nov 2014 22:34:46 +0000 (22:34 +0000)]
More JMPSTUB rationalization of inline functions.

9 years agoCorrect omission of complex conjugate functions from libmingwex.a
Keith Marshall [Sat, 29 Nov 2014 20:58:46 +0000 (20:58 +0000)]
Correct omission of complex conjugate functions from libmingwex.a

9 years agoBack-port improved asinh() implementation from 4.0-dev branch.
Keith Marshall [Mon, 24 Nov 2014 22:36:19 +0000 (22:36 +0000)]
Back-port improved asinh() implementation from 4.0-dev branch.

9 years agoEnable remake of lost LIBIMPL object files.
Keith Marshall [Tue, 18 Nov 2014 19:47:32 +0000 (19:47 +0000)]
Enable remake of lost LIBIMPL object files.

9 years agoImplement more robust _get_output_format fallback handling.
Keith Marshall [Mon, 17 Nov 2014 19:10:03 +0000 (19:10 +0000)]
Implement more robust _get_output_format fallback handling.

9 years agoDo some more essential build tree clean up.
Keith Marshall [Sun, 16 Nov 2014 18:35:19 +0000 (18:35 +0000)]
Do some more essential build tree clean up.

9 years agoImplement wrappers for emulation of POSIX dlfcn API.
Keith Marshall [Tue, 11 Nov 2014 18:13:14 +0000 (18:13 +0000)]
Implement wrappers for emulation of POSIX dlfcn API.

9 years agoMove libgen functions to __mingw_ pseudo-namespace.
Keith Marshall [Sat, 8 Nov 2014 23:54:51 +0000 (23:54 +0000)]
Move libgen functions to __mingw_ pseudo-namespace.

9 years agoImplement new command line argument globbing strategy.
Keith Marshall [Sat, 8 Nov 2014 11:10:32 +0000 (11:10 +0000)]
Implement new command line argument globbing strategy.

9 years agoBackport glob implementation from master to legacy.
Keith Marshall [Fri, 7 Nov 2014 01:23:36 +0000 (01:23 +0000)]
Backport glob implementation from master to legacy.

9 years agoImplement conventionally named dirent function trampolines.
Keith Marshall [Wed, 5 Nov 2014 18:26:23 +0000 (18:26 +0000)]
Implement conventionally named dirent function trampolines.

9 years agoMake dirent implementation namespace and time_t clean.
Keith Marshall [Mon, 3 Nov 2014 21:53:24 +0000 (21:53 +0000)]
Make dirent implementation namespace and time_t clean.

9 years agoCorrect improper naming of assembly language source files.
Keith Marshall [Fri, 31 Oct 2014 17:10:12 +0000 (17:10 +0000)]
Correct improper naming of assembly language source files.

--HG--
rename : mingwrt/mingwex/math/ceilf.S => mingwrt/mingwex/math/ceilf.s
rename : mingwrt/mingwex/math/ceill.S => mingwrt/mingwex/math/ceill.s
rename : mingwrt/mingwex/math/copysign.S => mingwrt/mingwex/math/copysign.s
rename : mingwrt/mingwex/math/copysignf.S => mingwrt/mingwex/math/copysignf.s
rename : mingwrt/mingwex/math/copysignl.S => mingwrt/mingwex/math/copysignl.s
rename : mingwrt/mingwex/math/cosf.S => mingwrt/mingwex/math/cosf.s
rename : mingwrt/mingwex/math/cosl.S => mingwrt/mingwex/math/cosl.s
rename : mingwrt/mingwex/math/exp2.S => mingwrt/mingwex/math/exp2.s
rename : mingwrt/mingwex/math/exp2f.S => mingwrt/mingwex/math/exp2f.s
rename : mingwrt/mingwex/math/exp2l.S => mingwrt/mingwex/math/exp2l.s
rename : mingwrt/mingwex/math/floorf.S => mingwrt/mingwex/math/floorf.s
rename : mingwrt/mingwex/math/floorl.S => mingwrt/mingwex/math/floorl.s
rename : mingwrt/mingwex/math/fma.S => mingwrt/mingwex/math/fma.s
rename : mingwrt/mingwex/math/fmaf.S => mingwrt/mingwex/math/fmaf.s
rename : mingwrt/mingwex/math/frexpl.S => mingwrt/mingwex/math/frexpl.s
rename : mingwrt/mingwex/math/ilogb.S => mingwrt/mingwex/math/ilogb.s
rename : mingwrt/mingwex/math/ilogbf.S => mingwrt/mingwex/math/ilogbf.s
rename : mingwrt/mingwex/math/ilogbl.S => mingwrt/mingwex/math/ilogbl.s
rename : mingwrt/mingwex/math/log10f.S => mingwrt/mingwex/math/log10f.s
rename : mingwrt/mingwex/math/log10l.S => mingwrt/mingwex/math/log10l.s
rename : mingwrt/mingwex/math/log1p.S => mingwrt/mingwex/math/log1p.s
rename : mingwrt/mingwex/math/log1pf.S => mingwrt/mingwex/math/log1pf.s
rename : mingwrt/mingwex/math/log1pl.S => mingwrt/mingwex/math/log1pl.s
rename : mingwrt/mingwex/math/log2.S => mingwrt/mingwex/math/log2.s
rename : mingwrt/mingwex/math/log2f.S => mingwrt/mingwex/math/log2f.s
rename : mingwrt/mingwex/math/log2l.S => mingwrt/mingwex/math/log2l.s
rename : mingwrt/mingwex/math/logf.S => mingwrt/mingwex/math/logf.s
rename : mingwrt/mingwex/math/logl.S => mingwrt/mingwex/math/logl.s
rename : mingwrt/mingwex/math/nearbyint.S => mingwrt/mingwex/math/nearbyint.s
rename : mingwrt/mingwex/math/nearbyintf.S => mingwrt/mingwex/math/nearbyintf.s
rename : mingwrt/mingwex/math/nearbyintl.S => mingwrt/mingwex/math/nearbyintl.s
rename : mingwrt/mingwex/math/remainder.S => mingwrt/mingwex/math/remainder.s
rename : mingwrt/mingwex/math/remainderf.S => mingwrt/mingwex/math/remainderf.s
rename : mingwrt/mingwex/math/remainderl.S => mingwrt/mingwex/math/remainderl.s
rename : mingwrt/mingwex/math/remquo.S => mingwrt/mingwex/math/remquo.s
rename : mingwrt/mingwex/math/remquof.S => mingwrt/mingwex/math/remquof.s
rename : mingwrt/mingwex/math/remquol.S => mingwrt/mingwex/math/remquol.s
rename : mingwrt/mingwex/math/scalbn.S => mingwrt/mingwex/math/scalbn.s
rename : mingwrt/mingwex/math/scalbnf.S => mingwrt/mingwex/math/scalbnf.s
rename : mingwrt/mingwex/math/scalbnl.S => mingwrt/mingwex/math/scalbnl.s
rename : mingwrt/mingwex/math/sinf.S => mingwrt/mingwex/math/sinf.s
rename : mingwrt/mingwex/math/sinl.S => mingwrt/mingwex/math/sinl.s
rename : mingwrt/mingwex/math/tanf.S => mingwrt/mingwex/math/tanf.s
rename : mingwrt/mingwex/math/tanl.S => mingwrt/mingwex/math/tanl.s

9 years agoStreamline the build system infrastructure.
Keith Marshall [Wed, 29 Oct 2014 10:56:09 +0000 (10:56 +0000)]
Streamline the build system infrastructure.

9 years agoMerge .hgignore from "master" branch to "legacy".
Keith Marshall [Wed, 22 Oct 2014 20:08:54 +0000 (21:08 +0100)]
Merge .hgignore from "master" branch to "legacy".

9 years agoImport w32api-3.17 source code on "legacy" branch.
Keith Marshall [Tue, 21 Oct 2014 21:27:35 +0000 (22:27 +0100)]
Import w32api-3.17 source code on "legacy" branch.

9 years agoCreate "legacy" branch; import mingwrt-3.20 source code.
Keith Marshall [Tue, 21 Oct 2014 21:25:10 +0000 (22:25 +0100)]
Create "legacy" branch; import mingwrt-3.20 source code.

11 years agoInitial commit
Earnie Boyd [Wed, 8 Aug 2012 17:16:07 +0000 (13:16 -0400)]
Initial commit