Giacomo Tesio 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
..
README.txt e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
bmp.c f104c46858 purge syscall macros 3 vuotta sitten
bmp.h e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
build.json e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
close.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
gif.c f104c46858 purge syscall macros 3 vuotta sitten
ico.c f104c46858 purge syscall macros 3 vuotta sitten
imagefile.h e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
jpegdump.c 0a325039bf gcc & system build: add `-9` and remove `--posix` from build files 3 vuotta sitten
jpg.c f104c46858 purge syscall macros 3 vuotta sitten
multichan.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
onechan.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
png.c f104c46858 purge syscall macros 3 vuotta sitten
ppm.c f104c46858 purge syscall macros 3 vuotta sitten
readbmp.c f104c46858 purge syscall macros 3 vuotta sitten
readgif.c f104c46858 purge syscall macros 3 vuotta sitten
readjpg.c f104c46858 purge syscall macros 3 vuotta sitten
readpng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
readppm.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
readtga.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
readtif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
readv210.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
readyuv.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
rgbrgbv.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
rgbv.h e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
rgbycc.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
tga.c f104c46858 purge syscall macros 3 vuotta sitten
tif.c f104c46858 purge syscall macros 3 vuotta sitten
togif.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
toico.c f104c46858 purge syscall macros 3 vuotta sitten
tojpg.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
topng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
toppm.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
torgbv.c f104c46858 purge syscall macros 3 vuotta sitten
totif.c f104c46858 purge syscall macros 3 vuotta sitten
totruecolor.c f104c46858 purge syscall macros 3 vuotta sitten
v210.c f104c46858 purge syscall macros 3 vuotta sitten
writegif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
writejpg.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
writepng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 vuotta sitten
writeppm.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
writerawimage.c f104c46858 purge syscall macros 3 vuotta sitten
writetif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 vuotta sitten
ycbcr.h e8562ff537 cmd/pict: import 9front's graphical tools 7 vuotta sitten
yuv.c f104c46858 purge syscall macros 3 vuotta sitten

README.txt

These are the graphic tools from 9front as documented at

http://man.cat-v.org/9front/1/jpg

The whole pict/ folder should be an external package as it's not
actually required for a minimal system.
It's included in the main Jehanne's source tree because we don't have
a package management system yet.