3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 25, 2025 — Jul 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding test that merged reg exps have the correct flags More... about 15 years ago
Adding test for TLD @includes and case sensitive reg exp @includes, and supporting case sensitive @includes again More... about 15 years ago
bug fix: fix for [(((] type of reg exp More... about 15 years ago
test: [((((] type reg exp fail to merge properly More... about 15 years ago
bug fix: adding fix in regexpmerger.js for 3 tests added in prev commit More... about 15 years ago
test: adding 3 failing tests for PatternCollection More... about 15 years ago
bug fix: @include /toString/i was failing, now works More... about 15 years ago
test: @include /toString/i is failing atm More... about 15 years ago
merge( ["fo(o)bar", "fo(o)|(baz)"] ) == "fo(o)(?:bar||(baz))" More... about 15 years ago
test: adding some failing tests based on comments in https://github.com/erikvold/scriptish/pull/386 More... about 15 years ago
Pull newest regexpmerger.js upstream More... about 15 years ago
using RE_REGEXP.test(str) instead of str.match(RE_REGEXP) which is slower. More... about 15 years ago
removing some unnecessary brackets in RE_TLD w/in Scriptish_convert2RegExp.js More... about 15 years ago
test: merging a regexp @include without a leading '^' with normal @includes More... about 15 years ago
removing a unnecessary wrapping in regexpmerger.js More... about 15 years ago
/^foobax$/ -> /^foobax$/i More... about 15 years ago
minor: editing comments in mergePatterns func of regexpmerger.js More... about 15 years ago
adding a @return note for the mergePatterns function in regexpmerger.js More... about 15 years ago
@returns -> @return More... about 15 years ago
minor edit in regexpmerger.js More... about 15 years ago
Minor changes to regexpmerger.js: More... about 15 years ago
minor: reduced 2 '.length' lookups to 1 and made some comment edits More... about 15 years ago
minor: don't sort an array with length < 2 More... about 15 years ago
test: adding reg exp @include to 'merged' test of the 'Pattern Collection' QUnit test module More... about 15 years ago
renaming regexpmerger.jsm to regespmerger.js b/c some software doesn't recognize jsm (like Github :[) More... about 15 years ago
removing seemingly unused try/catch More... about 15 years ago
removing a couple unnecessary tests More... about 15 years ago
minor performance tweak: '.length = 0' is ~2x faster than '.splice(0)' on Firefox More... about 15 years ago
loading QUnit with a fake window object since it doesn't handle about: urls well.. More... about 15 years ago
Revert "Use a more reliable way to retrieve URL params in QUnit." More... about 15 years ago