about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: 5.0.5-dev-2 zsh-5.0.5-dev-2Peter Stephenson2014-08-122-2/+6
|
* unposted: Indent entries in NEWS for changes since 5.0.0 for consistencyMikael Magnusson2014-08-121-76/+76
|
* 32985: Add NEWS entry for array zipping operators.Mikael Magnusson2014-08-122-0/+9
|
* 32975, 32984: texi2html.conf location inconsistent in makefileAxel Beckert2014-08-122-3/+8
|
* Missed ChangeLog commit for OpenSUSE rename.Peter Stephenson2014-08-111-0/+6
|
* A couple of minor typo fixes.Barton E. Schaefer2014-08-101-2/+2
|
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-1010-7/+28
|
* unposted: Fix typo in Doc/Zsh/expn.yoAxel Beckert2014-08-102-1/+5
|
* mention 32971 in NEWS, clarify RPROMPT behavior in docsBarton E. Schaefer2014-08-083-3/+17
|
* 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵Barton E. Schaefer2014-08-073-9/+43
| | | | available before right margin
* Rename _SuSEconfig to _SUSEconfigPeter Stephenson2014-08-062-1/+1
|
* 32958: bitwise logic fixMiles Ohlrich2014-08-042-1/+5
|
* 32954: Missed the doc change.Peter Stephenson2014-08-042-1/+5
|
* 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson2014-08-043-4/+10
| | | | | The (#q...) expression should simply be removed to leave a normal pattern as before
* unposted: remove unused variablesPeter Stephenson2014-08-042-1/+5
|
* unposted: Fix formatting error in ChangeLogMikael Magnusson2014-08-041-2/+1
|
* 32949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson2014-08-044-0/+166
|
* 32944: read -qs is handled correctly by current codePeter Stephenson2014-08-032-2/+4
|
* user/19006: document position of RC_EXPAND_PARAM in parameter substPeter Stephenson2014-08-032-4/+14
|
* 32932: add hmkarray() and use to fix leakPeter Stephenson2014-08-013-1/+17
|
* 32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern ↵Barton E. Schaefer2014-07-312-0/+8
| | | | returns the original pattern
* missed updates to calls to ztrftime()Peter Stephenson2014-07-304-3/+6
|
* %P at start of TCP function system prompt causes %-style prompt substPeter Stephenson2014-07-303-3/+14
|
* 32918: add %. to ztrftime for use in promptsPeter Stephenson2014-07-306-6/+47
|
* 32593: update --vga option in _qemuBarton E. Schaefer2014-07-282-1/+5
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-07-263-0/+542
|\ | | | | | | | | Conflicts: ChangeLog
| * unposted: Fix copy and paste error in the current changelog entry's dateAxel Beckert2014-07-261-1/+1
| |
| * 32911: Expand bpython completion to bpython2 and bpython3Axel Beckert2014-07-262-4/+6
| |
| * 32816: Add completion for bpython and variantsSebastian Ramacher2014-07-262-0/+49
| |
| * 32817: Add completion for moosicOmari Norman2014-07-262-0/+491
| |
* | 32910: quiet update of timestamp filesBarton E. Schaefer2014-07-262-2/+6
|/
* 32853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer2014-07-244-1/+22
| | | | enable old behavior via "configure --with-stack-allocation"
* unposted (see 32892): 'fc -I' is an errorBarton E. Schaefer2014-07-242-0/+6
|
* 32903: new empty (unset) elements in the special parameter hash tables are ↵Barton E. Schaefer2014-07-242-15/+21
| | | | special themselves
* unposted: replace-argument can take negative prefix to count from endPeter Stephenson2014-07-243-7/+16
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-232-2/+8
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-07-230-0/+0
|\ | | | | | | | | Conflicts: ChangeLog
| * 32895: Match more shared library names.Ansgar Burchardt2014-07-232-1/+6
| |
* | Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-1/+1
| |
* | Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-0/+5
| |
* | 32898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer2014-07-232-1/+5
|/
* force retention of whitespace in "fc" item prototypeBarton E. Schaefer2014-07-202-1/+4
|
* 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer2014-07-203-8/+21
|
* 32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation ↵Barton E. Schaefer2014-07-172-2/+19
| | | | lines from history, fix bad history write of events ending with backslashes
* 32863: missed ChangeLog entryKoen Wilde2014-07-171-0/+5
|
* 32849: new completion for Linux ss (netstat alternative)Oliver Kiddle2014-07-173-0/+101
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-174-65/+120
|
* 32866: new replace-argument ZLE function.Peter Stephenson2014-07-174-0/+89
| | | | | | Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history.
* 32863: completion for mpc insert commandKoen Wilde2014-07-151-1/+2
|
* 32837: improved installation location support for help directoriesDominic Hopf2014-07-082-1/+4
|