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