Up to [cvs.netbsd.org] / src / lib / libedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8.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.8: +7 -2
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
sync with head
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 16 01:45:10 2011 UTC (6 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
HEAD
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
easier with an int for now.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 15 23:54:14 2011 UTC (6 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.8: +7 -2
lines
Diff to previous 1.8 (colored)
Since Width() is used only for display purposes we don't want to pass -1 for unprintable characters.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 29 23:44:44 2011 UTC (9 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.7: +3 -3
lines
Diff to previous 1.7 (colored)
pass -Wconversion
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 16 17:42:28 2010 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Observe the following spelling: - wide character (noun) - wide-character (adjective) Inspired by jmc@OpenBSD.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 20 02:01:13 2010 UTC (2 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Use the same hack for Solaris and MacOS/X. This is not right, we only really support UTF-8, but it will get us going until this is fixed properly. From Jess Thrysoee
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 15 00:55:57 2010 UTC (2 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
From Jess Thrysoee expose ct_enc_width()
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 3 18:27:10 2010 UTC (2 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
rename historyw -> history_w for consistency. add wide tst code and make it the default.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 31 18:32:37 2009 UTC (2 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (colored)
expose the encode and decode string functions for the benefit of history and readline.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 30 23:54:52 2009 UTC (2 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.1: +6 -1
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 (2 years, 4 months ago) by christos
Branch: MAIN
Wide character support (UTF-8) from Johny Mattsson; currently disabled.