Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35590: tweak and test text output from typeset | Peter Stephenson | 2015-06-24 | 3 | -0/+17 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 18 | -191/+893 |
| | | | | | | | | | | | | 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. | ||||
* | 35573: turn off POSIX_BUILTINS in completion. | Peter Stephenson | 2015-06-23 | 2 | -0/+4 |
| | | | | This is now needed to get suitable OPTIND behaviour. | ||||
* | unposted: add missing (void) argument list to bracketedestring() | Peter Stephenson | 2015-06-23 | 2 | -1/+6 |
| | |||||
* | 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSD | Oliver Kiddle | 2015-06-23 | 2 | -31/+38 |
| | |||||
* | 35529: fix filename completion after java -jar | Oliver Kiddle | 2015-06-23 | 2 | -18/+53 |
| | |||||
* | 33566: regex module fix for unmatched parentheses | Peter Stephenson | 2015-06-22 | 2 | -0/+10 |
| | |||||
* | 35558: narrow-to-region: Use unique parameter names for new feature | Mikael Magnusson | 2015-06-22 | 2 | -5/+8 |
| | |||||
* | 35554: Document narrow-to-region -l and -r. | Mikael Magnusson | 2015-06-22 | 2 | -2/+13 |
| | |||||
* | 35545: enhance narrow-to-region to return LBUFFER and RBUFFER | Peter Stephenson | 2015-06-21 | 2 | -2/+16 |
| | |||||
* | 35531: fallback on file completion | Oliver Kiddle | 2015-06-19 | 2 | -11/+17 |
| | |||||
* | 35527: use list-separator style in cases where separator was hardcoded | Oliver Kiddle | 2015-06-19 | 4 | -15/+20 |
| | |||||
* | 35528: allow for IPREFIX | Oliver Kiddle | 2015-06-19 | 2 | -1/+5 |
| | |||||
* | 35474, 35492: support the bracketed paste mode of newer terminal emulators | Oliver Kiddle | 2015-06-19 | 9 | -36/+181 |
| | |||||
* | 35487, 35496: don't reinstate previous incremental search string | Oliver Kiddle | 2015-06-19 | 4 | -3/+11 |
| | | | | when search direction changes | ||||
* | 35510: use consistent formatting for git subcommands | Oliver Kiddle | 2015-06-18 | 2 | -83/+36 |
| | |||||
* | 35504: complete % placeholders for git log --format | Oliver Kiddle | 2015-06-18 | 2 | -10/+93 |
| | |||||
* | 35521: sort matches numerically and use pfiles on Solaris | Oliver Kiddle | 2015-06-18 | 2 | -13/+27 |
| | |||||
* | 35490: silence errors and avoid blank match due to missing local | Eric Cook | 2015-06-18 | 2 | -9/+27 |
| | |||||
* | 35476: Allow setting $0 when POSIX_ARGZERO is not set | Mikael Magnusson | 2015-06-17 | 2 | -1/+19 |
| | |||||
* | 35493: erase $_ when the command line is an assignment | Barton E. Schaefer | 2015-06-16 | 2 | -0/+3 |
| | |||||
* | 35482: be consistent about how argzero is allocated | Barton E. Schaefer | 2015-06-16 | 2 | -2/+7 |
| | |||||
* | _gdb: Allow 'core' to occur anywhere in a coredump filename | Mikael Magnusson | 2015-06-17 | 2 | -1/+6 |
| | |||||
* | 35469: test UNDO_CHANGE_NO to determine whether to start over or use the ↵ | Barton E. Schaefer | 2015-06-14 | 2 | -3/+12 |
| | | | | next history event | ||||
* | 35467: complete files for non-GNU du | Barton E. Schaefer | 2015-06-14 | 2 | -1/+5 |
| | |||||
* | Add non-metafied character length handling. | Peter Stephenson | 2015-06-12 | 12 | -31/+154 |
| | | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters. | ||||
* | 35442: document MULTIBYTE is always on by default when available | Peter Stephenson | 2015-06-11 | 2 | -5/+8 |
| | |||||
* | 35418: fix usage synopsis for _describe to be clear that a single | Oliver Kiddle | 2015-06-09 | 2 | -1/+6 |
| | | | | description is used | ||||
* | 35416: Turn on MULTIBYTE in all emulations. | Peter Stephenson | 2015-06-08 | 2 | -1/+6 |
| | | | | This now includes sh. | ||||
* | 35216: _git-checkout: do not call __git_commits twice | Daniel Hahler | 2015-06-08 | 2 | -3/+6 |
| | | | | | | | | | | This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now. | ||||
* | 35412: fix for - flag when formating strings with printf | Oliver Kiddle | 2015-06-07 | 3 | -3/+12 |
| | |||||
* | 35163: move "show-ambiguity" style to _setup so that more precise context ↵ | Barton E. Schaefer | 2015-06-06 | 3 | -7/+17 |
| | | | | can be applied | ||||
* | 35350: extend "fc -I" to cover listing of "internal" history events only | Barton E. Schaefer | 2015-06-06 | 4 | -55/+66 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 10 | -51/+243 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35360 (replacing 35357): fix for configuring zpty on FreeBSD without | Oliver Kiddle | 2015-06-03 | 3 | -2/+7 |
| | | | | pty.ko loaded | ||||
* | 35374: tab expansion with double width characters | Peter Stephenson | 2015-06-03 | 2 | -0/+14 |
| | |||||
* | 35369: better GLOB_ASSIGN testing | Peter Stephenson | 2015-06-02 | 3 | -12/+28 |
| | |||||
* | GLOB_ASSIGN should only affect scalar assignments | Mikael Magnusson | 2015-06-02 | 2 | -2/+7 |
| | |||||
* | users/20243: turn off GLOB_ASSIGN in completion system. | Peter Stephenson | 2015-06-02 | 2 | -0/+6 |
| | |||||
* | 35270: _describe: Document a known issue described in 35229 | Daniel Shahaf | 2015-06-02 | 2 | -0/+11 |
| | | | | (which is the same thread as 35127 and 34768) | ||||
* | 35271: New completion: beep. | Daniel Shahaf | 2015-06-02 | 2 | -0/+53 |
| | | | | | | The new completion is mostly boilerplate except for the handling of $words/$CURRENT to support specifying the arguments multiple times separated by -n. | ||||
* | unposted: Typo fix | Daniel Shahaf | 2015-06-02 | 2 | -1/+5 |
| | |||||
* | 35359: Improved math parsing and errors. | Peter Stephenson | 2015-06-02 | 3 | -11/+37 |
| | | | | | | 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 | 2 | -1/+4 |
| | |||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 5 | -7/+177 |
| | |||||
* | 35356: factor out completion of tty devices | Oliver Kiddle | 2015-06-02 | 6 | -14/+32 |
| | |||||
* | Adrien Vergé: 35352: completion for new Redhat package manager | Oliver Kiddle | 2015-06-02 | 2 | -0/+283 |
| | |||||
* | unposted: Update version to 5.0.8-dev-0 for new developments | Peter Stephenson | 2015-06-01 | 2 | -2/+7 |
| | |||||
* | unposted: release 5.0.8 zsh-5.0.8 | Peter Stephenson | 2015-05-31 | 3 | -4/+6 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 5 | -4/+28 |
| |