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
2015-10-19C11 aligned_alloc() implementationSebastian Huber
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber
2015-10-14Import <threads.h> from latest FreeBSD.Jeff Johnston
2015-10-14Synchronize with FreeBSD.Jeff Johnston
2015-10-14Add FreeBSD style changes to sys/cdefs.hJeff Johnston
2015-10-08Define setjmp buffer length for IA64.Nick Clifton
2015-09-23Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston
2015-09-04Add support for ft32 to newlib.Jeff Johnston
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira
2015-08-07or1k: Fix critical handling in malloc locksJeff Johnston
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon
2015-07-31Fix typo in <sys/lock.h>Sebastian Huber
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra
2015-07-29Move header filesSebastian Huber
2015-07-29newlib/ChangeLog: Left out of previous commit.Joel Sherrill
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra
2015-07-13Fix ChangeLog entry for previous two commits.Marcus Shawcroft
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra
2015-07-06Rework handling of basename variantsYaakov Selkowitz
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen
2015-07-02Prevent use of uninitialized file lockSebastian Huber
2015-06-29Regenerate Makefile.inJon TURNEY
2015-06-24Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY
2015-06-24Don't chew files which contain no documentation markupJon TURNEY
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY
2015-06-23Fix typo-ed function names in efgcvt.c documentationJon TURNEY
2015-06-23Fix an inconsistent use of '.' in FUNCTIONJon TURNEY
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY
2015-06-23Correct a non-ANSI prototype in SYNOPSISJon TURNEY
2015-06-23Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY
2015-06-23Fix some mangled makedoc markupJon TURNEY
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen
2015-06-20ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen
2015-06-15gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang
2015-06-01aarch64: fabs and sqrt implementation with inline asmSzabolcs Nagy
2015-06-01Correct argz_replace behaviour when memory is exhausted.David Stacey
2015-05-28Fix comment in sys/wait.hcygwin-2.0Corinna Vinschen
2015-05-27Fix potential memory leak in argz_replaceDavid Stacey
2015-05-27Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie
2015-05-27Update signbit functions to work on targets where integers are only 16-bits.Nick Clifton