Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-24 | 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵ | Daniel Shahaf | 1 | -7/+13 | |
than a syntax error. | |||||
2017-06-19 | 41319: dupstring a possibly readonly string before modifying | Mikael Magnusson | 1 | -1/+1 | |
2017-04-07 | 40940: untokenize names of condition features before attempting to look up ↵ | Bart Schaefer | 1 | -2/+2 | |
the definition from a module. Necessary because of 40760 (tokenization of '-' as Dash). | |||||
2017-03-07 | 40760: Always tokenize unquoted - to Dash. | Peter Stephenson | 1 | -4/+4 | |
This fixes use of pattern match character ranges in unusual contexts. Attempt to detect a tokenized - in cases where we don't care. | |||||
2017-01-29 | 40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ↵ | Barton E. Schaefer | 1 | -0/+5 | |
not re-entrant. | |||||
2016-09-16 | 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵ | Oliver Kiddle | 1 | -0/+2 | |
are set | |||||
2016-09-13 | 39292: Distinguish "=" and "==" tests in output. | Peter Stephenson | 1 | -4/+7 | |
This is both in xtrace output and shell code rebuilt from internal structures. | |||||
2016-02-03 | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 1 | -1/+2 | |
2015-11-11 | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 1 | -1/+1 | |
2014-08-04 | 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob. | Peter Stephenson | 1 | -2/+1 | |
The (#q...) expression should simply be removed to leave a normal pattern as before | |||||
2014-06-03 | unposted: restore cond_match() in case used in add-on module | Peter Stephenson | 1 | -0/+11 | |
2014-06-01 | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 1 | -15/+19 | |
2011-05-13 | Danek: 29254: fix some compiler warnings | Peter Stephenson | 1 | -1/+0 | |
2010-02-19 | 27722: bad error reporting and checking in conditions | Peter Stephenson | 1 | -7/+14 | |
2008-05-11 | 24996: improve xtrace output for patterns | Peter Stephenson | 1 | -7/+7 | |
2007-11-01 | 24050: handle nanosecond resolution timestamps on systems that support them | Oliver Kiddle | 1 | -0/+20 | |
2007-07-24 | 23694: fix =~ | Peter Stephenson | 1 | -1/+1 | |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -8/+14 | |
2007-05-29 | 23485: feature completion and autoloading | Peter Stephenson | 1 | -5/+2 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -1/+4 | |
2007-05-01 | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 1 | -5/+21 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -9/+7 | |
2005-01-24 | users/8422: [[ ... -nt ... ]] with bad stat caused | Peter Stephenson | 1 | -1/+1 | |
mayhem in initialisation files, functions, etc. | |||||
2004-10-05 | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 1 | -71/+124 | |
20435: Make pattern.c not alter strings. | |||||
2002-08-01 | Dan Nelson: 17492: Quote output from xtrace | Peter Stephenson | 1 | -3/+8 | |
2002-04-17 | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 1 | -1/+5 | |
Careful with long filenames in internal condition test; fix block file test for `-f'. | |||||
2001-10-15 | for caching of compiled patterns: remember that singsub() might modify the ↵ | Sven Wischnowsky | 1 | -1/+1 | |
string it gets, compare with unmodified string (16041) | |||||
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -57/+269 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+226 | |