]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2017-08-02 Yaakov Selkowitzcygwin: Export explicit_bzero
2017-08-01 Corinna Vinschencygwin: generate Alt-Numpad characters independent...
2017-07-31 Corinna Vinschencygwin: add console issues to release notes
2017-07-31 Corinna Vinschencygwin: select: use UNICODE console functions
2017-07-31 Corinna Vinschencygwin: console: Use memset to clear an array
2017-07-31 Corinna Vinschencygwin: clear screen using wide char function
2017-07-28 Aditya UpadhyayImporting catanl long double complex method from NetBSD.
2017-07-28 Aditya UpadhyayFixing HUGE_VALF to HUGE_VALL.
2017-07-28 Sebastian Huberstdio: Fix make rule override
2017-07-28 Corinna Vinschennewlib: regenerate stdlib/Makefile.in
2017-07-28 Aditya UpadhyayImporting imaxdiv inttypes method from FreeBSD.
2017-07-28 Aditya UpadhyayImporting imaxabs inttypes method from FreeBSD.
2017-07-26 Corinna Vinschencygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value
2017-07-24 Corinna Vinschencygwin: add release notes for reparse point patches
2017-07-24 Corinna Vinschencygwin: unify reparse point checking code into single...
2017-07-24 Corinna Vinschencygwin: fix formatting in check_reparse_point_target
2017-07-24 Corinna Vinschencygwin: Fix resource leak in readdir reparse point...
2017-07-21 Richard Earnshaw[arm] Fix strcpy for unified syntax on ARMv4t thumb.
2017-07-21 Tamar ChristinaPrevious patch to support nosys.specs accidentally...
2017-07-20 Jozef LawrynowiczMSP430: Define __BUFSIZ__ as 256 to prevent default... newlib-snapshot-20170720
2017-07-20 Ian Tessier... arm: Update strcpy.c to use UAL syntax.
2017-07-19 Corinna Vinschencygwin: add fflush fix to release notes
2017-07-19 Corinna Vinschencygwin: Bump DLL version to 2.8.3
2017-07-19 Corinna Vinschencygwin: Use errno instead of _impure_ptr->_errno
2017-07-19 Corinna VinschenRevert "errno: Stop using _impure_ptr->_errno completely"
2017-07-17 Tamar ChristinaSupport building in a different directory than the...
2017-07-14 Tamar ChristinaFix link when nosys.specs is used to link
2017-07-12 Corinna Vinschencygwin: 2.8.2: add missing release message text cygwin-2_8_2-release
2017-07-12 Yaakov Selkowitzcygwin: document signal.h fixes
2017-07-12 Sebastian HuberSynchronize RTEMS <sys/bitset.h> with FreeBSD
2017-07-11 Corinna Vinschencygwin: export fls, flsl, flsll
2017-07-10 Yaakov SelkowitzCygwin: fix guard on struct siginfo_t
2017-07-10 Sebastian HuberAdd myself to OS Port Maintainers (RTEMS)
2017-07-10 Sebastian HuberSynchronize RTEMS <sys/bitset.h> with FreeBSD
2017-07-07 David MacekRename __in and __out in headers to avoid collision...
2017-07-06 Brian Inglisfix URL shortcuts launch with cygstart, create shortcut...
2017-07-06 Tamar ChristinaReplace the perl character classes with POSIX ones...
2017-07-06 Brian Inglisfix cygwin-doc postinstall/preremove no SMPrograms...
2017-07-05 Tamar ChristinaAdd support for Semihosting v2 support for AArch64...
2017-07-05 Tamar ChristinaAdd support for Semihosting v2 support for ARM in libgloss.
2017-07-05 Tamar ChristinaAdd the needed build system changes in order to compile...
2017-07-05 Tamar ChristinaAdds the needed build system changes in order to compil...
2017-07-05 Tamar ChristinaCreate a recursive make target that is modeled after...
2017-07-05 Aditya UpadhyayFixed warnings for some long double complex methods
2017-07-05 Sebastian HuberAdd ffsl(), ffsll(), fls(), flsl(), flsll()
2017-07-05 Sebastian HuberSynchronize <strings.h> with latest FreeBSD
2017-07-05 Sebastian HuberImplement bzero() via memset()
2017-07-05 Yaakov SelkowitzCygwin: fix signal.h with _POSIX_C_SOURCE=1
2017-07-04 Corinna Vinschenadd scandirat patch to release notes
2017-07-04 Corinna Vinschencygwin: scandirat: fix path given to scandir
2017-07-04 Corinna VinschenBump DLL minor version
2017-06-30 Yaakov SelkowitzFeature test macros overhaul: unistd.h, part 2 cygwin-2_8_1-release
2017-06-30 Sebastian HuberAdd --enable-newlib-global-stdio-streams
2017-06-30 Sebastian HuberEnable _REENT_GLOBAL_STDIO_STREAMS for RTEMS
2017-06-30 Sebastian HuberIntroduce _REENT_GLOBAL_STDIO_STREAMS
2017-06-30 Sebastian HuberAdd stdin_init(), stdout_init() and stderr_init()
2017-06-30 Sebastian HuberRemove superfluous parameter from std()
2017-06-29 Wilco DijkstraOptimized memcmp
2017-06-29 Corinna Vinschennewlib: fix file mode of newly added complex sources
2017-06-29 Corinna Vinschennewlib: libm/complex/Makefile.in: regenerate
2017-06-29 Aditya UpadhyayAdding csinl.c in Makefile.am
2017-06-29 Aditya UpadhyayImporting csinl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting csinhl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting casinhl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting ctanl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting ctanhl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cpowl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting conjl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting catanhl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting casinl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting ccosl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cacosl.c from NetBSD.
2017-06-29 Aditya UpadhyayAdding cephes_subrl.h and cephes_subrl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cexpl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cprojl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cargl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting csqrtl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting clogl.c from NetBSD.
2017-06-29 Aditya UpadhyayImporting cacoshl.c from NetBSD.
2017-06-29 Dionna Glazeunistd.h: Remove trailing whitespace
2017-06-29 Corinna Vinschenunistd.h: remove mktemp
2017-06-29 Dionna GlazeMake gethostname, getdtablesize, mktemp, ualarm availab...
2017-06-27 Brian Inglisreplace shortcut parameter assignments with read loops...
2017-06-26 Sebastian Popaarch64: optimize the unaligned case of memcmp
2017-06-23 Corinna Vinschencygwin: doc: Fix doc install path in postinstall script
2017-06-22 Jon TurneyUpdate documentation of cygwin setup proxy configuratio... newlib-snapshot-20170623
2017-06-22 Jon TurneyUpdate and sort list of cygwin setup command line options.
2017-06-22 Corinna VinschenNote regtool fix in release message
2017-06-20 Fujii Hironoricygwin: regtool: encode error messages correctly
2017-06-20 Corinna VinschenRevert "cygserver: Revamp thread sleep handling"
2017-06-20 Corinna Vinschencygwin: readdir: Activate check for remote reparse...
2017-06-20 Joe_LoweCompatibility improvements to reparse point handling.
2017-06-19 Yaakov Selkowitzstring: fix strverscmp doc inclusion
2017-06-19 Yaakov Selkowitzcygwin: export strverscmp, add versionsort
2017-06-19 Yaakov Selkowitzstring: add strverscmp
2017-06-19 Thomas Preud... Fix guard for siginfo_t and pthread_t definition
2017-06-19 Corinna VinschenRevert "Don't overread or write memory returned by...
2017-06-19 Erik M. BrayEnsure that send() interrupted by a signal returns...
2017-06-14 Yaakov Selkowitzcygwin: document XSI sigpause
2017-06-14 Yaakov SelkowitzExport XSI sigpause
next
This page took 0.055721 seconds and 5 git commands to generate.