plan9fox/sys/src/ape/lib/ap/stdio
Ori Bernstein 78aec6d5c6 Fix scans of more than one character in %[]
This got broken in d8e877a89dae, where we returned 0 on the
first mismatch; we want to return 0 only when we consumed no
characters.
2020-05-15 16:46:20 -07:00
..
_dtoa.c
_fconv.c Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
_IO_getc.c
_IO_newfile.c ape/stdio: set errno to EMFILE when running out of streams 2014-05-29 00:34:47 +02:00
_IO_putc.c stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
atexit.c
clearerr.c
exit.c
fclose.c
fconv.h
fdopen.c ape/stdio: set errno to EMFILE when running out of streams 2014-05-29 00:34:47 +02:00
feof.c
ferror.c
fflush.c
fgetc.c
fgetpos.c
fgets.c
fileno.c
fopen.c
fprintf.c
fputc.c
fputs.c
fread.c
freopen.c
fscanf.c
fseek.c
fseeko.c
fsetpos.c
ftell.c
ftello.c
ftoa.c Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
fwrite.c
getc.c
getchar.c
gets.c
iolib.h ape: threadsafe errno 2013-03-11 18:57:22 +01:00
mkfile Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
perror.c ape: threadsafe errno 2013-03-11 18:57:22 +01:00
pow10.c
printf.c
putc.c
putchar.c
puts.c
rdline.c
remove.c
rename.c
rewind.c
scanf.c
sclose.c stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
setbuf.c
setvbuf.c
snprintf.c remove C99_SPRINTF_EXTENSION define. 2020-02-10 19:26:39 -08:00
sopenr.c
sopenw.c
sprintf.c
sscanf.c
stdio.c
strerror.c ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
strtod.c
tmpfile.c
tmpnam.c
ungetc.c
vfprintf.c Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
vfscanf.c Fix scans of more than one character in %[] 2020-05-15 16:46:20 -07:00
vprintf.c
vsnprintf.c remove C99_SPRINTF_EXTENSION define. 2020-02-10 19:26:39 -08:00
vsprintf.c