Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20661: *(+func) = *(e:func:) | Peter Stephenson | 2005-01-10 | 1 | -5/+26 |
| | |||||
* | 20522: must-match optimisation in parameter substitution broken | Peter Stephenson | 2004-10-26 | 1 | -2/+14 |
| | |||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 1 | -56/+38 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -19/+19 |
| | |||||
* | Fixed signed/unsigned compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Minor optimization to qualnonemptydir() when a dir has a subdir. | Wayne Davison | 2004-04-06 | 1 | -2/+8 |
| | |||||
* | 19717: (F) glob qualifier for full directories | Peter Stephenson | 2004-04-01 | 1 | -0/+24 |
| | |||||
* | 19167: fix NUL at start of BRACE_CCL range. | Peter Stephenson | 2003-10-06 | 1 | -5/+6 |
| | |||||
* | fix bug with f glob qualifier where an empty spec resulted in an infinite loop | Oliver Kiddle | 2003-08-01 | 1 | -2/+5 |
| | |||||
* | 18263: fix saving of glob state so that globs can be used from (e) glob qual | Oliver Kiddle | 2003-02-20 | 1 | -2/+3 |
| | |||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -2/+2 |
| | |||||
* | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 2002-05-06 | 1 | -2/+16 |
| | | | | to improve SH_GLOB handling, particularly in completion | ||||
* | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 2002-04-08 | 1 | -2/+2 |
| | |||||
* | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 2002-02-22 | 1 | -41/+4 |
| | |||||
* | 16487: Src/glob.c: bug in 16486 when a qualifier in a set | Peter Stephenson | 2002-01-22 | 1 | -1/+1 |
| | | | | consisted only of flags which were handled globally. | ||||
* | 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support | Peter Stephenson | 2002-01-22 | 1 | -409/+565 |
| | | | | | (#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code. | ||||
* | 15931: EXIT traps from exit in subshell; 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...} | Peter Stephenson | 2001-07-06 | 1 | -8/+9 |
| | |||||
* | back out 15266 | Peter Stephenson | 2001-07-06 | 1 | -57/+8 |
| | |||||
* | 15266: fix for ${(S)...%%...} | Peter Stephenson | 2001-07-05 | 1 | -8/+57 |
| | |||||
* | Back off 14140 (tokenize comma) | Peter Stephenson | 2001-05-09 | 1 | -1/+0 |
| | |||||
* | Make X{$~foo}Y where $foo contains commas behave as expected | Peter Stephenson | 2001-05-02 | 1 | -0/+1 |
| | |||||
* | Subscripting optimization and error checking. | Bart Schaefer | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -5/+14 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 1 | -7/+7 |
| | |||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 1 | -2/+1 |
| | |||||
* | Improve upon some of the PATH_MAX changes. | Bart Schaefer | 2000-09-18 | 1 | -32/+0 |
| | |||||
* | quoting | Sven Wischnowsky | 2000-08-03 | 1 | -0/+1 |
| | |||||
* | Fixed glob array indexing. | Wayne Davison | 2000-06-02 | 1 | -1/+1 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -14/+15 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -13/+12 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | 11410: make tokenize() tokenize =, so $~foo allows =cmd expansion | Peter Stephenson | 2000-05-16 | 1 | -0/+1 |
| | |||||
* | AIX dependency fixes | Oliver Kiddle | 2000-04-30 | 1 | -2/+2 |
| | |||||
* | 10756: fix (#s) and (#e) for parameter substitution forms | Peter Stephenson | 2000-04-14 | 1 | -0/+47 |
| | |||||
* | 10564: typo in _wanted | Clint Adams | 2000-04-07 | 1 | -1/+3 |
| | | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now | ||||
* | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 2000-04-05 | 1 | -1280/+1115 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+2800 |