about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | 40995: Don't disable alias expansion when finding command substitution limitsPeter Stephenson2017-04-233-3/+16
* | 40994: unmeta_one() need not count MetaJun-ichi Takimoto2017-04-232-8/+5
* | 40990: Fix crash with bogus path in sh emaulation.Peter Stephenson2017-04-212-14/+43
* | 40973: _remote_files: Fix completion of remote files that start with a hyphen...Daniel Shahaf2017-04-182-2/+9
* | 40977: "emulate" disallows "--help" and "--version"Barton E. Schaefer2017-04-152-2/+6
* | 40935: User names need metafying.Orlov Sergey2017-04-102-3/+8
* | 40940: untokenize names of condition features before attempting to look up th...Bart Schaefer2017-04-072-2/+8
* | users/22653: options.yo: Clarify REMATCH_PCRE semantics.Daniel Shahaf2017-04-052-1/+7
* | 40933: Ensure we get job text in sourced files.Peter Stephenson2017-04-042-2/+7
* | 40932: Parameter subscripts need to count parentheses.Peter Stephenson2017-04-033-3/+20
* | 40929 (replaces 40598): paramsubst() should always return scalar when PREFORK...Barton E. Schaefer2017-04-022-13/+13
* | unposted: minor formatting: var() instead of tt().Barton E. Schaefer2017-04-011-2/+2
* | * 40782: avoid dependency on zsh/regex moduleSebastian Gniazdowski2017-04-012-2/+8
* | Fix typo breaking kld completionDag-Erling Smørgrav2017-03-302-1/+4
* | 40909: Stress test for parameter substitutionSebastian Gniazdowski2017-03-302-0/+17
* | 40906: Add note on use of (k) parameter subst flag.Peter Stephenson2017-03-272-1/+8
* | 40878: additional stgit squash command completeionAlexandre Rames2017-03-242-1/+4
* | 40892: subcommand matching for ip helpAaron Schrab2017-03-242-2/+7
* | 40891: fix more zero-length matches.Peter Stephenson2017-03-233-2/+19
* | 22601: Fix for parameter substitution pattern matches.Peter Stephenson2017-03-233-2/+21
* | 40875: Update REC_EXACT description, suggested by Martin KrafftPeter Stephenson2017-03-212-2/+5
* | Improve comment at top of GDBM testPeter Stephenson2017-03-212-1/+8
* | unposted (after 40859): Fix yodl warning:Daniel Shahaf2017-03-202-1/+5
* | 40859: vcs_info docs: Use proper internal links through texinfo nodes.Daniel Shahaf2017-03-192-19/+51
* | unposted: vcs_info quilt: Fix documentation markup typo.Daniel Shahaf2017-03-182-1/+6
* | 40855: _dmidecode: Fix _arguments syntax error.Daniel Shahaf2017-03-162-1/+6
* | 40843: update options for ruby 2.4.0p0Oliver Kiddle2017-03-142-3/+7
* | 40842: update completions for coreutils and similar utilities, also improving...Oliver Kiddle2017-03-1413-132/+237
* | 40818: _git-checkout: When completing local heads, prefer recently-checked-ou...Daniel Shahaf2017-03-142-1/+9
* | 40817: __git_recent_branches: Retrieve less data, but faster.Daniel Shahaf2017-03-142-1/+5
* | 40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. (Com...Daniel Shahaf2017-03-142-5/+21
* | 40837: for pgrep completion, add -w on LinuxWieland Hoffmann2017-03-122-1/+7
* | 40816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf2017-03-123-1/+17
* | 40820: add a few tests of strftime, related to 40681Jun-ichi Takimoto2017-03-122-2/+17
* | 40832: fix $x:P when PWD=/Barton E. Schaefer2017-03-112-2/+14
* | unposted (github pull request #15): fix a small typo in `ip` corrections fileJohn Leuenhagen2017-03-112-1/+7
* | 40824: grep completion handling of option deviations between different systemsOliver Kiddle2017-03-102-20/+63
* | 40823: update option completion for sshfs 2.8Oliver Kiddle2017-03-102-21/+51
* | 40819: Fix IS_DASH test in BRACE_CCL handlingPeter Stephenson2017-03-102-1/+6
* | unposted: declare file local variables as staticJun-ichi Takimoto2017-03-102-2/+4
* | unposted: silence warnings on CygwinJun-ichi Takimoto2017-03-102-1/+6
* | 40808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl2017-03-0912-11/+19
* | 40801: re-fix completion of mount points with spaces in the nameBarton E. Schaefer2017-03-092-3/+15
* | 40803, 40804, 40805, 40806: Parameter test additions.Peter Stephenson2017-03-092-1/+21
* | 40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.Peter Stephenson2017-03-092-5/+25
* | 40799: fix $- expansion partly broken by 40760Barton E. Schaefer2017-03-082-2/+6
* | 40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...Barton E. Schaefer2017-03-084-58/+68
* | 40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...Daniel Shahaf2017-03-083-2/+23
* | 40744: Document the SHORT_LOOPS 'function' syntax.Daniel Shahaf2017-03-082-0/+8
* | 40706: Fix ordering dependence in gdbm testSebastian Gniazdowski2017-03-072-28/+49