about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: 5.0.7 zsh-5.0.7Peter Stephenson2014-10-072-2/+6
|
* 33365: avoid buffer overflow for very long fds in >& fd syntaxMikael Magnusson2014-10-061-1/+1
|
* unposted (discussed offline): update README for integer import vulnerabilityPeter Stephenson2014-10-062-3/+10
|
* 33354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer2014-10-043-1/+24
| | | | Add test for both this and 33345+33346
* 33346: another bit of the 33345 repairBart Schaefer2014-10-032-1/+6
|
* 33345: fix anonymous function complex command handling.Peter Stephenson2014-10-033-83/+92
| | | | | | Longstanding problem caused simple anonymous function incorrectly to reset the overall "complext" state, causing wordcode to be diverted into execsimple(), which caused a crash 'cos ist wasn't simple.
* unposted: comments in previous commit were reversedPeter Stephenson2014-10-032-4/+11
|
* 33343: Variant anonymous function synax with arguments.Peter Stephenson2014-10-032-7/+30
| | | | Don't expand arguments as if in command position. Test.
* Fix some typos in the documentationMikael Magnusson2014-10-037-15/+15
|
* Make 5.0.6-dev-1 zsh-5.0.6-dev-1Peter Stephenson2014-10-022-2/+6
|
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-024-6/+24
|
* remove "major" from READMEPeter Stephenson2014-10-022-1/+3
|
* Update source distribution information for 5.0.7.Peter Stephenson2014-10-023-3/+12
|
* 33332: test safer numeric import from environmentPeter Stephenson2014-10-022-0/+8
|
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-025-9/+56
| | | | add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
* tiny typoPeter Stephenson2014-10-021-1/+1
|
* 33325: fix ksh autoloads with redirections on function definitionsPeter Stephenson2014-10-023-19/+81
|
* 33315: fix pattern to match freebsd10 and laterOliver Kiddle2014-10-021-3/+6
|
* 33319: fix parens in example from 33312Barton E. Schaefer2014-10-012-1/+5
|
* 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert2014-10-023-2/+7
|
* 33312: document redirections applied to function definitionsPeter Stephenson2014-10-013-0/+28
|
* 33298: make lexrestore() more signal-safeBarton E. Schaefer2014-09-302-53/+61
|
* 33294: $functions[func_with_redir] plus extra testsPeter Stephenson2014-09-303-11/+72
|
* Fix some compiler warnings in ZlePeter Stephenson2014-09-303-3/+7
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-09-2911-30/+306
|\ | | | | | | | | Conflicts: ChangeLog
| * 33286: handle redirections for multiply named functionsPeter Stephenson2014-09-293-1/+35
| |
| * 33285: apply function definition redirections at executionPeter Stephenson2014-09-298-17/+216
| |
| * 33277: Fix VCS_INFO_reposub's command expansionFrank Terbeck2014-09-292-3/+9
| | | | | | | | Reported-by: Marco Hinz <mh.codebro@gmail.com>
| * users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2014-09-292-1/+9
| |
| * 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-293-9/+38
| |
* | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is ↵Barton E. Schaefer2014-09-294-0/+21
|/ | | | disconnected
* 33256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2014-09-272-8/+10
|
* 33242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2014-09-262-2/+18
|
* 33252: complete more notmuch subcommandsWieland Hoffmann2014-09-262-0/+8
|
* 33212: improve log entryPeter Stephenson2014-09-251-2/+2
|
* users/19143: fix depth glob search with trailing slashesPeter Stephenson2014-09-252-0/+8
|
* unposted: tweak last change to NEWS a bitPeter Stephenson2014-09-252-5/+10
|
* 33238: correct return valuesOliver Kiddle2014-09-252-234/+195
|
* 33224: complete directory as second btrfs argumentEric Cook2014-09-242-1/+7
|
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-232-2/+20
|
* 33180: _git: add missing --3way optionØystein Walle2014-09-232-0/+4
|
* 33177: _git: fix typo in git-applyØystein Walle2014-09-232-1/+3
|
* 33178: _git: updates for Git 2.1.0Øystein Walle2014-09-232-5/+23
| | | | This incorporates changes mentioned in the release notes since 2.0.0.
* 33176: _git: Add missing --list to git-tagØystein Walle2014-09-232-1/+4
|
* 33179: _git: updates for Git 2.0.0Øystein Walle2014-09-232-3/+28
| | | | This incorporates changes mentioned in the release notes since 1.9.0.
* unposted: more NEWS tweaks while I'm there.Peter Stephenson2014-09-232-4/+10
|
* unposted: mention numeric output with underscore separatorsPeter Stephenson2014-09-232-1/+7
|
* unposted: mention /usr/local/share/zsh/site-functions default in NEWSPeter Stephenson2014-09-232-0/+12
|
* 33221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2014-09-232-5/+15
| | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
* unposted: add dvipdf to _dvi command listPeter Stephenson2014-09-232-1/+4
|