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
...
*
nds32: remove TRAD_SYNOPSIS
Yaakov Selkowitz
2017-12-01
1
-5
/
+1
*
microblaze: remove TRAD_SYNOPSIS
Yaakov Selkowitz
2017-12-01
4
-25
/
+4
*
locale: remove TRAD_SYNOPSIS
Yaakov Selkowitz
2017-12-01
5
-21
/
+5
*
iconv: remove TRAD_SYNOPSIS
Yaakov Selkowitz
2017-12-01
1
-39
/
+1
*
ctype: remove TRAD_SYNOPSIS
Yaakov Selkowitz
2017-12-01
33
-189
/
+33
*
ssp: add Object Size Checking for unistd.h, part 2
Yaakov Selkowitz
2017-12-01
2
-3
/
+44
*
newlib: vf[w]scanf: Implement POSIX %m modifier
Corinna Vinschen
2017-11-30
2
-24
/
+448
*
newlib: vfwscanf: fix miscomputation of max field width in %[] case
Corinna Vinschen
2017-11-30
1
-1
/
+1
*
Feature test macros overhaul: unistd.h, part 3
Yaakov Selkowitz
2017-11-30
1
-1
/
+21
*
ssp: add Object Size Checking for stdlib.h
Yaakov Selkowitz
2017-11-30
3
-0
/
+38
*
newlib: vf[w]scanf: add validity checks
Corinna Vinschen
2017-11-30
2
-0
/
+37
*
newlib: vf[w]scanf: Use SIZE_MAX rather than ~0
Corinna Vinschen
2017-11-30
2
-4
/
+4
*
newlib: vfscanf: fix formatting
Corinna Vinschen
2017-11-30
1
-2
/
+2
*
newlib: vf[w]scanf: Only return from a single point to simplify cleanup
Corinna Vinschen
2017-11-30
2
-4
/
+2
*
string: add wmempcpy
Yaakov Selkowitz
2017-11-30
5
-38
/
+85
*
RTEMS: Add semaphore <sys/lock.h> functions
Sebastian Huber
2017-11-30
1
-0
/
+4
*
RTEMS: Timed wait by ticks <sys/lock.h> functions
Sebastian Huber
2017-11-30
1
-0
/
+16
*
RTEMS: Add set/get name <sys/lock.h> functions
Sebastian Huber
2017-11-30
1
-1
/
+71
*
ssp: add build infrastructure
Yaakov Selkowitz
2017-11-29
8
-9
/
+798
*
ssp: add documentation
Yaakov Selkowitz
2017-11-29
3
-0
/
+46
*
ssp: add Object Size Checking for unistd.h, part 1
Yaakov Selkowitz
2017-11-29
2
-0
/
+58
*
ssp: add Object Size Checking for stdio.h, part 1
Yaakov Selkowitz
2017-11-29
7
-0
/
+416
*
ssp: add Object Size Checking for strings.h
Yaakov Selkowitz
2017-11-29
2
-0
/
+59
*
ssp: add Object Size Checking for string.h
Yaakov Selkowitz
2017-11-29
12
-0
/
+652
*
ssp: add Object Size Checking common code
Yaakov Selkowitz
2017-11-29
3
-1
/
+107
*
ssp: add APIs for Stack Smashing Protection
Yaakov Selkowitz
2017-11-29
1
-0
/
+45
*
newlib: [w]scanf: Fix behaviour on matching failure
Corinna Vinschen
2017-11-29
2
-22
/
+3
*
Make __nonnull macro compatible with glibc
Yaakov Selkowitz
2017-11-28
4
-5
/
+5
*
cygwin: define _POSIX_TIMEOUTS
Yaakov Selkowitz
2017-11-28
1
-1
/
+1
*
Add the Aarch64 SVE specific HWCAP_SVE define
Jeff Johnston
2017-11-22
1
-0
/
+1
*
RTEMS: Add missing __getreent() to crt0
Sebastian Huber
2017-11-20
1
-0
/
+1
*
RTEMS: Add missing functions to crt0
Sebastian Huber
2017-11-20
1
-5
/
+10
*
Cygwin: fcntl.h: Use test macros to guard non-standard open flags
Corinna Vinschen
2017-11-14
1
-4
/
+12
*
Cygwin: fcntl.h: Define O_NOATIME
Corinna Vinschen
2017-11-14
1
-0
/
+2
*
Cygwin: fcntl.h: Define O_TMPFILE and implement it
Corinna Vinschen
2017-11-14
1
-0
/
+2
*
newlib/libc/stdlib/realloc.c: fix variable name
Florian Schmidt
2017-11-14
1
-1
/
+1
*
newlib/.../getreent.c: Allow to be provided by host and do so for RTEMS
Joel Sherrill
2017-11-13
2
-2
/
+10
*
Make ffsl() and ffsll() BSD-visible
Sebastian Huber
2017-11-03
1
-3
/
+1
*
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
[prev]
[next]