sean
|
2ab97f145f
Shuffling bits of code around, and making mkstemp work for
|
2 years ago |
sean
|
ae2287160b
ed: remove the legacy i/o buffering code.
|
2 years ago |
sean
|
f00203a8b2
ed: replaced a stray creat() call.
|
2 years ago |
sean
|
46c1406683
ed: reintstate "/dev/stdout".
|
2 years ago |
sean
|
335051c9b1
Large patchset.
|
2 years ago |
sean
|
ba23d9f2b3
Makefile: add `uninstall` target
|
4 years ago |
sean
|
e0b5cbe9fd
ed: fix a nasty array out-of-bounds bug. The `sizeof` operator
|
4 years ago |
sean
|
7fba32339e
Makefile: make it a bit more generic, by installing to `/usr/local`
|
4 years ago |
sean
|
da9548feeb
Makefile: respect LDFLAGS
|
4 years ago |
sean
|
ff49e92436
make: removed dependency on `plan9port` and `mk`.
|
4 years ago |
sean
|
c2833aefeb
Makefile: added install target.
|
4 years ago |
sean
|
f04c6a5017
README: more exegesis.
|
4 years ago |
sean
|
98d675472e
all: many small fixes to keep -Wall quiet.
|
4 years ago |
sean
|
5a5a8848a4
callunix: execl() needs explicit NULL pointer. OpenBSD paranoia.
|
4 years ago |
sean
|
f50004cdcb
getfile: add EOF sentinel, just in case.
|
4 years ago |
sean
|
6afc93d2d5
mkfile: target `ed`, not `a.out`.
|
4 years ago |
sean
|
118c326f80
README.md: added a Github README.
|
4 years ago |
sean
|
8507aeb427
all: removed the ansi.h / posix.h sledgehammer.
|
4 years ago |
sean
|
80ee908059
Makefile: fix recipe.
|
4 years ago |
sean
|
c6d16cabf5
Makefile: added a simple traditional makefile.
|
4 years ago |
sean
|
26531f1afb
mkfile: delete .Z tarballs during `clean'.
|
4 years ago |
sean
|
d69ef50522
ed.c: fixed memory leak on exit.
|
4 years ago |
sean
|
98ef09326e
gitignore: igonore .Z tarballs
|
4 years ago |
sean
|
0527b69f44
flush: renamed to flushchr, as it's a helper for putchr().
|
4 years ago |
sean
|
a0d274f951
uioflush: oops! we forgot to flush. Fixed.
|
4 years ago |
sean
|
88adde6e24
ed: ta-da!
|
4 years ago |
sean
|
a4a4ad8342
utfio: bring over utfio routines from our port of QED
|
4 years ago |
sean
|
cbab0f69eb
putchr(): now outputs utf8
|
4 years ago |
sean
|
43a204bb81
getchr(): fixed typo.
|
4 years ago |
sean
|
21b0fa45f9
getchr(): now reads utf8 and returns a unicode codepoint.
|
4 years ago |