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
2009-04-252009-04-24 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston
2009-04-232009-04-23 Paul Brook <paul@codesourcery.com>Jeff Johnston
2009-04-22 * libc/stdio/local.h (__chclass, __state_table, __action_table):Corinna Vinschen
2009-04-182009-04-17 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston
2009-04-162009-04-16 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston
2009-04-09 * libc/stdlib/local.h (__mbtowc): Declare extern.Corinna Vinschen
2009-04-09 * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen
2009-04-04 * libc/stdlib/wcstombs.c: Fix datatypes in documentation.Corinna Vinschen
2009-03-26 Revert erroneously checked in files.Corinna Vinschen
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen
2009-03-19 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen
2009-03-17 * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): Handle NULL destinationCorinna Vinschen
2009-03-03 * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen
2009-03-032009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2009-03-032009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston
2009-02-262009-02-25 Brooks Moses <brooks@codesourcery.com>Jeff Johnston
2009-02-25 * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen
2009-02-19 * libc/include/wchar.h (mbsnrtowcs): Declare.Corinna Vinschen
2009-02-192009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2009-02-132009-02-12 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2008-11-272008-11-27 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2008-11-252008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2008-11-192008-11-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2008-11-012008-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2008-10-062008-10-06 Eric Blake <ebb9@byu.net>Jeff Johnston
2008-09-29 * configure: Regenerate for new libtool.Steve Ellcey
2008-09-262008-09-26 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2008-09-252008-09-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2008-09-252008-09-24 Pawel Veselov <pawel.veselov@gmail.com>Jeff Johnston
2008-08-282008-08-28 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston
2008-08-272008-08-27 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston
2008-06-25 Fix strict-aliasing issues with _strtod_r and Storeinc.Hans-Peter Nilsson
2008-03-072008-03-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2008-03-04Fix strtod("nan()", ptr).Eric Blake
2008-03-012008-02-29 Gregory Pietsch <gpietsch@comcast.net>Jeff Johnston
2008-02-21Fix strtod("-0x", NULL).Eric Blake
2008-02-122008-02-12 Peter Rosin <peda@lysator.liu.se>Jeff Johnston
2007-12-202007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2007-10-232007-10-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2007-09-012007-08-31 Antony King <antony.king@st.com>Jeff Johnston
2007-07-07 * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul,Corinna Vinschen
2007-06-27 Support __func__ in assert, as required by C99.Eric Blake
2007-06-062007-06-06 Christian Groessler <chris@groessler.org>Jeff Johnston
2007-05-30Avoid more compiler warnings.Eric Blake
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey
2007-05-16 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake
2007-05-16* libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake
2007-04-242007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston
2007-04-05 * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexitKazu Hirata