about summary refs log tree commit diff
path: root/Src/cond.c
Commit message (Expand)AuthorAgeFilesLines
* 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson2014-08-041-2/+1
* unposted: restore cond_match() in case used in add-on modulePeter Stephenson2014-06-031-0/+11
* 32640: (#q) in [[ ... ]] forces globbingPeter Stephenson2014-06-011-15/+19
* Danek: 29254: fix some compiler warningsPeter Stephenson2011-05-131-1/+0
* 27722: bad error reporting and checking in conditionsPeter Stephenson2010-02-191-7/+14
* 24996: improve xtrace output for patternsPeter Stephenson2008-05-111-7/+7
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-011-0/+20
* 23694: fix =~Peter Stephenson2007-07-241-1/+1
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-8/+14
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-5/+2
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+4
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-5/+21
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-9/+7
* users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson2005-01-241-1/+1
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-71/+124
* Dan Nelson: 17492: Quote output from xtracePeter Stephenson2002-08-011-3/+8
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-1/+5
* for caching of compiled patterns: remember that singsub() might modify the st...Sven Wischnowsky2001-10-151-1/+1
* Updated from list as far as 10376Peter Stephenson2000-04-011-57/+269
* Initial revisionTanaka Akira1999-04-151-0/+226