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

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.