]> sourceware.org Git - newlib-cygwin.git/history - newlib/ChangeLog
Cygwin: add release message for latest pipe changes
[newlib-cygwin.git] / newlib / ChangeLog
2016-01-28 Corinna VinschenDeprecate newlib and winsup ChangeLog files
2015-12-21 Jeff JohnstonFix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.
2015-12-21 Jeff JohnstonAdd static instance of _on_exit_args for _REENT_SMALL...
2015-12-17 Anton KolesovARC: Use new definitions for optional ARC CPU features
2015-12-17 Corinna VinschenRemove inclusion of sys/select.h in sys/types.h for...
2015-12-14 Sebastian HuberAdd _REENT_INIT_PTR_ZEROED()
2015-12-14 Sebastian HuberFreeBSD compatibility for <sys/select.h>
2015-12-14 Freddie ChopinAdd missing lock releases in __register_exitproc().
2015-12-09 Thomas Preud'hommeCheck for 64 FP instructions availability in libm befor...
2015-12-08 Corinna VinschenAdd missing checks for __SNLK flag
2015-12-08 Corinna VinschenFix re-initialization of FILE flags and mbstate in...
2015-12-07 Nick WithersAdd definitions for NBBY to arm and rtems targets
2015-12-07 Corinna VinschenMove fd_stuff from sys/types.h to sys/select.h
2015-11-26 Corinna VinschenOnly build _strtodg_r on targets supporting a distinct...
2015-11-24 Steve Ellcey libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.
2015-11-23 Marcus Shawcroft[ARM] Adjust strcmp-armv7.S selection logic.
2015-11-23 Marcus Shawcroft[ARM] Factor out the thumb2 -Os implementation.
2015-11-21 Corinna VinschenHandle multibyte decimapl point in strtold.
2015-11-20 Corinna VinschenImport correctly working strtold from David M. Gay.
2015-11-20 Corinna VinschenMake match function globally available to stdlib functions.
2015-11-20 Corinna VinschenDrop unused declaration from wcstold.c
2015-11-19 Yaakov SelkowitzFix typo in rpmatch doc reference
2015-11-19 Corinna Vinschenldtoa.c: Reindent to GNU style
2015-11-19 Corinna VinschenFix rpmatch build problem
2015-11-19 Jon TurneySimplify the markup for sprintf and swprintf documentation
2015-11-19 Jon TurneyImprove markup of sscanf and swscanf documentation
2015-11-17 Yaakov SelkowitzAdd rpmatch(3)
2015-11-13 Marcus Shawcroft[ARM] Factor out the thumb1 -Os implementation. cygwin-2_3_1-relase cygwin-2_3_1-release
2015-11-13 Marcus Shawcroft[ARM] Adding strlen.S
2015-11-13 Marcus Shawcroft[ARM] Rename strlen to strlen-stub.c
2015-11-13 Marcus Shawcroft[ARM] Reorganize strlen selection.
2015-11-13 Marcus Shawcroft[ARM] Refactor strlen.c #if nesting.
2015-11-12 Anton KolesovAdd support for ARC to newlib
2015-11-12 Anton KolesovRemove obsolete ARC system
2015-11-12 Marcus ShawcroftFix multilib libgloss selection.
2015-11-12 Jon Turneymakedoc: Don't interpret license text as a command
2015-11-12 Jon Turneydoc: Fix some inconsistent QUICKREF lines
2015-11-12 Jon Turneymakedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command...
2015-11-12 Wilco DijkstraAArch64: Tune memcpy
2015-11-12 Joseph MyersAvoid .eh_frame in ARM newlib.
2015-11-06 Marcus ShawcroftReorganize memchr selection. cygwin-2_3_0-release
2015-11-06 Marcus ShawcroftReorganize memcpy selection.
2015-11-06 Olivier MartinReplace __attribute((__warning__())) by __attribute__...
2015-11-03 Marcus Shawcroft[ARM] Select appropriate memcpy implementation for...
2015-11-02 Jeff JohnstonMove duplicated documentation rules to Makefile.shared
2015-11-02 Jeff JohnstonConsistently use an em-dash in math functions.
2015-11-02 Steve Ellcey Improve performance of MIPS memcpy.
2015-11-02 Corinna VinschenAdd missing ChangeLog entry for ce8159d5
2015-10-27 Brian Inglisstrftime: Add support for %s (seconds since epoch)
2015-10-19 Nick CliftonExtend _intsup.h to support 16-bit and 20-bit pointers.
2015-10-19 Sebastian HuberC11 aligned_alloc() implementation
2015-10-19 Sebastian HuberC11 aligned_alloc() support for <stdlib.h>
2015-10-19 Sebastian HuberC11 quick_exit() support for <stdlib.h>
2015-10-13 Jeff JohnstonImport <threads.h> from latest FreeBSD.
2015-10-13 Jeff JohnstonSynchronize with FreeBSD.
2015-10-13 Jeff JohnstonAdd FreeBSD style changes to sys/cdefs.h
2015-10-08 Nick CliftonDefine setjmp buffer length for IA64.
2015-09-22 Jeff JohnstonMinimize newlib code size for ft32 newlib-snapshot-20150924
2015-09-04 Jeff JohnstonAdd support for ft32 to newlib.
2015-09-02 Hans-Peter Nilssonlibc/machine/cris/sys/signal.h (kill): Declare.
2015-08-29 Corinna VinschenAllow sysconf to return CPU cache information
2015-08-27 Corinna Vinschenstrlen-armv7.S: Fix preprocessor check
2015-08-27 Andre Simoes Dias... Fix for pri and scn formats
2015-08-07 Jeff Johnstonor1k: Fix critical handling in malloc locks
2015-08-03 Shoichi SakonFix wscanf family positional parameter handling in...
2015-07-31 Sebastian HuberFix typo in <sys/lock.h>
2015-07-30 Wilco Dijkstra[AArch64] Rewrite optimized memset.
2015-07-29 Sebastian HuberMove header files
2015-07-29 Joel Sherrillnewlib/ChangeLog: Left out of previous commit.
2015-07-21 Corinna VinschenCygwin: Implement siglongjmp and sigsetjmp functions.
2015-07-15 Marcus Shawcroft[AArch64] Reverting recent optimized memset().
2015-07-13 Wilco Dijkstra[AArch64] Optimized memset.
2015-07-13 Marcus ShawcroftFix ChangeLog entry for previous two commits.
2015-07-13 Wilco Dijkstra[AArch64] Optimized memcpy.
2015-07-13 Wilco Dijkstra[AArch64] Optimized memmove.
2015-07-06 Yaakov SelkowitzRework handling of basename variants
2015-07-06 Corinna VinschenFix sys/time.h build problem due to inconsistent macro...
2015-07-02 Sebastian HuberPrevent use of uninitialized file lock
2015-06-29 Jon TURNEYRegenerate Makefile.in
2015-06-24 Jon TURNEYUse source files which have makedoc markup, but aren... newlib-snapshot-20150623
2015-06-24 Jon TURNEYUse makedoc output files which are generated but aren...
2015-06-24 Jon TURNEYDon't chew files which contain no documentation markup
2015-06-24 Jon TURNEYFix mismatched parentheses in documentation.
2015-06-23 Jon TURNEYFix typo-ed function names in efgcvt.c documentation
2015-06-23 Jon TURNEYFix an inconsistent use of '.' in FUNCTION
2015-06-23 Jon TURNEYFix SYNOPSIS prototypes without marked up parameter...
2015-06-23 Jon TURNEYCorrect a non-ANSI prototype in SYNOPSIS
2015-06-23 Jon TURNEYRemove stray punctuation in ANSI_SYNOPSIS prototypes
2015-06-23 Jon TURNEYFix some mangled makedoc markup
2015-06-23 Jon TURNEYFix makedoc markup used in texinfo source
2015-06-22 Corinna Vinschensys/signal.h requires sys/cdefs.h
2015-06-20 Corinna VinschenChangeLog entries for Cygwin's alternate signal stack...
2015-06-15 Freddie Chopingmtime_r: Use faster algorithm by Howard Hinnant
2015-06-01 Hale WangUpdate the assembler code to support old ARM architectures.
2015-06-01 Szabolcs Nagyaarch64: fabs and sqrt implementation with inline asm
2015-06-01 David StaceyCorrect argz_replace behaviour when memory is exhausted.
2015-05-28 Corinna VinschenFix comment in sys/wait.h cygwin-2.0 github/cygwin-2.0
2015-05-28 Corinna VinschenFix comment in sys/wait.h
2015-05-27 David StaceyFix potential memory leak in argz_replace
2015-05-27 DJ DelorieAvoid unneeded truncation to "int" newlib-snapshot-20150526
next
This page took 0.542288 seconds and 108 git commands to generate.