glibc/libio
Jakub Jelinek f32f28695d Fix a couple of __REDIRECT () __THROW occurrences
This patch fixes some cases which fail to parse with C++.
2010-06-14 08:18:26 -07:00
..
bits
__fbufsize.c
__flbf.c
__fpending.c
__fpurge.c
__freadable.c
__freading.c
__fsetlocking.c
__fwritable.c
__fwriting.c
bug-fopena+.c
bug-fseek.c
bug-ftell.c
bug-memstream1.c
bug-mmap-fflush.c
bug-rewind2.c
bug-rewind.c
bug-ungetc2.c
bug-ungetc3.c
bug-ungetc4.c
bug-ungetc.c
bug-ungetwc1.c
bug-ungetwc2.c
bug-wfflush.c
bug-wmemstream1.c
bug-wsetpos.c Fix fsetpos on wide stream. 2009-09-02 19:45:33 -07:00
clearerr_u.c
clearerr.c
Depend
fcloseall.c
feof_u.c
feof.c
ferror_u.c
ferror.c
filedoalloc.c
fileno.c
fileops.c (_IO_new_file_fopen): Don't prematurely stop parsing mode string. 2009-06-09 06:59:02 -07:00
fmemopen.c * include/stdio.h (fmemopen): Add libc_hidden_proto. 2009-03-10 15:26:57 +00:00
fputc_u.c
fputc.c
fputwc_u.c
fputwc.c
freopen64.c Remove useless more "if" tests before "free". 2008-05-27 06:04:07 +00:00
freopen.c Remove useless more "if" tests before "free". 2008-05-27 06:04:07 +00:00
fseek.c
fseeko64.c
fseeko.c
ftello64.c
ftello.c
fwide.c
fwprintf.c
fwscanf.c
genops.c Remove useless "if" before "free". 2008-03-19 06:43:34 +00:00
getc_u.c
getc.c
getchar_u.c
getchar.c
getwc_u.c
getwc.c
getwchar_u.c
getwchar.c
iofclose.c
iofdopen.c
iofflush_u.c
iofflush.c Add hidden alias for fflush. 2009-09-01 15:31:09 -07:00
iofgetpos64.c
iofgetpos.c
iofgets_u.c
iofgets.c
iofgetws_u.c
iofgetws.c
iofopen64.c
iofopen.c
iofopncook.c
iofputs_u.c
iofputs.c
iofputws_u.c
iofputws.c
iofread_u.c
iofread.c
iofsetpos64.c
iofsetpos.c
ioftell.c
iofwide.c
iofwrite_u.c [BZ #5998] 2008-04-09 07:42:19 +00:00
iofwrite.c [BZ #5998] 2008-04-09 07:42:19 +00:00
iogetdelim.c
iogetline.c
iogets.c
iogetwline.c
iolibio.h
iopadn.c
iopopen.c * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile. 2008-07-27 22:34:39 +00:00
ioputs.c Fix return value of puts for very long strings. 2009-10-29 16:03:07 -07:00
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c [BZ #6719] 2008-07-08 16:21:11 +00:00
ioungetc.c
ioungetwc.c
iovdprintf.c Fix reporting of I/O errors in *dprintf functions. 2010-02-24 16:07:57 -08:00
iovsprintf.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
iovsscanf.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
iovswscanf.c
iowpadn.c
libc_fatal.c
libio.h Fix getwc* and putwc* on non-wide streams. 2009-11-19 10:29:16 -08:00
libioP.h
Makefile Fix fsetpos on wide stream. 2009-09-02 19:45:33 -07:00
memstream.c
obprintf.c
oldfileops.c
oldiofclose.c
oldiofdopen.c
oldiofgetpos64.c
oldiofgetpos.c
oldiofopen.c
oldiofsetpos64.c
oldiofsetpos.c
oldiopopen.c
oldpclose.c
oldstdfiles.c
oldtmpfile.c Implement mkstemps and mkstemps64. 2009-10-30 00:11:07 -07:00
pclose.c
peekc.c
putc_u.c
putc.c
putchar_u.c
putchar.c
putwc_u.c
putwc.c
putwchar_u.c
putwchar.c
rewind.c
setbuf.c
setlinebuf.c
stdfiles.c
stdio.c
stdio.h Fix a couple of __REDIRECT () __THROW occurrences 2010-06-14 08:18:26 -07:00
strfile.h * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
strops.c
swprintf.c
swscanf.c
test-fmemopen.c
test-freopen.c
test-freopen.sh
tst_getwc.c
tst_getwc.input
tst_putwc.c
tst_swprintf.c
tst_swscanf.c
tst_wprintf2.c
tst_wprintf.c
tst_wscanf.c
tst_wscanf.input
tst-atime.c
tst-eof.c
tst-ext2.c
tst-ext.c
tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name. 2009-06-15 17:27:48 -07:00
tst-fgetwc.input 2009-02-04 Ulrich Drepper <drepper@redhat.com> 2009-02-04 21:27:48 +00:00
tst-fgetws.c
tst-fopenloc2.c
tst-fopenloc.c
tst-freopen.c
tst-memstream1.c
tst-memstream2.c
tst-mmap2-eofsync.c
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c
tst-popen1.c * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. 2008-07-27 18:26:13 +00:00
tst-setvbuf1.c
tst-sscanf.c
tst-swscanf.c
tst-ungetwc1.c
tst-ungetwc2.c
tst-widetext.c
tst-widetext.input * libio/tst-widetext.input: Remove surrogates. 2009-04-25 08:39:43 +00:00
tst-wmemstream1.c
tst-wmemstream2.c
vasprintf.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
Versions
vscanf.c
vsnprintf.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
vswprintf.c
vwprintf.c
vwscanf.c
wfiledoalloc.c
wfileops.c Remove some unused variables. 2009-09-19 17:19:41 -07:00
wgenops.c Remove useless "if" before "free". 2008-03-19 06:43:34 +00:00
wmemstream.c
wprintf.c
wscanf.c
wstrops.c