CVS log for docbook2mdoc/Attic/index.xml

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.14, Wed Apr 17 18:45:54 2019 UTC (4 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED

release 1.0.0

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 28 12:21:10 2019 UTC (5 years ago) by schwarze
Branch: MAIN
Changes since 1.12: +4 -6 lines
Diff to previous 1.12 (colored)

The expat library aborts parsing as soon as it encounters invalid
input, and the basic design of the library practically precludes
fixing it.  However, whether the input is well-formed XML or not
is totally irrelevant, and in fact, i have seen real-world documents
from X.org that expat rejects as not well-formed.  Kristaps reports
the same from OpenGL.

We really want to parse *ANYTHING* whatsoever without ever throwing
a fatal error - after all, the point is to convert legacy documents
to a better format, and nitpicking about the syntax merely alienates
users (including myself).

Consequently, ditch expat and write a parser from scratch, optimized
for robustness on invalid input.

Oh, and by the way, it only requires 200 lines of code,
compared to 15,000 lines in expat - an economy of 98.5%
at the sime time as being much more useful in practice.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 6 15:45:43 2016 UTC (7 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

link to man.openbsd.org

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 19 10:04:32 2015 UTC (9 years ago) by schwarze
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

zap trailing whitespace; verified with diff -b;
patch from Svyatoslav Mishyn <juef at openmailbox dot org>

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 30 13:21:07 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_9
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

Much better OpenGL support: version it and put it away for a while.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 30 10:13:27 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_8
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Sneak in typo fix.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 30 10:11:24 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Toss xi:include (crudely, til I figure out a better way).
Bump version.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 2 12:27:05 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_7
Changes since 1.6: +8 -14 lines
Diff to previous 1.6 (colored)

Improve (and fix) manpage and index page.
Remove now-trivial examples.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 2 07:55:26 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_6
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Push tables into release.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 30 18:17:21 2014 UTC (10 years ago) by kristaps
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Jump version.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 30 17:10:50 2014 UTC (10 years ago) by kristaps
Branch: MAIN
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)

Add <orderedlist>, <acronym>, <envar>.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 29 22:48:32 2014 UTC (10 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_4
Changes since 1.2: +10 -1 lines
Diff to previous 1.2 (colored)

Notes for new version.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 29 11:13:49 2014 UTC (10 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_3
Changes since 1.1: +8 -1 lines
Diff to previous 1.1 (colored)

Add examples.
Allow missing <parameter> in printing function prototype.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 28 11:20:07 2014 UTC (10 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_2

Add documentation.

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