Starting work on v1.15.8
This commit is contained in:
parent
c2a89b07dd
commit
a0aafcb6af
116 changed files with 150 additions and 437 deletions
|
|
@ -164,7 +164,9 @@ var aMachineFileTypes = {
|
|||
};
|
||||
|
||||
var asNonDirectories = [
|
||||
"LICENSE"
|
||||
"COPYING",
|
||||
"LICENSE",
|
||||
"README"
|
||||
];
|
||||
|
||||
var asExtsPlainText = [
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue