Starting work on v1.15.8

This commit is contained in:
Jeff Parsons 2014-10-30 12:56:43 -07:00 committed by jeffpar
commit a0aafcb6af
116 changed files with 150 additions and 437 deletions

View file

@ -164,7 +164,9 @@ var aMachineFileTypes = {
};
var asNonDirectories = [
"LICENSE"
"COPYING",
"LICENSE",
"README"
];
var asExtsPlainText = [

View file

@ -120,7 +120,7 @@ var externalRedirects = {
/*
* Entries in this table are matched next, using a RegExp comparison; comparisons start with the first entry
* and continue until a match is found, at which point the okens =cement is performed and comparisons stop;
* and continue until a match is found, at which point the replacement is performed and comparisons stop;
* we could make the replacement process "additive", by continuing comparisons/replacements until the
* end is reached, but let's not, unless there's an actual need.
*