index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
glob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stat() for glob qualifiers lost information in corner case
Dima Kogan
2017-11-20
1
-1
/
+1
*
41420: "{.." wasn't check for brace expansion properly
Peter Stephenson
2017-07-13
1
-0
/
+2
*
40891: fix more zero-length matches.
Peter Stephenson
2017-03-23
1
-1
/
+3
*
22601: Fix for parameter substitution pattern matches.
Peter Stephenson
2017-03-23
1
-2
/
+6
*
40819: Fix IS_DASH test in BRACE_CCL handling
Peter Stephenson
2017-03-10
1
-1
/
+2
*
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
2017-03-07
1
-10
/
+13
*
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
2017-01-29
1
-5
/
+12
*
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
2016-11-29
1
-1
/
+1
*
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
2016-11-17
1
-2
/
+2
*
39723: metafy string passed to pattern in complist.
Peter Stephenson
2016-10-25
1
-0
/
+4
*
users/21793: Remove raw integers as glob qualifiers.
Peter Stephenson
2016-07-28
1
-8
/
+1
*
38853: use strchr()
Peter Stephenson
2016-07-20
1
-7
/
+1
*
38879: Unmetafy file names for glob sort.
Peter Stephenson
2016-07-18
1
-1
/
+29
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-1
/
+1
*
37693: turn Dash into '-' in glob qualifiers
Peter Stephenson
2016-01-19
1
-1
/
+4
*
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
2016-01-19
1
-15
/
+4
*
37678: Now possible to quote "-" in pattern range
Peter Stephenson
2016-01-19
1
-3
/
+19
*
37483: save and possibly restore cshnullglob failure state around each evalua...
Barton E. Schaefer
2016-01-01
1
-1
/
+4
*
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
2015-11-11
1
-1
/
+1
*
37022: add GLOB_STAR_SHORT option to abbreviate ** and ***
Peter Stephenson
2015-10-30
1
-18
/
+25
*
36711: Allocate unmetafied pattern trial string on the heap
Peter Stephenson
2015-09-30
1
-25
/
+0
*
unposted: fix typo in comment.
Barton E. Schaefer
2015-09-29
1
-1
/
+1
*
36700: unmetafy early for parameter match
Peter Stephenson
2015-09-29
1
-181
/
+255
*
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
2015-09-28
1
-25
/
+31
*
36603: glob: fix dirfd leak during Y shortcut qualifier
Mikael Magnusson
2015-09-24
1
-1
/
+3
*
36491: Multibyte support for parameter expansion flags B,E,N
Jun-ichi Takimoto
2015-09-12
1
-3
/
+3
*
36264: glob and pattern variable pathbuf is metafied.
Peter Stephenson
2015-08-21
1
-4
/
+10
*
36084: use zrealloc() consistently
Barton E. Schaefer
2015-08-10
1
-1
/
+1
*
36033: a few more queue_signals() to protect global state changes
Barton E. Schaefer
2015-08-09
1
-0
/
+4
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-7
/
+7
*
34965: consistent use of zalloc/zrealloc/zfree
Barton E. Schaefer
2015-04-25
1
-3
/
+3
*
34837: avoid loss of original file path when applying colon-modifiers in glob...
Barton E. Schaefer
2015-04-03
1
-2
/
+2
*
34634: avoid infinite recursion on (/)# extendedglob
Barton E. Schaefer
2015-02-27
1
-1
/
+2
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-5
/
+7
*
33854: errors end recursion through scanner()
Barton E. Schaefer
2014-12-07
1
-1
/
+1
*
users/19143: fix depth glob search with trailing slashes
Peter Stephenson
2014-09-25
1
-0
/
+3
*
33136: P glob qual appends words when negated
Mikael Magnusson
2014-09-16
1
-6
/
+15
*
33038: Fix {^@..a} hanging
Mikael Magnusson
2014-08-21
1
-2
/
+2
*
32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern ...
Barton E. Schaefer
2014-07-31
1
-0
/
+2
*
32767: another spot to tweak bracechardots()
Jun T
2014-06-11
1
-0
/
+2
*
32766: bracechardots() agrees with xpandbraces() about what constitutes a {C1...
Barton E. Schaefer
2014-06-10
1
-0
/
+2
*
32765: fix build when not MULTIBYTE_SUPPORT
Jun T
2014-06-10
1
-2
/
+14
*
32723: add braces around some if/else branches
Barton E. Schaefer
2014-06-05
1
-4
/
+7
*
32708: glob qualifier (Y) implies (oN)
Daniel Shahaf
2014-06-04
1
-3
/
+4
*
32694: the number of matches to find is the suffix argument of (Y) qualifier
Daniel Shahaf
2014-06-03
1
-28
/
+46
*
users/18870: fix glob scanner insert counting check.
Daniel Shahaf
2014-06-02
1
-10
/
+11
*
users/18857: add (Y) glob qualifier to generate only one match per pattern
Daniel Shahaf
2014-06-01
1
-11
/
+24
*
32640: (#q) in [[ ... ]] forces globbing
Peter Stephenson
2014-06-01
1
-35
/
+65
*
32412 / 32415: New giga- and terabyte units for glob qualifiers
Manuel Presnitz
2014-03-01
1
-2
/
+20
*
32414: improved error message for missing delimiters.
Peter Stephenson
2014-02-19
1
-2
/
+2
[next]