Age | Commit message (Expand) | Author |
---|---|---|
2018-05-29 | CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant.... | Ludovic Courtès |
Traverse the entities hash's keys in sorted order to ensure reproducibility. --- libhubbub-0.3.3/build/make-entities.pl +++ libhubbub-0.3.3/build/make-entities.pl @@ -86,7 +86,7 @@ my $trie; -foreach my $key (keys %entities) { +foreach my $key (sort keys %entities) { $trie = insert_node($trie, $key, $entities{$key}); } able id='header'>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2018-05-29 | CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant.... | Ludovic Courtès |