christos
|
c49189ae41
|
Small optimization. Don't call isatty() on every invocation of el_gets, but
remember if the tty setup failed... Also trim the input line of trailing \r's.
|
1997-12-20 19:15:50 +00:00 |
christos
|
54fac6850e
|
Fix compiler warnings.
|
1997-07-06 18:25:21 +00:00 |
christos
|
753977f439
|
Handle properly the case where the last line in the sourced file does
not have a trailing '\n'. From Jeffrey C Honig.
|
1997-04-24 18:54:16 +00:00 |
christos
|
eb54427340
|
Portability fixes:
__const -> const
BADSIG -> SIG_ERR
int flags -> u_int flags
#if __STDC__ -> #ifdef __STDC__
|
1997-04-11 17:52:44 +00:00 |
christos
|
3ff63340c3
|
Fix potential stack overflow; from Keith Bostic.
|
1997-03-20 16:42:32 +00:00 |
lukem
|
e69e9fbfa5
|
fix el_source() - a block needed braces around it (the indenting fooled me)
|
1997-01-17 01:03:33 +00:00 |
lukem
|
2543e3e651
|
RCSid police
editline first appeared in 4.4BSD not NetBSD1.0
|
1997-01-11 06:47:47 +00:00 |
cgd
|
6dc2f1db52
|
libedit!
|
1994-05-06 06:01:42 +00:00 |