Up to [cvs.NetBSD.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 16 16:25:15 2011 UTC (22 months 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.9: +7 -7
lines
Diff to previous 1.9 (colored)
re-enable -Wconversion
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 29 23:44:44 2011 UTC (22 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.8: +11 -10
lines
Diff to previous 1.8 (colored)
pass -Wconversion
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 29 15:16:33 2011 UTC (22 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
KNF return (\1); -> return \1;
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 28 20:50:55 2011 UTC (22 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 28 00:48:21 2011 UTC (22 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.5: +7 -5
lines
Diff to previous 1.5 (colored)
- fix memory allocation botch in wide strings - check mbstowcs return code
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 27 02:18:30 2011 UTC (22 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.4: +8 -15
lines
Diff to previous 1.4 (colored)
fix buffer growing code.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 15 00:55:57 2010 UTC (3 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.3: +5 -6
lines
Diff to previous 1.3 (colored)
From Jess Thrysoee expose ct_enc_width()
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 12 19:37:18 2010 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
- in the argv conversion, handle NULL as NULL - when printing tab/nl print them, don't handle them specially.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 31 18:32:37 2009 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
expose the encode and decode string functions for the benefit of history and readline.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 30 22:37:40 2009 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Wide character support (UTF-8) from Johny Mattsson; currently disabled.