Lines Matching refs:readline

94 	* readline.c, readline/readline.h: PR/59883: nia: implement
131 read.c, readline.c, refresh.c, sig.c: Sync with HEAD
135 * readline.c, sig.c: Change kill(0, signo) -> raise(signo) so that
268 * readline.c: fix insert key (Xose Vazquez Perez)
299 * libedit.pc: libedit: fix pkg-config to really provide readline
307 portable libedit, since users probably want the readline
329 * filecomplete.c, filecomplete.h, readline.c, sys.h,
330 readline/readline.h: pass lint.
334 * readline.c: PR/57376: Jorge Giner: readline file completion does
339 * readline.c, readline/readline.h: Align types with readline-8.2
364 * readline.c: PR/57095: Yilei Yang: Change readline's
371 read.h, readline.c, terminal.c: improvements in malloc/free
376 * readline.c: PR/57016: Ricky Zhou: declare lastidx
380 * readline.c: PR/57016: Ricky Zhou: Revert to trimming the last
390 * readline.c: PR/56778: Detlev Casanova: Missing rl_initialize call
405 * readline.c, readline/readline.h: PR/56695: Walter Lozano: Correct
417 * chared.c, histedit.h, readline.c, readline/readline.h: PR/56693:
422 * readline.c, readline/readline.h: PR/56622: Walter Lozano: Improve
423 readline compatibility by adding rl_readline_state support.
427 * readline.c: Add more refreshes from Walter Lozano. The readline
429 http://www.mcld.co.uk/blog/2009/simple-gnu-readline-callback-style-example.html
434 * readline/readline.h: Don't use __printflike, use the explicit
439 * readline/readline.h: libedit: rl_message: annotate __printflike
443 * chared.c, eln.c, histedit.h, readline.c, readline/readline.h:
445 readline by implementing:
464 * readline.c: libedit: fix indentation
475 * readline.c: rl_startup_hook should be called each time. From
480 * readline.c: fix memory issues found by fuzzing (double frees and
490 * readline.c: Try to refactor this in order to correct some of the
501 not redisplay This is what mksh, zsh bash, readline do (Baptiste
510 * readline.c: PR/56370: mirabilos: libedit change from 2017 kills
515 * readline.c, readline/readline.h: Add more api to make gdb-11
520 * readline.c: libedit: simplify calls to macro ADD_STRING
530 * readline.c: readline: fix lint warning about effective unconst
551 * readline.c: Add a LINTED comment... Why doesn't NOTREACHED work?
617 parse.c, read.c, readline.c, search.c, terminal.c, vi.c,
695 * filecomplete.c, readline.c: add +1 to strlcpy's (Patrick Welche)
703 * filecomplete.c, history.c, readline.c: Change strncpy to either
726 * readline.c: Increment offset when adding an element to history to
748 keymacro.c, literal.c, map.c, parse.c, read.c, readline.c,
777 history.c, parse.c, read.c, readline.c, refresh.c, terminal.c,
778 tty.c, tty.h, TEST/test_filecompletion.c, readline/readline.h:
783 * readline.c: PR/54281: Jonathan Perkins: NUL terminate
788 * readline.c, readline/readline.h: PR/54280:
789 rl_completer_quote_characters should be const for readline compat
793 * readline.c: PR/54279: Jonathan Perkins: Ignore adjacent start/end
798 * el.c, eln.c, readline.c: Follow the man page for EL_GETTC and not
854 * readline.c, terminal.c, readline/readline.h: PR/53983: Jonathan
855 Perkins: Fix types for readline compatibility
859 * readline.c: PR/53981: Jonathan Perkins: history_list should
864 * readline.c, refresh.c: Synch with HEAD
868 * readline.c: PR/53856: F. Aragon: editline/libedit not prompting
869 colors in readline mode
878 * parse.c, readline.c, tty.c, tty.h, readline/readline.h: Sync with
883 * readline.c, tty.c, tty.h, readline/readline.h: Add a couple more
884 readline compat functions.
967 * readline.c, readline/readline.h: Sync with HEAD
971 * readline.c, readline/readline.h: Provide more compatibility with
972 readline headers; now python-3.6.5 works when changing 'readline'
1009 * el.c, readline.c, tty.c, tty.h: Only FLUSH if we are ending
1010 libedit; DRAIN if we suspend for readline. This allows pasting
1022 * readline.c: For applications that don't issue their own prompt
1065 * readline.c: PR lib/52547 - read_history (readline.c) should now
1069 version of readline.c, then modified by me to be consistent about
1078 * el.c, el.h, readline.c, tty.c: For readline emulation, don't
1080 way. Also set and reset the tty on entry and exit from readline()
1081 since this is what readline does.
1085 * editline.3: Remove trailing whitespace; convert Xr readline to Nm
1086 readline, since we won't get a readline man page in base.
1090 * editline.3, hist.h, histedit.h, history.c, readline.c,
1091 readline/readline.h: PR/51517: Jay West: Tty settings not
1102 callback ends up being invoked before the readline module is
1221 * editline.3, filecomplete.c, filecomplete.h, readline.c: Sync with
1226 * editline.3, filecomplete.c, filecomplete.h, hist.c, readline.c:
1231 * filecomplete.c, filecomplete.h, readline.c: When doing filename
1247 * chartype.c, hist.c, readline.c: Sync with HEAD
1260 * readline.c: Make sure we take into account history_base when
1288 * filecomplete.c, readline.c, readline/readline.h: Sync with HEAD
1314 * readline/readline.h: export rl_done
1318 * readline.c: pass the stream to the getc function
1322 * readline.c: fix typo
1326 * readline.c, readline/readline.h: more compatible with readline
1331 * readline.c: Fix previous to better match readline behavior (Ingo
1336 * readline.c: From Ingo Schwarze:
1358 GNU readline-6.3 defines it as void add_history(const char
1370 increments history_base in GNU readline, testing reveals that
1377 3. GNU readline add_history(NULL) crashes with a segfault.
1382 In libedit/readline.c rev. 1.104, Christos made add_history()
1392 * readline.c: remove the right history entry (Ingo Schwarze)
1548 * readline.c: From Bastian Maerkisch, via Igno Schwarze:
1587 * editline.3, editline.7, readline.c: GNU readline(3) regards
1601 in readline.c.
1607 state what "previous" and "next" mean. GNU readline
1609 since libedit doesn't include its own readline.3 manual.
1615 * readline.c: The libedit implementation of history_get() also
1647 * readline.c: In stiffle_history(), trim excessive entries from the
1653 * readline.c: fix logic (Ingo Schwarze)
1709 readline.c, search.c, terminal.c, tokenizern.c, tty.c, vi.c: From
1839 readline.c, search.c, sys.h, terminal.c, TEST/Makefile: Start
1901 readline.c: Make the read_char function always take a wchar_t *
1944 makelist, map.c, parse.c, prompt.h, read.c, read.h, readline.c,
1946 TEST/tc1.c, TEST/wtc1.c, readline/Makefile, readline/readline.h:
1969 filecomplete.c, makelist, map.c, parse.c, readline.c, search.c,
1980 map.c, parse.c, prompt.c, prompt.h, read.c, readline.c,
1993 prompt.c, read.c, readline.c, refresh.c, search.c, sig.c,
2005 parse.c, prompt.c, prompt.h, read.c, readline.c, refresh.c,
2021 * readline.c: attribute unused
2030 * config.h, readline.c, sys.h: OpenBSD readline.c rev. 1.14
2035 * readline.c, readline/readline.h: OpenBSD readline.c rev. 1.13
2037 readline 4.2 compat
2466 * readline/readline.h: remove duplicate declaration
2470 * readline.c, readline/readline.h: Adjust API to a more modern
2471 readline (Ryo Onodera)
2475 * readline.c, readline/readline.h: - fix types of
2499 filecomplete.c, readline.c: Sync lib/libedit with head, requested
2508 lib/libedit/readline.c 1.112-1.115
2510 Man page improvements, fix overlapping strcpy, improve readline
2524 * readline.c: Fix overlapping strcpy (Gerry Swislow)
2528 * readline.c: set some readline compatibility default key settings.
2578 * filecomplete.c, readline.c: src is too big these days to tolerate
2585 parse.c, read.c, readline.c, tty.c, tty.h, vi.c, TEST/tc1.c,
2590 * readline.c: Fix typo in comment (Tobias Stoeckmann)
2596 parse.c, read.c, readline.c, tty.c, tty.h, vi.c, TEST/tc1.c,
2606 * readline.c: PR/48957: Federico G. Schwindt: Restore commented out
2636 readline lib on attempted expansion Make sure we have 2 matches
2642 read.c, readline.c, shlib_version, readline/readline.h: sync with
2684 * readline.c: ... if called prior to using_history(). This needed
2692 * readline.c: get rid of PATH_MAX.
2705 * read.c, readline.c, readline/readline.h: resync from head
2709 * readline.c, readline/readline.h: expose rl_catch_signals and
2731 * editline.3, editrc.5, el.c, histedit.h, map.c, readline.c,
2736 * editline.3, editrc.5, map.c, readline.c: sync with head
2745 * readline.c: explicitly pass (void *)0 instead of NULL.
2766 * readline.c: Resync to 2012-11-19 00:00:00 UTC
2771 read.c, readline.c, terminal.c: sync with head
2775 * readline.c: Add trailing NULL's to the varargs functions as
2812 * readline.c: PR/46678: Ian Wienand: Add stub implementation for
2817 * readline.c: Pull up following revision(s) (requested by christos
2818 in ticket #309): lib/libedit/readline.c: revision 1.104 don't
2824 * readline.c: don't crash if add_history is called from an empty
2841 * readline.c, tty.c, tty.h, readline/readline.h: sync with head.
2845 * readline.c: define the new variable
2849 * readline.c, readline/readline.h: Add
2862 map.c, readline.c, terminal.c, terminal.h, vi.c, TEST/wtc1.c:
2887 * readline.c: Use C89 functions definitions. Remove use of __P
2908 * readline.c: Add missing *
2966 keymacro.c, map.c, parse.c, read.c, readline.c, search.c,
2989 history.c, keymacro.c, read.c, readline.c, refresh.c, search.c,
2994 * common.c, filecomplete.c, history.c, readline.c, vi.c: - fix
3014 readline.c, search.c, terminal.c, tokenizer.c, tty.c, vi.c: KNF
3021 readline.c, search.c, sig.c, sys.h, terminal.c, tokenizer.c,
3032 * readline.c: handle systems without getpwent_r
3081 * readline.c: use vis.h from .
3280 * readline.c, TEST/rl1.c, readline/readline.h: unbreak readline
3285 * chared.c, chared.h, el.c, eln.c, histedit.h, readline.c: setup a
3286 callback to be invoked on resize buffers so that readline can
3292 * readline.c, readline/readline.h: provide rl_on_newline
3332 * chared.h, makelist, readline.c, search.c: From Jess Thrysoee
3410 * chartype.h, editline.3, histedit.h, history.c, readline.c,
3418 functions for the benefit of history and readline.
3429 histedit.h, history.c, makelist, readline.c, search.c,
3438 read.h, readline.c, refresh.c, refresh.h, search.c, search.h,
3466 * histedit.h, history.c, readline.c, readline/readline.h: apply
3472 * sys.h, term.c, readline/readline.h: delete defined(sun), it could
3477 * sys.h, term.c, readline/readline.h: use __sun || sun instead of
3495 * readline.c: Fix memory leaks in error paths. From Michael Cook
3528 * readline/readline.h: add stdio.h since we are using FILE. From
3555 key.h, makelist, prompt.c, prompt.h, read.c, readline.c,
3557 tty.c, vi.c, TEST/tc1.c, readline/readline.h: Sync with HEAD.
3616 * readline.c: Fix off by one error reported by: Caleb Welton
3630 * readline.c, readline/readline.h: implement
3667 * key.c, key.h, readline.c, vi.c: more size_t stuff.
3724 filecomplete.h, key.c, key.h, read.c, readline.c, refresh.c,
3739 * makelist, readline.c, term.c, readline/readline.h: More fixes for
3768 * readline.c, readline/readline.h: add rl_set_prompt
3783 * el.c, read.c, readline.c: fix -Wsign-compare issues
3787 * filecomplete.c, readline.c: - insert a space after the recognized
3832 readline.c, readline/readline.h: sync with head.
3841 * filecomplete.c, filecomplete.h, read.h, readline.c,
3842 readline/readline.h: Convert to new 2 clause license
3850 * editline.3, el.c, histedit.h, readline.c: add EL_REFRESH for the
3851 benefit of readline
3855 * readline.c, readline/readline.h: Add rl_forced_update_display()
3860 * readline.c, readline/readline.h: patches from Axel Thimm
3899 * readline.c, readline/readline.h: Add rl_completion_matches, fix
3931 * editline.3, el.c, histedit.h, readline.c, shlib_version, term.c,
3932 term.h, readline/readline.h: - Add more readline functions,
3961 readline.c, readline/readline.h: Change to a 3 clause copyright
3966 * readline.c: PR/34062: Tanaka Akira: rl_deprep_term_function is
3981 * readline.c: remove if/free block checking known condition
3991 * readline.c: Coverity CID 2743: Not really a memory leak, but make
4000 * readline.c: Lint comment.
4008 * readline.c: Coverity CID 1666: Plug memory leak.
4012 * readline.c: Coverity CID 1667: Plug memory leak
4016 * readline.c: Coverity CID 1662: Memory leak.
4038 * readline.c: use the tty chars for reprint and eof instead of
4043 * readline.c: PR/32817: Magnus Svensson: write_history and
4044 read_history returncode is not readline compatible.
4048 * readline.c: Partial rl_getc_function support from Jess Thrysoee.
4149 * editline.3, histedit.h, history.c, readline.c,
4150 readline/readline.h: PR/30747: David N. Williams: libedit is
4155 * readline.c: Pull up revision 1.52 (requested by lukem in ticket
4160 * readline.c: Pull up revision 1.50 (requested by lukem in ticket
4174 * filecomplete.c, filecomplete.h, readline.c, readline/readline.h:
4176 Provide a layer of indirection between the readline
4182 * filecomplete.c, filecomplete.h, readline.c: Bug reported from
4199 in readline emulation.
4203 * readline/readline.h: tilde expand should take a const argument.
4224 * readline.c: Pull up revision 1.55 (requested by agc in ticket
4229 * readline.c: Pull up revision 1.54 (requested by agc in ticket
4230 #353): Sync the alternative readline interface with reality: +
4233 the readline emulation source, otherwise there's no way to pass
4236 signature and use it Makes the callback readline interface work
4241 * readline/readline.h: Pull up revision 1.14 (requested by agc in
4242 ticket #353): Sync the alternative readline interface with
4245 way in the readline emulation source, otherwise there's no way
4248 function signature and use it Makes the callback readline
4265 * readline.c: Use the correct type for the stored callback function
4269 * readline.c, readline/readline.h: Sync the alternative readline
4274 the readline emulation source, otherwise there's no way to pass
4280 Makes the callback readline interface work now.
4288 * filecomplete.c: Make completion_matches non-static since readline
4323 * Makefile, filecomplete.c, filecomplete.h, histedit.h, readline.c:
4325 readline() code. Pass in loads of parameters instead of relying
4337 * readline.c: check for pwd != NULL, fix a missed getpwnam.
4341 * readline.c, readline/readline.h: PR/29958: Peter Bex: add
4346 * readline.c: use getpwent_r
4360 * readline.c: Always update the position variables before the map
4365 * readline.c: set UNBUFFERED again after you do the line callback
4399 * readline.c: cut out the middle-man and use el_insertstr()
4404 * readline/readline.h: make rl_inhibit_completion visible.
4456 * el.c, read.c, read.h, readline.c: Better fix for
4466 * read.c, readline.c, sys.h, term.c, readline/readline.h:
4480 * Makefile, editline.3, histedit.h, parse.c, readline.c,
4503 * readline.c: Fix uninitialized variable.
4522 * readline.c: From: Gerry Swislow gerry at certif dot com
4537 * readline.c: initialize ptr.
4554 * readline.c, readline/readline.h: Make readline csh-like history
4563 * readline.c: add rl_catch_signals
4598 * editline.3, el.c, histedit.h, readline.c, readline/readline.h:
4599 More libedit readline emulation functions from: Gerry Swislow
4612 * parse.c, readline.c: don't limit ^c to alpha c, and add
4617 * read.c, readline.c: PR/23107: Nathan Williams: ^D as the first
4618 char on the command line does not DTRT in readline compatibility
4627 * editline.3, el.c, el.h, histedit.h, read.c, read.h, readline.c,
4628 shlib_version, readline/readline.h: Implement enough of
4629 readline's 4.0 async mode to make gdb happy. This is not complete
4635 * readline/readline.h: Include "sys/ttydefaults.h" to get standard
4640 * readline/readline.h: kludge around CTRL redef.
4644 * readline.c, readline/readline.h: Match the stupid function
4645 pointer declarations with actual readline's 4.0. This is gross.
4649 * readline.c: make this compile.
4653 * readline/readline.h: Avoid pre-ansi warning.
4657 * el.c, readline.c, shlib_version, term.c, term.h,
4658 readline/readline.h: - provide enough hooks to compile gdb-5.3 -
4682 * readline/Makefile: Add INCSYMLINKS to <bsd.inc.mk> and
4743 * readline.c: From michael@moria.de: Fix realloc case where we
4749 read.c, readline.c, refresh.c, term.c, tty.c, vi.c: From
4791 * readline.c: Consistently spell occurrence with two rs.
4819 * readline.c: null is not 0
4840 * readline.c: include alloca.h for systems that need it.
4859 * readline.c: fix directory descriptor leak [from michael at moria
4920 * readline.c: remove unused variables.
4925 read.c, readline.c, refresh.c, vi.c: vi mode and memory fixes
4930 * history.c, readline.c, tokenizer.c: don't crash in memory
4959 * readline/Makefile: More use of ${NETBSDSRCDIR}/some/path instead
4972 * readline.c: _rl_qsort_string_compare(): Fix casts. This makes
4982 * Makefile, readline.c: Add a couple linted comment and enable
4993 parse.c, prompt.c, read.c, readline.c, refresh.c, search.c,
4995 tty.h, vi.c, TEST/test.c, readline/readline.h: - constify; passes
5098 * readline/Makefile: Readability cleanups; MKfoo=no -> NOfoo.
5171 * readline/Makefile: Use relative path for symlink target so that
5176 * readline/Makefile: Back off previous and do differently: Ensure
5177 that the <readline/history.h> link to <readline/readline.h> is
5183 * readline/Makefile: Use <bsd.inc.mk>, instead of <bsd.prog.mk>, so
5184 that the readline.h header is installed during the 'make
5206 can read it. [inspired by the openbsd fix to readline]
5221 * readline.c: fix partial completion - we failed to refresh screen
5255 * el.c, readline.c: depoison the pure editline code from readline
5260 * Makefile, readline.c, readline.h, readline/Makefile,
5261 readline/readline.h: Standard location of readline headers is
5262 /usr/include/readline/, so install them there. readline.h of
5263 libedit had to move to subdirectory 'readline', due to the way
5275 * readline.c: fix lint problems.
5289 * readline.c, readline.h: Add support for
5296 * readline.c: history_tokenize(): fix one off-by-one bug
5303 * readline.c: rl_display_match_list(): * pad entries shorter than
5317 readline emulation
5321 * readline.c, readline.h: completion_matches(): fix a off-by-one
5364 parse.c, parse.h, prompt.c, prompt.h, read.c, readline.c,
5365 readline.h, refresh.c, refresh.h, search.c, search.h, sig.c,
5384 with libedit's readline emulation to work properly with xxgdb.
5388 * el.c: make xxgdb and a gdb linked with libedit's readline
5391 the gdb process. GNU readline preserves the -echo setting while
5395 this diff simply disables libedit if both readline emulation and
5397 once again, but (XXX) this is not how GNU readline handles stty
5399 ^A,^K, etc. still work), so the readline emulation isn't
5453 * readline.c: Fix _rl_compat_sub() to really honour 'globally' flag
5461 * readline.c: readline(): don't dereference NULL pointer if prompt
5595 * readline.c: don't try to free() something allocated with alloca()
5604 readline.c, refresh.c, search.c, search.h, sig.c, term.c, term.h,
5610 * readline.c, refresh.c: Make this compile under linux
5671 * readline.c: many problems; variables hidden by others, size_t <->
5761 * readline.c: Adjust to the libedit api changes.
5832 do this because the readline emulation functions call
5833 term_beep(), but readline isn't built using the same (funky)
5848 * Makefile: Build readline.o into debugging versions of libedit,
5853 * readline.c: el_gets() takes an int *, not a size_t *.
5869 * Makefile: Make a link for history.h -> readline.h
5873 * readline.c, readline.h: Const de-poisoning :-( Unfortunately the
5874 default gnu readline does not have full prototypes... With those
5880 * Makefile, readline.c, readline.h, shlib_version: PR/4301: Jaromir
5881 Dolecek. Add gnu-readline wrapper for editline.