about summary refs log tree commit diff
path: root/Src/glob.c
Commit message (Expand)AuthorAgeFilesLines
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-2/+1
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-2/+2
* 28617: NO_EXEC option was doing too much work inPeter Stephenson2011-01-101-1/+1
* 28474, 28478: extended {START..END..STEP} syntaxPeter Stephenson2010-12-051-12/+59
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-2/+3
* unposted: initially clear list for P glob qualifierPeter Stephenson2010-02-131-0/+1
* 27694: add P glob qualifier for prependingPeter Stephenson2010-02-091-4/+36
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-3/+1
* 26448: add glob sort operators oe and o+Peter Stephenson2009-01-271-43/+174
* unposted: revert 26014.Clint Adams2008-11-081-4/+2
* 26014: don't allocate and leak a patprog if it's not going to be used.Clint Adams2008-11-061-2/+4
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-291-1/+1
* 24996: improve xtrace output for patternsPeter Stephenson2008-05-111-8/+11
* oopsPeter Stephenson2008-04-291-1/+1
* 24887: geoff: typoPeter Stephenson2008-04-281-1/+1
* 24878: add incremental pattern searchesPeter Stephenson2008-04-261-57/+110
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-011-0/+54
* 24006: (F) glob qualifier should unmetafyPeter Stephenson2007-10-221-2/+5
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-4/+1
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-1/+1
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-071-1/+1
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-021-8/+9
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-2/+25
* 22562: make ${...#...} etc. understand multibyte charactersPeter Stephenson2006-07-301-12/+368
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-3/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-28/+26
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-6/+6
* users/9788: add (oN) glob qualifier for no sortingPeter Stephenson2005-12-151-14/+33
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-2/+2
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-9/+31
* 21661: fix glob bug introduced in 21655Peter Stephenson2005-08-181-1/+1
* 21655: bug in ${..//../${..//../..}}Peter Stephenson2005-08-171-23/+22
* 21609: fixed a readlink() call in statfullpath().Wayne Davison2005-08-151-2/+4
* 21557: Thorsten Dahlheimer: BRACE_CCL fixPeter Stephenson2005-08-021-1/+1
* 21317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle2005-06-211-1/+0
* 21174 adjustments to 21170Bart Schaefer2005-04-241-2/+4
* Optimise length calculations for ${...//.../...}Peter Stephenson2005-04-241-20/+29
* 20983: failed glob from fixed strings segments in globbed pathsPeter Stephenson2005-03-161-8/+13
* 20661: *(+func) = *(e:func:)Peter Stephenson2005-01-101-5/+26
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-261-2/+14
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-56/+38
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-19/+19
* Fixed signed/unsigned compiler warning.Wayne Davison2004-05-281-1/+1
* Minor optimization to qualnonemptydir() when a dir has a subdir.Wayne Davison2004-04-061-2/+8
* 19717: (F) glob qualifier for full directoriesPeter Stephenson2004-04-011-0/+24
* 19167: fix NUL at start of BRACE_CCL range.Peter Stephenson2003-10-061-5/+6
* fix bug with f glob qualifier where an empty spec resulted in an infinite loopOliver Kiddle2003-08-011-2/+5
* 18263: fix saving of glob state so that globs can be used from (e) glob qualOliver Kiddle2003-02-201-2/+3
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-2/+2