Up to [cvs.NetBSD.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:27 2012 UTC (13 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
sync with head
Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 11 21:15:25 2012 UTC (14 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
include the NULL in the argv conversion
Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 16 16:25:15 2011 UTC (21 months ago) by christos
Branch: MAIN
CVS Tags: 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,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
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
Branch point for: yamt-pagecache
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
re-enable -Wconversion
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 28 20:50:55 2011 UTC (21 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 28 01:05:20 2011 UTC (21 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
term -> terminal XXX: need to rename key_ too.
Revision 1.9.4.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:18:38 2011 UTC (22 months, 3 weeks ago) by cherry
Branch: cherry-xenmp
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 20 09:11:17 2011 UTC (23 months ago) by mrg
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of these work properly wtf pointer aliasing, but there are no casts at least... the lib/libpuffs/puffs_priv.h is definately a real bug fix. from chuq.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 4 13:53:12 2010 UTC (2 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.8: +3 -4
lines
Diff to previous 1.8 (colored)
PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 character sets specially as far as history goes since we always need to do the conversion from narrow [history] to wide [editline].
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 28 15:44:59 2010 UTC (2 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.7: +9 -2
lines
Diff to previous 1.7 (colored)
setup a callback to be invoked on resize buffers so that readline can reset rl_line_buffer which unfortunately some applications use it directly.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 15 00:52:48 2010 UTC (3 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.6: +21 -7
lines
Diff to previous 1.6 (colored)
From Jess Thrysoee - NARROW_HISTORY and IGNORE_EXTCHARS should not take effect if locale is UTF-8 - account for multi byte char length in
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 20 01:15:52 2010 UTC (3 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.5: +6 -4
lines
Diff to previous 1.5 (colored)
PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changes (SIGWINCH). Return NULL if el_gets() gets interrupted.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 19 22:38:08 2010 UTC (3 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.4: +7 -2
lines
Diff to previous 1.4 (colored)
Fix wrapper for EL_EDITOR, from Michael L. Hitch
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 12 19:40:50 2010 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.3: +5 -3
lines
Diff to previous 1.3 (colored)
- call the mapping function directly instead of el_wset(). - save the strings passed to the mapping function so that they don't get re-used. This leaks. To fix it properly we could either pass a flag to free particular entries before re-using, or allocate all of them. Allocating all of them wastes memory, allocating some of them makes the code more complex. This fixes compatibility binding (shell tab completion for example)
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 31 15:58:26 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
- Document and enable wide character support. - Fix read function compatibility.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 30 23:54:52 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.1: +10 -9
lines
Diff to previous 1.1 (colored)
Fix wide build, test it, but don't turn it on yet.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 30 22:37:40 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Wide character support (UTF-8) from Johny Mattsson; currently disabled.