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

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.