jehanne/sys/src/lib/stdio
Giacomo Tesio 93c784fa3f libstdio: fix CID 174305 and CID 174302 (uninitialized variables) 2017-08-14 12:47:03 +02:00
..
Stdio.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
_IO_getc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
_IO_putc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
build.json qa: build everything with -Werror 2017-01-12 00:38:56 +01:00
clearerr.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
dtoa.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
fclose.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fdopen.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
feof.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ferror.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fflush.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fgetc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fgetpos.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fgets.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fileno.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fopen.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fputc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fputs.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fread.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
freopen.c kernel&all: create() syscall only sends Tcreate 2016-12-24 21:25:20 +01:00
fscanf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fseek.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fseeko.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fsetpos.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ftell.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ftello.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
fwrite.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
getc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
gets.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
iolib.h libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
printf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
putc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
puts.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rewind.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
scanf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sclose.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
setbuf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
setvbuf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
snprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sopenr.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sopenw.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sscanf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
tmpfile.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
tmpnam.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
ungetc.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
vfprintf.c libstdio: fix CID 174305 and CID 174302 (uninitialized variables) 2017-08-14 12:47:03 +02:00
vfscanf.c libstdio: fix uninitialized variables 2017-05-19 01:33:09 +02:00
vprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
vsnprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
vsprintf.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00