about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-0/+11
| | | | | | | | | | | | 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 Stephenson2015-06-231-0/+3
| | | | This is now needed to get suitable OPTIND behaviour.
* unposted: add missing (void) argument list to bracketedestring()Peter Stephenson2015-06-231-0/+5
|
* 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2015-06-231-0/+3
|
* 35529: fix filename completion after java -jarOliver Kiddle2015-06-231-0/+5
|
* 33566: regex module fix for unmatched parenthesesPeter Stephenson2015-06-221-0/+5
|
* 35558: narrow-to-region: Use unique parameter names for new featureMikael Magnusson2015-06-221-0/+3
|
* 35554: Document narrow-to-region -l and -r.Mikael Magnusson2015-06-221-0/+4
|
* 35545: enhance narrow-to-region to return LBUFFER and RBUFFERPeter Stephenson2015-06-211-0/+5
|
* 35531: fallback on file completionOliver Kiddle2015-06-191-0/+2
|
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-191-0/+4
|
* 35528: allow for IPREFIXOliver Kiddle2015-06-191-0/+4
|
* 35474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2015-06-191-0/+5
|
* 35487, 35496: don't reinstate previous incremental search stringOliver Kiddle2015-06-191-0/+4
| | | | when search direction changes
* 35510: use consistent formatting for git subcommandsOliver Kiddle2015-06-181-0/+3
|
* 35504: complete % placeholders for git log --formatOliver Kiddle2015-06-181-0/+3
|
* 35521: sort matches numerically and use pfiles on SolarisOliver Kiddle2015-06-181-0/+3
|
* 35490: silence errors and avoid blank match due to missing localEric Cook2015-06-181-1/+6
|
* 35476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson2015-06-171-0/+3
|
* 35493: erase $_ when the command line is an assignmentBarton E. Schaefer2015-06-161-0/+2
|
* 35482: be consistent about how argzero is allocatedBarton E. Schaefer2015-06-161-0/+4
|
* _gdb: Allow 'core' to occur anywhere in a coredump filenameMikael Magnusson2015-06-171-0/+5
|
* 35469: test UNDO_CHANGE_NO to determine whether to start over or use the ↵Barton E. Schaefer2015-06-141-0/+3
| | | | next history event
* 35467: complete files for non-GNU duBarton E. Schaefer2015-06-141-0/+4
|
* Add non-metafied character length handling.Peter Stephenson2015-06-121-0/+10
| | | | | | | 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 availablePeter Stephenson2015-06-111-0/+5
|
* 35418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle2015-06-091-0/+5
| | | | description is used
* 35416: Turn on MULTIBYTE in all emulations.Peter Stephenson2015-06-081-0/+5
| | | | This now includes sh.
* 35216: _git-checkout: do not call __git_commits twiceDaniel Hahler2015-06-081-0/+5
| | | | | | | | | | 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 printfOliver Kiddle2015-06-071-0/+5
|
* 35163: move "show-ambiguity" style to _setup so that more precise context ↵Barton E. Schaefer2015-06-061-0/+4
| | | | can be applied
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-0/+6
|
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-0/+8
| | | | | | Also add to zed -f. Option is -x <numm>.
* 35360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle2015-06-031-0/+5
| | | | pty.ko loaded
* 35374: tab expansion with double width charactersPeter Stephenson2015-06-031-0/+5
|
* 35369: better GLOB_ASSIGN testingPeter Stephenson2015-06-021-0/+5
|
* GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson2015-06-021-0/+5
|
* users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson2015-06-021-0/+5
|
* 35270: _describe: Document a known issue described in 35229Daniel Shahaf2015-06-021-0/+4
| | | | (which is the same thread as 35127 and 34768)
* 35271: New completion: beep.Daniel Shahaf2015-06-021-0/+3
| | | | | | 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 fixDaniel Shahaf2015-06-021-0/+4
|
* 35359: Improved math parsing and errors.Peter Stephenson2015-06-021-0/+5
| | | | | | 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 zptyBaptiste Daroussin2015-06-021-0/+3
|
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-021-0/+5
|
* 35356: factor out completion of tty devicesOliver Kiddle2015-06-021-0/+4
|
* Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle2015-06-021-0/+5
|
* unposted: Update version to 5.0.8-dev-0 for new developmentsPeter Stephenson2015-06-011-0/+5
|
* unposted: release 5.0.8 zsh-5.0.8Peter Stephenson2015-05-311-0/+2
|
* 35343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2015-05-311-0/+6
|
* users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer2015-05-301-0/+6
| | | | Also avoid invoking the editor on empty results.