index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
glob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-4
/
+4
2023-10-26
52244: Fix a batch of minor defects reported by Coverity.
Bart Schaefer
1
-1
/
+2
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-2
/
+2
2022-12-02
51080: allow multibyte chars in glob qualifier (u:uname:)
Jun-ichi Takimoto
1
-1
/
+1
2022-04-05
49994: Single-byte equivalence of users/22601 and workers/40891
Bart Schaefer
1
-2
/
+2
2022-04-04
49991: single-byte brace expansion handles $'\0' and control character output...
Bart Schaefer
1
-9
/
+6
2022-04-04
49955: Src/glob.c: fix bad free in incremental-pattern-search matching
Bart Schaefer
1
-3
/
+10
2022-03-30
49870: Fix NULL reference in match code more
Mikael Magnusson
1
-2
/
+6
2021-12-21
49658: Fix NULL reference in match code.
Peter Stephenson
1
-1
/
+1
2020-01-15
45291: A glob with a trailing slash will now match unreadable/unexecutable di...
Daniel Shahaf
1
-10
/
+39
2020-01-02
45181: Fix workers/45164: ${(S)%%} will now consider the empty string as a po...
Daniel Shahaf
1
-2
/
+2
2019-12-12
45001: Fix zero-length matches with ${...%...}
Peter Stephenson
1
-0
/
+6
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-2
/
+2
2019-06-20
44435: Handling digita arguments for :h and :t.
Peter Stephenson
1
-1
/
+1
2018-06-25
43091: In the (u) glob qualifier, expand and correct "unknown user" error mes...
Daniel Shahaf
1
-2
/
+4
2017-11-20
stat() for glob qualifiers lost information in corner case
Dima Kogan
1
-1
/
+1
2017-07-13
41420: "{.." wasn't check for brace expansion properly
Peter Stephenson
1
-0
/
+2
2017-03-23
40891: fix more zero-length matches.
Peter Stephenson
1
-1
/
+3
2017-03-23
22601: Fix for parameter substitution pattern matches.
Peter Stephenson
1
-2
/
+6
2017-03-10
40819: Fix IS_DASH test in BRACE_CCL handling
Peter Stephenson
1
-1
/
+2
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-10
/
+13
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-5
/
+12
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
1
-1
/
+1
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
1
-2
/
+2
2016-10-25
39723: metafy string passed to pattern in complist.
Peter Stephenson
1
-0
/
+4
2016-07-28
users/21793: Remove raw integers as glob qualifiers.
Peter Stephenson
1
-8
/
+1
2016-07-20
38853: use strchr()
Peter Stephenson
1
-7
/
+1
2016-07-18
38879: Unmetafy file names for glob sort.
Peter Stephenson
1
-1
/
+29
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
1
-1
/
+1
2016-01-19
37693: turn Dash into '-' in glob qualifiers
Peter Stephenson
1
-1
/
+4
2016-01-19
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
1
-15
/
+4
2016-01-19
37678: Now possible to quote "-" in pattern range
Peter Stephenson
1
-3
/
+19
2016-01-01
37483: save and possibly restore cshnullglob failure state around each evalua...
Barton E. Schaefer
1
-1
/
+4
2015-11-11
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
1
-1
/
+1
2015-10-30
37022: add GLOB_STAR_SHORT option to abbreviate ** and ***
Peter Stephenson
1
-18
/
+25
2015-09-30
36711: Allocate unmetafied pattern trial string on the heap
Peter Stephenson
1
-25
/
+0
2015-09-29
unposted: fix typo in comment.
Barton E. Schaefer
1
-1
/
+1
2015-09-29
36700: unmetafy early for parameter match
Peter Stephenson
1
-181
/
+255
2015-09-28
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
1
-25
/
+31
2015-09-24
36603: glob: fix dirfd leak during Y shortcut qualifier
Mikael Magnusson
1
-1
/
+3
2015-09-12
36491: Multibyte support for parameter expansion flags B,E,N
Jun-ichi Takimoto
1
-3
/
+3
2015-08-21
36264: glob and pattern variable pathbuf is metafied.
Peter Stephenson
1
-4
/
+10
2015-08-10
36084: use zrealloc() consistently
Barton E. Schaefer
1
-1
/
+1
2015-08-09
36033: a few more queue_signals() to protect global state changes
Barton E. Schaefer
1
-0
/
+4
2015-06-12
Add non-metafied character length handling.
Peter Stephenson
1
-7
/
+7
2015-04-25
34965: consistent use of zalloc/zrealloc/zfree
Barton E. Schaefer
1
-3
/
+3
2015-04-03
34837: avoid loss of original file path when applying colon-modifiers in glob...
Barton E. Schaefer
1
-2
/
+2
2015-02-27
34634: avoid infinite recursion on (/)# extendedglob
Barton E. Schaefer
1
-1
/
+2
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-5
/
+7
2014-12-07
33854: errors end recursion through scanner()
Barton E. Schaefer
1
-1
/
+1
[next]