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
...
*
cygwin: fix potential buffer overflow in fork
Michael Haubenwallner
2017-10-10
1
-7
/
+2
*
cygwin: fix potential buffer overflow in small_sprintf
Michael Haubenwallner
2017-10-10
1
-2
/
+2
*
Fix multido compilation on ARM
Tamar Christina
2017-10-09
1
-2
/
+2
*
cygwin: initialize variable for stack unwinding
Michael Haubenwallner
2017-10-09
1
-1
/
+1
*
cygwin: disable -Wframe-address warning only on GCC 6 or later
Corinna Vinschen
2017-10-09
2
-1
/
+9
*
Fix typo with newlib-long-time_t default value.
Michael Haubenwallner
2017-10-09
2
-2
/
+2
*
adjust libnosys config for aarch64 to avoid linker error when switching from ...
Alexander Fedotov
2017-10-09
2
-0
/
+4
*
cygwin: Remove workaround for GCC 6 null pointer check warnings
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to NULL in _pinfo::exists
Ken Brown
2017-10-09
5
-8
/
+13
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::kill
Ken Brown
2017-10-09
1
-3
/
+12
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environ
Ken Brown
2017-10-09
2
-2
/
+2
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd
Ken Brown
2017-10-09
2
-2
/
+2
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandler
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_request
Ken Brown
2017-10-09
1
-1
/
+1
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdline
Ken Brown
2017-10-09
3
-3
/
+3
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwd
Ken Brown
2017-10-09
2
-2
/
+2
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::root
Ken Brown
2017-10-09
2
-2
/
+2
*
cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fds
Ken Brown
2017-10-09
2
-2
/
+2
*
cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.cc
Ken Brown
2017-10-09
1
-15
/
+40
*
RTEMS: Make pthread_mutex_t self-contained
Sebastian Huber
2017-10-05
1
-2
/
+28
*
RTEMS: Make pthread_cond_t self-contained
Sebastian Huber
2017-10-05
1
-2
/
+6
*
RTEMS: Make pthread_rwlock_t self-contained
Sebastian Huber
2017-10-05
1
-2
/
+7
*
RTEMS: Make pthread_barrier_t self-contained
Sebastian Huber
2017-10-05
1
-1
/
+7
*
RTEMS: Make sem_t self-contained
Sebastian Huber
2017-10-05
1
-2
/
+6
*
RTEMS: Optimize pthread_once_t
Sebastian Huber
2017-10-05
2
-7
/
+6
*
newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()
newlib-snapshot-20170922
Brian Inglis
2017-09-19
1
-1
/
+1
*
Fix warnings and documentation in strnstr.c
Sebastian Huber
2017-09-19
1
-4
/
+3
*
cygwin: workaround GCC 6 changes
Yaakov Selkowitz
2017-09-12
3
-2
/
+6
*
Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows...
Yaakov Selkowitz
2017-09-11
1
-1
/
+1
*
Change time_t to 64-bit by default
Sebastian Huber
2017-09-07
7
-3
/
+60
*
Remove harmful casts in gmtime_r()
Sebastian Huber
2017-09-07
1
-2
/
+2
*
Let RTEMS provide clock()
Sebastian Huber
2017-09-07
1
-1
/
+1
*
stdio.h: Don't define unlocked macros using static inline on C++
cygwin-2_9_0-release
Corinna Vinschen
2017-09-04
1
-1
/
+1
*
cygwin: Document crypt_r
Yaakov Selkowitz
2017-09-02
1
-0
/
+1
*
Remove some dangerous advice from the FAQ
Achim Gratz
2017-09-02
1
-4
/
+8
*
include: fix ffs, fls guards
Yaakov Selkowitz
2017-08-30
1
-2
/
+4
*
newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def
Corinna Vinschen
2017-08-30
2
-2
/
+2
*
newlib: strnstr: drop traditional synopisis
Corinna Vinschen
2017-08-30
1
-7
/
+0
*
Add man page entry for strnstr.c.
Sichen Zhao
2017-08-30
2
-0
/
+43
*
Modify strnstr.c.
Sichen Zhao
2017-08-30
1
-55
/
+10
*
cygwin: add strptime %F fix to release notes
Corinna Vinschen
2017-08-29
1
-0
/
+3
*
winsup/cygwin/libc/strptime.cc(__strptime) fix %F width
Brian Inglis
2017-08-29
1
-2
/
+4
*
cygwin: document %s support in strptime
Corinna Vinschen
2017-08-29
2
-0
/
+6
*
Fix compile error due to new strnstr()
Sebastian Huber
2017-08-28
1
-43
/
+0
*
cygwin: export strnstr
Corinna Vinschen
2017-08-25
4
-3
/
+5
*
newlib: rebuild string/Makefile.in
Corinna Vinschen
2017-08-25
1
-27
/
+49
*
Port strnstr.c to newlib.
Sichen Zhao
2017-08-25
2
-0
/
+4
*
Import strnstr.c from FreeBSD.
Sichen Zhao
2017-08-25
1
-0
/
+65
*
Revert "headers: avoid bareword attributes" for clang
Eric Blake
2017-08-25
1
-14
/
+16
*
RTEMS: Use __uint64_t for _CLOCK_T_
Sebastian Huber
2017-08-25
1
-0
/
+3
[prev]
[next]