summaryrefslogtreecommitdiff
path: root/Src/glob.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-1/+1
2008-05-1124996: improve xtrace output for patternsPeter Stephenson1-8/+11
2008-04-29oopsPeter Stephenson1-1/+1
2008-04-2824887: geoff: typoPeter Stephenson1-1/+1
2008-04-2624878: add incremental pattern searchesPeter Stephenson1-57/+110
2007-11-0124050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle1-0/+54
2007-10-2224006: (F) glob qualifier should unmetafyPeter Stephenson1-2/+5
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-4/+1
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-1/+1
2006-11-0722980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson1-1/+1
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
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
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 getpw*(),...Clint Adams1-6/+6
2005-12-15users/9788: add (oN) glob qualifier for no sortingPeter Stephenson1-14/+33
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
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
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
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson1-409/+565
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