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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* libc/posix/posix_spawn.c: Eliminate OS function calls not present
Corinna Vinschen
2013-11-26
1
-0
/
+10
*
2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-25
1
-0
/
+5
*
* libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typo
Corinna Vinschen
2013-11-25
1
-0
/
+6
*
2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>
Joel Sherrill
2013-11-25
1
-0
/
+11
*
2013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>
Joel Sherrill
2013-11-23
1
-0
/
+5
*
2013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>
Joel Sherrill
2013-11-23
1
-0
/
+7
*
2013-11-22 Chirayu Desai <chirayudesai1@gmail.com>
Joel Sherrill
2013-11-22
1
-0
/
+8
*
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
Joel Sherrill
2013-11-22
1
-0
/
+4
*
2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-21
1
-0
/
+11
*
2013-11-21 Julio Gutierrez <jgutleyva@gmail.com>
Joel Sherrill
2013-11-21
1
-0
/
+5
*
2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-21
1
-0
/
+8
*
2013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-21
1
-0
/
+4
*
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
Joel Sherrill
2013-11-21
1
-0
/
+6
*
2013-11-20 Daniel Ramirez <javamonn@gmail.com>
Joel Sherrill
2013-11-20
1
-0
/
+4
*
2013-11-20 Chirayu Desai <chirayudesai1@gmail.com>
Joel Sherrill
2013-11-20
1
-0
/
+6
*
2013-11-20 Daniel Ramirez <javamonn@gmail.com>
Joel Sherrill
2013-11-20
1
-0
/
+5
*
* libc/include/stdlib.h: Declare realpath only if !__STRICT_ANSI__.
Corinna Vinschen
2013-11-20
1
-1
/
+5
*
3013-11-19 Jennifer Averett <jennifer.averett@oarcorp.com>
Joel Sherrill
2013-11-19
1
-0
/
+4
*
Fix date
Joel Sherrill
2013-11-19
1
-1
/
+1
*
2013-11-18 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-19
1
-0
/
+5
*
2013-11-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-19
1
-0
/
+4
*
* libc/posix/closedir.c: Fix use after free.
Corinna Vinschen
2013-11-19
1
-0
/
+7
*
2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>
Joel Sherrill
2013-11-18
1
-0
/
+23
*
2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>
Joel Sherrill
2013-11-18
1
-0
/
+11
*
[ARM] Provide ftruncate() and truncate() stubs.
Marcus Shawcroft
2013-11-18
1
-0
/
+5
*
* newlib/libc/stdlib/getopt.c (getopt_internal): Add missing braces.
Corinna Vinschen
2013-11-13
1
-0
/
+4
*
* newlib/libc/include/getopt.h (struct option): name field should be
Corinna Vinschen
2013-11-13
1
-0
/
+8
*
* libc/libc/stdlib/getopt.c (getopt_internal): Fix NULL pointer access.
Corinna Vinschen
2013-11-12
1
-0
/
+4
*
* libm/libm.texinfo: Rename node Index to Document Index.
Corinna Vinschen
2013-11-08
1
-0
/
+8
*
* libc/stdio/fvwrite.c: Allow writing in larger chunks for fully
Corinna Vinschen
2013-11-04
1
-0
/
+5
*
* libc/stdio/fvwrite.h: change type of uio_resid from int to size_t to
Corinna Vinschen
2013-10-31
1
-0
/
+5
*
Implement malloc_stats for nano.
Corinna Vinschen
2013-10-30
1
-1
/
+14
*
* libc/include/machine/_default_types.h: Revert change from 2013-10-10.
Corinna Vinschen
2013-10-30
1
-0
/
+8
*
* libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typo
Hans-Peter Nilsson
2013-10-24
1
-0
/
+5
*
* libc/include/stdio.h (funopen): Change prototype of
Corinna Vinschen
2013-10-23
1
-0
/
+38
*
Fix formatting
Corinna Vinschen
2013-10-18
1
-23
/
+23
*
* configure.in (enable-newlib-global-atexit): New option.
Corinna Vinschen
2013-10-18
1
-0
/
+8
*
* libc/include/sys/unistd.h (MAXPATHLEN): Delete.
Corinna Vinschen
2013-10-18
1
-0
/
+7
*
Fix ChangeLog entries
Corinna Vinschen
2013-10-16
1
-4
/
+2
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+5
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+4
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+7
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+7
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+5
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+18
*
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-10-15
1
-0
/
+5
*
Formatting.
Joel Sherrill
2013-10-15
1
-2
/
+2
*
2013-10-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
Jeff Johnston
2013-10-09
1
-0
/
+5
*
2013-10-03 Steve Ellcey <sellcey@mips.com>
Steve Ellcey
2013-10-03
1
-0
/
+7
*
2013-10-01 Petr Hosek <phosek@chromium.org>
Jeff Johnston
2013-10-01
1
-0
/
+9
[prev]
[next]