Initial revision
[deliverable/binutils-gdb.git] / readline / ChangeLog
CommitLineData
3f73352f
JG
1Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
2
73766d91
JG
3 * sysdep-oldbsd.h: Rename from sysdep-newsos.h.
4 * configure.in: Use sysdep-oldbsd for Mach as well as NEWs.
5
3f73352f
JG
6 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
7 requires to make <dirent.h> work. Improve Sun alloca decl.
8
02e20edf
JG
9Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
10
11 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
12 Clean up makefile a bit in general.
13
9b309d06
SG
14Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
15
dbdcdd54
SG
16 * configure.in, config/mh-svr4: Make SVR4 work.
17
e19c9d49
SG
18 * readline.c: Move config stuff to sysdep.h, use typedef dirent
19 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
20 portability. Also, update copyright notice.
21 readline.h: remove config stuff that I added erroneously in the
22 first place.
23
9b309d06
SG
24 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
25 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
26
6df61f79
SG
27Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
28
29 * history.c: #include "sysdep.h".
30
f30114ea
FF
31Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
32
33 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
34 USG to match current usage.
35
36 * readline.c: Add USGr4 to list of defined things to check for
37 to use <dirent.h> style directory access.
38
39 * config/hm-svr4: New file for System V Release 4 (USGr4).
40
61af01bc
SG
41Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
42
43 * readline.c (filename_completion_function): use struct dirent
44 instead of struct direct.
45
870ca253 46Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
c21b1b26 47
870ca253
SG
48 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
49 unconditionally.
c21b1b26 50
870ca253 51Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
5f4a039a 52
870ca253 53 * readline.c; Use Posix directory routines and macros.
5f4a039a 54
870ca253 55 * funmap.c; Add entry for call-last-kbd-macro.
a051de4b 56
870ca253
SG
57 * readline.c (rl_prep_term); Use system EOF character on POSIX
58 systems also.
a051de4b 59
870ca253 60Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
0fda1b62 61
870ca253
SG
62 * readline.c; Make a distinction between having a TERMIOS tty
63 driver, and having POSIX signal handling. You might one without
64 the other. New defines used HAVE_POSIX_SIGNALS, and
65 TERMIOS_TTY_DRIVER.
0fda1b62 66
870ca253 67Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
7b3a018e 68
870ca253
SG
69 * readline.c: rl_getc () If a call to read () returns without an
70 error, but with zero characters, the file is empty, so return EOF.
7b3a018e 71
870ca253 72Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 73
870ca253
SG
74 * readline.c: (rl_get_next_history, rl_get_previous_history)
75 Reallocate the buffer space if the line being moved to is longer
76 the the current space allocated. Amazing that no one has found
77 this bug until now.
49e40d8a 78
870ca253 79Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 80
870ca253
SG
81 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
82 Make sure TERMIO and TERMIOS systems treat CR and NL
83 disctinctly.
84
85Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
86
87 * readline.c: Rework parsing conditionals to pay attention to the
88 prior states of the conditional stack. This makes $if statements
89 work correctly.
90
91Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
92
93 * readline.c: support for displaying key binding information
94 includes the functions rl_list_funmap_names (),
95 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
96 rl_dump_functions (), and rl_function_dumper ().
97
98 funmap.c: support for same includes rl_funmap_names ().
99
100 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
101 update both version of xrealloc () to handle a null pointer.
102
103Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
104
105 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
106 the macro `isident()'. Fixed movement bug which prevents
107 continious movement through the text.
108
109Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
110
111 * readline.c (parser_if) Allow "$if term=foo" construct.
112
113Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
114
115 * readline.c (rl_dispatch) Correctly remember the last command
116 executed. Fixed typo in username_completion_function ().
117
118Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
119
120 * readline.c: username_completion_function (); For text passed in
121 with a leading `~', remember that this could be a filename (after
122 it is completed).
123
124Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
125
126 * readline.c: rl_search_history (): Correctly handle case of an
127 unfound search string, but a graceful exit (as with ESC).
128
129 * readline.c: rl_restart_output (); The Apollo passes the address
130 of the file descriptor to TIOCSTART, not the descriptor itself.
131
132Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
133
134 * readline.c: rl_complete (); second call in a row causes possible
135 completions to be listed.
136
137 * readline.c: rl_redisplay (), added prompt_this_line variable
138 which is the first character character following \n in prompt.
49e40d8a 139
dd3b648e
RP
140Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
141
142 * Signals are now supposedly handled inside of SYSV compilation.
143
144Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
145
146 * history.c: history_expand (); fixed overwriting memory error,
147 added needed argument to call to get_history_event ().
148
149Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
150
870ca253
SG
151 * readline.c: added mark_modified_lines to control the
152 display of an asterisk on modified history lines. Also
153 added a user variable called mark-modified-lines to the
154 `set' command.
dd3b648e
RP
155
156Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
157
158 * readline.c: start_insert (). Only use IC if we don't have an im
159 capability.
160
161Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
162
163 * readline.c: rl_prep_terminal (). Only turn on 8th bit
164 as meta-bit iff the terminal is not using parity.
165
166Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
167
168 * readline.c: start_insert (). Uses multiple
169 insertion call in cases where that makes sense.
170
171 rl_insert (). Read type-ahead buffer for additional
172 keys that are bound to rl_insert, and insert them
173 all at once. Make insertion of single keys given
174 with an argument much more efficient.
175
176Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
177
178 * readline.c: Changed handling of EOF. readline () returns
179 (char *)EOF or consed string. The EOF character is read from the
180 tty, or if the tty doesn't have one, defaults to C-d.
181
182 * readline.c: Added support for event driven programs.
183 rl_event_hook is the address of a function you want called
184 while Readline is waiting for input.
185
186 * readline.c: Cleanup time. Functions without type declarations
187 do not use return with a value.
188
189 * history.c: history_expand () has new variable which is the
190 characters to ignore immediately following history_expansion_char.
191
192Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
193
194 * rl_prep_terminal ()
195 BSD version turns off C-s, C-q, C-y, C-v.
196
197 * readline.c -- rl_prep_terminal ()
198 SYSV version hacks readline_echoing_p.
199 BSD version turns on passing of the 8th bit for the duration
200 of reading the line.
201
202Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
203
204 * readline.c: new variable rl_tilde_expander.
205 If non-null, this contains the address of a function to call if
206 the standard meaning for expanding a tilde fails. The function is
207 called with the text sans tilde (as in "foo"), and returns a
208 malloc()'ed string which is the expansion, or a NULL pointer if
209 there is no expansion.
210
211 * readline.h - new file chardefs.h
212 Separates things that only readline.c needs from the standard
213 header file publishing interesting things about readline.
214
215 * readline.c:
216 readline_default_bindings () now looks at terminal chararacters
217 and binds those as well.
218
219Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
220
221 * Made readline and history into independent libraries.
222
This page took 0.045933 seconds and 4 git commands to generate.