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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
glob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
21871: replace INULL() by inull()
Peter Stephenson
2005-10-13
1
-2
/
+2
*
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
2005-10-11
1
-9
/
+31
*
21661: fix glob bug introduced in 21655
Peter Stephenson
2005-08-18
1
-1
/
+1
*
21655: bug in ${..//../${..//../..}}
Peter Stephenson
2005-08-17
1
-23
/
+22
*
21609: fixed a readlink() call in statfullpath().
Wayne Davison
2005-08-15
1
-2
/
+4
*
21557: Thorsten Dahlheimer: BRACE_CCL fix
Peter Stephenson
2005-08-02
1
-1
/
+1
*
21317: fix bug where recursive glob within e qualifier would hang the shell
Oliver Kiddle
2005-06-21
1
-1
/
+0
*
21174 adjustments to 21170
Bart Schaefer
2005-04-24
1
-2
/
+4
*
Optimise length calculations for ${...//.../...}
Peter Stephenson
2005-04-24
1
-20
/
+29
*
20983: failed glob from fixed strings segments in globbed paths
Peter Stephenson
2005-03-16
1
-8
/
+13
*
20661: *(+func) = *(e:func:)
Peter Stephenson
2005-01-10
1
-5
/
+26
*
20522: must-match optimisation in parameter substitution broken
Peter Stephenson
2004-10-26
1
-2
/
+14
*
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
2004-10-18
1
-56
/
+38
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-19
/
+19
*
Fixed signed/unsigned compiler warning.
Wayne Davison
2004-05-28
1
-1
/
+1
*
Minor optimization to qualnonemptydir() when a dir has a subdir.
Wayne Davison
2004-04-06
1
-2
/
+8
*
19717: (F) glob qualifier for full directories
Peter Stephenson
2004-04-01
1
-0
/
+24
*
19167: fix NUL at start of BRACE_CCL range.
Peter Stephenson
2003-10-06
1
-5
/
+6
*
fix bug with f glob qualifier where an empty spec resulted in an infinite loop
Oliver Kiddle
2003-08-01
1
-2
/
+5
*
18263: fix saving of glob state so that globs can be used from (e) glob qual
Oliver Kiddle
2003-02-20
1
-2
/
+3
*
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
2002-08-05
1
-2
/
+2
*
Split tokenize() into shtokenize() and zshtokenize()
Bart Schaefer
2002-05-06
1
-2
/
+16
*
16942: Allow zero-length matches in parameter substitutions.
Peter Stephenson
2002-04-08
1
-2
/
+2
*
16620, 16697: add a and n parameter expansion flags
Oliver Kiddle
2002-02-22
1
-41
/
+4
*
16487: Src/glob.c: bug in 16486 when a qualifier in a set
Peter Stephenson
2002-01-22
1
-1
/
+1
*
16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
Peter Stephenson
2002-01-22
1
-409
/
+565
*
15931: EXIT traps from exit in subshell; 15965: glob -> zglob
Peter Stephenson
2001-10-08
1
-1
/
+1
*
15327: always use local LINENOs in parse_string().
Peter Stephenson
2001-07-09
1
-1
/
+1
*
15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}
Peter Stephenson
2001-07-06
1
-8
/
+9
*
back out 15266
Peter Stephenson
2001-07-06
1
-57
/
+8
*
15266: fix for ${(S)...%%...}
Peter Stephenson
2001-07-05
1
-8
/
+57
*
Back off 14140 (tokenize comma)
Peter Stephenson
2001-05-09
1
-1
/
+0
*
Make X{$~foo}Y where $foo contains commas behave as expected
Peter Stephenson
2001-05-02
1
-0
/
+1
*
Subscripting optimization and error checking.
Bart Schaefer
2001-04-24
1
-1
/
+1
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-5
/
+14
*
Joel Smith: 13230: avoid name clashes with Linux kernel
Peter Stephenson
2000-12-05
1
-7
/
+7
*
Change some zerr to zwarn for consistency.
Bart Schaefer
2000-10-02
1
-2
/
+1
*
Improve upon some of the PATH_MAX changes.
Bart Schaefer
2000-09-18
1
-32
/
+0
*
quoting
Sven Wischnowsky
2000-08-03
1
-0
/
+1
*
Fixed glob array indexing.
Wayne Davison
2000-06-02
1
-1
/
+1
*
Changed the array "len" to be "end" -- a 1-relative index of the last
Wayne Davison
2000-06-02
1
-14
/
+15
*
Wayne: pattern.c unitialised var
Peter Stephenson
2000-05-31
1
-13
/
+12
*
11410: make tokenize() tokenize =, so $~foo allows =cmd expansion
Peter Stephenson
2000-05-16
1
-0
/
+1
*
AIX dependency fixes
Oliver Kiddle
2000-04-30
1
-2
/
+2
*
10756: fix (#s) and (#e) for parameter substitution forms
Peter Stephenson
2000-04-14
1
-0
/
+47
*
10564: typo in _wanted
Clint Adams
2000-04-07
1
-1
/
+3
*
Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524
Peter Stephenson
2000-04-05
1
-1280
/
+1115
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+2800