]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2018-08-24 jhbRetire the unimplemented MAP_RENAME
2018-08-24 jhbAdd a new fo_fill_kinfo fileops method
2018-08-24 kibAdd MAP_EXCL flag for mmap(2).
2018-08-24 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms
2018-08-24 kibImplement read(2)/write(2) and neccessary lseek(2)
2018-08-24 Sebastian HuberAdd __nl_item to <sys/_types.h> and use it
2018-08-24 Corinna VinschenCYgwin: fix typo in comment
2018-08-20 Sebastian HuberRTEMS: Add __tls_get_addr() to crt0
2018-08-17 Corinna VinschenCygwin: get_mem_values: Fix prototype
2018-08-17 Corinna VinschenCygwin: document /proc/<PID>/status and /proc/<PID...
2018-08-17 Corinna VinschenCygwin: get_mem_values: Return number of Cygwin pages...
2018-08-17 Corinna VinschenCygwin: get_mem_values: Convert arguments to call-by...
2018-08-17 Corinna VinschenCygwin: get_mem_values: Return allocation as size_t...
2018-08-17 Corinna VinschenRevert "Use allocation granularity as the 'page_size...
2018-08-17 Corinna VinschenCygwin: Add missing items to release notes
2018-08-17 Ken Brownsetfacl: Rename the option --file to --set-file, as...
2018-08-16 Masamichi HosodaFix strtof ("-nan") returns positive NaN
2018-08-16 Masamichi HosodaRemove unused NaN's integer representation definitions
2018-08-16 Masamichi HosodaFix strtod ("nan") and strtold ("nan") returns wrong...
2018-08-16 Wilco DijkstraImprove sincosf comments
2018-08-15 Corinna VinschenCygwin: Add FE_ALL_EXCEPT change to release notes.
2018-08-15 J.H. van de... Keep the denormal-operand exception masked; modify...
2018-08-15 Corinna VinschenCygwin: Add J.H. van de Water to CONTRIBUTORS
2018-08-14 Corinna VinschenCygwin: fenv.h: Convert to ASCII-only
2018-08-13 Aditya UpadhyayAdded Restriction on base value
2018-08-09 Corinna VinschenCygwin: utils: ps: use fputs to print fixed strings
2018-08-08 Corinna Vinschennewlib: strftime: fix over-enthusiastic fix from 028364...
2018-08-08 Sandra LoosemoreAdd BSP and semihosting library for nios2-generic-nommu...
2018-08-08 Corinna Vinschennewlib: don't use __visibility__ attrribute on Cygwin
2018-08-08 Corinna Vinschennewlib: don't check malloc/free pointer
2018-08-08 Corinna Vinschennewlib: fix various gcc warnings
2018-08-08 Corinna Vinschennewlib: wordexp: drop dangerous fprintf
2018-08-08 Corinna VinschenCygwin: utils: strace: fix format string
2018-08-08 Corinna VinschenCygwin: utils: change 3rd readlink param to size_t
2018-08-08 Corinna VinschenCygwin: utils: cygcheck: fix filesystem output format
2018-08-08 Corinna Vinschennewlib: newlocale: fix typo rendering ctype_ptr invalid
2018-08-08 Corinna Vinschennewlib: strftime: fix gcc warning on __ctloc
2018-08-08 Sebastian HuberRTEMS: Add aligned_alloc() to crt0
2018-08-07 Corinna VinschenCygwin: implement sched_getcpu
2018-08-07 Sebastian HuberDeclare GNU-specific sched_getcpu()
2018-08-07 Mark GeisertFix return value on aio_read/write success
2018-08-03 Corinna VinschenCygwin: Document fegetenv patch
2018-08-03 J.H. van de... Cygwin: fegetenv() should not disable exceptions
2018-08-01 Jeff JohnstonPatch from Richard Earnshaw <Richard.Earnshaw@arm.com> newlib-snapshot-20180802
2018-07-30 Sebastian HuberRISC-V: Do not use _init/_fini
2018-07-30 Sebastian HuberAdd attributes to allocator functions
2018-07-30 Sebastian HuberFreeBSD compat. __alloc_size(), __alloc_align()
2018-07-30 pfgDefine a new __alloc_size2 attribute to complement...
2018-07-30 kibRemove lint support from system headers and MD x86...
2018-07-30 pfgsys: further adoption of SPDX licensing ID tags.
2018-07-30 ed@FreeBSD.orgMake _Static_assert() work with GCC in older C++ standards.
2018-07-30 Sebastian Huberctype: Avoid GCC note in towctrans_l.c
2018-07-30 Sebastian Huberctype: Fix integer type for caseconv_entry::delta
2018-07-30 Jordi SanfeliuFix comparison between two character arrays
2018-07-25 Yaakov SelkowitzCygwin: fpathconf: update _PC_ASYNC_IO return value
2018-07-25 Yaakov SelkowitzCygwin: define _POSIX_ASYNCHRONOUS_IO
2018-07-25 Mark GeisertPOSIX Asynchronous I/O support: other files
2018-07-25 Mark GeisertPOSIX Asynchronous I/O support: fhandler files
2018-07-25 Mark GeisertPOSIX Asynchronous I/O support: aio files
2018-07-25 Ken Browngetfacl: Simplify by using acl_to_any_text
2018-07-23 Ken Browngetfacl and setfacl: Align with Linux
2018-07-20 Sebastian Huberctype: Fix bitfield types on 16-bit targets newlib-snapshot-20180720
2018-07-20 Corinna VinschenCygwin: move FP environment exports to common.din
2018-07-20 Sebastian HuberRTEMS: Unconditionally define _off_t to int64_t
2018-07-20 DJ DelorieRemove myself from MAINTAINERS
2018-07-19 Mark Geisertfix duration handling in sigtimedwait
2018-07-17 Kumar GalaPrint sign of NaN values to nano-vfprintf.
2018-07-13 Jordi SanfeliuFix to stop a fall-through in a switch statement
2018-07-13 Siddhesh Poyarekarstrcmp.S: Improve performance for misaligned strings
2018-07-13 Siddhesh Poyarekarmemcmp.S: optimize for medium to large sizes
2018-07-13 Siddhesh PoyarekarImprove strncmp for mutually misaligned inputs
2018-07-12 Corinna VinschenCygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running...
2018-07-11 Tamar ChristinaFix AArch32 semihosting SYS_EXIT call on semihosting v1.
2018-07-11 Szabolcs NagyRemove float compare option from sincosf
2018-07-11 Szabolcs NagyFix the documentation comments for log_inline in pow
2018-07-10 Corinna VinschenCygwin: Don't print FAST_CWD warning in WOW64 on ARM64...
2018-07-10 Corinna VinschenCygwin: fix a race in the FAST_CWD fallback code
2018-07-06 Sebastian HuberUpdate config.guess and config.sub
2018-07-06 Takashi YanoFix a problem that connection to syslogd fails.
2018-07-06 Szabolcs NagyFix namespace issues in sinf, cosf and sincosf
2018-07-06 Szabolcs NagyFix large ulp error in pow without fma very near 1.0
2018-07-06 Szabolcs NagyChange the return type of converttoint and document...
2018-07-06 Szabolcs NagyRemove unused TOINT_RINT and TOINT_SHIFT macros
2018-07-06 Szabolcs NagyMove __HAVE_FAST_FMA to math_config.h
2018-07-06 Szabolcs NagyFix code style and comments of new math code
2018-07-05 Takashi YanoFix newlib functions perror()/psignal() not to use...
2018-07-04 Takashi YanoCygwin: Include local ntsecapi.h
2018-07-04 Takashi YanoFix a bug of perror()/psignal() that changes the orient...
2018-07-03 Takashi YanoFix a bug of psiginfo() that changes the orientation...
2018-06-30 Alexandre OlivaIntroduce @unless/@endunless and postbootstrap Makefile...
2018-06-30 Alexandre OlivaAdd OBJCOPY to Makefile.tpl too, to keep it on Makefile...
2018-06-29 Corinna VinschenCygwin: tape: Handle non-standard "no medium" error...
2018-06-27 Corinna VinschenCygwin: define pthread_tryjoin_np/pthread_timedjoin_np...
2018-06-27 Corinna VinschenCygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np
2018-06-27 Corinna VinschenCygwin: pthread_timedjoin_np: return ETIMEDOUT, not...
2018-06-27 Corinna VinschenCygwin: Implement pthread_tryjoin_np and pthread_timedj...
2018-06-27 Corinna Vinschennewlib: enable new math functions on Cygwin
2018-06-27 Szabolcs NagyNew pow implementation
2018-06-27 Szabolcs NagyNew log2 implementation
2018-06-27 Szabolcs NagyNew log implementation
next
This page took 0.05302 seconds and 5 git commands to generate.