Florian Weimer
8c77b6ad40
Simplify the abilist format
...
The new format lists the version on each line, as in:
VERSION SYMBOL TYPE [VALUE]
This makes it easier to process the files with line-oriented tools.
The abilist files were converted with this awk script:
/^[^ ]/ { version = $1 }
/^ / { print version, substr($0, 2) }
And sorted under the "C" locale with sort.
2015-11-06 13:58:53 +01:00
..
2015-04-20 08:51:17 -03:00
2015-11-06 13:58:53 +01:00
2015-11-06 13:58:53 +01:00
2015-01-02 16:29:47 +00:00
2014-06-24 20:53:03 +00:00
2014-06-24 20:53:03 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-12 12:58:34 -05:00
2015-01-12 12:58:34 -05:00
2015-10-27 17:27:41 -02:00
2015-01-12 12:58:34 -05:00
2015-10-15 18:56:10 -03:00
2015-10-15 18:56:10 -03:00
2015-01-12 12:58:34 -05:00
2015-06-04 14:52:34 -03:00
2015-01-02 16:29:47 +00:00
2015-04-20 08:51:17 -03:00
2015-02-12 05:34:16 -06:00
2014-07-07 09:29:06 -07:00
2015-05-26 17:03:35 -03:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-08-25 13:45:56 -03:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-05-26 10:10:36 -03:00
2015-10-15 18:56:10 -03:00
2015-03-25 15:53:47 +10:30
2015-01-02 16:29:47 +00:00
2014-05-26 11:45:14 -05:00
2014-05-26 11:45:14 -05:00
2015-01-12 12:58:34 -05:00
2015-01-12 12:58:34 -05:00
2015-01-12 12:58:34 -05:00
2015-01-12 12:58:34 -05:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-08-25 13:45:56 -03:00
2014-11-07 01:27:16 +00:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-04-20 08:51:17 -03:00
2015-08-17 16:21:51 +02:00