]>
Commit | Line | Data |
---|---|---|
afbdf3f7 JG |
1 | Wed Aug 12 15:50:57 1992 John Gilmore ([email protected]) |
2 | ||
3 | * readline.c (last_readline_init_file): Fix typo made by Steve | |
4 | Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc, | |
5 | not ~/inputrc. | |
6 | ||
867022c3 SG |
7 | Thu Jun 25 16:15:27 1992 Stu Grossman (grossman at cygnus.com) |
8 | ||
9 | * configure.in: Make bsd based systems use sysdep-obsd.h. | |
10 | ||
f274a4b8 PB |
11 | Tue Jun 23 23:22:53 1992 Per Bothner ([email protected]) |
12 | ||
13 | * config/mh-posix: New file, for Posix-compliant systems. | |
14 | * configure.in: Use mh-posix for Linux (free Unix clone). | |
15 | ||
56e5eadc FF |
16 | Tue Jun 23 21:59:20 1992 Fred Fish ([email protected]) |
17 | ||
18 | * sysdep-norm.h (alloca): Protect against previous definition as | |
19 | a macro with arguments. | |
20 | ||
bde34fd9 SG |
21 | Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com) |
22 | ||
23 | * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher. | |
24 | ||
0b909fe1 JG |
25 | Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com) |
26 | ||
27 | * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true. | |
28 | ||
29 | Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
30 | ||
31 | * configure.in: use mh-sysv4 on solaris2 | |
32 | ||
d962d591 FF |
33 | Mon Jun 15 12:28:24 1992 Fred Fish ([email protected]) |
34 | ||
35 | * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, | |
36 | it is broken on ncr 3000's. | |
37 | * config/mh-ncr3000 (RANLIB): Use RANLIB=true. | |
38 | ||
87afde58 JG |
39 | Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com) |
40 | ||
41 | * readline.c: Make new SIGNALS_* macros to parameterize the | |
0b909fe1 | 42 | ugly changes in signal blocking. Use them throughout, |
87afde58 JG |
43 | reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter |
44 | significantly. Make all such places use POSIX if available, | |
45 | to avoid losing with poor `sigsetmask' emulation from libiberty. | |
46 | ||
7c88553a SG |
47 | Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com) |
48 | ||
49 | * readline.c (insert_some_chars): Return void. | |
50 | ||
bab58134 JG |
51 | Thu Jun 11 01:27:45 1992 John Gilmore (gnu at cygnus.com) |
52 | ||
53 | * readline.c: #undef PC, which Solaris2 defines in sys/types.h, | |
54 | clobbering the termcap global variable PC. | |
55 | ||
2d54a9e5 FF |
56 | Tue Jun 9 17:30:23 1992 Fred Fish ([email protected]) |
57 | ||
58 | * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use | |
59 | /usr/ucb/install. | |
60 | ||
dd823a49 FF |
61 | Mon Jun 8 23:10:07 1992 Fred Fish ([email protected]) |
62 | ||
63 | * readline.h (rl_completer_quote_characters): Add declaration. | |
64 | * readline.c (rl_completer_quote_characters): Add global var. | |
65 | * readline.c (strpbrk): Add prototype and function. | |
66 | * readline.c (rl_complete_internal): Add code to handle | |
67 | expansion of quoted strings. | |
68 | ||
21a6705a JG |
69 | Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com) |
70 | ||
71 | * readline.c: Can't initialize FILE *'s with stdin and stdout, | |
72 | because they might not be constant. Patch from Tom Quinn, | |
73 | [email protected]. | |
74 | ||
836e9ea0 JG |
75 | Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com) |
76 | ||
77 | * readline.h: Declare rl_event_hook (which already existed). | |
78 | Suggested by Christoph Tietz <[email protected]>. | |
79 | ||
386b54d6 RP |
80 | Wed Apr 22 18:08:01 1992 K. Richard Pixley ([email protected]) |
81 | ||
82 | * configure.in: remove subdirs declaration. The obsolete semantic | |
83 | for subdirs has been usurped by per's new meaning. | |
84 | ||
2674a1ef RP |
85 | Tue Apr 21 11:54:23 1992 K. Richard Pixley ([email protected]) |
86 | ||
87 | * Makefile.in: rework CFLAGS so that they can be set on the | |
88 | command line to make. Remove MINUS_G. Default CFLAGS to -g. | |
89 | ||
a7bec03d FF |
90 | Fri Apr 10 23:02:27 1992 Fred Fish ([email protected]) |
91 | ||
92 | * configure.in: Recognize new ncr3000 config. | |
93 | * config/mh-ncr3000: New NCR 3000 config file. | |
94 | ||
c6b51563 JG |
95 | Wed Mar 25 10:46:30 1992 John Gilmore (gnu at cygnus.com) |
96 | ||
97 | * history.c (stifle_history): Negative arg treated as zero. | |
98 | ||
713db40a RP |
99 | Tue Mar 24 23:46:20 1992 K. Richard Pixley ([email protected]) |
100 | ||
101 | * config/mh-sysv: INSTALL_PROG -> INSTALL. | |
102 | ||
daf45683 JG |
103 | Mon Feb 10 01:41:35 1992 Brian Fox (bfox at gnuwest.fsf.org) |
104 | ||
105 | * history.c (history_do_write) Build a buffer of all of the lines | |
106 | to write and write them in one fell swoop (lower overhead than | |
107 | calling write () for each line). Suggested by Peter Ho. | |
108 | ||
109 | * vi_mode.c (rl_vi_subst) Don't forget to end the undo group. | |
110 | ||
787c6bfe RP |
111 | Sat Mar 7 00:15:36 1992 K. Richard Pixley ([email protected]) |
112 | ||
113 | * Makefile.in: remove FIXME's on info and install-info targets. | |
114 | ||
115 | Fri Mar 6 22:02:04 1992 K. Richard Pixley ([email protected]) | |
116 | ||
117 | * Makefile.in: added check target. | |
118 | ||
119 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
120 | ||
121 | * Makefile.in, configure.in: removed traces of namesubdir, | |
122 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
123 | copyrights to '92, changed some from Cygnus to FSF. | |
124 | ||
1267a5c0 SC |
125 | Fri Feb 21 14:37:32 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
126 | ||
127 | * readline.c, examples/fileman.c: patches from DJ to support DOS | |
128 | ||
77219de2 SG |
129 | Thu Feb 20 23:23:16 1992 Stu Grossman (grossman at cygnus.com) |
130 | ||
131 | * readline.c (rl_read_init_file): Make sure that null filename is | |
132 | not passed to open() or else we end up opening the directory, and | |
133 | read a bunch of garbage into keymap[]. | |
134 | ||
5bb14552 FF |
135 | Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com) |
136 | ||
137 | * readline.c (readline_default_bindings): Only make use of VLNEXT | |
138 | when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4 | |
139 | <termio.h> includes <termios.h>, so VLNEXT is always defined. | |
140 | ||
141 | * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4 | |
142 | systems so that <termios.h> gets used, instead of <termio.h>. | |
143 | ||
609bbade FF |
144 | Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com) |
145 | ||
146 | * configure.in: Change svr4 references to sysv4. | |
147 | ||
c466cfab RP |
148 | Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
149 | ||
150 | * Makefile.in: infodir belongs in datadir. | |
151 | ||
92bb90af RP |
152 | Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
153 | ||
154 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
155 | cope. added clean-info. added standards.text support. Don't | |
156 | know how to make info anymore. | |
157 | ||
158 | * configure.in: commontargets is no longer a recognized hook, so | |
159 | remove it. new subdir called doc. | |
160 | ||
161 | Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
162 | ||
163 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
164 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
165 | and mandir now keyed off datadir by default. | |
166 | ||
3f73352f JG |
167 | Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com) |
168 | ||
28e35359 JG |
169 | * sysdep-obsd.h: Rename from sysdep-newsos.h. |
170 | * configure.in: Use sysdep-obsd for Mach as well as NEWs. | |
73766d91 | 171 | |
3f73352f JG |
172 | * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX |
173 | requires to make <dirent.h> work. Improve Sun alloca decl. | |
174 | ||
02e20edf JG |
175 | Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com) |
176 | ||
177 | * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path. | |
178 | Clean up makefile a bit in general. | |
179 | ||
9b309d06 SG |
180 | Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com) |
181 | ||
dbdcdd54 SG |
182 | * configure.in, config/mh-svr4: Make SVR4 work. |
183 | ||
e19c9d49 SG |
184 | * readline.c: Move config stuff to sysdep.h, use typedef dirent |
185 | consistently, remove refs to d_namlen (& D_NAMLEN) to improve | |
186 | portability. Also, update copyright notice. | |
187 | readline.h: remove config stuff that I added erroneously in the | |
188 | first place. | |
189 | ||
9b309d06 SG |
190 | * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c, |
191 | vi_mode.c: move config stuff to sysdep.h, update copyright notices. | |
192 | ||
6df61f79 SG |
193 | Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com) |
194 | ||
195 | * history.c: #include "sysdep.h". | |
196 | ||
f30114ea FF |
197 | Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com) |
198 | ||
199 | * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to | |
200 | USG to match current usage. | |
201 | ||
202 | * readline.c: Add USGr4 to list of defined things to check for | |
203 | to use <dirent.h> style directory access. | |
204 | ||
205 | * config/hm-svr4: New file for System V Release 4 (USGr4). | |
206 | ||
61af01bc SG |
207 | Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com) |
208 | ||
209 | * readline.c (filename_completion_function): use struct dirent | |
210 | instead of struct direct. | |
211 | ||
870ca253 | 212 | Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org) |
c21b1b26 | 213 | |
870ca253 SG |
214 | * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT |
215 | unconditionally. | |
c21b1b26 | 216 | |
870ca253 | 217 | Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org) |
5f4a039a | 218 | |
870ca253 | 219 | * readline.c; Use Posix directory routines and macros. |
5f4a039a | 220 | |
870ca253 | 221 | * funmap.c; Add entry for call-last-kbd-macro. |
a051de4b | 222 | |
870ca253 SG |
223 | * readline.c (rl_prep_term); Use system EOF character on POSIX |
224 | systems also. | |
a051de4b | 225 | |
870ca253 | 226 | Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org) |
0fda1b62 | 227 | |
870ca253 SG |
228 | * readline.c; Make a distinction between having a TERMIOS tty |
229 | driver, and having POSIX signal handling. You might one without | |
230 | the other. New defines used HAVE_POSIX_SIGNALS, and | |
231 | TERMIOS_TTY_DRIVER. | |
0fda1b62 | 232 | |
870ca253 | 233 | Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org) |
7b3a018e | 234 | |
870ca253 SG |
235 | * readline.c: rl_getc () If a call to read () returns without an |
236 | error, but with zero characters, the file is empty, so return EOF. | |
7b3a018e | 237 | |
870ca253 | 238 | Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org) |
49e40d8a | 239 | |
870ca253 SG |
240 | * readline.c: (rl_get_next_history, rl_get_previous_history) |
241 | Reallocate the buffer space if the line being moved to is longer | |
242 | the the current space allocated. Amazing that no one has found | |
243 | this bug until now. | |
49e40d8a | 244 | |
870ca253 | 245 | Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org) |
49e40d8a | 246 | |
870ca253 SG |
247 | * readline.c:(rl_parse_and_bind) Allow leading whitespace. |
248 | Make sure TERMIO and TERMIOS systems treat CR and NL | |
249 | disctinctly. | |
250 | ||
251 | Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org) | |
252 | ||
253 | * readline.c: Rework parsing conditionals to pay attention to the | |
254 | prior states of the conditional stack. This makes $if statements | |
255 | work correctly. | |
256 | ||
257 | Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org) | |
258 | ||
259 | * readline.c: support for displaying key binding information | |
260 | includes the functions rl_list_funmap_names (), | |
261 | invoking_keyseqs_in_map (), rl_invoking_keyseqs (), | |
262 | rl_dump_functions (), and rl_function_dumper (). | |
263 | ||
264 | funmap.c: support for same includes rl_funmap_names (). | |
265 | ||
266 | readline.c, funmap.c: no longer define STATIC_MALLOC. However, | |
267 | update both version of xrealloc () to handle a null pointer. | |
268 | ||
269 | Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org) | |
270 | ||
271 | * vi_mode.c (rl_vi_fword, fWord, etc. All functions use | |
272 | the macro `isident()'. Fixed movement bug which prevents | |
273 | continious movement through the text. | |
274 | ||
275 | Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org) | |
276 | ||
277 | * readline.c (parser_if) Allow "$if term=foo" construct. | |
278 | ||
279 | Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org) | |
280 | ||
281 | * readline.c (rl_dispatch) Correctly remember the last command | |
282 | executed. Fixed typo in username_completion_function (). | |
283 | ||
284 | Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org) | |
285 | ||
286 | * readline.c: username_completion_function (); For text passed in | |
287 | with a leading `~', remember that this could be a filename (after | |
288 | it is completed). | |
289 | ||
290 | Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org) | |
291 | ||
292 | * readline.c: rl_search_history (): Correctly handle case of an | |
293 | unfound search string, but a graceful exit (as with ESC). | |
294 | ||
295 | * readline.c: rl_restart_output (); The Apollo passes the address | |
296 | of the file descriptor to TIOCSTART, not the descriptor itself. | |
297 | ||
298 | Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org) | |
299 | ||
300 | * readline.c: rl_complete (); second call in a row causes possible | |
301 | completions to be listed. | |
302 | ||
303 | * readline.c: rl_redisplay (), added prompt_this_line variable | |
304 | which is the first character character following \n in prompt. | |
49e40d8a | 305 | |
dd3b648e RP |
306 | Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org) |
307 | ||
308 | * Signals are now supposedly handled inside of SYSV compilation. | |
309 | ||
310 | Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu) | |
311 | ||
312 | * history.c: history_expand (); fixed overwriting memory error, | |
313 | added needed argument to call to get_history_event (). | |
314 | ||
315 | Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu) | |
316 | ||
870ca253 SG |
317 | * readline.c: added mark_modified_lines to control the |
318 | display of an asterisk on modified history lines. Also | |
319 | added a user variable called mark-modified-lines to the | |
320 | `set' command. | |
dd3b648e RP |
321 | |
322 | Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu) | |
323 | ||
324 | * readline.c: start_insert (). Only use IC if we don't have an im | |
325 | capability. | |
326 | ||
327 | Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel) | |
328 | ||
329 | * readline.c: rl_prep_terminal (). Only turn on 8th bit | |
330 | as meta-bit iff the terminal is not using parity. | |
331 | ||
332 | Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel) | |
333 | ||
334 | * readline.c: start_insert (). Uses multiple | |
335 | insertion call in cases where that makes sense. | |
336 | ||
337 | rl_insert (). Read type-ahead buffer for additional | |
338 | keys that are bound to rl_insert, and insert them | |
339 | all at once. Make insertion of single keys given | |
340 | with an argument much more efficient. | |
341 | ||
342 | Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel) | |
343 | ||
344 | * readline.c: Changed handling of EOF. readline () returns | |
345 | (char *)EOF or consed string. The EOF character is read from the | |
346 | tty, or if the tty doesn't have one, defaults to C-d. | |
347 | ||
348 | * readline.c: Added support for event driven programs. | |
349 | rl_event_hook is the address of a function you want called | |
350 | while Readline is waiting for input. | |
351 | ||
352 | * readline.c: Cleanup time. Functions without type declarations | |
353 | do not use return with a value. | |
354 | ||
355 | * history.c: history_expand () has new variable which is the | |
356 | characters to ignore immediately following history_expansion_char. | |
357 | ||
358 | Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel) | |
359 | ||
360 | * rl_prep_terminal () | |
361 | BSD version turns off C-s, C-q, C-y, C-v. | |
362 | ||
363 | * readline.c -- rl_prep_terminal () | |
364 | SYSV version hacks readline_echoing_p. | |
365 | BSD version turns on passing of the 8th bit for the duration | |
366 | of reading the line. | |
367 | ||
368 | Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel) | |
369 | ||
370 | * readline.c: new variable rl_tilde_expander. | |
371 | If non-null, this contains the address of a function to call if | |
372 | the standard meaning for expanding a tilde fails. The function is | |
373 | called with the text sans tilde (as in "foo"), and returns a | |
374 | malloc()'ed string which is the expansion, or a NULL pointer if | |
375 | there is no expansion. | |
376 | ||
377 | * readline.h - new file chardefs.h | |
378 | Separates things that only readline.c needs from the standard | |
379 | header file publishing interesting things about readline. | |
380 | ||
381 | * readline.c: | |
382 | readline_default_bindings () now looks at terminal chararacters | |
383 | and binds those as well. | |
384 | ||
385 | Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel) | |
386 | ||
387 | * Made readline and history into independent libraries. | |
388 |