forked from hanslub42/rlwrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
22 lines (16 loc) · 910 Bytes
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Chet Ramey <chet at po.cwru.edu>: author of the amazing readline
library, around which rlwrap is but a thin wrapper.
Hans Lub [email protected]: most of the rlwrap code, except for:
- ptytty.c, wich was taken practically unchanged from rxvt
(currently maintained by Geoff C. Wing <[email protected]>),
together with the corresponding part of configure.ac
- completion.c which contains the redblack tree implementation written
by Damian Ivereigh <[email protected]> (with contributions by
Ben Woodard, Eric S. Raymond and Matthias Andree)
Jon Olsson (jon at vexed.se) contributed patches to weed out unsafe
strcat and strcpy calls
Hisanobu Okuda ported the RlwrapFilter.pm perl module (and a number
of example filters) to python, and contributed a new way of handling
multi-part filter messages.
Robert Kroeger contributed code to keep track of the rlwrapped command's
working directory under OS X