CVS log for mandoc/term_ascii.c

[BACK] Up to [cvsweb.bsd.lv] / mandoc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: VERSION_1_12


Revision 1.30.2.1 / (download) - annotate - [select for diffs], Sun Aug 17 22:14:28 2014 UTC (9 years, 8 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

While all current callers pass valid data to ascii_hspan() only,
it's safer to assume incoming enum data might be invalid
and catch it instead of happily returning an unitialized int.
No functional change right now.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Aug 14 22:33:10 2014 UTC (9 years, 8 months ago) by schwarze
Branch: MAIN
Branch point for: VERSION_1_12
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Some compilers apparently worry that abort() might return
and then throw a "may be used uninitialized" warning, so
sprinkle some /* NOTREACHED */.  No functional change.
Noticed by Thomas Klausner <wiz at NetBSD dot org>.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb