FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pattern - BashSupport-Pro/sh · GitHub
BashSupport-Pro
/
sh
Public
forked from
mvdan/sh
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sh
pattern
on
bashsupport-pro
User selector
Datepicker
Commit history
Commits on Sep 6, 2026
pattern: treat unclosed extended operator groups as literals
Show description for 755b3e5
mvdan
committed
755b3e5
View commit details
Copy full SHA for 755b3e5
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
pattern: treat an unmatched [ as a literal, like Bash
Show description for 19a6890
mvdan
committed
19a6890
View commit details
Copy full SHA for 19a6890
View code at this point
Browse repository at this point
pattern,interp: add test cases for unmatched bracket patterns
Show description for 28e2302
mvdan
committed
28e2302
View commit details
Copy full SHA for 28e2302
View code at this point
Browse repository at this point
Commits on Aug 9, 2026
pattern: support mixed POSIX character classes
Show description for c9ed92e
roeyazroel
authored and
mvdan
committed
c9ed92e
View commit details
Copy full SHA for c9ed92e
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
pattern: fix escaped characters inside bracket expressions
Show description for fcbbd45
mvdan
committed
fcbbd45
View commit details
Copy full SHA for fcbbd45
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
pattern: tokenize patterns rune by rune
Show description for 8852860
mvdan
committed
8852860
View commit details
Copy full SHA for 8852860
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
pattern: rename NegExtglobError to NegExtGlobError
Show description for c559e1b
mvdan
committed
c559e1b
View commit details
Copy full SHA for c559e1b
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
all: harmonize !(expr) extglob errors a bit
mvdan
committed
63288a7
View commit details
Copy full SHA for 63288a7
View code at this point
Browse repository at this point
interp,pattern: implement !(pattern) extglob negation
Show description for c089c00
kolkov
authored
c089c00
View commit details
Copy full SHA for c089c00
View code at this point
Browse repository at this point
Commits on Sep 28, 2025
pattern: [] must contain at least one character
mvdan
committed
5fee831
View commit details
Copy full SHA for 5fee831
View code at this point
Browse repository at this point
pattern: add more test cases for []
mvdan
committed
6deb0cb
View commit details
Copy full SHA for 6deb0cb
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
pattern: remove obsolete TODO
Show description for e168aaf
mvdan
committed
e168aaf
View commit details
Copy full SHA for e168aaf
View code at this point
Browse repository at this point
Commits on Sep 21, 2025
interp: add support for extended pattern matching operators (extglob)
Show description for 1714925
mvdan
committed
1714925
View commit details
Copy full SHA for 1714925
View code at this point
Browse repository at this point
pattern: add TODOs about pattern parsing which is likely buggy
mvdan
committed
c5db8f2
View commit details
Copy full SHA for c5db8f2
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
pattern: support dotglob alongside globstar
Show description for b717ad5
mvdan
committed
b717ad5
View commit details
Copy full SHA for b717ad5
View code at this point
Browse repository at this point
pattern: deduplicate the implementation of globstar
Show description for 54beb56
mvdan
committed
54beb56
View commit details
Copy full SHA for 54beb56
View code at this point
Browse repository at this point
pattern: add tests showing dotglob support
Show description for eba3762
mvdan
committed
eba3762
View commit details
Copy full SHA for eba3762
View code at this point
Browse repository at this point
pattern: consistently use backquoted strings for regular expressions
mvdan
committed
5ba3d9b
View commit details
Copy full SHA for 5ba3d9b
View code at this point
Browse repository at this point
interp: add initial support for "dotglob"
Show description for 1c8bfef
mvdan
committed
1c8bfef
View commit details
Copy full SHA for 1c8bfef
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
pattern: deduplicate the implementation of the `*` regular expression
Show description for 93f7ac2
mvdan
committed
93f7ac2
View commit details
Copy full SHA for 93f7ac2
View code at this point
Browse repository at this point
pattern: simplify the regexp flag logic
Show description for 64193a3
mvdan
committed
64193a3
View commit details
Copy full SHA for 64193a3
View code at this point
Browse repository at this point
all: modernize -fix
Show description for 4838ffe
mvdan
committed
4838ffe
View commit details
Copy full SHA for 4838ffe
View code at this point
Browse repository at this point
pattern: skip needsEscaping loop if the mode discards the shortcut
Show description for 04c1ab3
mvdan
committed
04c1ab3
View commit details
Copy full SHA for 04c1ab3
View code at this point
Browse repository at this point
pattern: the shortcut cannot be taken when NoGlobCase is given
Show description for 0cc7739
mvdan
committed
0cc7739
View commit details
Copy full SHA for 0cc7739
View code at this point
Browse repository at this point
pattern: globstar does not need `(?s)` as it does not use `.`
mvdan
committed
3f01112
View commit details
Copy full SHA for 3f01112
View code at this point
Browse repository at this point
pattern: add test cases matching newlines
Show description for c42eed2
mvdan
committed
c42eed2
View commit details
Copy full SHA for c42eed2
View code at this point
Browse repository at this point
pattern: drop tests combining Shortest and EntireString
Show description for 9b54127
mvdan
committed
9b54127
View commit details
Copy full SHA for 9b54127
View code at this point
Browse repository at this point
pattern: implement Shortest via (?U)
Show description for a3728fd
mvdan
committed
a3728fd
View commit details
Copy full SHA for a3728fd
View code at this point
Browse repository at this point
pattern: refactor Regexp to use a tiny string lexer
Show description for 2da3fcd
mvdan
committed
2da3fcd
View commit details
Copy full SHA for 2da3fcd
View code at this point
Browse repository at this point
pattern: test error strings properly
Show description for 0c85a82
mvdan
committed
0c85a82
View commit details
Copy full SHA for 0c85a82
View code at this point
Browse repository at this point
pattern: allow ** to match non-leading dots
Show description for 6ba4a99
paulhammond
authored and
mvdan
committed
6ba4a99
View commit details
Copy full SHA for 6ba4a99
View code at this point
Browse repository at this point
pattern: allow * to match non-leading dots
Show description for 2ae59f5
paulhammond
authored and
mvdan
committed
2ae59f5
View commit details
Copy full SHA for 2ae59f5
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
pattern: make the globstar "**" not match leading dots in basenames
Show description for 14ccc2e
mvdan
committed
14ccc2e
View commit details
Copy full SHA for 14ccc2e
View code at this point
Browse repository at this point
pattern: make "*" not match leading dots in basenames
Show description for ce872e7
mvdan
committed
ce872e7
View commit details
Copy full SHA for ce872e7
View code at this point
Browse repository at this point
pattern: tweak how **/ is transpiled as a regexp
Show description for 1ed18e2
mvdan
committed
1ed18e2
View commit details
Copy full SHA for 1ed18e2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL