Up to [cvs.NetBSD.org] / src / lib / libedit / readline
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.53 / (download) - annotate - [select for diffs], Sat Feb 19 17:45:02 2022 UTC (11 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
PR/56695: Walter Lozano: Correct declaration of hook functions.
Revision 1.52 / (download) - annotate - [select for diffs], Tue Feb 8 15:05:10 2022 UTC (12 months ago) by christos
Branch: MAIN
Changes since 1.51: +3 -1
lines
Diff to previous 1.51 (colored)
PR/56693: Walter Lozano: Add support for rl_delete_text and rl_set_key
Revision 1.51 / (download) - annotate - [select for diffs], Mon Jan 31 14:44:49 2022 UTC (12 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.50: +8 -1
lines
Diff to previous 1.50 (colored)
PR/56622: Walter Lozano: Improve readline compatibility by adding rl_readline_state support.
Revision 1.50 / (download) - annotate - [select for diffs], Fri Jan 14 13:31:05 2022 UTC (12 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.49: +3 -2
lines
Diff to previous 1.49 (colored)
Don't use __printflike, use the explicit attribute so that this works outside NetBSD.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Jan 14 12:48:30 2022 UTC (12 months, 3 weeks ago) by tnn
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
libedit: rl_message: annotate __printflike
Revision 1.48 / (download) - annotate - [select for diffs], Tue Jan 11 18:30:15 2022 UTC (12 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.47: +9 -3
lines
Diff to previous 1.47 (colored)
PR/56618: Walter Lozano: Improve libedit compatibility with readline by implementing: rl_copy_text, rl_erase_empty_line, rl_message, rl_on_new_line, rl_replace_line, rl_restore_prompt, rl_save_prompt
Revision 1.47 / (download) - annotate - [select for diffs], Sat Aug 21 12:34:59 2021 UTC (17 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.46: +18 -1
lines
Diff to previous 1.46 (colored)
Add more api to make gdb-11 happy (but not gdbtui as usual)
Revision 1.43.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:23 2019 UTC (3 years, 8 months ago) by christos
Branch: phil-wifi
Changes since 1.43: +9 -7
lines
Diff to previous 1.43 (colored) next main 1.44 (colored)
Sync with HEAD
Revision 1.46 / (download) - annotate - [select for diffs], Fri Jun 7 15:19:29 2019 UTC (3 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
PR/54280: rl_completer_quote_characters should be const for readline compat
Revision 1.45 / (download) - annotate - [select for diffs], Fri Feb 15 23:20:35 2019 UTC (3 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.44: +6 -6
lines
Diff to previous 1.44 (colored)
PR/53983: Jonathan Perkins: Fix types for readline compatibility
Revision 1.42.2.2 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:27 2018 UTC (4 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.42.2.1: +3 -1
lines
Diff to previous 1.42.2.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
Sync with HEAD, resolve a few conflicts
Revision 1.44 / (download) - annotate - [select for diffs], Sun Dec 2 16:58:13 2018 UTC (4 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226
Changes since 1.43: +3 -1
lines
Diff to previous 1.43 (colored)
Add a couple more readline compat functions.
Revision 1.42.2.1 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:35 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.42: +5 -2
lines
Diff to previous 1.42 (colored)
Sync with HEAD
Revision 1.43 / (download) - annotate - [select for diffs], Sat Jun 9 17:41:55 2018 UTC (4 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.42: +5 -2
lines
Diff to previous 1.42 (colored)
Provide more compatibility with readline headers; now python-3.6.5 works when changing 'readline' -> 'edit' in setup.py. Revert previous conditional setting of unbuffered.
Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 1 10:19:10 2017 UTC (5 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.41: +3 -1
lines
Diff to previous 1.41 (colored)
PR/51517: Jay West: Tty settings not restored on exit PR/51518: Jay West: prompt is interleaved with client output Both these issues are caused by rl_restore_handler not DTRT; fix it so that it kills the internal libedit state completely. This is inefficient, but it works. Also fix: 1. add append_history()/H_NSAVE_FP 2. call the rl_startup_hook before printing the first prompt as documented. callint it from rl_initialize breaks python, because the callback ends up being invoked before the readline module is installed, and we end up dereferencing a NULL pointer. 3. add el_resize_terminal. With those changes, s/lreadline/ledit/g in python works.
Revision 1.39.2.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:48:53 2016 UTC (6 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Sync with HEAD
Revision 1.41 / (download) - annotate - [select for diffs], Fri Oct 28 18:32:35 2016 UTC (6 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Changes since 1.40: +2 -1
lines
Diff to previous 1.40 (colored)
export rl_done
Revision 1.40 / (download) - annotate - [select for diffs], Wed Aug 24 13:10:59 2016 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: localcount-20160914
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
more compatible with readline history functions.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Feb 17 19:47:49 2016 UTC (6 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Changes since 1.38: +6 -6
lines
Diff to previous 1.38 (colored)
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Feb 15 21:58:38 2016 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.37: +3 -1
lines
Diff to previous 1.37 (colored)
OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reyk rl_set_keyboard_input_timeout() for readline 4.2 compat
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jun 2 15:36:45 2015 UTC (7 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.36: +1 -2
lines
Diff to previous 1.36 (colored)
remove duplicate declaration
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jun 2 15:35:31 2015 UTC (7 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.35: +8 -8
lines
Diff to previous 1.35 (colored)
Adjust API to a more modern readline (Ryo Onodera)
Revision 1.35 / (download) - annotate - [select for diffs], Tue May 26 19:59:21 2015 UTC (7 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
- fix types of rl_completion_entry_function and rl_add_defun - call update pos before completion to refresh the screen From Thomas Eriksson
Revision 1.32.6.2 / (download) - annotate - [select for diffs], Thu May 22 11:36:55 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.32.6.1: +3 -1
lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:21:06 2013 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
resync from head
Revision 1.34 / (download) - annotate - [select for diffs], Tue May 28 00:10:34 2013 UTC (9 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored)
expose rl_catch_signals and explain what we are doing.
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Wed May 23 10:07:32 2012 UTC (10 years, 8 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
sync with head.
Revision 1.33 / (download) - annotate - [select for diffs], Tue May 15 17:30:04 2012 UTC (10 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
Add rl_completion_word_break_hook from: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/\ 5ec6a45fa762b8cbd0305ca06acb8780335a486a
Revision 1.32 / (download) - annotate - [select for diffs], Thu Sep 16 20:08:52 2010 UTC (12 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.31: +1 -2
lines
Diff to previous 1.31 (colored)
unbreak readline history.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 4 20:29:18 2010 UTC (12 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
provide rl_on_newline
Revision 1.30 / (download) - annotate - [select for diffs], Mon Sep 7 21:24:34 2009 UTC (13 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.29: +21 -4
lines
Diff to previous 1.29 (colored)
apply apple patches from: http://opensource.apple.com/source/libedit/libedit-11/patches/
Revision 1.29 / (download) - annotate - [select for diffs], Mon Aug 31 00:05:43 2009 UTC (13 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
delete defined(sun), it could be invaded in the user namespace. Suggested by mrg@
Revision 1.28 / (download) - annotate - [select for diffs], Sun Aug 30 15:41:05 2009 UTC (13 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
use __sun || sun instead of _SunOS, from Jess Thrysoee
Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 9 19:02:04 2009 UTC (13 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
add stdio.h since we are using FILE. From Grant Erickson
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:33 2009 UTC (13 years, 9 months ago) by jym
Branch: jym-xensuspend
Changes since 1.24: +4 -2
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 31 17:53:03 2009 UTC (13 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
implement RL_PROMPT_{START,END}_IGNORE
Revision 1.25 / (download) - annotate - [select for diffs], Thu Feb 12 13:39:49 2009 UTC (13 years, 11 months ago) by sketch
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
More fixes for existing portability stuff.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 5 19:15:26 2009 UTC (14 years ago) by christos
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
add rl_set_prompt
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:30:35 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.22: +1 -4
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
sync with head.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 29 06:53:01 2008 UTC (14 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase
Changes since 1.22: +1 -4
lines
Diff to previous 1.22 (colored)
Convert to new 2 clause license
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 4 21:18:35 2008 UTC (14 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Add rl_forced_update_display() from Gerry Swislow
Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 12 07:41:51 2007 UTC (15 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
patches from Axel Thimm
Revision 1.20 / (download) - annotate - [select for diffs], Sun May 27 19:45:37 2007 UTC (15 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
Add rl_completion_matches, fix remove_history
Revision 1.19 / (download) - annotate - [select for diffs], Fri Nov 24 00:01:17 2006 UTC (16 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.18: +10 -1
lines
Diff to previous 1.18 (colored)
- 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.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 21 12:45:30 2006 UTC (16 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.17: +2 -6
lines
Diff to previous 1.17 (colored)
Change to a 3 clause copyright after permission of the holders.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 14 15:00:58 2005 UTC (17 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
PR/30747: David N. Williams: libedit is missing remove_history() Added, please test.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 11 18:18:59 2005 UTC (17 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand(). Provide a layer of indirection between the readline compatibility functions and our internal implementation, so that we have the freedom to change the function signature.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 10 20:18:11 2005 UTC (17 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
tilde expand should take a const argument.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sat May 28 14:02:20 2005 UTC (17 years, 8 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pull up revision 1.14 (requested by agc in ticket #353): Sync the alternative readline interface with reality: + the rl_callback_handler_install takes a pointer to a void function which has one char * argument (it's called that way in the readline emulation source, otherwise there's no way to pass the line buffer to the function which processes the line when EOL is encountered) + provide a prototype for that function signature and use it Makes the callback readline interface work now.
Revision 1.14 / (download) - annotate - [select for diffs], Fri May 27 11:35:07 2005 UTC (17 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
Sync the alternative readline interface with reality: + the rl_callback_handler_install takes a pointer to a void function which has one char * argument (it's called that way in the readline emulation source, otherwise there's no way to pass the line buffer to the function which processes the line when EOL is encountered) + provide a prototype for that function signature and use it Makes the callback readline interface work now.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 12 22:01:40 2005 UTC (17 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_over
Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 8 18:15:37 2004 UTC (18 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
make rl_inhibit_completion visible.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 17 17:57:40 2004 UTC (19 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
portability fixes.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 27 22:26:35 2003 UTC (19 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.9: +10 -8
lines
Diff to previous 1.9 (colored)
Make readline csh-like history work. From Gerry Swislow <gerry at certif dot com>.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 16 22:26:32 2003 UTC (19 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.8: +6 -1
lines
Diff to previous 1.8 (colored)
More libedit readline emulation functions from: Gerry Swislow <gerry at certif dot com>
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 26 17:44:51 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.7: +7 -1
lines
Diff to previous 1.7 (colored)
Implement enough of readline's 4.0 async mode to make gdb happy. This is not complete yet, but it seems to work... This required to introduce an unbuffered mode to el_gets(), but that was a minor change.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 15 11:33:33 2003 UTC (19 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Include "sys/ttydefaults.h" to get standard definition of "CTRL" macro which avoids clash with custom one.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 15 01:29:36 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
kludge around CTRL redef.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 14 22:15:23 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Match the stupid function pointer declarations with actual readline's 4.0. This is gross.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 14 21:55:19 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Avoid pre-ansi warning.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 14 21:48:55 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.2: +54 -1
lines
Diff to previous 1.2 (colored)
- provide enough hooks to compile gdb-5.3 - fix el_get(e, EL_TERMINAL, (char **))
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 18 16:01:03 2002 UTC (20 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
fvdl_fs64_base
Changes since 1.1: +7 -3
lines
Diff to previous 1.1 (colored)
- constify; passes all gcc and lint strict checks. - add config.h [Jason Evans], to create a portable version of libedit that can be easily compiled on other OS's.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 5 21:15:50 2001 UTC (22 years, 1 month ago) by jdolecek
Branch: MAIN
Standard location of readline headers is /usr/include/readline/, so install them there. readline.h of libedit had to move to subdirectory 'readline', due to the way BSD makefiles work; this is better than potentially fragile Makefile hacks