about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-2213-14/+68
* 39064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto2016-08-203-0/+10
* 39074: _ip-neighbour: Fix typo in 'lladdr'.Daniel Shahaf2016-08-202-1/+6
* 39072: minor tweaksOliver Kiddle2016-08-192-8/+6
* 39071: update completion functions for changes in Solaris 11.3Oliver Kiddle2016-08-199-892/+913
* 39067: update options to correspond to latest versions of software in various...Oliver Kiddle2016-08-1924-1248/+1301
* unposted: _canonical_paths: Port docstring changes from 39044.Daniel Shahaf2016-08-182-2/+5
* 39044 (in part, see thread): Document _canonical_paths in the manual, too.Daniel Shahaf2016-08-182-0/+20
* 39039: fix documentation of transpose-wordsPeter Stephenson2016-08-152-5/+12
* 39040: Completion/…/_git: fix missing backslashes in 39036Daniel Hahler2016-08-151-2/+2
* 39036: update git completion for new options up to git 2.9.2Oliver Kiddle2016-08-132-453/+695
* 39026: pattern specified with _arguments' -A option shouldn't be checked agai...Oliver Kiddle2016-08-132-2/+9
* 39035: ${(A)name=word} should expand as an array even when there is only one ...Barton E. Schaefer2016-08-123-0/+11
* 39031: Ensure variables in transpose-words are initialisedPeter Stephenson2016-08-122-1/+4
* 39029: document transpose-words changePeter Stephenson2016-08-122-0/+8
* 38983: Make transpose-words handle numeric arguments sensiblyHan Pingtian2016-08-122-39/+56
* 39028: more join/split cases fixed and tested.Barton E. Schaefer2016-08-123-5/+17
* 39019 (cf. PWS 39013): add test cases for more join/split combinationsBarton E. Schaefer2016-08-111-0/+55
* 39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313Barton E. Schaefer2016-08-102-6/+21
* 39014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson2016-08-103-1/+11
* unposted: fix typo in commentBarton E. Schaefer2016-08-062-1/+3
* unposted: fix formatting in module discussion; add mention of widgets and key...Barton E. Schaefer2016-08-062-16/+40
* workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...Daniel Shahaf2016-08-052-0/+18
* 38996: _man: Support _correct_word.Daniel Shahaf2016-08-052-11/+4
* 38994: _man: Fix two bugs when completing manpage filenames in separate-secti...Daniel Shahaf2016-08-052-3/+17
* 38993: _man: Drop (b): it's incorrect when $sect contains '|'.Daniel Shahaf2016-08-052-2/+8
* 38991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf2016-08-053-1/+15
* 38990: _debbugs_bugnumber: Track bts's data dir migration.Daniel Shahaf2016-08-052-2/+12
* unposted: fix format in zle.yoJun-ichi Takimoto2016-08-042-2/+6
* 38989: minor completion updates for FreeBSDOliver Kiddle2016-08-035-2/+10
* 38986: new gsettings completionOliver Kiddle2016-08-032-0/+51
* 38981: _man: Followup to 37634: unbreak OpenBSD 'man 3p' and Linux $MANSECT.Daniel Shahaf2016-08-012-5/+16
* 38982: move cpupower completion to correct folderAndy Spencer2016-08-012-0/+3
* 38976: new cpupower completionAndy Spencer2016-08-012-0/+107
* 38971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf2016-08-017-12/+16
* 38973: Optimize indexing array parameters.Daniel Shahaf2016-08-014-5/+55
* 38964: _git-config: Complete option names present in the config file.Daniel Shahaf2016-08-012-0/+49
* 38963: _git-config: Run gettable-options earlier and in all codepaths.Daniel Shahaf2016-08-012-2/+9
* 38961: _git-config: No functional change: rename $git_options_static to $git_...Daniel Shahaf2016-08-012-12/+18
* unposted: _git: Clean up superfluous and missing backslashes.Daniel Shahaf2016-07-312-3/+6
* 38967: _hosts: Don't complete wildcard entries from ~/.ssh/known_hosts.Daniel Shahaf2016-07-312-7/+19
* 38966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', 'set...Daniel Shahaf2016-07-312-0/+16
* 38965: _svnadmin: Complete 'freeze' as a precommand.Daniel Shahaf2016-07-312-1/+32
* 38962: _git-config: Document more line noise.Daniel Shahaf2016-07-312-0/+8
* 38959: Document 38956 (_widgets).Daniel Shahaf2016-07-312-0/+14
* unposted: _svnadmin: Tweak state description.Daniel Shahaf2016-07-292-1/+6
* 38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf2016-07-282-1/+4
* unposted: Avoid $0 for POSIX_ARGZERO compatibility.Daniel Shahaf2016-07-283-3/+9
* 38957: make use of updates to match-words-by-style and better support complet...Oliver Kiddle2016-07-284-31/+38
* 38956: factor out zle widget completion into its own functionOliver Kiddle2016-07-286-14/+25