summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-05-3035311: typo in zfuput behaviourHan Pingtian2-1/+6
2015-05-3035310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle2-5/+18
Also add file name reference to ChangeLog entry from rev 899613f.
2015-05-2935326: $#- was misparsed as ${#-}Peter Stephenson3-3/+11
2015-05-2920237: fix typo in foregoing commitPeter Stephenson1-1/+1
2015-05-292037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson2-5/+5
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.
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler2-2/+7
Especially during a git rebase, you would use `git commit -m foo --amend`.
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle3-49/+55
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson5-5/+24
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-2735306: "test -z \(" failed due to parse confusionPeter Stephenson3-8/+34
2015-05-27Update to 5.0.7-dev-4Peter Stephenson2-2/+6
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler2-1/+4
2015-05-2735286: fix zstyle lookups with _baz and _tlaDaniel Hahler3-4/+7
Add trailing colons to context being used with `zstyle -s`.
2015-05-2735285: _cdr: fix zstyle lookup for recent-dirs-insertDaniel Hahler2-1/+6
The string was quoted incorrectly and missed the final ":".
2015-05-2735299: Improve effect of zfdir -rHan Pingtian2-3/+9