Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | 37693: turn Dash into '-' in glob qualifiers | Peter Stephenson | 2016-01-19 | 1 | -1/+4 |
| | |||||
* | 37689: ! and ^ need to be tokenised in character sets | Peter Stephenson | 2016-01-19 | 1 | -15/+4 |
| | |||||
* | 37678: Now possible to quote "-" in pattern range | Peter Stephenson | 2016-01-19 | 1 | -3/+19 |
| | |||||
* | 37483: save and possibly restore cshnullglob failure state around each ↵ | Barton E. Schaefer | 2016-01-01 | 1 | -1/+4 |
| | | | | evaluation of an (e:...:) glob qualifier. | ||||
* | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 2015-10-30 | 1 | -18/+25 |
| | |||||
* | 36711: Allocate unmetafied pattern trial string on the heap | Peter Stephenson | 2015-09-30 | 1 | -25/+0 |
| | |||||
* | unposted: fix typo in comment. | Barton E. Schaefer | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | 36700: unmetafy early for parameter match | Peter Stephenson | 2015-09-29 | 1 | -181/+255 |
| | |||||
* | 36682: expand pattern interface to optimise unmetafication | Peter Stephenson | 2015-09-28 | 1 | -25/+31 |
| | |||||
* | 36603: glob: fix dirfd leak during Y shortcut qualifier | Mikael Magnusson | 2015-09-24 | 1 | -1/+3 |
| | |||||
* | 36491: Multibyte support for parameter expansion flags B,E,N | Jun-ichi Takimoto | 2015-09-12 | 1 | -3/+3 |
| | |||||
* | 36264: glob and pattern variable pathbuf is metafied. | Peter Stephenson | 2015-08-21 | 1 | -4/+10 |
| | | | | | Document this and unmetafy it when passing to system calls, including lchdir() which is a system-level interface. | ||||
* | 36084: use zrealloc() consistently | Barton E. Schaefer | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | 36033: a few more queue_signals() to protect global state changes | Barton E. Schaefer | 2015-08-09 | 1 | -0/+4 |
| | |||||
* | Add non-metafied character length handling. | Peter Stephenson | 2015-06-12 | 1 | -7/+7 |
| | | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters. | ||||
* | 34965: consistent use of zalloc/zrealloc/zfree | Barton E. Schaefer | 2015-04-25 | 1 | -3/+3 |
| | |||||
* | 34837: avoid loss of original file path when applying colon-modifiers in ↵ | Barton E. Schaefer | 2015-04-03 | 1 | -2/+2 |
| | | | | glob qualifiers | ||||
* | 34634: avoid infinite recursion on (/)# extendedglob | Barton E. Schaefer | 2015-02-27 | 1 | -1/+2 |
| | |||||
* | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 2014-12-11 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles. | ||||
* | 33854: errors end recursion through scanner() | Barton E. Schaefer | 2014-12-07 | 1 | -1/+1 |
| | | | | Makes **/ more easily interruptible | ||||
* | users/19143: fix depth glob search with trailing slashes | Peter Stephenson | 2014-09-25 | 1 | -0/+3 |
| | |||||
* | 33136: P glob qual appends words when negated | Mikael Magnusson | 2014-09-16 | 1 | -6/+15 |
| | |||||
* | 33038: Fix {^@..a} hanging | Mikael Magnusson | 2014-08-21 | 1 | -2/+2 |
| | |||||
* | 32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern ↵ | Barton E. Schaefer | 2014-07-31 | 1 | -0/+2 |
| | | | | returns the original pattern | ||||
* | 32767: another spot to tweak bracechardots() | Jun T | 2014-06-11 | 1 | -0/+2 |
| | |||||
* | 32766: bracechardots() agrees with xpandbraces() about what constitutes a ↵ | Barton E. Schaefer | 2014-06-10 | 1 | -0/+2 |
| | | | | {C1..C2} pattern, thus preventing crash | ||||
* | 32765: fix build when not MULTIBYTE_SUPPORT | Jun T | 2014-06-10 | 1 | -2/+14 |
| | |||||
* | 32723: add braces around some if/else branches | Barton E. Schaefer | 2014-06-05 | 1 | -4/+7 |
| | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -3/+4 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 1 | -28/+46 |
| | |||||
* | users/18870: fix glob scanner insert counting check. | Daniel Shahaf | 2014-06-02 | 1 | -10/+11 |
| | | | | Was causing problems with globs in paths with (Y) glob qualifier | ||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 1 | -11/+24 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -35/+65 |
| | |||||
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 1 | -2/+20 |
| | |||||
* | 32414: improved error message for missing delimiters. | Peter Stephenson | 2014-02-19 | 1 | -2/+2 |
| | | | | For glob qualifiers "u" and "g". | ||||
* | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 2014-01-09 | 1 | -3/+98 |
| | |||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -1/+1 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2013-11-18 | 1 | -1/+1 |
| | | | | leading paren means grouping | ||||
* | 31764: Dewreakify havoc caused by pattern disables on glob qualifiers. | Peter Stephenson | 2013-09-23 | 1 | -4/+5 |
| | | | | Don't use the zpc_specials array before it's defined, it's rude. | ||||
* | unposted: improve an error message. | Barton E. Schaefer | 2013-09-21 | 1 | -1/+2 |
| | |||||
* | 31465: fix basic completion and globbing uses of disabled patterns | Peter Stephenson | 2013-06-13 | 1 | -35/+0 |
| | |||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 1 | -9/+11 |
| | |||||
* | Dima Kogan: 30515: fix globbing problem with large files: | Peter Stephenson | 2012-06-18 | 1 | -1/+3 |
| | | | | failure owing to bad cast with large integers | ||||
* | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 2012-03-05 | 1 | -0/+4 |
| | |||||
* | 30276: Src/glob.c: Use zlong rather than int when calculating brace ↵ | Mikael Magnusson | 2012-02-29 | 1 | -3/+4 |
| | | | | expansions of the form {1..9}. | ||||
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 1 | -1/+1 |
| | | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | ||||
* | 29991: allow explicit "d" for days in time qualifiers | Peter Stephenson | 2011-12-11 | 1 | -0/+2 |
| | |||||
* | 29952: fix cut'n'paste error in nanosecond timestamp support | Oliver Kiddle | 2011-12-07 | 1 | -3/+3 |
| |