git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10032 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-06-08 21:40:13 +00:00
parent fbf3aa3ff5
commit ca530a2956
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
2001-06-08 Johan Danielsson <joda@pdc.kth.se>
* getarg.c: Grog tries to figure out if to use mdoc.old instead of
mdoc by looking at some macros that were only present in the old
version, and by looking at the number of .Oo's present. In
mdoc.old .Oo was a toggle, but in mdoc it's closed by .Oc, so if
the number of .Oo's is bigger than the number of .Oc's, it figures
it must be mdoc.old. This doesn't however account for called Oc's,
and thus grog thinks that valid pages are mdoc.old when they
infact are mdoc. So let's make sure that Oc's are not called by
other macros.
2001-05-29 Assar Westerlund <assar@sics.se>
* base64-test.c (main): initialize numerr