summaryrefslogtreecommitdiff
path: root/Src/glob.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-0222952: fix some argument delimiters to work with multibyte charactersPeter Stephenson1-8/+9
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-2/+25
make ${.../#%...} anchor at both ends
2006-07-3022562: make ${...#...} etc. understand multibyte charactersPeter Stephenson1-12/+368
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-3/+1
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-28/+26
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of ↵Clint Adams1-6/+6
getpw*(), getgr*(), initgroups() functions.
2005-12-15users/9788: add (oN) glob qualifier for no sortingPeter Stephenson1-14/+33
22076: more documentation for multibyte handling
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-2/+2
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson1-9/+31
substitutions that don't match anything.
2005-08-1821661: fix glob bug introduced in 21655Peter Stephenson1-1/+1
2005-08-1721655: bug in ${..//../${..//../..}}Peter Stephenson1-23/+22
2005-08-1521609: fixed a readlink() call in statfullpath().Wayne Davison1-2/+4
2005-08-0221557: Thorsten Dahlheimer: BRACE_CCL fixPeter Stephenson1-1/+1
2005-06-2121317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle1-1/+0
2005-04-2421174 adjustments to 21170Bart Schaefer1-2/+4
2005-04-24Optimise length calculations for ${...//.../...}Peter Stephenson1-20/+29
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson1-8/+13
2005-01-1020661: *(+func) = *(e:func:)Peter Stephenson1-5/+26
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson1-2/+14
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-56/+38
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-19/+19
2004-05-28Fixed signed/unsigned compiler warning.Wayne Davison1-1/+1
2004-04-06Minor optimization to qualnonemptydir() when a dir has a subdir.Wayne Davison1-2/+8
2004-04-0119717: (F) glob qualifier for full directoriesPeter Stephenson1-0/+24
2003-10-0619167: fix NUL at start of BRACE_CCL range.Peter Stephenson1-5/+6
2003-08-01fix bug with f glob qualifier where an empty spec resulted in an infinite loopOliver Kiddle1-2/+5
2003-02-2018263: fix saving of glob state so that globs can be used from (e) glob qualOliver Kiddle1-2/+3
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-2/+2
2002-05-06Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer1-2/+16
to improve SH_GLOB handling, particularly in completion
2002-04-0816942: Allow zero-length matches in parameter substitutions.Peter Stephenson1-2/+2
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle1-41/+4
2002-01-2216487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson1-1/+1
consisted only of flags which were handled globally.
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson1-409/+565
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code.
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson1-1/+1
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-1/+1
2001-07-0615277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson1-8/+9
2001-07-06back out 15266Peter Stephenson1-57/+8
2001-07-0515266: fix for ${(S)...%%...}Peter Stephenson1-8/+57
2001-05-09Back off 14140 (tokenize comma)Peter Stephenson1-1/+0
2001-05-02Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson1-0/+1
2001-04-24Subscripting optimization and error checking.Bart Schaefer1-1/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-5/+14
signal handlers are only executed when it is safe to run them (13365)
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson1-7/+7
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-2/+1
2000-09-18Improve upon some of the PATH_MAX changes.Bart Schaefer1-32/+0
2000-08-03quotingSven Wischnowsky1-0/+1
2000-06-02Fixed glob array indexing.Wayne Davison1-1/+1
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-14/+15
item (or you can think of it as pointing one past the last item).
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-13/+12
Zero-length arrays now possible with $array[1,0]
2000-05-1611410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson1-0/+1