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
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.
2003-05-16 * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,Danny Smith
but still protect inline definition with __STRICT_ANSI__
2003-05-16Remove isascii.o, add isascii.c to repositoryDanny Smith
2003-05-15 * string_old.c: Remove, splitting into...Danny Smith
* strcasecmp.c: New file. * strncasecmp.c: New file. * wscmpi.c : New file. * ctype_old.c: Remove, splitting into... * isascii.c: New file. * iscsym.c: New file. * iscsymf.c: New file. * toascii.c: New file. * Makefile.in (MOLD_OBJS): Adjust. (SRCDIST_FILES): Adjust.
2003-05-14 * include/math.h (fabs) : Remove inline definition.Danny Smith
(fabsf): Likewise. (fabsl): Likewise.
2003-05-07 * include/_mingw.h: Change version to 3.0Earnie Boyd
* Makefile.in: Ditto.
2003-05-06Uh hum, just not my dayEarnie Boyd
2003-05-06* configure: RegenerateEarnie Boyd
2003-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd
* mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
2003-05-06Oops. Add ending quotes to CFLAGS value.Earnie Boyd
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd
of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate.
2003-05-05 * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd
(ALL_CFLAGS): Include W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. * configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values. (W32API_INCLUDE): Set default value. * configure: Regenerate.
2003-04-11 * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd
* configure (LIBM_A): Ditto.
2003-04-07 * include/time.h (strftime): Remove duplicate declaration.Danny Smith
2003-04-01 * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.Danny Smith
2003-03-17 Get rid of some warnings Danny Smith
* mingwex/dirent.c (_topendir): Eliminate signed/unsigned warning. * mingwex/strtoimax.c (strtoimax): Likewise. * mingwex/wcstoimax.c (wcstoimax): Likewise. * mingwex/wtoll.c (wtoll): Remove unnecessary ';' * mingwex/fesentenv.c: Include float.h. * mingwex/math/powl.c: Eliminate type punning/strict aliasing warning. * mingwex/math/tanhl.c: Eliminate signed/unsigned warning in constants. * mingwex/math/tgammal.c: Likewise.
2003-03-17 * include/utime.h: New file, forwarding to sys/utime.h.Danny Smith
2003-03-17 * include/sys/param.h (MAXPATHLEN): Define.Danny Smith
2003-03-17 * include/tchar.h: Ansi-fy a comment.Danny Smith
2003-03-17 * profile/profile.h (mcount): Use __builtin_return_addressDanny Smith
rather than __asm statements. * profile/Makefile.in: Remove special rule for mcount.o Specify dependencies for mcount.o profil.o gmon.o.