Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/oed
Portable OpenBSD ed(1) editor.
https://github.com/ibara/oed
bsd c editor openbsd text text-editor unix
Last synced: 29 days ago
JSON representation
Portable OpenBSD ed(1) editor.
- Host: GitHub
- URL: https://github.com/ibara/oed
- Owner: ibara
- Created: 2018-04-28T21:53:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T01:57:24.000Z (9 months ago)
- Last Synced: 2024-09-26T20:56:41.056Z (about 1 month ago)
- Topics: bsd, c, editor, openbsd, text, text-editor, unix
- Language: C
- Homepage: https://OpenED.life (eventually)
- Size: 65.4 KB
- Stars: 46
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README-ed
Awesome Lists containing this project
README
$OpenBSD: README,v 1.5 2018/06/15 08:46:24 martijn Exp $
$NetBSD: README,v 1.9 1995/03/21 09:04:33 cgd Exp $ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
any regular expression package that conforms to the POSIX interface
standard, such as GNU regex(3).If reliable signals are supported (e.g., POSIX sigaction(2)), it should
compile with little trouble. Otherwise, the macros SPL1() and SPL0()
should be redefined to disable interrupts.The file `POSIX' describes extensions to and deviations from the POSIX
standard.The ./test directory contains regression tests for ed. The README
file in that directory explains how to run these.For a description of the ed algorithm, see Kernighan and Plauger's book
"Software Tools in Pascal," Addison-Wesley, 1981.