openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Scriptish
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 25, 2025 — Jul 25, 2026
Showing page 20 of 85
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
adding test that merged reg exps have the correct flags
Erik Vold
More...
about 15 years ago
Adding test for TLD @includes and case sensitive reg exp @includes, and supporting case sensitive @includes again
Erik Vold
More...
about 15 years ago
bug fix: fix for [(((] type of reg exp
Erik Vold
More...
about 15 years ago
test: [((((] type reg exp fail to merge properly
Erik Vold
More...
about 15 years ago
bug fix: adding fix in regexpmerger.js for 3 tests added in prev commit
Erik Vold
More...
about 15 years ago
test: adding 3 failing tests for PatternCollection
Erik Vold
More...
about 15 years ago
bug fix: @include /toString/i was failing, now works
Erik Vold
More...
about 15 years ago
test: @include /toString/i is failing atm
Erik Vold
More...
about 15 years ago
merge( ["fo(o)bar", "fo(o)|(baz)"] ) == "fo(o)(?:bar||(baz))"
Erik Vold
More...
about 15 years ago
test: adding some failing tests based on comments in https://github.com/erikvold/scriptish/pull/386
Erik Vold
More...
about 15 years ago
Pull newest regexpmerger.js upstream
Nils Maier
More...
about 15 years ago
using RE_REGEXP.test(str) instead of str.match(RE_REGEXP) which is slower.
Erik Vold
More...
about 15 years ago
removing some unnecessary brackets in RE_TLD w/in Scriptish_convert2RegExp.js
Erik Vold
More...
about 15 years ago
test: merging a regexp @include without a leading '^' with normal @includes
Erik Vold
More...
about 15 years ago
removing a unnecessary wrapping in regexpmerger.js
Erik Vold
More...
about 15 years ago
/^foobax$/ -> /^foobax$/i
Erik Vold
More...
about 15 years ago
minor: editing comments in mergePatterns func of regexpmerger.js
Erik Vold
More...
about 15 years ago
adding a @return note for the mergePatterns function in regexpmerger.js
Erik Vold
More...
about 15 years ago
@returns -> @return
Erik Vold
More...
about 15 years ago
minor edit in regexpmerger.js
Erik Vold
More...
about 15 years ago
Minor changes to regexpmerger.js:
Erik Vold
More...
about 15 years ago
minor: reduced 2 '.length' lookups to 1 and made some comment edits
Erik Vold
More...
about 15 years ago
minor: don't sort an array with length < 2
Erik Vold
More...
about 15 years ago
test: adding reg exp @include to 'merged' test of the 'Pattern Collection' QUnit test module
Erik Vold
More...
about 15 years ago
renaming regexpmerger.jsm to regespmerger.js b/c some software doesn't recognize jsm (like Github :[)
Erik Vold
More...
about 15 years ago
removing seemingly unused try/catch
Erik Vold
More...
about 15 years ago
removing a couple unnecessary tests
Erik Vold
More...
about 15 years ago
minor performance tweak: '.length = 0' is ~2x faster than '.splice(0)' on Firefox
Erik Vold
More...
about 15 years ago
loading QUnit with a fake window object since it doesn't handle about: urls well..
Erik Vold
More...
about 15 years ago
Revert "Use a more reliable way to retrieve URL params in QUnit."
Erik Vold
More...
about 15 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
84
85
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree