index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
newlib: newlocale: fix typo rendering ctype_ptr invalid
Corinna Vinschen
2018-08-08
1
-1
/
+1
*
newlib: strftime: fix gcc warning on __ctloc
Corinna Vinschen
2018-08-08
1
-5
/
+3
*
RTEMS: Add aligned_alloc() to crt0
Sebastian Huber
2018-08-08
1
-1
/
+3
*
Cygwin: implement sched_getcpu
Corinna Vinschen
2018-08-07
10
-44
/
+77
*
Declare GNU-specific sched_getcpu()
Sebastian Huber
2018-08-07
1
-0
/
+4
*
Fix return value on aio_read/write success
Mark Geisert
2018-08-07
1
-4
/
+4
*
Cygwin: Document fegetenv patch
Corinna Vinschen
2018-08-03
1
-0
/
+3
*
Cygwin: fegetenv() should not disable exceptions
J.H. van de Water
2018-08-03
1
-1
/
+5
*
Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>
newlib-snapshot-20180802
Jeff Johnston
2018-08-01
1
-4
/
+8
*
RISC-V: Do not use _init/_fini
Sebastian Huber
2018-07-30
4
-11
/
+16
*
Add attributes to allocator functions
Sebastian Huber
2018-07-30
1
-4
/
+5
*
FreeBSD compat. __alloc_size(), __alloc_align()
Sebastian Huber
2018-07-30
2
-5
/
+5
*
Define a new __alloc_size2 attribute to complement the exiting support.
pfg
2018-07-30
1
-0
/
+2
*
Remove lint support from system headers and MD x86 headers.
kib
2018-07-30
1
-15
/
+3
*
sys: further adoption of SPDX licensing ID tags.
pfg
2018-07-30
1
-0
/
+2
*
Make _Static_assert() work with GCC in older C++ standards.
ed@FreeBSD.org
2018-07-30
1
-1
/
+1
*
ctype: Avoid GCC note in towctrans_l.c
Sebastian Huber
2018-07-30
1
-2
/
+2
*
ctype: Fix integer type for caseconv_entry::delta
Sebastian Huber
2018-07-30
1
-1
/
+1
*
Fix comparison between two character arrays
Jordi Sanfeliu
2018-07-30
1
-1
/
+1
*
Cygwin: fpathconf: update _PC_ASYNC_IO return value
Yaakov Selkowitz
2018-07-25
1
-0
/
+1
*
Cygwin: define _POSIX_ASYNCHRONOUS_IO
Yaakov Selkowitz
2018-07-25
2
-2
/
+2
*
POSIX Asynchronous I/O support: other files
Mark Geisert
2018-07-25
10
-26
/
+44
*
POSIX Asynchronous I/O support: fhandler files
Mark Geisert
2018-07-25
4
-34
/
+83
*
POSIX Asynchronous I/O support: aio files
Mark Geisert
2018-07-25
2
-0
/
+1087
*
getfacl: Simplify by using acl_to_any_text
Ken Brown
2018-07-25
1
-113
/
+41
*
getfacl and setfacl: Align with Linux
Ken Brown
2018-07-23
2
-9
/
+9
*
ctype: Fix bitfield types on 16-bit targets
newlib-snapshot-20180720
Sebastian Huber
2018-07-20
2
-6
/
+8
*
Cygwin: move FP environment exports to common.din
Corinna Vinschen
2018-07-20
3
-2
/
+5
*
RTEMS: Unconditionally define _off_t to int64_t
Sebastian Huber
2018-07-20
1
-4
/
+0
*
Remove myself from MAINTAINERS
DJ Delorie
2018-07-19
1
-4
/
+1
*
fix duration handling in sigtimedwait
Mark Geisert
2018-07-19
2
-0
/
+5
*
Print sign of NaN values to nano-vfprintf.
Kumar Gala
2018-07-17
1
-0
/
+2
*
Fix to stop a fall-through in a switch statement
Jordi Sanfeliu
2018-07-13
1
-0
/
+1
*
strcmp.S: Improve performance for misaligned strings
Siddhesh Poyarekar
2018-07-13
1
-11
/
+40
*
memcmp.S: optimize for medium to large sizes
Siddhesh Poyarekar
2018-07-13
1
-44
/
+100
*
Improve strncmp for mutually misaligned inputs
Siddhesh Poyarekar
2018-07-13
1
-17
/
+79
*
Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64
Corinna Vinschen
2018-07-12
1
-9
/
+24
*
Fix AArch32 semihosting SYS_EXIT call on semihosting v1.
Tamar Christina
2018-07-11
1
-0
/
+6
*
Remove float compare option from sincosf
Szabolcs Nagy
2018-07-11
1
-10
/
+1
*
Fix the documentation comments for log_inline in pow
Szabolcs Nagy
2018-07-11
1
-3
/
+3
*
Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systems
Corinna Vinschen
2018-07-10
1
-1
/
+15
*
Cygwin: fix a race in the FAST_CWD fallback code
Corinna Vinschen
2018-07-10
1
-22
/
+17
*
Update config.guess and config.sub
Sebastian Huber
2018-07-06
2
-1129
/
+1144
*
Fix a problem that connection to syslogd fails.
Takashi Yano
2018-07-06
2
-19
/
+17
*
Fix namespace issues in sinf, cosf and sincosf
Szabolcs Nagy
2018-07-06
5
-18
/
+19
*
Fix large ulp error in pow without fma very near 1.0
Szabolcs Nagy
2018-07-06
1
-2
/
+4
*
Change the return type of converttoint and document the semantics
Szabolcs Nagy
2018-07-06
1
-1
/
+9
*
Remove unused TOINT_RINT and TOINT_SHIFT macros
Szabolcs Nagy
2018-07-06
2
-10
/
+1
*
Move __HAVE_FAST_FMA to math_config.h
Szabolcs Nagy
2018-07-06
7
-35
/
+21
*
Fix code style and comments of new math code
Szabolcs Nagy
2018-07-06
8
-74
/
+134
[next]