]> git.mdlowis.com Git - proto/aos.git/commit
implemented standard file io module and leap functionality in editor
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 2 May 2023 01:13:49 +0000 (21:13 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 2 May 2023 01:13:49 +0000 (21:13 -0400)
commitf204f701413738dac9c6babbe9c56b11cfe4521f
tree98b04a5c4c049d28579b3117356abb2d5ab7c3b2
parentee28d69dda0de149f18c51a9420431a5075f8080
implemented standard file io module and leap functionality in editor
14 files changed:
bin/editor/gapbuf.c
bin/editor/io.h
bin/editor/job.c
bin/editor/leap.c
bin/editor/readfd.c [deleted file]
bin/editor/readfile.c [deleted file]
bin/editor/telem.c
bin/editor/writefd.c [deleted file]
bin/editor/x11.c
bin/editor/xpty.c
bin/mbusd.c
inc/liba.h
lib/a/File.c [new file with mode: 0644]
lib/a/Thread.c