Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-01 * crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll toDanny Smith
_fmode if not __MSVCRT__.
2004-03-312004-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/io.h: (_findfirst): Correct prototype. 2004-03-30 Hans Leidekker <hans@it.vu.nl> * include/io.h: (_findnext, _findclose): Correct prototype.
2004-03-292004-03-28 Hans Leidekker <hans@it.vu.nl>Luke Dunstan
* include/math.h (FP_*): Add defines.
2004-03-29 * mingwex/math/round.c: Rewrite.Danny Smith
* mingwex/math/roundf.c: Rewrite. * mingwex/math/roundl.c: Rewrite.
2004-03-26 Add prototypes for new msvcrt.dll versionsDanny Smith
* include/_mingw.h (__MSVCRT_VERSION__): Define default as 0x0600. * include/time.h (__time64_t): Add typedef. (_mktime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. (_ctime64): Likewise. (_wctime64): Likewise. (_gmtime64): Likewise. (_localtime64): Likewise. (wcsftime): Move into _WTIME_DEFINED block. Regroup non-ANSI prototypes. * include/io.h: Include <stdint.h>. (__finddata64_t): Add struct definition. (__wfinddata64_t): Likewise. (_findfirst64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. (_findnext64): Likewise. (_wfindfirst64): Likewise. (_wfindnext64): Likewise. * include/sys/timeb.h (__timeb64): Add struct definition. (_ftime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. * include/sys/utime.h (__utimbuf64): Add struct definition. (_utime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. (_futime64): Likewise. (_wutime64): Likewise. * include/sys/stat.h (__stat64): Add struct definition. (_fstat64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. (_stat64): Likewise. (_wstat64): Likwise. * include/sys/types.h (__time64_t): Add typedef. * include/wchar.h (__wfinddata64_t): Add structure definition. (__stat64): Likewise. (_wctime64): Add prototype for __MSVCRT_VERSION__ >= 0x0601. (_wfindfirst64): Likewise. (_wfindnext64): Likewise. (_wutime64): Likewise. (_wstat64): Likwise. * include/malloc.h (_aligned_free): Add prototype for __MSVCRT_VERSION__ >= 0x0700. (_aligned_malloc): Likewise. (_aligned_offset_malloc): Likewise. (_aligned_offset_realloc): Likewise. (_aligned_realloc): Likewise. * include/string.h (_wcserror): Add prototype for __MSVCRT_VERSION__ >= 0x0700. (__wcserror): Likewise. * include/math.h (_set_SSE2_enable): Add prototype for __MSVCRT_VERSION__ >= 0x0701.
2004-03-25 * include/stdio.h (_fsopen): Add prototype.Danny Smith
* include/tchar.h (_tfsopen): Add defines. Thanks to "Gerik" <gerikr at users dot sourceforge dot net>
2004-03-19 * msvcrt.def.in: Add stubs for msvcrt.dll (version 6.10),Danny Smith
msvcr70.dll, and msvcr71.dll. * Makefile.in (msvcr*.def): Define preprocessor __msvcr*__ constant using basename of output def file.
2004-03-13 * include/malloc.h: Remove __STRICT_ANSI__ guard.Danny Smith
2004-03-12* include/process.h: Remove the #endif associated with removal ofChristopher Faylor
__STRICT_ANSI__ guard from non-ANSI header.
2004-03-11 * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.Danny Smith
* include/direct.h: Ditto. * include/dirent.h: Ditto. * include/dos.h: Ditto. * include/excpt.h: Ditto. * inlude/fcntl,h * include/io.h: Ditto. * inlude/mem.h: Ditto. * include/memory.h: Ditto. * include/process.h: Ditto. * inlude/search.h: Ditto. * include/share.h: Ditto. * include/unistd.h: Ditto. * include/sys/fcntl.h: Ditto. * include/file.h: Ditto. * include/sys/locking.h: Ditto. * include/sys/param.h: Ditto. * include/sys/stat,h * include/sys/time.h: Ditto. * include/sys/timeb.h: Ditto. * include/sys/types.h: Ditto. * include/sys/unistd.h: Ditto. * include/sys/utime.h: Ditto.
2004-02-21 * include/_mingw.h (__UNUSED_PARAM): Define macro.Danny Smith
* include/wchar.h (fwide): Use it. (mbsinit): Ditto.
2004-02-05 * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith
NetBSD getopt_long.c.
2004-02-05 * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith
codes and handling of special chars.
2004-02-02 * include/stdio.h (feof): Add inlined definition.Danny Smith
(ferror): Ditto.
2004-02-01 * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith
directly, rather than via scabnl.
2004-02-01 * mingwex/math/powl.c (powl): Return infinity ifDanny Smith
extended precision multiplication of x by log2(y) overflows.
2004-01-31 * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith
(__enan_NI16): Fix another one. (__enan_NBITS): Tidy.
2004-01-17 * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bitDanny Smith
types. (Thanks to John Maddock for report.)
2004-01-142004-01-14 Greg Chicares <chicares@users.sourceforge.net>Danny Smith
* include/tchar.h (_puttchar): Define.
2003-12-14 * include/stdio.h:(_fileno): Define macro version after bothDanny Smith
fileno and _fileno functions declared. * include/stdio.h (_rmtmp, rmtmp): Add prototypes. * moldnames.def.in (rmtmp) Add stub.
2003-11-272003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net>Danny Smith
* include/signal.h (SIG_SGE, SIG_ACK): Add defines.
2003-10-28 * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith
not __GLIBCPP__.
2003-10-21 * include/_mingw.h: Define __attribute__((x)) to nothingDanny Smith
if not __GNUC__.
2003-10-21 Add ISO C99 complex support for doubles.Danny Smith
* include/complex.h: New file. * mingwex/complex: New directory. * mingwex/complex/cabs.c: New file. * mingwex/complex/cacos.c: New file. * mingwex/complex/cacosh.c: New file. * mingwex/complex/casin.c: New file. * mingwex/complex/casinh.c: New file. * mingwex/complex/catan.c: New file. * mingwex/complex/catanh.c: New file. * mingwex/complex/ccos.c: New file. * mingwex/complex/ccosh.c: New file. * mingwex/complex/cexp.c: New file. * mingwex/complex/cimag.c: New file. * mingwex/complex/clog.c: New file. * mingwex/complex/cpow.c: New file. * mingwex/complex/cproj.c: New file. * mingwex/complex/creal.c: New file. * mingwex/complex/csin.c: New file. * mingwex/complex/csinh.c: New file. * mingwex/complex/csqrt.c: New file. * mingwex/complex/ctan.c: New file. * mingwex/complex/ctanh.c: New file. * mingwex/Makefile.in (COMPLEX_DISTFILES): New list of files. (dist): Use it. (COMPLEX_OBJS): New list of objects. (LIB_OBJS): Include it in the library.
2003-10-21 * include/math.h (cabs): Remove non-ISO prototype.Danny Smith
2003-10-21 * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith
Use GCC __builtin's if available. (INFINITY, INFINITYF, INFINITYL): Likewise.
2003-10-21 * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith
beyond approximation limit. * mingwex/math/sf_erf.c (erff): Likewise.
2003-10-18 * include/stdio.h (_filbuf): Add prototype.Danny Smith
(_flsbuf): Add prototype. (getc): Add inline version. (putc): Likewise. (getchar): Likewise. (putchar): Likewise.
2003-10-10 * include/_mingw.h: Increment version to 3.2.Earnie Boyd
* Makefile.in: Ditto.
2003-10-10 * include/sys/types.h: Revert last change.Earnie Boyd
2003-10-10 * include/sys/types.h (ssize_t): Correct the definition.Earnie Boyd
2003-10-03 * include/stdio.h (_filbuf): Add prototype.Danny Smith
(_flsbuf): Add prototype. (getc): Add inline version. (putc): Likewise. (getchar): Likewise. (putchar): Likewise.
2003-10-03 * mingwex/dirent.c (_treaddir): Reset errno to 0 if endDanny Smith
of directory.
2003-09-29 * include/stdlib.h: Guard non-ISO functions withDanny Smith
!__STRICT_ANSI__, throughout.
2003-09-24 * include/io.h (_fileno): Remove prototype.Danny Smith
(fileno): Likewise. (FILENAME_MAX): Define, if needed. Don't include <stdio.h>. * include/stdio.h (FILENAME_MAX): Protect against prior definition. (_fileno): Define macro implementation. (fileno): Likewise.
2003-09-24 * include/inttypes.h: Include _mingw.h.Danny Smith
2003-09-24 * include/_mingw.h (__CRT_INLINE): Define.Danny Smith
* include/ctype.h: Replace 'extern inline' with __CRT_INLINE, throughout * include/inttypes.h: Likewise. * include/math.h: Likewise. * include/stdio.h: Likewise. * include/stdlib.h: Likewise. * include/string.h: Likewise. * include/wchar.h: Likewise. * include/wctype.h: Likewise.
2003-09-232003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net>Danny Smith
* mingwex/dirent.c (_topendir): Allocate enough memory for DIR struct in UNICODE case too.
2003-09-15 * include/_mingw.h: Increment version to 3.2.Earnie Boyd
* Makefile.in: Ditto.
2003-07-03 * config.guess, config.sub: Update with versions from ftp.gnu.org.Earnie Boyd
2003-07-03 * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith
* mingwex/math/truncf.c (truncf): Likewise. * mingwex/math/truncl.c (truncl): Likewise. * mingwex/math/modff.c (modff): Likewise. * mingwex/math/modfl.c (modfl): Likewise.
2003-07-03 * include/search.h: New file.Danny Smith
* include/stdlib.h: Add comment about qsort, bsearch in search.h. * test_headers.c: Include search.h. * moldname.def.in (lfind, lsearch): Add.
2003-07-03 * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,Danny Smith
_execvpe, _spawnve, _spawnvpe, execv, execvp, spawnv, spawnvp, execve, execvpe, spawnve, spawnvpe): Const-ify all the char params.
2003-07-02 * include/_mingw.h (small, hyper): Change to __small and __hyper toEarnie Boyd
avoid user space name conflicts.
2003-07-01 * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd
Rename to Small (case difference).
2003-07-01 * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define.Earnie Boyd
Note: Also added to w32api/include/basetyps.h.
2003-06-19Oops, Forgot to submit the change logEarnie Boyd
2003-06-18 * include/dirent.h (dirent): Make d_name and array instead of a pointer.Earnie Boyd
* mingwex/dirent.c: Modifications througout to fill d_name array. * Makefile.in (LIBS): Add new MSVCRT libraries libmsvcr70 and libmsvcr71, including debug versions. (msvcr70.def, msvcr70d.def, msvcr71.def, msvcr71.def): New targets.
2003-06-18 * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle,Danny Smith
__pioinfo, __setlc_active, _unguarded_readlc_active, _dstbias): Mark as DATA.
2003-05-302003-05-30 Sascha Sommer <saschasommer@freenet.de>Danny Smith
* include/sys/types.h (_ssize_t, ssize_t): Add typedefs.