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
...
*
* libc/stdio/swprintf.c (_swprintf_r, swprintf):
Corinna Vinschen
2009-03-12
4
-88
/
+138
*
* libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,
Corinna Vinschen
2009-03-11
21
-100
/
+2292
*
* libc/include/stdio.h (__VALIST): Guard against multiple definition.
Corinna Vinschen
2009-03-06
11
-72
/
+2829
*
* libc/stdio/open_memstream.c (stdint.h): Include.
Kevin Buettner
2009-02-25
1
-0
/
+1
*
2009-02-18 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2009-02-18
1
-3
/
+8
*
* libc/stdio/open_memstream.c: Add open_wmemstream to doumentation.
Corinna Vinschen
2009-02-18
1
-26
/
+102
*
* libc/stdio/fputwc.c: Fix typo in man page info.
Corinna Vinschen
2009-02-16
1
-2
/
+2
*
2009-01-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2009-01-28
1
-2
/
+6
*
2009-01-12 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2009-01-12
1
-4
/
+0
*
2009-01-05 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2009-01-05
1
-1
/
+1
*
2008-12-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-12-15
1
-2
/
+0
*
2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2008-12-12
3
-5
/
+5
*
* libc/stdio/freopen.c: Add <string.h> for memset prototype.
Corinna Vinschen
2008-12-12
3
-0
/
+3
*
2008-12-11 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2008-12-11
6
-8
/
+9
*
2008-12-10 Corinna Vinschen <corinna@vinschen.de>
Jeff Johnston
2008-12-10
26
-1
/
+1347
*
* libc/stdio/gets.c (_gets_r): Lock stdin here and call
Corinna Vinschen
2008-11-25
1
-2
/
+7
*
2008-11-24 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2008-11-24
1
-0
/
+1
*
2008-11-24 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2008-11-24
2
-0
/
+2
*
* libc/include/stdio.h (__SMOD): Remove definition of unused flag.
Corinna Vinschen
2008-11-24
4
-6
/
+4
*
2008-10-31 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-31
19
-74
/
+146
*
2008-10-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-15
1
-32
/
+38
*
* configure: Regenerate for new libtool.
Steve Ellcey
2008-09-29
1
-8
/
+20
*
Fix 2008-04-14 regression in asprintf(ptr,"").
Eric Blake
2008-04-30
6
-34
/
+46
*
2008-04-14 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-04-14
20
-29
/
+334
*
2008-03-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-11
1
-1
/
+1
*
2008-03-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-11
1
-0
/
+4
*
2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-07
3
-0
/
+3
*
Fix ftell bug after ungetc.
Eric Blake
2008-03-04
2
-3
/
+8
*
2008-01-03 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-01-03
2
-2
/
+2
*
2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-12-19
1
-8
/
+8
*
* libc/stdio/vfprintf.c (_VFPRINTF_R): Use correct pointer in call to
Corinna Vinschen
2007-12-19
1
-2
/
+2
*
* libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]:
Eric Blake
2007-10-13
1
-2
/
+4
*
2007-09-18 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-09-18
1
-34
/
+0
*
Obey POSIX on printf("%.s", (char*)NULL).
Eric Blake
2007-09-17
1
-2
/
+9
*
2007-08-31 Antony King <antony.king@st.com>
Jeff Johnston
2007-08-31
1
-3
/
+1
*
Implement fmemopen and open_memstream.
Eric Blake
2007-08-02
6
-4
/
+741
*
More POSIX stream corner cases.
Eric Blake
2007-07-31
2
-14
/
+16
*
Fix 'make info'.
Eric Blake
2007-07-19
8
-20
/
+26
*
Fix fflush issues.
Eric Blake
2007-07-13
11
-59
/
+106
*
Documentation updates.
Eric Blake
2007-07-13
4
-49
/
+102
*
Implement funopen, fopencookie.
Eric Blake
2007-06-04
18
-70
/
+657
*
* libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' when
Eric Blake
2007-05-27
1
-1
/
+2
*
* libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.
Eric Blake
2007-05-25
1
-1
/
+1
*
* ltmain.sh: Update from GCC.
Steve Ellcey
2007-05-24
1
-5
/
+21
*
* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when
Eric Blake
2007-05-24
2
-50
/
+135
*
* libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).
Eric Blake
2007-05-23
2
-43
/
+109
*
* libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gcc
Eric Blake
2007-05-18
2
-2
/
+4
*
* stdio/tmpfile.c: Include <sys/stat.h>.
Eric Blake
2007-05-17
1
-0
/
+1
*
Close security hole in tmpfile.
Eric Blake
2007-05-16
1
-3
/
+19
*
Reduce stack size of *printf.
Eric Blake
2007-05-14
1
-103
/
+84
[prev]
[next]