christos
|
efab425d4c
|
get rid of PATH_MAX.
|
2013-08-28 08:05:21 +00:00 |
|
christos
|
45fd2d25ac
|
expose rl_catch_signals and explain what we are doing.
|
2013-05-28 00:10:34 +00:00 |
|
christos
|
e861b2b079
|
explicitly pass (void *)0 instead of NULL.
|
2013-01-13 15:46:57 +00:00 |
|
christos
|
7417d4b468
|
Add trailing NULL's to the varargs functions as required. (John Spencer)
|
2012-10-12 23:35:02 +00:00 |
|
christos
|
c046613e5b
|
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
|
2012-07-12 18:46:20 +00:00 |
|
christos
|
f2d8e54f16
|
don't crash if add_history is called from an empty line. Called from
nslookup in new bind.
XXX: pullup to 6
|
2012-06-05 00:30:22 +00:00 |
|
christos
|
186f51e0f1
|
define the new variable
|
2012-05-15 19:07:25 +00:00 |
|
christos
|
f5b586b16d
|
Add rl_completion_word_break_hook from:
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/\
5ec6a45fa762b8cbd0305ca06acb8780335a486a
|
2012-05-15 17:30:04 +00:00 |
|
matt
|
f9113d007b
|
Use C89 functions definitions.
Remove use of __P
|
2012-03-21 05:33:26 +00:00 |
|
christos
|
e83c752c92
|
Add missing *
|
2011-11-18 20:38:42 +00:00 |
|
christos
|
3d802cf59d
|
re-enable -Wconversion
|
2011-08-16 16:25:15 +00:00 |
|
christos
|
c11bd863f5
|
pass -Wconversion
|
2011-07-29 23:44:44 +00:00 |
|
christos
|
1237974a30
|
- fix unused params
- unconditionalize vis.h
|
2011-07-29 20:58:07 +00:00 |
|
christos
|
b71bed95b3
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
|
christos
|
a13cd75612
|
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
|
2011-07-28 20:50:55 +00:00 |
|
christos
|
df86a66a1c
|
handle systems without getpwent_r
|
2011-07-28 17:33:39 +00:00 |
|
christos
|
5fc21e9736
|
use vis.h from .
|
2011-07-28 00:54:26 +00:00 |
|
christos
|
b354315033
|
unbreak readline history.
|
2010-09-16 20:08:51 +00:00 |
|
christos
|
7741aae941
|
setup a callback to be invoked on resize buffers so that readline can
reset rl_line_buffer which unfortunately some applications use it directly.
|
2010-08-28 15:44:59 +00:00 |
|
christos
|
6e1c968db3
|
provide rl_on_newline
|
2010-08-04 20:29:18 +00:00 |
|
christos
|
839bac947e
|
From Jess Thrysoee
- Fix wint_t to Int confusion
|
2010-04-15 00:57:33 +00:00 |
|
christos
|
73eda9fe27
|
rename historyw -> history_w for consistency.
add wide tst code and make it the default.
|
2010-01-03 18:27:10 +00:00 |
|
christos
|
0b9ae3fdf0
|
Fix wide build, test it, but don't turn it on yet.
|
2009-12-30 23:54:52 +00:00 |
|
christos
|
34e53048e6
|
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
|
2009-12-30 22:37:40 +00:00 |
|
christos
|
ea3813ed2f
|
apply apple patches from:
http://opensource.apple.com/source/libedit/libedit-11/patches/
|
2009-09-07 21:24:33 +00:00 |
|
christos
|
cfa16c6369
|
Fix memory leaks in error paths.
From Michael Cook mcook at bbn dot com
|
2009-07-22 15:57:40 +00:00 |
|
christos
|
46db7d011d
|
Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com
|
2009-04-08 21:31:31 +00:00 |
|
christos
|
e6ec3d065c
|
implement RL_PROMPT_{START,END}_IGNORE
|
2009-03-31 17:53:03 +00:00 |
|
christos
|
954af9bb67
|
more size_t stuff.
|
2009-02-21 23:31:56 +00:00 |
|
christos
|
5c894153a3
|
pass lint on _LP64.
|
2009-02-15 21:55:23 +00:00 |
|
sketch
|
fc16547f5e
|
More fixes for existing portability stuff.
|
2009-02-12 13:39:49 +00:00 |
|
christos
|
d052ee7b7f
|
add rl_set_prompt
|
2009-02-05 19:15:26 +00:00 |
|
lukem
|
a06595c27b
|
fix -Wsign-compare issues
|
2009-01-18 12:14:16 +00:00 |
|
christos
|
2d18fd40a7
|
- insert a space after the recognized string if it was an exact match
- initialize properly the string used for completion.
From Alex Bligh alex at alex dot org dot uk
- Make char constants consistent
|
2009-01-11 15:00:23 +00:00 |
|
martin
|
3028e483e4
|
Convert to new 2 clause license
|
2008-04-29 06:53:00 +00:00 |
|
christos
|
0cb4d42e16
|
add EL_REFRESH for the benefit of readline
|
2008-04-05 15:53:28 +00:00 |
|
christos
|
3bbc95f39d
|
Add rl_forced_update_display() from Gerry Swislow
|
2008-04-04 21:18:34 +00:00 |
|
christos
|
5f3802ca6e
|
patches from Axel Thimm
|
2007-08-12 07:41:51 +00:00 |
|
christos
|
2d9dad6f00
|
Add rl_completion_matches, fix remove_history
|
2007-05-27 19:45:37 +00:00 |
|
christos
|
6b8a793080
|
- Add more readline functions, enough for gdb-6.5
- Make el_get varyadic, and implement EL_GETTC.
- XXX: the EL_SETTC api will change in the future.
|
2006-11-24 00:01:17 +00:00 |
|
christos
|
f1fff5b02e
|
Change to a 3 clause copyright after permission of the holders.
|
2006-08-21 12:45:30 +00:00 |
|
christos
|
213f1e2476
|
PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.
Default to rl_deprep_terminal as suggested; do the same for
rl_prep_term_function
|
2006-07-23 20:21:45 +00:00 |
|
rtr
|
596eb336c9
|
remove if/free block checking known condition
coverity 2762 / run 11
|
2006-03-25 13:00:11 +00:00 |
|
christos
|
4baec30349
|
Coverity CID 2743: Not really a memory leak, but make it obvious that we
always free tmp.
|
2006-03-21 17:52:50 +00:00 |
|
christos
|
5900226fad
|
Lint comment.
|
2006-03-18 19:22:59 +00:00 |
|
christos
|
c66ab9a1d0
|
Coverity CID 1666: Plug memory leak.
|
2006-03-18 09:28:23 +00:00 |
|
christos
|
c5f39d86c2
|
Coverity CID 1667: Plug memory leak
|
2006-03-18 09:19:02 +00:00 |
|
christos
|
53c1263c37
|
Coverity CID 1662: Memory leak.
|
2006-03-18 09:15:57 +00:00 |
|
christos
|
0fd1bd6295
|
use the tty chars for reprint and eof instead of hard-coded ^R and ^D
|
2006-03-06 21:11:03 +00:00 |
|
christos
|
10f8fe2052
|
PR/32817: Magnus Svensson: write_history and read_history returncode is not
readline compatible.
|
2006-02-13 14:12:04 +00:00 |
|