summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-2335573: turn off POSIX_BUILTINS in completion.Peter Stephenson2-0/+4
This is now needed to get suitable OPTIND behaviour.
2015-06-23unposted: add missing (void) argument list to bracketedestring()Peter Stephenson2-1/+6
2015-06-2335568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2-31/+38
2015-06-2335529: fix filename completion after java -jarOliver Kiddle2-18/+53
2015-06-2233566: regex module fix for unmatched parenthesesPeter Stephenson2-0/+10
2015-06-2235558: narrow-to-region: Use unique parameter names for new featureMikael Magnusson2-5/+8
2015-06-2235554: Document narrow-to-region -l and -r.Mikael Magnusson2-2/+13
2015-06-2135545: enhance narrow-to-region to return LBUFFER and RBUFFERPeter Stephenson2-2/+16
2015-06-1935531: fallback on file completionOliver Kiddle2-11/+17
2015-06-1935527: use list-separator style in cases where separator was hardcodedOliver Kiddle4-15/+20
2015-06-1935528: allow for IPREFIXOliver Kiddle2-1/+5
2015-06-1935474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle9-36/+181
2015-06-1935487, 35496: don't reinstate previous incremental search stringOliver Kiddle4-3/+11
when search direction changes
2015-06-1835510: use consistent formatting for git subcommandsOliver Kiddle2-83/+36
2015-06-1835504: complete % placeholders for git log --formatOliver Kiddle2-10/+93
2015-06-1835521: sort matches numerically and use pfiles on SolarisOliver Kiddle2-13/+27
2015-06-1835490: silence errors and avoid blank match due to missing localEric Cook2-9/+27
2015-06-1735476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson2-1/+19
2015-06-1635493: erase $_ when the command line is an assignmentBarton E. Schaefer2-0/+3
2015-06-1635482: be consistent about how argzero is allocatedBarton E. Schaefer2-2/+7
2015-06-17_gdb: Allow 'core' to occur anywhere in a coredump filenameMikael Magnusson2-1/+6
2015-06-1435469: test UNDO_CHANGE_NO to determine whether to start over or use the ↵Barton E. Schaefer2-3/+12
next history event
2015-06-1435467: complete files for non-GNU duBarton E. Schaefer2-1/+5
2015-06-12Add non-metafied character length handling.Peter Stephenson12-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.
2015-06-1135442: document MULTIBYTE is always on by default when availablePeter Stephenson2-5/+8
2015-06-0935418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle2-1/+6
description is used
2015-06-0835416: Turn on MULTIBYTE in all emulations.Peter Stephenson2-1/+6
This now includes sh.
2015-06-0835216: _git-checkout: do not call __git_commits twiceDaniel Hahler2-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.
2015-06-0735412: fix for - flag when formating strings with printfOliver Kiddle3-3/+12
2015-06-0635163: move "show-ambiguity" style to _setup so that more precise context ↵Barton E. Schaefer3-7/+17
can be applied
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer4-55/+66
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson10-51/+243
Also add to zed -f. Option is -x <numm>.
2015-06-0335360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle3-2/+7
pty.ko loaded
2015-06-0335374: tab expansion with double width charactersPeter Stephenson2-0/+14
2015-06-0235369: better GLOB_ASSIGN testingPeter Stephenson3-12/+28
2015-06-02GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson2-2/+7
2015-06-02users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson2-0/+6
2015-06-0235270: _describe: Document a known issue described in 35229Daniel Shahaf2-0/+11
(which is the same thread as 35127 and 34768)
2015-06-0235271: New completion: beep.Daniel Shahaf2-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.
2015-06-02unposted: Typo fixDaniel Shahaf2-1/+5
2015-06-0235359: Improved math parsing and errors.Peter Stephenson3-11/+37
Check for bogus trailing ")" at end of top-level parse. Extend some math error messages to indicate they are math errors.
2015-06-0235357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin2-1/+4
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson5-7/+177
2015-06-0235356: factor out completion of tty devicesOliver Kiddle6-14/+32
2015-06-02Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle2-0/+283
2015-06-01unposted: Update version to 5.0.8-dev-0 for new developmentsPeter Stephenson2-2/+7
2015-05-31unposted: release 5.0.8Peter Stephenson3-4/+6
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson5-4/+28
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer3-16/+29
Also avoid invoking the editor on empty results.
2015-05-3035234: better zfget completion with pathsHan Pingtian2-5/+22