Per Bothner
166557e7b1
* rltty.c: #if out some code if __GO32__.
33 years ago
Per Bothner
f550cec5b1
* readline.c (_rl_output_character_function), display.c:
Return int, not void, to conform with the expected arg of tputs.
* readline.c (init_terminal_io): tgetflag only takes 1 arg.
* readline.c (_rl_savestring): New function.
* chardefs.h: To avoid conflicts and/or warnings, define
savestring as a macro wrapper for _rl_savestring.
* display.c (extern term_xn): It's an int flag, not a string.
* charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
33 years ago
Jim Kingdon
a2fcbaf22e
* Makefile.in: Remove obsolete rules for history.info and
readline.info.
33 years ago
Jim Kingdon
a98b5a1d52
* chardefs.h: Only declare strrchr if it is not #define'd.
33 years ago
Jim Kingdon
1b30bebf85
* rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
33 years ago
Jim Kingdon
67289b625e
* chardefs.h, tilde.c: Just declare strrchr rather than trying to
include a system header.
33 years ago
Fred Fish
1b3f3940aa
* Makefile.in (distclean, realclean): Expand local-distclean
inline after doing recursion. You can't recurse after removing
Makefile. Make them depend on local-clean.
* Makefile.in (local-distclean): Remove now superfluous target.
33 years ago
Ken Raeburn
52767e8731
* readline.c (doing_an_undo): Delete second declaration, since it confuses the
alpha-osf1 native compiler.
33 years ago
Jim Kingdon
24033f1e6b
* complete.c, bind.c: Include <sys/stat.h>.
* complete.c: Define X_OK if not defined by a system header.
33 years ago
Jim Kingdon
5bac802232
* chardefs.h: Don't declare xmalloc.
* keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
33 years ago
Jim Kingdon
4955aa53ad
* Makefile.in (clean mostlyclean distclean realclean): Recurse
into subdirectories as well as doing this directory. Add clean-dvi
target.
33 years ago
Jim Kingdon
84c8bac270
* Makefile.in (clean mostlyclean distclean realclean): Recurse
into subdirectories as well as doing this directory.
33 years ago
Per Bothner
44af5659d7
* readline.c, display.c: Patches to allow use of all 80
columns on most terminals (those with am and xn).
33 years ago
Per Bothner
5e98bbab17
Merge in changes from bash-1.13. The most obvious one is
that the file readline.c has been split into multiple files.
* bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
33 years ago
Steve Chamberlain
aa53cd6714
* readline.c (rl_getc): If GO32, trim high bit from getkey,
otherwise fancy PC keys cause grief.
33 years ago
Roland Pesch
b1955f0b2a
Formatting improvements from 93q4 release.
33 years ago
Jim Kingdon
d5481f5dcb
* configure.in: Add doc to configdirs.
* Makefile.in (info dvi install-info clean-info): Recurse into doc.
33 years ago
Jim Kingdon
c71350fc3b
* configure.in: Add * to end of all OS names.
33 years ago
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).
33 years ago
Jim Kingdon
182ecac5b9
* readline.c (parser_if): Free tname when done with it (change
imported from from bash 1.12 readline).
33 years ago
Jim Kingdon
511fb5d673
* configure.in (m88k-*-sysvr4*): Comment out previous change.
33 years ago
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.
34 years ago
Fred Fish
775d4a4096
Add .Sanitize to Things-to-lose list.
34 years ago
Ian Lance Taylor
da2eac8b46
* configure.in (*-*-riscos*): New entry; use mh-sysv.
34 years ago
Jim Kingdon
6a3a22e423
* configure.in: Add comment.
34 years ago
Jim Kingdon
83660d21a7
* configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
34 years ago
Roland Pesch
5736b2863f
Clarifications based on Ian Taylor review of manual for FSF.
34 years ago
Jim Kingdon
b65a4fe520
* Makefile.in ({real,dist}clean): Remove sysdep.h.
34 years ago
Jim Kingdon
eab176968f
* Makefile.in: Add mostlyclean, distclean, and realclean targets.
34 years ago
K. Richard Pixley
87756e15db
added things-to-lose sections
34 years ago
Jim Kingdon
e23a689677
ISC changes
34 years ago
Roland Pesch
ad16d0947e
Remove header info no longer useful now that this file is never
formatted except as an @include from other files.
34 years ago
Jim Kingdon
3f06498af4
changes for SVR3.2
34 years ago
David D. Zuhn
8e95e016fb
add installcheck & dvi
34 years ago
David D. Zuhn
5f8d4bcbb9
consistent use of -solaris2*
34 years ago
Ian Lance Taylor
16788ca9fd
Removed obsolete Makefile.dos.
34 years ago
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 )
34 years ago
Roland Pesch
f8039a885d
Index entries for vi-style editing.
34 years ago
John Gilmore
dd23fc3965
Add new ChangeLog.
34 years ago
Roland Pesch
3ca6193ca5
* ChangeLog: new file
34 years ago
John Gilmore
1fa643be8e
This dir is now configure'd (Makefile => Makefile.in, etc).
34 years ago
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.
34 years ago
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.
34 years ago
K. Richard Pixley
43bbd567f2
recording file death
34 years ago
John Gilmore
24e37cd343
* configure.in: Reformat to one-case-per-line.
Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
34 years ago
Stu Grossman
f6c60bb4fb
Undo last change. Read diffs backwards!
34 years ago
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.
34 years ago
Stu Grossman
ebb16da17d
Change copyright to FSF.
34 years ago
Stu Grossman
8ad65a5d33
* configure.in: Make SCO work again...
34 years ago
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.
34 years ago