mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-03-03 16:55:55 +00:00
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:
parent
8aac29731b
commit
96134cab15
@ -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
|
||||
|
@ -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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user