Up to [cvs.NetBSD.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:09 2012 UTC (6 months, 3 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.10.2.1: +3 -3
lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.14 / (download) - annotate - [select for diffs], Wed May 30 18:21:14 2012 UTC (11 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
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)
don't include both term.h and termcap.h
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:27 2012 UTC (13 months, 1 week ago) by yamt
Branch: yamt-pagecache
Changes since 1.10: +14 -4
lines
Diff to previous 1.10 (colored)
sync with head
Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 24 20:09:30 2012 UTC (14 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
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 (18 months ago) by christos
Branch: MAIN
CVS Tags: 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
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 (18 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 (19 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 (19 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 (21 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 (21 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 (21 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 (21 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 (21 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 (21 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 (21 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 (21 months, 4 weeks ago) by christos
Branch: MAIN
term -> terminal XXX: need to rename key_ too.