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-07-14Change to nano.specs to add nano's include dircygwin-2_1_0-releaseAndre Simoes Dias Vieira
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen
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-10Fix typo in README.Jeff Johnston
2015-07-08tzset: Check timezone and country case-insensitiveCorinna Vinschen
2015-07-07Add accidentally missing ChangeLog entry for previous patchCorinna Vinschen
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen
2015-07-07Simplify fork code setting up child stack infoCorinna Vinschen
2015-07-06winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz
2015-07-06Rework handling of basename variantsYaakov Selkowitz
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen
2015-07-05winsup/doc: Add a configure test to find docbook2xtexiJon TURNEY
2015-07-05Align hard stack allocation to pthread stack setup changesCorinna Vinschen
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen
2015-07-05Disable fetching heap info on 64 bit XP/2003Corinna Vinschen
2015-07-05Add missing wincap changes to previous ChangeLog entryCorinna Vinschen
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen
2015-07-02Prevent use of uninitialized file lockSebastian Huber
2015-07-01Document previous changeCorinna Vinschen
2015-07-01Fix fork after recovered stack overflowCorinna Vinschen
2015-06-30Add comment to sigaltstack to explain setting ss_flags hereCorinna Vinschen
2015-06-29Regenerate Makefile.inJon TURNEY
2015-06-27Handle ss_flags value longjmp safe.Corinna Vinschen
2015-06-26Define larger MINSIGSTKSZ and SIGSTKSZ values for CygwinCorinna Vinschen
2015-06-26Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen
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-23winsup/doc: Update ancient README about building documentationJon TURNEY
2015-06-23winsup/doc: Use xidepend to generate the source list for FAQ targets as wellJon TURNEY
2015-06-23winsup/doc: Remove 'Usage' prefix from synopsesJon TURNEY
2015-06-23winsup/doc: Add intro man pages from cygwin-docJon TURNEY
2015-06-23winsup/doc: Create info pages from cygwin documentationJon TURNEY
2015-06-23Complement SIGEV_* enums with macrosKen Brown
2015-06-22Don't push on original stack during alternate signal stack setupCorinna Vinschen
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen
2015-06-21Safe all clobbered volatile registers when using alternate stackCorinna Vinschen
2015-06-20Fix commentsCorinna Vinschen