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
/
libc
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS
Sebastian Huber
2017-06-30
1
-1
/
+1
*
Introduce _REENT_GLOBAL_STDIO_STREAMS
Sebastian Huber
2017-06-30
1
-0
/
+24
*
Add stdin_init(), stdout_init() and stderr_init()
Sebastian Huber
2017-06-30
1
-17
/
+33
*
Remove superfluous parameter from std()
Sebastian Huber
2017-06-30
1
-7
/
+6
*
Revert "Don't overread or write memory returned by _DTOA_R"
Corinna Vinschen
2017-06-19
1
-13
/
+12
*
Don't overread or write memory returned by _DTOA_R
Silviu Baranga
2017-06-09
1
-12
/
+13
*
Print sign of NaN values.
Kito Cheng
2017-06-07
2
-0
/
+8
*
Add __packed to struct ldieee
Kito Cheng
2017-04-18
1
-8
/
+9
*
Use enum __packed in favour of -fshort-enums
Sebastian Huber
2017-04-03
3
-41
/
+46
*
Unify names of all lock objects
Freddie Chopin
2017-02-06
1
-6
/
+6
*
2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>
Jeff Johnston
2016-12-15
1
-2
/
+2
*
Fix a potential buffer overflow in wscanf family
Corinna Vinschen
2016-10-22
1
-6
/
+8
*
Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
2016-08-15
2
-6
/
+4
*
POSIX-1.2008 per-thread locales, groundwork part 2
Corinna Vinschen
2016-08-15
2
-2
/
+2
*
Regenerate newlib Makefiles
Jon Turney
2016-07-04
1
-3
/
+16
*
Feature test macros overhaul: stdio.h
Yaakov Selkowitz
2016-03-17
1
-0
/
+1
*
setvbuf: Drop setting reent->__cleanup
Corinna Vinschen
2016-03-13
1
-1
/
+0
*
Update setvbuf to latest OpenBSD implementation
Corinna Vinschen
2016-03-12
1
-42
/
+75
*
Add __swhatbuf function from OpenBSD
Corinna Vinschen
2016-03-12
2
-49
/
+60
*
printf(3): Handle multibyte decimal point in field size computation
Corinna Vinschen
2016-02-08
1
-7
/
+9
*
* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesing
Igor Venevtsev
2016-02-08
1
-0
/
+1
*
* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...
Igor Venevtsev
2016-02-08
1
-3
/
+3
*
Add missing checks for __SNLK flag
Corinna Vinschen
2015-12-08
3
-10
/
+20
*
Fix re-initialization of FILE flags and mbstate in freopen
Corinna Vinschen
2015-12-08
1
-1
/
+1
*
Import correctly working strtold from David M. Gay.
Corinna Vinschen
2015-11-20
1
-3
/
+3
*
Simplify the markup for sprintf and swprintf documentation
Jon Turney
2015-11-19
2
-64
/
+71
*
Improve markup of sscanf and swscanf documentation
Jon Turney
2015-11-19
2
-114
/
+237
*
Move duplicated documentation rules to Makefile.shared
Jeff Johnston
2015-11-02
2
-25
/
+21
*
Add missing semicolons to prototypes.
Jeff Johnston
2015-11-02
2
-12
/
+12
*
Fix wscanf family positional parameter handling in %lc, %ls, %l[]
Shoichi Sakon
2015-08-03
1
-7
/
+9
*
Prevent use of uninitialized file lock
Sebastian Huber
2015-07-02
2
-4
/
+10
*
Regenerate Makefile.in
Jon TURNEY
2015-06-29
1
-2
/
+0
*
Don't chew files which contain no documentation markup
Jon TURNEY
2015-06-24
1
-2
/
+0
*
Fix mismatched parentheses in documentation.
Jon TURNEY
2015-06-24
1
-1
/
+1
*
Fix an inconsistent use of '.' in FUNCTION
Jon TURNEY
2015-06-23
1
-1
/
+1
*
Correct a non-ANSI prototype in SYNOPSIS
Jon TURNEY
2015-06-23
1
-1
/
+1
*
Fix makedoc markup used in texinfo source
Jon TURNEY
2015-06-23
1
-1
/
+1
*
Implement BSD/GNU unlocked stdio extensions.
Yaakov Selkowitz
2014-12-18
39
-75
/
+1738
*
* stdio.tex: Add menu entries for __fsetlocking and stdio_ext.
Corinna Vinschen
2014-12-18
2
-1
/
+3
*
* libc/include/stdio.h (__SNLK): Define.
Yaakov Selkowitz
2014-12-15
5
-7
/
+129
*
* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.
Yaakov Selkowitz
2014-12-11
4
-0
/
+128
*
* libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* is
Corinna Vinschen
2014-11-20
1
-1
/
+3
*
* libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach to
Corinna Vinschen
2014-11-06
1
-9
/
+9
*
* libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.
Corinna Vinschen
2014-10-29
1
-4
/
+2
*
* libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configuration
Corinna Vinschen
2014-09-05
1
-4
/
+9
*
* libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.
Corinna Vinschen
2014-09-05
1
-5
/
+2
*
* libc/stdio/findfp.c (std): Don't inline when optimizing for code size.
Corinna Vinschen
2014-08-14
1
-0
/
+4
*
2014-07-04 Bin Cheng <bin.cheng@arm.com>
Jeff Johnston
2014-07-04
28
-221
/
+3386
*
2014-04-04 Ashish Kapania <akapania@ti.com>
Jeff Johnston
2014-04-04
1
-1
/
+1
*
* libc/stdio/open_memstream.c (internal_open_memstream_r): Initialize
Corinna Vinschen
2014-02-20
1
-0
/
+1
[next]