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-29Add <sys/lock.h>Sebastian Huber
2015-07-24Remove a stray sentence fragment in iconv.texJon TURNEY
2015-07-24Fix a typo in iconv.texJon TURNEY
2015-07-24Fix SYNPOSIS prototypes for iconv functionsJon TURNEY
2015-07-24Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY
2015-07-24Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY
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-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-20Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen
2015-06-19Preliminary infrastructure to implement alternate stackCorinna 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-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-02Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen
2015-04-29Improve check for int32_t being long or intCorinna Vinschen
2015-04-23Fix basename prototype collision string.h vs libgen.hCorinna Vinschen
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton
2015-04-23Add parens around MIN/MAX values in stdint.h.Corinna Vinschen
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber
2015-04-23Make stack_t typedef generally availableJon TURNEY
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen
2015-04-23Move tzset calls to time functions.Craig Howland
2015-04-23strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz
2015-04-23string: add GNU basename(3)Yaakov Selkowitz
2015-04-23Import <sys/tree.h> from FreeBSDSebastian Huber
2015-04-23Change from configure time to compile time probe for intptr_t definition.Joel Sherrill
2015-04-23 Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey