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
path: root/newlib
AgeCommit message (Expand)Author
2015-01-152015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2015-01-152015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2015-01-14 * configure.host: Add extra system for OpenRISC baremetalCorinna Vinschen
2015-01-12 * testsuite/newlib.wctype/tiswctype.c (main): Use wide character typeCorinna Vinschen
2015-01-08 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONECorinna Vinschen
2015-01-08 * testsuite/newlib.wctype/twctrans.c (main): Use towlower and towupper.Corinna Vinschen
2015-01-06 * libc/machine/aarch64/strcpy.S (strcpy): Further performanceRichard Earnshaw
2015-01-052014-12-26 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston
2014-12-182014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-12-18Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz
2014-12-18 * stdio.tex: Add menu entries for __fsetlocking and stdio_ext.Corinna Vinschen
2014-12-16* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume thatDJ Delorie
2014-12-16 * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw
2014-12-16 * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen
2014-12-152014-12-15 Jonathan Roelofs <jonathan@codesourcery.com>Jeff Johnston
2014-12-15* libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz
2014-12-15 * newlib/libc/include/machine/setjmp.h: Add FPU support.Corinna Vinschen
2014-12-15 * configure.host: Add libm nds32 machine directory.Corinna Vinschen
2014-12-15 * libc/include/stdlib.h: Include sys/cdefs.h to avoid undefinedCorinna Vinschen
2014-12-132014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston
2014-12-122014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston
2014-12-11 * libc/include/stdio.h: Fix type signature of __sfeof and __sferrorCorinna Vinschen
2014-12-11* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.Yaakov Selkowitz
2014-12-10 * libc/include/stdio_ext.h: Remove excess "inline".Corinna Vinschen
2014-12-10 * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobberedRichard Earnshaw
2014-12-08 * libc/machine/aarch64/strrchr.S: New file.Richard Earnshaw
2014-12-08 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for datesCorinna Vinschen
2014-12-05* libc/include/stdlib.h (__bsd_qsort_r): Declare.Yaakov Selkowitz
2014-12-04 * libc/include/sys/signal.h [__SPU__] (kill): Declare.Corinna Vinschen
2014-12-032014-12-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-11-28 * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64Corinna Vinschen
2014-11-26 * libc/machine/arm/strcmp-armv6m.S: New file.Corinna Vinschen
2014-11-25 * libc/include/sys/_default_fcntl.h: Move all Cygwin-specific openCorinna Vinschen
2014-11-242014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2014-11-21 PR target/63901Nick Clifton
2014-11-20 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* isCorinna Vinschen
2014-11-20 * libc/sys/rtems/sys/syslimits.h (NGROUPS_MAX): Adjust value soCorinna Vinschen
2014-11-12 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen
2014-11-10 * libc/machine/aarch64/strcpy.S: New file.Richard Earnshaw
2014-11-062014-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2014-11-06 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach toCorinna Vinschen
2014-10-302014-10-29 Jon Turney <jon.turney@dronecode.org.uk>Jon TURNEY
2014-10-29Remove accidentally added Change Log entryCorinna Vinschen
2014-10-29 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen
2014-10-27 * libc/include/sys/unistd.h (sethostname): Declare ifCorinna Vinschen
2014-10-20 * libc/time/gmtime_r.c (gmtime_r): Remove dead code.Corinna Vinschen
2014-10-16 * libc/unix/getcwd.c (getcwd): Close directory also in case of an error.Corinna Vinschen
2014-10-10 * libc/include/_ansi.h: _LONG_LONG_TYPE definition removed.Corinna Vinschen
2014-10-092014-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston
2014-10-09 * libc/string/memccpy.c (memccpy): Fix warning about signed-unsignedCorinna Vinschen