mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
c21b1b2660
* Makefile.in: Use the MINUS_G no-debug convention * readline.c: (many_places) move all the declarations of rindex to only one place, to reduce the number of warnings it makes.
121 lines
4.2 KiB
Plaintext
121 lines
4.2 KiB
Plaintext
Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)
|
|
|
|
* Makefile.in: Use the MINUS_G no-debug convention
|
|
* readline.c: (many_places) move all the declarations of rindex to
|
|
only one place, to reduce the number of warnings it makes.
|
|
|
|
Sat Nov 9 03:19:40 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
* configure.in: Make a link for sysdep.h. Specify commontargets.
|
|
* sysdep-norm.h: The usual alloca declarations.
|
|
* sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca.
|
|
* history.c, readline.c: Use sysdep.h.
|
|
|
|
Thu Oct 24 21:58:46 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
* configure.in: aix is a Sys V as far as we're concerned.
|
|
Switch to new config/hm-* scheme.
|
|
|
|
Thu Oct 24 02:08:50 1991 Fred Fish (fnf at cygnus.com)
|
|
|
|
* config/hmake-sysv: Send RANLIB (echo) output to /dev/null.
|
|
|
|
Tue Sep 17 17:44:22 1991 Stu Grossman (grossman at cygnus.com)
|
|
|
|
* config/hmake-sysv: sgi/irix support.
|
|
|
|
Sun May 19 07:49:34 1991 John Gilmore and Rich Pixley (at cygnus.com)
|
|
|
|
Make readline independent of the applications that use it.
|
|
|
|
* readline.h, keymaps.h: include other include files with "foo.h"
|
|
rather than <readline/foo.h>. This works here, and works when
|
|
included from other applications.
|
|
|
|
* Makefile.in: Create template for configurable Makefile.
|
|
This version is not ready for prime time, so we have left
|
|
Makefile itself (the original version) too.
|
|
|
|
Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
|
|
|
|
* Signals are now supposedly handled inside of SYSV compilation.
|
|
|
|
Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
|
|
|
|
* history.c: history_expand (); fixed overwriting memory error,
|
|
added needed argument to call to get_history_event ().
|
|
|
|
Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
|
|
|
|
* readline.c, readline.h: added rl_show_star to control the
|
|
display of an asterisk on modified history lines.
|
|
|
|
Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
|
|
|
|
* readline.c: start_insert (). Only use IC if we don't have an im
|
|
capability.
|
|
|
|
Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
|
|
|
|
* readline.c: rl_prep_terminal (). Only turn on 8th bit
|
|
as meta-bit iff the terminal is not using parity.
|
|
|
|
Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
|
|
|
|
* readline.c: start_insert (). Uses multiple
|
|
insertion call in cases where that makes sense.
|
|
|
|
rl_insert (). Read type-ahead buffer for additional
|
|
keys that are bound to rl_insert, and insert them
|
|
all at once. Make insertion of single keys given
|
|
with an argument much more efficient.
|
|
|
|
Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
|
|
|
|
* readline.c: Changed handling of EOF. readline () returns
|
|
(char *)EOF or consed string. The EOF character is read from the
|
|
tty, or if the tty doesn't have one, defaults to C-d.
|
|
|
|
* readline.c: Added support for event driven programs.
|
|
rl_event_hook is the address of a function you want called
|
|
while Readline is waiting for input.
|
|
|
|
* readline.c: Cleanup time. Functions without type declarations
|
|
do not use return with a value.
|
|
|
|
* history.c: history_expand () has new variable which is the
|
|
characters to ignore immediately following history_expansion_char.
|
|
|
|
Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
|
|
|
|
* rl_prep_terminal ()
|
|
BSD version turns off C-s, C-q, C-y, C-v.
|
|
|
|
* readline.c -- rl_prep_terminal ()
|
|
SYSV version hacks readline_echoing_p.
|
|
BSD version turns on passing of the 8th bit for the duration
|
|
of reading the line.
|
|
|
|
Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
|
|
|
|
* readline.c: new variable rl_tilde_expander.
|
|
If non-null, this contains the address of a function to call if
|
|
the standard meaning for expanding a tilde fails. The function is
|
|
called with the text sans tilde (as in "foo"), and returns a
|
|
malloc()'ed string which is the expansion, or a NULL pointer if
|
|
there is no expansion.
|
|
|
|
* readline.h - new file chardefs.h
|
|
Separates things that only readline.c needs from the standard
|
|
header file publishing interesting things about readline.
|
|
|
|
* readline.c:
|
|
readline_default_bindings () now looks at terminal chararacters
|
|
and binds those as well.
|
|
|
|
Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
|
|
|
|
* Made readline and history into independent libraries.
|
|
|
|
|