Commit History

Author SHA1 Message Date
  sean 2ab97f145f Shuffling bits of code around, and making mkstemp work for 1 year ago
  sean ae2287160b ed: remove the legacy i/o buffering code. 1 year ago
  sean f00203a8b2 ed: replaced a stray creat() call. 1 year ago
  sean 46c1406683 ed: reintstate "/dev/stdout". 1 year ago
  sean 335051c9b1 Large patchset. 1 year ago
  sean ba23d9f2b3 Makefile: add `uninstall` target 3 years ago
  sean e0b5cbe9fd ed: fix a nasty array out-of-bounds bug. The `sizeof` operator 3 years ago
  sean 7fba32339e Makefile: make it a bit more generic, by installing to `/usr/local` 3 years ago
  sean da9548feeb Makefile: respect LDFLAGS 3 years ago
  sean ff49e92436 make: removed dependency on `plan9port` and `mk`. 3 years ago
  sean c2833aefeb Makefile: added install target. 3 years ago
  sean f04c6a5017 README: more exegesis. 3 years ago
  sean 98d675472e all: many small fixes to keep -Wall quiet. 3 years ago
  sean 5a5a8848a4 callunix: execl() needs explicit NULL pointer. OpenBSD paranoia. 3 years ago
  sean f50004cdcb getfile: add EOF sentinel, just in case. 3 years ago
  sean 6afc93d2d5 mkfile: target `ed`, not `a.out`. 3 years ago
  sean 118c326f80 README.md: added a Github README. 3 years ago
  sean 8507aeb427 all: removed the ansi.h / posix.h sledgehammer. 3 years ago
  sean 80ee908059 Makefile: fix recipe. 3 years ago
  sean c6d16cabf5 Makefile: added a simple traditional makefile. 3 years ago
  sean 26531f1afb mkfile: delete .Z tarballs during `clean'. 3 years ago
  sean d69ef50522 ed.c: fixed memory leak on exit. 3 years ago
  sean 98ef09326e gitignore: igonore .Z tarballs 3 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