| 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: |