Up to [cvs.netbsd.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:27 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.10: +14 -4
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 24 20:09:30 2012 UTC (2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
HEAD
Changes since 1.12: +10 -3
lines
Diff to previous 1.12 (colored)
From: Jilles Tjoelker: Add a mapping for the cursor delete key
Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 18 20:32:00 2011 UTC (6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (colored)
Initialize termbuf (Kamil Dudka)
Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 18 20:25:48 2011 UTC (6 months ago) by christos
Branch: MAIN
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored)
check for negative return of ct_visual_char (Kamil Dudka)
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 4 15:27:04 2011 UTC (7 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
fixed warnings where wint_t is unsigned.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 3 14:09:38 2011 UTC (7 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
fix broken change (parenthesis in the wrong place). From Nirbhay Choubey
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 16 16:25:15 2011 UTC (9 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.7: +9 -8
lines
Diff to previous 1.7 (colored)
re-enable -Wconversion
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 29 23:44:45 2011 UTC (9 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.6: +7 -7
lines
Diff to previous 1.6 (colored)
pass -Wconversion
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 29 15:20:39 2011 UTC (9 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.5: +2 -100
lines
Diff to previous 1.5 (colored)
kill ifdef notdef
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 29 15:16:33 2011 UTC (9 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.4: +48 -48
lines
Diff to previous 1.4 (colored)
KNF return (\1); -> return \1;
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 28 20:50:55 2011 UTC (9 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.3: +31 -25
lines
Diff to previous 1.3 (colored)
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 28 03:52:19 2011 UTC (9 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.2: +44 -36
lines
Diff to previous 1.2 (colored)
whitespace
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 28 01:56:27 2011 UTC (9 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.1: +39 -42
lines
Diff to previous 1.1 (colored)
Rename key to keymacro to avoid conflicts with term.h. The renaming of term to terminal was again to avoid conflicts with term.h. term.h is a moving namespace violation.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 28 01:05:20 2011 UTC (9 months, 4 weeks ago) by christos
Branch: MAIN
term -> terminal XXX: need to rename key_ too.