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
path:
root
/
newlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...
Joel Sherrill
2017-11-02
1
-2
/
+0
*
RTEMS: Remove internal timecounter API
Sebastian Huber
2017-10-26
1
-29
/
+4
*
fix internal __ieee754_expf and __ieee754_logf calls
Szabolcs Nagy
2017-10-20
1
-0
/
+11
*
New expf, exp2f, logf, log2f and powf implementations
Szabolcs Nagy
2017-10-13
24
-88
/
+1339
*
RTEMS: Fix _PTHREAD_MUTEX_INITIALIZER
Sebastian Huber
2017-10-13
1
-1
/
+1
*
Fix typo with newlib-long-time_t default value.
Michael Haubenwallner
2017-10-09
2
-2
/
+2
*
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
*
Change time_t to 64-bit by default
Sebastian Huber
2017-09-07
6
-3
/
+59
*
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
*
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
*
Fix compile error due to new strnstr()
Sebastian Huber
2017-08-28
1
-43
/
+0
*
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
*
Make _CLOCK_T_ system configurable
Sebastian Huber
2017-08-25
1
-0
/
+3
*
newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptime
Brian Inglis
2017-08-25
1
-2
/
+32
*
Add myself to RISC-V Port Maintainer
Kito Cheng
2017-08-21
1
-0
/
+1
*
Change license to FreeBSD License for RISC-V
Kito Cheng
2017-08-21
12
-12
/
+12
*
cygwin: Implement renameat2
Ken Brown
2017-08-19
1
-0
/
+3
*
Add RISC-V port for libm
Kito Cheng
2017-08-17
19
-1
/
+7282
*
headers: avoid bareword attributes
Eric Blake
2017-08-17
2
-15
/
+15
*
Add RISC-V port for newlib
Kito Cheng
2017-08-16
24
-2
/
+7185
*
newlib: regenerate libc/stdlib/Makefile.am
Corinna Vinschen
2017-08-11
1
-9
/
+36
*
Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE
Ken Brown
2017-08-07
1
-2
/
+2
*
Proper locking for getchar() and putchar()
Sebastian Huber
2017-08-07
1
-7
/
+32
*
Importing wcstoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
3
-0
/
+160
*
Importing wcstoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
3
-0
/
+161
*
Importing strtoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
3
-0
/
+154
*
Importing strtoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
3
-0
/
+182
*
Add elf.h to newlib
Yaakov Selkowitz
2017-08-02
1
-0
/
+3146
*
Importing catanl long double complex method from NetBSD.
Aditya Upadhyay
2017-07-28
3
-4
/
+88
*
Fixing HUGE_VALF to HUGE_VALL.
Aditya Upadhyay
2017-07-28
1
-1
/
+1
*
stdio: Fix make rule override
Sebastian Huber
2017-07-28
2
-10
/
+0
*
newlib: regenerate stdlib/Makefile.in
Corinna Vinschen
2017-07-28
1
-33
/
+62
*
Importing imaxdiv inttypes method from FreeBSD.
Aditya Upadhyay
2017-07-28
2
-0
/
+49
[next]