Up to [cvs.NetBSD.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 16 16:25:15 2011 UTC (21 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,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
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,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.6: +7 -7
lines
Diff to previous 1.6 (colored)
re-enable -Wconversion
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 29 23:44:44 2011 UTC (21 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
pass -Wconversion
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: +31 -31
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, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.3: +8 -8
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: +3 -3
lines
Diff to previous 1.2 (colored)
whitespace
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 28 03:48:46 2011 UTC (21 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.1: +38 -32
lines
Diff to previous 1.1 (colored)
whitespace
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 28 01:56:27 2011 UTC (21 months, 4 weeks ago) by christos
Branch: MAIN
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.