Jim Kingdon
80b10ae2f2
* readline.c: Add stuff for HIUX to place where we detect termio
...
vs. sgtty (ugh, but I don't see a simple better way).
1993-10-05 20:32:37 +00:00
Jim Kingdon
182ecac5b9
* readline.c (parser_if): Free tname when done with it (change
...
imported from from bash 1.12 readline).
1993-09-29 16:09:01 +00:00
Jim Kingdon
511fb5d673
* configure.in (m88k-*-sysvr4*): Comment out previous change.
1993-09-07 22:17:47 +00:00
Fred Fish
b5ed6e32c2
Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
...
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02 23:29:32 +00:00
Fred Fish
775d4a4096
Add .Sanitize to Things-to-lose list.
1993-07-30 16:46:19 +00:00
Ian Lance Taylor
da2eac8b46
* configure.in (*-*-riscos*): New entry; use mh-sysv.
1993-07-02 18:06:10 +00:00
Jim Kingdon
6a3a22e423
* configure.in: Add comment.
1993-06-23 18:01:36 +00:00
Jim Kingdon
83660d21a7
* configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
1993-06-18 18:14:26 +00:00
Roland Pesch
5736b2863f
Clarifications based on Ian Taylor review of manual for FSF.
1993-06-16 19:08:14 +00:00
Jim Kingdon
b65a4fe520
* Makefile.in ({real,dist}clean): Remove sysdep.h.
1993-06-13 20:05:45 +00:00
Jim Kingdon
eab176968f
* Makefile.in: Add mostlyclean, distclean, and realclean targets.
1993-06-10 18:26:53 +00:00
K. Richard Pixley
87756e15db
added things-to-lose sections
1993-05-27 06:44:29 +00:00
Jim Kingdon
e23a689677
ISC changes
1993-05-21 22:17:31 +00:00
Roland Pesch
ad16d0947e
Remove header info no longer useful now that this file is never
...
formatted except as an @include from other files.
1993-05-15 04:42:09 +00:00
Jim Kingdon
3f06498af4
changes for SVR3.2
1993-04-19 18:34:55 +00:00
David D. Zuhn
8e95e016fb
add installcheck & dvi
1993-03-24 10:37:27 +00:00
David D. Zuhn
5f8d4bcbb9
consistent use of -solaris2*
1993-03-13 03:09:19 +00:00
Ian Lance Taylor
16788ca9fd
Removed obsolete Makefile.dos.
1993-03-09 18:16:38 +00:00
Fred Fish
d6400b148d
* sysdep-sysv4.h: New file for SVR4.
...
* configure.in (*-*-sysv4*): Use sysdep-sysv4.h.
* configure.in (*-*-ultrix2): Add triplet from Michael Rendell
(michael@mercury.cs.mun.ca )
1993-03-03 05:52:32 +00:00
Roland Pesch
f8039a885d
Index entries for vi-style editing.
1993-02-10 01:39:59 +00:00
John Gilmore
dd23fc3965
Add new ChangeLog.
1993-02-03 09:09:02 +00:00
Roland Pesch
3ca6193ca5
* ChangeLog: new file
1993-02-02 19:41:17 +00:00
John Gilmore
1fa643be8e
This dir is now configure'd (Makefile => Makefile.in, etc).
1993-02-02 00:44:15 +00:00
Roland Pesch
413c3a483a
Clean up readline doc subdir to conform to normal
...
configure/distribution practices.
Makefile: remove, replacing with a configurable Makefile.in
texindex.c texinfo.tex: remove, replacing with references to tools elsewhere
in Cygnus distribution tree.
Makefile.in: configurable (and useable) Makefile.
configure.in: pro forma configure stub.
1993-01-18 23:59:57 +00:00
Ian Lance Taylor
16f8723c77
Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com)
...
* configure.in (i[34]86-*-sco3.2v4*): use mh-sco4.
* config/mh-sco4: New file, like mh-sco but without defining
_POSIX_SOURCE.
1992-12-15 20:40:05 +00:00
K. Richard Pixley
43bbd567f2
recording file death
1992-12-08 04:59:31 +00:00
John Gilmore
24e37cd343
* configure.in: Reformat to one-case-per-line.
...
Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
1992-11-12 05:21:32 +00:00
Stu Grossman
f6c60bb4fb
Undo last change. Read diffs backwards!
1992-11-05 00:55:55 +00:00
Stu Grossman
da60a50dc3
* readline.c: Cast many uses of alloca to (char *) to make brain-
...
damaged compilers happy.
* sysdep-norm.h: Remove some crud, install dire warning.
1992-11-04 23:34:54 +00:00
Stu Grossman
ebb16da17d
Change copyright to FSF.
1992-10-23 10:16:34 +00:00
Stu Grossman
8ad65a5d33
* configure.in: Make SCO work again...
1992-10-22 08:09:00 +00:00
Ian Lance Taylor
0bced705de
Mon Oct 12 15:04:07 1992 Ian Lance Taylor (ian@cygnus.com)
...
* readline.c (init_terminal_io): if tgetent returns 0, the
terminal type is unknown.
1992-10-12 22:05:57 +00:00
David D. Zuhn
d5dcef6346
use canonical triple
1992-10-02 07:13:29 +00:00
Stu Grossman
5a41df75f6
* readline.c (rl_complete_internal): Cast alloca to (char *) to
...
avoid warning.
1992-09-30 20:00:22 +00:00
Stu Grossman
d3c4fc9861
* readline.c (clear_to_eol, rl_generic_bind): Make static.
...
(rl_digit_loop): Add arg to call to rl_message().
* vi_mode.c (rl_vi_first_print): Add arg to call to
rl_back_to_indent().
1992-09-25 19:48:50 +00:00
Ian Lance Taylor
ce14814904
Brought forward from p3:
...
Wed Aug 19 14:59:07 1992 Ian Lance Taylor (ian@cygnus.com )
* Makefile.in: always create installation directories, use full
1992-08-19 22:01:25 +00:00
John Gilmore
afbdf3f704
* readline.c (last_readline_init_file): Fix typo made by Steve
...
Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc,
not ~/inputrc.
1992-08-12 22:52:26 +00:00
Stu Grossman
867022c3a9
* configure.in: Make bsd based systems use sysdep-obsd.h.
1992-06-25 23:16:16 +00:00
Per Bothner
f274a4b8da
* configure.in: Use mh-posix for Linux (free Unix clone).
1992-06-24 06:26:05 +00:00
Fred Fish
56e5eadc57
* sysdep-norm.h (alloca): Protect against previous definition as
...
a macro with arguments.
1992-06-24 05:00:25 +00:00
Stu Grossman
bde34fd96d
* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
1992-06-19 22:50:08 +00:00
John Gilmore
0b909fe129
Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
...
* config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* configure.in: use mh-sysv4 on solaris2
1992-06-19 19:54:41 +00:00
Roland Pesch
0eb759402a
1) Better fix for section "Readline Killing Commands": delete entire
...
first paragraph. It looks like it's left over from previous
nomenclature; term "cutting" introduced there is not used in rest of
document. ("killing" is used instead, as in the section title and in
the following paragraph.)
2) More consistent use of @key for things to type in; in a few cases
not having it actually produced wrong doc on paper---notably "M--"
comes out as "M" followed by emdash, if in the plain Roman body
text...
1992-06-18 20:03:38 +00:00
Roland Pesch
fbcd1cb49d
Delete dangling "There is a" at end of first paragraph under "Readline
...
Killing Commands". None of our saved versions has the rest of this sentence,
whatever it may have been...
1992-06-18 19:04:16 +00:00
Fred Fish
d962d591ea
* config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
...
it is broken on ncr 3000's.
* config/mh-ncr3000 (RANLIB): Use RANLIB=true.
1992-06-15 19:29:02 +00:00
John Gilmore
87afde58f6
* readline.c: Make new SIGNALS_* macros to parameterize the
...
ugly changes in signal blocking macro. Use them throughout,
reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
significantly. Make all such places use POSIX if available,
to avoid losing with poor `sigsetmask' emulation from libiberty.
1992-06-15 08:37:50 +00:00
Stu Grossman
7c88553a91
* readline.c (insert_some_chars): Return void.
1992-06-14 22:21:18 +00:00
John Gilmore
bab58134b5
#undef PC, which Solaris2 defines in sys/types.h, clobbering the
...
termcap global variable PC.
1992-06-11 08:29:01 +00:00
Fred Fish
2d54a9e513
* config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use
...
/usr/ucb/install.
1992-06-10 02:06:30 +00:00
Fred Fish
dd823a49ca
* readline.h (rl_completer_quote_characters): Add declaration.
...
* readline.c (rl_completer_quote_characters): Add global var.
* readline.c (strpbrk): Add prototype and function.
* readline.c (rl_complete_internal): Add code to handle
expansion of quoted strings.
1992-06-09 06:10:54 +00:00