Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | typeset silent on repeated typeset x=() | Peter Stephenson | 2015-06-25 | 1 | -1/+2 | |
| | ||||||
* | 35604: create empty arrays in typeset with array=() | Peter Stephenson | 2015-06-25 | 1 | -9/+12 | |
| | ||||||
* | 35550: fix backspace in interactive menu-select | Jun-ichi Takimoto | 2015-06-25 | 1 | -2/+2 | |
| | ||||||
* | 35514: [[:foo:]] tests in completion should be more specific | Han Pingtian | 2015-06-24 | 1 | -2/+2 | |
| | ||||||
* | 35590: tweak and test text output from typeset | Peter Stephenson | 2015-06-24 | 1 | -0/+2 | |
| | ||||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 8 | -162/+611 | |
| | | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands. | |||||
* | unposted: add missing (void) argument list to bracketedestring() | Peter Stephenson | 2015-06-23 | 1 | -1/+1 | |
| | ||||||
* | 33566: regex module fix for unmatched parentheses | Peter Stephenson | 2015-06-22 | 1 | -0/+5 | |
| | ||||||
* | 35474, 35492: support the bracketed paste mode of newer terminal emulators | Oliver Kiddle | 2015-06-19 | 6 | -36/+147 | |
| | ||||||
* | 35487, 35496: don't reinstate previous incremental search string | Oliver Kiddle | 2015-06-19 | 2 | -2/+4 | |
| | | | | when search direction changes | |||||
* | 35476: Allow setting $0 when POSIX_ARGZERO is not set | Mikael Magnusson | 2015-06-17 | 1 | -1/+16 | |
| | ||||||
* | 35493: erase $_ when the command line is an assignment | Barton E. Schaefer | 2015-06-16 | 1 | -0/+1 | |
| | ||||||
* | 35482: be consistent about how argzero is allocated | Barton E. Schaefer | 2015-06-16 | 1 | -2/+3 | |
| | ||||||
* | Add non-metafied character length handling. | Peter Stephenson | 2015-06-12 | 10 | -31/+131 | |
| | | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters. | |||||
* | 35416: Turn on MULTIBYTE in all emulations. | Peter Stephenson | 2015-06-08 | 1 | -1/+1 | |
| | | | | This now includes sh. | |||||
* | 35412: fix for - flag when formating strings with printf | Oliver Kiddle | 2015-06-07 | 1 | -1/+1 | |
| | ||||||
* | 35350: extend "fc -I" to cover listing of "internal" history events only | Barton E. Schaefer | 2015-06-06 | 1 | -10/+14 | |
| | ||||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 6 | -39/+196 | |
| | | | | | | Also add to zed -f. Option is -x <numm>. | |||||
* | 35360 (replacing 35357): fix for configuring zpty on FreeBSD without | Oliver Kiddle | 2015-06-03 | 1 | -1/+1 | |
| | | | | pty.ko loaded | |||||
* | GLOB_ASSIGN should only affect scalar assignments | Mikael Magnusson | 2015-06-02 | 1 | -2/+2 | |
| | ||||||
* | 35359: Improved math parsing and errors. | Peter Stephenson | 2015-06-02 | 1 | -7/+14 | |
| | | | | | | Check for bogus trailing ")" at end of top-level parse. Extend some math error messages to indicate they are math errors. | |||||
* | 35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty | Baptiste Daroussin | 2015-06-02 | 1 | -1/+1 | |
| | ||||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 2 | -6/+137 | |
| | ||||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 1 | -1/+2 | |
| | ||||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 1 | -10/+13 | |
| | | | | Also avoid invoking the editor on empty results. | |||||
* | 35326: $#- was misparsed as ${#-} | Peter Stephenson | 2015-05-29 | 1 | -1/+1 | |
| | ||||||
* | 2037: ${functions[foo]} shouldn't be unmetafied. | Peter Stephenson | 2015-05-29 | 1 | -5/+0 | |
| | | | | | | | When passed back from the parameter-specific "get" handler it's still in the shell's internals, so remains metafied. This caused mayhem with UTF-8 characters in function bodies. | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 2 | -4/+12 | |
| | | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case. | |||||
* | 35306: "test -z \(" failed due to parse confusion | Peter Stephenson | 2015-05-27 | 1 | -8/+17 | |
| | ||||||
* | 35127#1: Fix _describe/compdescribe problem with unsorted groups | Daniel Shahaf | 2015-05-23 | 2 | -7/+42 | |
| | ||||||
* | Tweak test for function level of exit. | Peter Stephenson | 2015-05-22 | 1 | -1/+1 | |
| | | | | | Sometimes local level jumps so we need an inequality instead of an equality. | |||||
* | 35250: Fix case documentation (SH_GLOB) | Peter Stephenson | 2015-05-21 | 1 | -2/+2 | |
| | ||||||
* | 35248: treat fully parenthised zsh patterns as complete case patterns again | Peter Stephenson | 2015-05-21 | 2 | -12/+85 | |
| | ||||||
* | 35231: make mkevnstr() safe for NULL value | Barton E. Schaefer | 2015-05-20 | 1 | -5/+9 | |
| | ||||||
* | 35193: Add "unalias -a". | Peter Stephenson | 2015-05-18 | 2 | -7/+38 | |
| | ||||||
* | 35184: Additional case fix for 35168. | Peter Stephenson | 2015-05-18 | 1 | -2/+0 | |
| | | | | | Lexical analysis flags got screwed up after a "|", so we didn't parse patterns properly, in particular those with parentheses. | |||||
* | 35168: Improve parsing of case patterns. | Peter Stephenson | 2015-05-18 | 4 | -111/+96 | |
| | | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility. | |||||
* | 35155: cmdpop() could be called erroneously on error | Peter Stephenson | 2015-05-15 | 1 | -2/+4 | |
| | ||||||
* | 35153: nested math substitution | Peter Stephenson | 2015-05-15 | 1 | -2/+11 | |
| | ||||||
* | 35151: improved check for parameter q and b flags | Peter Stephenson | 2015-05-15 | 1 | -1/+2 | |
| | ||||||
* | 35131: allow "[]" to match empty character set. | Peter Stephenson | 2015-05-15 | 1 | -1/+10 | |
| | | | | | This only works if there's no further "]" in the pattern, since if there is the first "]" has to match a literal character. | |||||
* | Øystein Walle: 34841 (tweaked): allow grouping of thousands in printf ↵ | Oliver Kiddle | 2015-05-14 | 1 | -3/+3 | |
| | | | | format string | |||||
* | 35110: don't implicitly initialize restricted integers to zero | Peter Stephenson | 2015-05-14 | 1 | -1/+6 | |
| | ||||||
* | 35092: fix for numeric arguments from vi operator pending mode | Oliver Kiddle | 2015-05-13 | 1 | -1/+1 | |
| | ||||||
* | 35114: zformat -a multibyte char widths | Peter Stephenson | 2015-05-13 | 1 | -0/+36 | |
| | ||||||
* | users/20203: nested functions in always blocks when exit pending | Peter Stephenson | 2015-05-13 | 2 | -1/+15 | |
| | ||||||
* | 35078: Add backslash quoting to parameter (b) flag from 35067. | Peter Stephenson | 2015-05-11 | 1 | -1/+1 | |
| | ||||||
* | 35067: Add (b) parameter flag for pattern char backslashing. | Peter Stephenson | 2015-05-10 | 4 | -6/+42 | |
| | | | | | | Doc tweak from Daniel in 35071. Includes test. | |||||
* | Don't treat NUL as a combining character | Mikael Magnusson | 2015-05-10 | 1 | -2/+2 | |
| | ||||||
* | 35064: rename ISPRINT to ZISPRINT to avoid conflict | Jun-ichi Takimoto | 2015-05-09 | 3 | -5/+5 | |
| |