1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML> <HEAD>
<TITLE>List of changes for Otags</TITLE>
<STYLE type="text/css">
h1 { background:#ffd240; color:#ff0000; text-align:center }
h2 { background:#ffd240; color:#ff0000}
pre {
background-color: #eee;
margin-left: 2em;
margin-right: 2em;
padding: 5px;
border: 1px solid silver;
}
</STYLE>
</HEAD>
<BODY>
<H1>List of Changes for Otags</H1>
<DL>
<!-- RECENT CHANGES START -->
<!--
! - <DT>XXXX-XX-XX
! - <DD>
! - <UL>
! - <LI>
! - <P></P>
! - </LI>
! - </UL>
-->
<DT>2012-05-23: otags 3.12.5 released
<DD>
<UL>
<LI>fix contrib/update-otags
<P></P>
</LI>
</UL>
<DT>2012-05-22: otags 3.12.4 released
<DD>
<UL>
<LI>use parser hints files for exceptions when tagging directory
trees, see option <KBD>-parser-hints</KBD>
</LI>
<LI>skip files with toplevel directives and other bug fixes
<P></P>
</LI>
</UL>
<DT>2012-05-16: otags 3.12.3 released
<DD>
<UL>
<LI>tag recursive modules
</LI>
<LI>fix the line directive problem (OCaml bug <A
HREF="http://caml.inria.fr/mantis/view.php?id=5159" >#5159</A>)
for external parsing
</LI>
<LI>bug fixes, internal improvements as well as configure and
compilation changes
<P></P>
</LI>
</UL>
<!-- RECENT CHANGES END -->
<DT>2012-02-06: otags 3.12.2 released
<DD>
<UL>
<LI>workaround OCaml bug <A
HREF="http://caml.inria.fr/mantis/view.php?id=5159" >#5159</A>
</LI>
<LI>option <KBD>-add-path</KBD> for tags files in parent directories
</LI>
<LI>script <KBD>update-otags</KBD> to tag the OCaml library</LI>
<LI>compilation fixes for less popular platforms
<P></P>
</LI>
</UL>
<DT>2012-01-18: otags 3.12.1 released
<DD>
<UL>
<LI>change to OCaml major version 3.12
</LI>
<LI>build with plain make instead of the unusable ocamlbuild
</LI>
<LI>option <KBD>-o -</KBD> writes tags to standard output
<P></P>
</LI>
</UL>
<DT>2012-01-14: Otags 3.11.3 released
<DD>
<UL>
<LI>handle quotations and antiquotations in internal parsers</LI>
<LI>support Camlp4DebugParser</LI>
<LI>several bug fixes and documentation improvements
<P>
</LI>
</UL>
<DT>2010-08-27: Otags 3.11.2 released
<DD>
<UL>
<LI>new options -impl, -intf</LI>
<LI>tolerate quotation parsing and lexing errors
<P>
</LI>
</UL>
<DT>2010-08-25: Otags 3.11.1 released
<DD>
<UL>
<LI>First release for ocaml 3.11.
<P>
</LI>
</UL>
</DL>
<HR noshade size=2>
<FONT SIZE="-2">
last changed on
<!-- hhmts start -->23 May 2012
<!-- hhmts end -->
by <A HREF="/index.html.en">Hendrik</A>
</FONT></BODY> </HTML>
|