Age | Commit message (Expand) | Author |
---|---|---|
2013-08-29 | build: Have `pdf' depend on the PDF image.... | Ludovic Courtès |
2013-08-29 | build: Use `missing' for `dot'.... | Ludovic Courtès |
2013-08-29 | build: Build docs from the top-level Makefile.... | 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}); }
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2013-08-29 | build: Have `pdf' depend on the PDF image.... | Ludovic Courtès |
2013-08-29 | build: Use `missing' for `dot'.... | Ludovic Courtès |
2013-08-29 | build: Build docs from the top-level Makefile.... | Ludovic Courtès |