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
*
Arrange for text mode on stdin, stdout and stderr.
Kaz Kylheku
2016-09-17
1
-4
/
+6
*
Default stdio streams to text mode.
Kaz Kylheku
2016-07-12
1
-2
/
+2
*
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
*
Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushing
Corinna Vinschen
2014-01-17
4
-6
/
+36
*
* libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point in
Corinna Vinschen
2013-12-19
1
-5
/
+6
*
* vfscanf.c (BUF): Change definition to take multibyte decimal point
Corinna Vinschen
2013-12-18
2
-21
/
+86
*
2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>
Joel Sherrill
2013-11-26
14
-56
/
+70
*
2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>
Joel Sherrill
2013-11-18
25
-133
/
+134
*
* libc/stdio/fvwrite.c: Allow writing in larger chunks for fully
Corinna Vinschen
2013-11-04
1
-15
/
+12
*
* libc/stdio/fvwrite.h: change type of uio_resid from int to size_t to
Corinna Vinschen
2013-10-31
1
-1
/
+1
*
* libc/include/stdio.h (funopen): Change prototype of
Corinna Vinschen
2013-10-23
8
-23
/
+29
*
* libc/configure.in (--enable-newlib-wchar-orient): Remove.
Corinna Vinschen
2013-08-12
2
-183
/
+133
*
* libc/stdio/fwalk.c (_fwalk): Remove redundant test.
Corinna Vinschen
2013-07-09
1
-5
/
+2
*
* acconfig.h (_UNBUF_STREAM_OPT): Undefine.
Corinna Vinschen
2013-06-19
2
-0
/
+8
*
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
Jeff Johnston
2013-04-29
23
-67
/
+111
*
2013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2013-04-25
2
-0
/
+14
[next]