| 2009-04-13 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * gdtoa/dtoa.c, gdtoa/gdtoa.c, gdtoa/gdtoaimp.h, gdtoa/misc.c, |
| gdtoa/smisc.c, gdtoa/strtodg.c, gdtoa/ulp.c: Revmoved support for IBM, |
| CRAY and VAX modes and replaced typecast assignments by union usage: |
| The IBM, CRAY and VAX macros still live in the gdtoa.h and gdtoaimp.h, |
| but all the actual code supporting them are deleted for more a clear |
| code. |
| * gdtoa/gdtoa.h: For mingw32/64, define Long as int (32 bit integer) |
| instead of long. Undefine NO_LONG_LONG (we always have 'long long'.) |
| * gdtoa/gdtoaimp.h: Always define INFNAN_CHECK when IEEE_Arith is |
| defined (which already is the case for mingw32/64, from current gdtoa |
| source at netlib.org.) Wrap the MULTIPLE_THREADS and USE_LOCALE |
| definitions at the top of the file between __MINGWxx__ ifdefs. |
| * gdtoa/gd_arith.h, gdtoa/gd_qnan.h: Regenerated. |
| |
| 2009-04-13 Ozkan Sezer <sezeroz@gmail.com> |
| * gdtoa/dmisc.c, gdtoa/dtoa.c, gdtoa/g__fmt.c, gdtoa/g_dfmt.c, |
| gdtoa/g_ffmt.c, gdtoa/g_xfmt.c, gdtoa/gdtoa.c, gdtoa/gdtoa.h, |
| gdtoa/gdtoaimp.h, gdtoa/gethex.c, gdtoa/gmisc.c, gdtoa/hd_init.c, |
| gdtoa/hexnan.c, gdtoa/misc.c, gdtoa/smisc.c, gdtoa/strtodg.c, |
| gdtoa/strtodnrp.c, gdtoa/strtof.c, gdtoa/strtopx.c, gdtoa/sum.c, |
| gdtoa/ulp.c: Removed all KR_headers stuff along with ANSI, CONST, |
| Void and Char things. Aligned the closing braces with the opening |
| braces (wnitespace.) |
| |
| 2009-04-13 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * gdtoa/dtoa.c, gdtoa/gdtoa.c, gdtoa/gdtoaimp.h, gdtoa/misc.c, |
| gdtoa/smisc.c, gdtoa/strtodg.c gdtoa/ulp.c: Fixed gcc-4.4 strict |
| aliasing issues by adding some ifdef magic. strtopx.c still needs |
| some more work. |
| |
| 2009-04-13 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crtexe.c (__mingw_vex): Removed. |
| Don't initialize gs:0 by -1. |
| |
| 2009-04-12 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * gdtoa/misc.c (b2d): Don't initialize d to 0.0 despite the 'd is |
| used uninitialized' warning, otherwise gcc >= 4.4 miscompiles this |
| with >= -O2. Should stay this way until at least gcc is fixed. |
| |
| 2009-04-08 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt/crtexe.c (__mingw_AddVectoredExceptionHandler): Removed. |
| Don't call AddVectoredExceptionHandler in 32-bit case. |
| Don't set fs:[0] to -1. |
| * misc/delayimp.c (PULONG): Don't define in 32-bit case. |
| |
| 2009-04-01 Kai Tietz <kai.tietz@onevision.com> |
| |
| PR/2723829 |
| * misc/mingw_getsp.S: Fix wrong .code64. |
| |
| 2009-03-28 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/fesetenv.c: Replace _imp__<sym> by __MINGW_IMP_SYMBOL(sym). |
| * complex/cpow.c: Likewise. |
| * include/internal.h: Likewise. |
| * crt/CRT_fp8.c: Likewise. |
| * crt/atonexit.c: Likewise. |
| * crt/crtexe.c: Likewise. |
| |
| 2009-03-17 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt/crtexe.c (wmainCRTStartup): Rename it to mainCRTStartup. |
| (wWinMainCRTStartup): Rename to wWinMainCRTStartup. |
| Make sure that for wmain call __main is called, too. |
| |
| 2009-03-16 Ozkan Sezer <sezero@users.sourceforge.net> |
| |
| * misc/fetestexcept.c: added missing has_sse check. |
| * misc/fesetexceptflag.c: likewise. |
| |
| 2009-03-13 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt/mingw_custom.c (__mingw_get_crt_info): Moved from |
| mingw_helpers.c. |
| * minw_helpers.c (__mingw_get_crt_info): Removed. |
| General check if _DLL was already defined. |
| |
| 2009-03-11 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/mingw_usleep.c: New. |
| |
| 2009-03-11 Alexey Pushkin <Alexey.Pushkin@mererand.com> |
| |
| * crt/crtexe.c (_MINGW_INSTALL_DEBUG_MATHERR): Use for |
| optional debugging code for _matherr. |
| * crt/merr.c (_MINGW_INSTALL_DEBUG_MATHERR): New. |
| (_matherr): Show more details for debugging math |
| exceptions. |
| |
| 2009-02-27 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt/mingw_helper.c (__mingw_get_crt_info): Append |
| underscores to internal macros __MINGW64_VERSION, ... |
| |
| 2009-02-20 Kai Tietz <kai.tietz@onevision.com> |
| |
| PR/2615526 |
| * tanhl.c: Add constant padding for 64-bits long double. |
| * lgammal.c: Likewise. |
| * tgammal.c: Likewise. |
| * powl.c: Likewise |
| * cephes_mconf.h: Likewise. |
| * sinhl.c: Likewise. |
| * erfl.c: Likewise. |
| |
| 2009-02-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| * lib32/moldname-msvcrt.def (fstat): Remove. |
| (stat): Remove. |
| |
| 2009-02-07 Kai Tietz <kai.tietz@onevision.com> |
| |
| * revstamp.h: New. |
| |
| 2008-11-11 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt64/pseudo-reloc.c: Support of new pseudo relocation |
| version. |
| |
| 2008-09-29 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/wininterlocked.c (InterlockedExchangeAdd): New. |
| (InterlockedExchangeAdd64): New. |
| |
| 2008-09-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| Patch/2108279 by Jaroslav Smid |
| * lib64/uxtheme.def: New Vista API for BeginBufferedPaint, |
| BufferedPaintClear, BufferedPaintInit, BufferedPaintSetAlpha, |
| BufferedPaintUnInit, EndBufferedPaint, GetBufferedPaintBits, |
| GetBufferedPaintDC, GetBufferedPaintTargetDC, and |
| GetBufferedPaintTargetRect. |
| |
| 2008-09-12 Kai Tietz <kai.tietz@onevision.com> |
| |
| Patch/2106947 by Jaroslav Smid |
| * lib64/dwmapi.def: New. |
| |
| 2008-08-27 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt64/crtexe.c (_TUCHAR): Replaced by _TCHAR. |
| |
| 2008-08-14 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdio/ftello64.c: Use fgetpos. |
| |
| 2008-07-29 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/execv.c: Change return type to int. |
| * misc/execve.c: Likewise. |
| * misc/execvp.c: Likewise. |
| * execvpe.c: Likewise. |
| |
| 2008-06-14 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt64/crtexe.c (duplicate_ppstrings): Correct |
| type cast of allocated buffer. |
| |
| 2008-04-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * gdtoa: New. |
| |
| 2008-04-09 Kai Tietz <kai.tietz@onevision.com> |
| |
| PR/1938117 |
| * vsscanf.c: Fix assembly typo. |
| |
| 2008-04-08 Kai Tietz <kai.tietz@onevision.com> |
| |
| * profile/COPYING: New. |
| * profile/CYGWIN_LICENSE: New. |
| * profile/gcrt0.c: New. |
| * profile/gmon.c: New. |
| * profile/gmon.h: New. |
| * profile/mcount.c: New. |
| * profile/profil.c: New. |
| * profile/profil.h: New. |
| * profile/profile.h: New. |
| |
| 2008-01-30 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/io_intrin.c: Correct arguments for __readmsr. |
| |
| 2008-01-28 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt64/fmode.c: Set default to TEXT. |
| |
| 2008-01-28 sduplichan <sduplichan@users.sourceforge.net> |
| |
| * misc/io_intrin.c: Add further intrinsic functions. |
| |
| 2008-01-26 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdio/_findfirst64i32.c: Correct wide-character version to |
| call _wfindfirst64.
|
| * misc/io_intrin.c: Add intrin I/O functions. |
| |
| 2008-01-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdio/fseeko64.c: Correct feeko64. |
| |
| 2008-01-23 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crt64/dirent.c: Add add _tGetFileAttributes for win95. |
| * misc/wcrtomb.c: EILSEQ check just for codepage zero. |
| * misc/gettimeofday.c: Reenabled gettimeofday function. |
| |
| 2008-01-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdio/fseeko64.c: Add os error mapping. |
| |
| 2008-01-05 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/ and crt64/: Removed dos line-endings. |
| * crt64/moldname-msvcrt.def: Removed stat and fstat. PR/1863020. |
| |
| 2007-11-22 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crtexe.c: Corrected fs:0, gs:0 initialization. This |
| let setjmp longjmp work proper. |
| |
| 2007-11-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _findfirst64i32.c: Add wide char methods. |
| * _findnext64i32.c: Likewise. |
| |
| 2007-11-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/wininterlocked.c: Add NtCurrentTeb function. PR/1832340. |
| |
| 2007-10-22 20-40 <20-40@annonymous> |
| |
| * crtexe.c: Add _pei386_runtime_relocator. |
| * crtdll.c: Likewise. |
| |
| 2007-10-22 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crtexe.c: Add exception handler basic routines. |
| SEH support experimental. |
| |
| 2007-10-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * fseeko64.c: (_flush): New method. |
| (_fseeki64): Use _flush instead of fflush. |
| |
| 2007-10-18 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Disable build of alarm.c in misc. |
| |
| 2007-10-09 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _fstat64i32.c,_fwstat64i32.c: New. |
| |
| 2007-10-05 zhou drangon <drangon.mail@gmail.com> |
| |
| * misc/spawnv.c: Corrected mode argument. |
| * misc/spawnve.c: Likewise. |
| * misc/spawnvp.c: Likewise. |
| * misc/spawnvpe.c: Likewise. |
| |
| 2007-10-04 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/execv.c: |
| * misc/execve.c: New. |
| * misc/execvp.c: New. |
| * misc/execvpe.c: New. |
| * misc/spawnv.c: New. |
| * misc/spawnve.c: New. |
| * misc/spawnvp.c: New. |
| * misc/spawnvpe.c: New. |
| * Makefile: Add execv.c, execve.c, execvp.c, execvpe.c, |
| spawnv.c, spawnve.c, spawnvp.c, and spawnvpe.c to build. |
| |
| 2007-10-01 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/difftime64.c: New. |
| * misc/difftime32.c: New. |
| * Makefile: Add difftime32.c and difftime64.c. |
| |
| 2007-10-01 zhou drangon <drangon.mail@gmail.com> |
| |
| * math/remquof.S: Fixed typos. |
| * math/ceill.S: Likewise. |
| * math/floorl.S: Likewise. |
| |
| 2007-09-27 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math/logf.S: Removed. |
| * math/floorf.S: Removed. |
| * math/log10f.S: Removed. |
| * math/copysignf.S: Removed. |
| * math/copysign.S: Removed. |
| * math/logf.c: New. |
| * math/floorf.c: New. |
| * math/log10f.c: New. |
| * math/copysignf.c: New. |
| * math/copysign.c: New. |
| * math/ceill.S: Adjust calling convention. |
| * math/copysignl.S: Likewise. |
| * math/cosl.S: Likewise. |
| * math/exp2.S: Likewise. |
| * math/exp2f.S: Likewise. |
| * math/exp2l.S: Likewise. |
| * math/floorl.S: Likewise. |
| * math/fma.S: Likewise. |
| * math/fmaf.S: Likewise. |
| * math/frexpl.S: Likewise. |
| * math/ilogb.S: Likewise. |
| * math/ilogbf.S: Likewise. |
| * math/ilogbl.S: Likewise. |
| * math/log10l.S: Likewise. |
| * math/log1p.S: Likewise. |
| * math/log1pf.S: Likewise. |
| * math/log1pl.S: Likewise. |
| * math/log2.S: Likewise. |
| * math/log2f.S: Likewise. |
| * math/log2l.S: Likewise. |
| * math/logl.S: Likewise. |
| * math/nearbyint.S: Likewise. |
| * math/nearbyintf.S: Likewise. |
| * math/nearbyintl.S: Likewise. |
| * math/remainder.S: Likewise. |
| * math/remainderf.S: Likewise. |
| * math/remainderl.S: Likewise. |
| * math/remquo.S: Likewise. |
| * math/remquof.S: Likewise. |
| * math/remquol.S: Likewise. |
| * math/scalbn.S: Likewise. |
| * math/scalbnf.S: Likewise. |
| * math/scalbnl.S: Likewise. |
| * math/sinl.S: Likewise. |
| * math/tanl.S: Likewise. |
| |
| 2007-09-26 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Add _findfirst64i32.c. |
| Add _findnext64i32.c. |
| * stdio/_findfirst64i32.c: New. |
| * stdio/_findnext64i32.c: New. |
| * math/sinf.S: Removed. |
| * math/cosf.S: Removed. |
| * math/tanf.S: Removed. |
| * math/ceilf.S: Removed. |
| * math/sinf.c: New. |
| * math/cosf.c: New. |
| * math/tanf.c: New. |
| * math/ceilf.c: New. |
| |
| 2007-09-24 Kai Tietz <kai.tietz@onevision.com> |
| |
| * dirent.c: (_topendir): Let d_name point to dd_dta.name. |
| PR/1801043 |
| * mktime.c, difftime.c, ctime.c, gmtime.c, localtime.c, |
| _mkgmtime.c, time.c: New files in misc. |
| * Makefile: Add new files to build. |
| |
| 2007-09-21 Kai Tietz <kai.tietz@onevision.com> |
| |
| * misc/wininterlocked.c: Remove InterlockedExchangeAdd64 and |
| InterlockedExchangeAdd. |
| |
| 2007-09-20 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Add build file misc/wininterlocked.c. |
| * misc/wininterlocked.c: New file implementing |
| inline methods defined by winnt.h. |
| |
| 2007-09-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: removed termios and TERMIOS_OBJS. |
| * termios/: Removed. |
| |
| 2007-09-11 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math/cephes_emath.c: (__emdnorm): Work around |
| negation of unsigned short bug by using xor logic |
| PR/1792793. |
| * tlssup.c: (__dyn_tls_init, __dyn_tls_dtor): Type |
| cast warnings PR/1792786. |
| * misc/gettimeofday.c: (mingw_gettimeofday): New POSIX compatible |
| version of gettimeofday method. |
| |
| 2007-08-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math/cbrtl.c: [PR/1781604] Warning incompatible implicit declaration. |
| * math/erfl.c: [PR/1781602] Warning incompatible implicit declaration. |
| |
| 2007-08-21 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Add isblank.c and iswblank.c. |
| * isblank.c, iswblank.c: New. |
| |
| 2007-08-21 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * dllmain.c: Remove deprecated reference to global |
| variable '_pRawDllMain'. |
| |
| 2007-08-14 NightStrike <nightstrike@gmail.com> |
| |
| * Makefile: PR/1772766 remove unused DLLWRAP?. |
| |
| 2007-08-14 Kai Tietz <kai.tietz@onevision.com> |
| |
| * dllcrt.c: Introduce call for DllEntryPoint if present. |
| * dllentry.c: New. |
| * Makefile: Add dllentry.c to libmingw.a. |
| |
| 2007-07-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * mingw_helpers.c: New file for libmingw32.a. |
| * crtdll.c, crtexe.c: (__dyn_tls_init_callback, |
| _decode_pointer, _encode_pointer, mingw_app_type): Moved |
| implementation to mingw_helpers.c. |
| |
| 2007-07-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crtbegin.c, crtend.c: New. |
| * Makfile: generate crtbegin.o and crtend.o objects. |
| * CRT_fp10.c: Renamed according to Makefile. |
| * CRT_fp8.c: Renamed according to Makefile. |
| |
| 2007-07-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Add crt0_c.c and crt0_w.c |
| * crt0_c.c: New. |
| * crt0_w.c: New. |
| * crtexe.c: Combine win/console for sake of -mconsole and |
| -mwindows and move default main for win into libmingw32.a. |
| |
| 2007-07-19 NightStrike <nightstrike@gmail.com> |
| |
| * Makefile: Replace EXE by EXEEXT as autoconf defines it. |
| |
| 2007-07-18 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Makefile: Enable windows starup. |
| Add misc/wassert.c to libmingwex.a. |
| * misc/wassert.c: Add _wassert method. |
| |
| 2007-07-17 Kai Tietz <kai.tietz@onevision.com> |
| |
| * crtexe.c: Define argv, envp unicode specific. |
| Corrected definition of __initenv and __winitenv. |
| * internal.h: Corrected definition of __initenv and __winitenv. |
| |
| 2007-07-17 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * Makefile: Replaced hardcoded /usr/local by $prefix. |
| Removed install of none existing docdir. |
| |
| 2007-07-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Contributed initial crt set. |
| |
| |
| Local Variables: |
| version-control: never |
| End: |