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 (Expand)Author
2003-09-24 * include/io.h (_fileno): Remove prototype.Danny Smith
2003-09-24 * include/inttypes.h: Include _mingw.h.Danny Smith
2003-09-24 * include/_mingw.h (__CRT_INLINE): Define.Danny Smith
2003-09-232003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net>Danny Smith
2003-09-15 * include/_mingw.h: Increment version to 3.2.Earnie Boyd
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
2003-07-03 * include/search.h: New file.Danny Smith
2003-07-03 * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,Danny Smith
2003-07-02 * include/_mingw.h (small, hyper): Change to __small and __hyper toEarnie Boyd
2003-07-01 * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd
2003-07-01 * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define.Earnie Boyd
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
2003-06-18 * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle,Danny Smith
2003-05-302003-05-30 Sascha Sommer <saschasommer@freenet.de>Danny Smith
2003-05-16 * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,Danny Smith
2003-05-16Remove isascii.o, add isascii.c to repositoryDanny Smith
2003-05-15 * string_old.c: Remove, splitting into...Danny Smith
2003-05-14 * include/math.h (fabs) : Remove inline definition.Danny Smith
2003-05-07 * include/_mingw.h: Change version to 3.0Earnie Boyd
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
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
2003-05-05 * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd
2003-04-11 * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd
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
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
2003-03-11 * include/stdlib.h (qsort): Remove const from first parm.Danny Smith
2003-03-032003-03-03 Christopher Faylor <cgf@redhat.com>Danny Smith
2003-03-03 * mingwex/getopt.c: New file, copied from cygwin srcs.Danny Smith
2003-03-022003-03-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-02-25 * Makefile.in (libmsvcrt20.a): Remove target and dependencies.Earnie Boyd
2003-02-22 Thanks to David Frasier <davidf@sjsoft.com> who inspired portions ofEarnie Boyd
2003-02-20 * Makefile.in: Make sure libmingwex.a from current build tree is used.Corinna Vinschen
2003-02-14* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor
2003-02-14Fix typo in last ChangeLog entry.Danny Smith
2003-02-14 * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith
2003-02-11 * include/math.h: Remove _CRTIMP from pow() prototype,Danny Smith
2003-02-11 * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith
2003-02-11 * include/_mingw.h (_CRTIMP): Define for __GNUC__ ifDanny Smith
2003-02-08 * include/_mingw.h: Change version to 3.0Earnie Boyd
2003-02-08 * include/stdlib.h: Make words after #endif a comment.Earnie Boyd