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
...
*
Fix sys/time.h build problem due to inconsistent macro usage
Corinna Vinschen
2015-07-06
3
-2
/
+10
*
Prevent use of uninitialized file lock
Sebastian Huber
2015-07-02
3
-4
/
+16
*
Regenerate Makefile.in
Jon TURNEY
2015-06-29
7
-5
/
+14
*
Use source files which have makedoc markup, but aren't processed or included.
newlib-snapshot-20150623
Jon TURNEY
2015-06-24
10
-4
/
+34
*
Use makedoc output files which are generated but aren't included
Jon TURNEY
2015-06-24
6
-2
/
+33
*
Don't chew files which contain no documentation markup
Jon TURNEY
2015-06-24
3
-3
/
+6
*
Fix mismatched parentheses in documentation.
Jon TURNEY
2015-06-24
4
-3
/
+10
*
Fix typo-ed function names in efgcvt.c documentation
Jon TURNEY
2015-06-23
3
-3
/
+9
*
Fix an inconsistent use of '.' in FUNCTION
Jon TURNEY
2015-06-23
2
-1
/
+6
*
Fix SYNOPSIS prototypes without marked up parameter names
Jon TURNEY
2015-06-23
4
-5
/
+11
*
Correct a non-ANSI prototype in SYNOPSIS
Jon TURNEY
2015-06-23
2
-1
/
+5
*
Remove stray punctuation in ANSI_SYNOPSIS prototypes
Jon TURNEY
2015-06-23
3
-2
/
+8
*
Fix some mangled makedoc markup
Jon TURNEY
2015-06-23
3
-5
/
+10
*
Fix makedoc markup used in texinfo source
Jon TURNEY
2015-06-23
3
-2
/
+7
*
sys/signal.h requires sys/cdefs.h
Corinna Vinschen
2015-06-22
2
-0
/
+5
*
ChangeLog entries for Cygwin's alternate signal stack implementation
Corinna Vinschen
2015-06-20
1
-0
/
+11
*
Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as well
Corinna Vinschen
2015-06-20
1
-14
/
+14
*
Preliminary infrastructure to implement alternate stack
Corinna Vinschen
2015-06-19
1
-6
/
+7
*
gmtime_r: Use faster algorithm by Howard Hinnant
Freddie Chopin
2015-06-15
2
-71
/
+40
*
Update the assembler code to support old ARM architectures.
Hale Wang
2015-06-01
7
-183
/
+189
*
aarch64: fabs and sqrt implementation with inline asm
Szabolcs Nagy
2015-06-01
7
-7
/
+190
*
Correct argz_replace behaviour when memory is exhausted.
David Stacey
2015-06-01
2
-2
/
+10
*
Fix comment in sys/wait.h
Corinna Vinschen
2015-05-28
2
-1
/
+5
*
Fix potential memory leak in argz_replace
David Stacey
2015-05-27
2
-1
/
+8
*
Avoid unneeded truncation to "int"
newlib-snapshot-20150526
DJ Delorie
2015-05-27
2
-1
/
+6
*
Update signbit functions to work on targets where integers are only 16-bits.
Nick Clifton
2015-05-27
2
-4
/
+9
*
Revert to exposing sys/select.h from sys/time.h on Cygwin
Corinna Vinschen
2015-05-02
2
-0
/
+10
*
Improve check for int32_t being long or int
Corinna Vinschen
2015-04-29
5
-32
/
+53
*
Fix basename prototype collision string.h vs libgen.h
Corinna Vinschen
2015-04-23
3
-12
/
+34
*
For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...
Nick Clifton
2015-04-23
13
-0
/
+249
*
Add parens around MIN/MAX values in stdint.h.
Corinna Vinschen
2015-04-23
2
-71
/
+75
*
Add <sys/_stdint.h> for FreeBSD compatibility
Sebastian Huber
2015-04-23
6
-46
/
+87
*
Make stack_t typedef generally available
Jon TURNEY
2015-04-23
2
-9
/
+14
*
Fix UTF-16 surrogate handling in wctomb and friends.
Corinna Vinschen
2015-04-23
2
-1
/
+6
*
Avoid excessive locking and calling tzset in time functions.
Corinna Vinschen
2015-04-23
4
-5
/
+25
*
Add _tzset_unlocked and _tzset_unlocked_r
Corinna Vinschen
2015-04-23
4
-23
/
+35
*
Move tzset calls to time functions.
Craig Howland
2015-04-23
5
-7
/
+13
*
strftime: use tzname if TM_ZONE is NULL
Yaakov Selkowitz
2015-04-23
2
-3
/
+8
*
string: add GNU basename(3)
Yaakov Selkowitz
2015-04-23
6
-2
/
+61
*
Import <sys/tree.h> from FreeBSD
Sebastian Huber
2015-04-23
2
-0
/
+805
*
* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
Joel Sherrill
2015-04-23
2
-6
/
+4
*
Change from configure time to compile time probe for intptr_t definition.
Joel Sherrill
2015-04-23
5
-110
/
+36
*
Add ChangeLog entry for last patch to libc/include/sys/time.h.
Steve Ellcey
2015-04-23
1
-0
/
+5
*
Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.
Steve Ellcey
2015-04-23
1
-18
/
+18
*
Fix newlib texinfo source so 'info libc' and 'info libm' work
Jon TURNEY
2015-03-16
3
-6
/
+13
*
Drop including cygwin/sys_time.h on Cygwin.
Corinna Vinschen
2015-03-13
2
-4
/
+4
*
Merge parts of <sys/time.h> from FreeBSD
Sebastian Huber
2015-03-13
5
-65
/
+539
*
Import libc/sys/rtems/include/semaphore.h from FreeBSD.
Sebastian Huber
2015-03-12
2
-0
/
+60
*
Add and use latest <sys/timespec.h> from FreeBSD
Sebastian Huber
2015-03-11
9
-16
/
+130
*
Fix a build problem running the newlib testsuite on targets that only have 32...
Nick Clifton
2015-03-11
2
-1
/
+7
[prev]
[next]