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
*
Fix a bug of psiginfo() that changes the orientation of stderr.
Takashi Yano
2018-07-03
1
-6
/
+35
*
Introduce @unless/@endunless and postbootstrap Makefile targets
Alexandre Oliva
2018-06-30
4
-166
/
+135
*
Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild
Alexandre Oliva
2018-06-30
1
-0
/
+1
*
Cygwin: tape: Handle non-standard "no medium" error code
Corinna Vinschen
2018-06-29
2
-5
/
+26
*
Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLE
Corinna Vinschen
2018-06-27
1
-2
/
+2
*
Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np
Corinna Vinschen
2018-06-27
2
-1
/
+3
*
Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSY
Corinna Vinschen
2018-06-27
1
-2
/
+2
*
Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np
Corinna Vinschen
2018-06-27
7
-11
/
+42
*
newlib: enable new math functions on Cygwin
Corinna Vinschen
2018-06-27
1
-0
/
+4
*
New pow implementation
Szabolcs Nagy
2018-06-27
8
-5
/
+607
*
New log2 implementation
Szabolcs Nagy
2018-06-27
6
-4
/
+399
*
New log implementation
Szabolcs Nagy
2018-06-27
9
-4
/
+744
*
New exp and exp2 implementations
Szabolcs Nagy
2018-06-27
11
-5
/
+1138
*
Use uint32_t sign argument to math error functions
Szabolcs Nagy
2018-06-27
3
-13
/
+13
*
Cygwin: fix bumptious GCC 7 warnings
Corinna Vinschen
2018-06-26
2
-3
/
+9
*
Cygwin: Allow to build without experimental AF_UNIX code by default
Corinna Vinschen
2018-06-26
8
-1
/
+36
*
Cygwin: add Unicode patch to release notes
Corinna Vinschen
2018-06-26
1
-0
/
+3
*
Fix Unicode table.
Takashi Yano
2018-06-26
2
-26
/
+16
*
Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...
Corinna Vinschen
2018-06-26
8
-8
/
+8
*
Cygwin: exceptions: fix FPE exception flags
Corinna Vinschen
2018-06-26
2
-1
/
+10
*
Cygwin: signal.h: improve exception flags definition
Corinna Vinschen
2018-06-26
1
-5
/
+39
*
Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...
Jon Beniston
2018-06-25
8
-8
/
+8
*
Fix the handling of out-of-band (OOB) data in a socket.
Takashi Yano
2018-06-22
3
-9
/
+120
*
Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
2018-06-21
11
-6
/
+667
*
Revert "Improve performance of sinf/cosf/sincosf"
Corinna Vinschen
2018-06-21
11
-667
/
+6
*
libm/common/s_round.c (round): Add cast for 16-bit CPUs
Jon Beniston
2018-06-21
1
-1
/
+1
*
Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
2018-06-19
11
-6
/
+667
*
newlib: getopt now permutes multi-flag options correctly
Thomas Kindler
2018-06-18
2
-13
/
+23
*
Bump Cygwin DLL version to 2.11.0
Ken Brown
2018-06-07
1
-2
/
+2
*
Cygwin: Document clearenv and bump API minor
Ken Brown
2018-06-07
4
-1
/
+24
*
Cygwin: Remove workaround in environ.cc
Ken Brown
2018-06-07
1
-6
/
+4
*
Cygwin: Implement the GNU extension clearenv
Ken Brown
2018-06-07
3
-0
/
+24
*
Cygwin: Allow the environment pointer to be NULL
Ken Brown
2018-06-07
2
-17
/
+30
*
Cygwin: Clarify some code in environ.cc
Ken Brown
2018-06-07
1
-1
/
+7
*
Cygwin: Add pthread_rwlock_* fix to release notes
Ken Brown
2018-06-01
1
-0
/
+3
*
Declare the pthread_rwlock_* functions if __cplusplus >= 201402L
Ken Brown
2018-06-01
1
-1
/
+1
*
Cygwin: Add stack alignment crash after fork fix to release notes
Corinna Vinschen
2018-05-29
1
-0
/
+4
*
Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.
Sergejs Lukanihins
2018-05-29
1
-1
/
+1
*
Cygwin: Add Sergejs Lukanihins to contributors
Corinna Vinschen
2018-05-29
1
-0
/
+1
*
Cygwin: Add buffer underrun fix to release notes
Corinna Vinschen
2018-05-29
1
-0
/
+3
*
Cygwin: normalize_win32_path: Avoid buffer underruns
Corinna Vinschen
2018-05-29
1
-8
/
+25
*
Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::check
Corinna Vinschen
2018-05-29
1
-1
/
+2
*
Fix issue with malloc_extend_top
Jeff Johnston
2018-05-29
1
-1
/
+6
*
fix llrint and lrint for 52 <= exponent <= 62
Matthias Kannwischer
2018-05-29
2
-4
/
+4
*
Fix 32-bit overflow in mktime() when time_t is 64-bits long
Freddie Chopin
2018-05-29
1
-1
/
+1
*
Use _LDBL_EQ_DBL in nexttowardf.c
Jeff Johnston
2018-05-07
1
-2
/
+2
*
libgloss: microblaze: adjust handlers to be weak.
Ben Levinsky
2018-05-03
2
-2
/
+4
*
Cygwin: fix build with GCC 7
Yaakov Selkowitz
2018-04-16
1
-9
/
+5
*
Add nvptx port.
Jeff Johnston
2018-04-13
132
-113
/
+7504
*
Cygwin: fix guard checking for current user's AuthZ context
Corinna Vinschen
2018-04-12
1
-3
/
+7
[next]