Andrey A. Chernov
e46d877d8d
Add LDADD+= -ltermcap
1994-10-12 02:06:02 +00:00
Adam David
834a987d6c
previous fix was not complete
1994-09-25 08:03:24 +00:00
Adam David
d111a6bea7
Dumped core when prompt == NULL
1994-09-25 04:57:44 +00:00
Andrey A. Chernov
cc27e4f00d
Change includes in proper way, i.e.
...
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)
1994-06-12 08:51:09 +00:00
Paul Richards
8e2c96f286
Put back -I${.CURDIR}/readline in Makefile.
...
The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.
1994-06-11 15:18:01 +00:00
Andrey A. Chernov
c171789359
Remove -I./readline, unneded with make includes
1994-06-10 07:35:49 +00:00
Geoff Rehmet
4c640372f4
Remove explicit specification of SHLIB major and minor nos.
1994-05-27 10:53:33 +00:00
Andrey A. Chernov
075964620a
Make local changes more portable.
1994-05-14 01:18:07 +00:00
Andrey A. Chernov
9e9eefe958
Upgrade to readline 2.0 from bash1.14.1
1994-05-13 15:48:04 +00:00
Andrey A. Chernov
9bf8bc6311
Add PAREN_MATCHING to CFLAGS
1994-05-11 16:30:27 +00:00
Andrey A. Chernov
877fea92de
Remove #ifdefs which may confuse external packages which include
...
this headers
1994-05-11 16:25:34 +00:00
Andrey A. Chernov
aec37cc797
Add HAVE_VARARGS_H to CFLAGS
...
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS
1994-05-11 15:49:43 +00:00
Andrey A. Chernov
b276b1cd0d
Add some note, how to tune readline to 8-bit clean mode
1994-05-11 15:19:11 +00:00
Andrey A. Chernov
2fe3320436
Add VI_MODE to CFLAGS
1994-05-11 15:11:01 +00:00
Andrey A. Chernov
3d31134301
Back out forced 8-bit mode, it can be tudned from ~/.inputrc file
1994-05-11 15:09:10 +00:00
Andrey A. Chernov
28c0b6c0e5
Add note about additional changes
1994-05-10 06:48:07 +00:00
Andrey A. Chernov
ae59cc03cd
Make readline 8-bit clean
1994-05-10 06:32:12 +00:00
Andrey A. Chernov
f567656ef4
Back out previous fix, correct place to fix is octave program
1994-05-10 01:21:11 +00:00
Andrey A. Chernov
11e697311b
Correct rl_attempted_completion_function type to Function *
...
for successful compilation with octave
1994-05-10 01:16:18 +00:00
Andrey A. Chernov
9cadef18e6
Merged with new readline 2.0 from bash
1994-05-09 23:24:44 +00:00
Andrey A. Chernov
ce4acff5b6
Merge with much improved version from gdb4.11
1994-05-09 20:36:08 +00:00
Andrey A. Chernov
9b39195f89
Install history.h to /usr/include/readline too, gdb4 include it
1994-05-09 18:43:40 +00:00
Andrey A. Chernov
8a67c71748
Port readline lib into gnu system tree.
...
Really we don't need copy of this library into each program
(gdb f.e.)
P.S. it is much cleaner port than /usr/ports version and based
on /usr/ports version. /usr/ports version will be removed.
1994-05-09 15:59:10 +00:00