fixed a couple of problems when parsing libxslt ChangeLog Daniel

* doc/ChangeLog.awk: fixed a couple of problems when parsing
  libxslt ChangeLog
Daniel
This commit is contained in:
Daniel Veillard 2004-05-16 01:08:06 +00:00
parent 8aac29731b
commit 96134cab15
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/ChangeLog.awk: fixed a couple of problems when parsing
libxslt ChangeLog
Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good

View File

@ -12,7 +12,7 @@ END {
print "</log>"
}
/^[ \t]*$/ { next }
/^Mon|^Tue|^Wed|^Thu|^Fri|^Sat|^Sun/ {
/^[A-Za-z0-9]/ {
match($0, "\(.*\) \([A-Z]+\) \([0-9][0-9][0-9][0-9]\) \(.*\) <\(.*\)>", loge)
if (in_item == 1) printf("%s</item>\n", item)
if (in_entry == 1) print " </entry>"