Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-08 | Drop all cherry-picked patches | Axel Beckert | 3 | -182/+0 | |
2014-10-08 | Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debian | Axel Beckert | 75 | -769/+1967 | |
This is exactly one commit after the zsh-5.0.7 and adds one missing (and not unimportant) changelog entry for the 5.0.7 release. | |||||
2014-10-07 | unposted: ChangeLog entry for 33365 | Mikael Magnusson | 1 | -0/+5 | |
2014-10-07 | unposted: 5.0.7 | Peter Stephenson | 2 | -2/+6 | |
2014-10-06 | 33365: avoid buffer overflow for very long fds in >& fd syntax | Mikael Magnusson | 1 | -1/+1 | |
2014-10-06 | unposted (discussed offline): update README for integer import vulnerability | Peter Stephenson | 2 | -3/+10 | |
2014-10-04 | 33354: when backgrounding a pipeline, close all pipe descriptors in the parent | Barton E. Schaefer | 3 | -1/+24 | |
Add test for both this and 33345+33346 | |||||
2014-10-03 | 33346: another bit of the 33345 repair | Bart Schaefer | 2 | -1/+6 | |
2014-10-03 | 33345: fix anonymous function complex command handling. | Peter Stephenson | 3 | -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. | |||||
2014-10-03 | unposted: comments in previous commit were reversed | Peter Stephenson | 2 | -4/+11 | |
2014-10-03 | 33343: Variant anonymous function synax with arguments. | Peter Stephenson | 2 | -7/+30 | |
Don't expand arguments as if in command position. Test. | |||||
2014-10-03 | Fix some typos in the documentation | Mikael Magnusson | 7 | -15/+15 | |
2014-10-02 | Make 5.0.6-dev-1 | Peter Stephenson | 2 | -2/+6 | |
2014-10-02 | 33323: fix bug in removing math functions and complete -M option to functions | Oliver Kiddle | 4 | -6/+24 | |
2014-10-02 | remove "major" from README | Peter Stephenson | 2 | -1/+3 | |
2014-10-02 | Update source distribution information for 5.0.7. | Peter Stephenson | 3 | -3/+12 | |
2014-10-02 | 33332: test safer numeric import from environment | Peter Stephenson | 2 | -0/+8 | |
2014-10-02 | 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion | Barton E. Schaefer | 5 | -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. | |||||
2014-10-02 | tiny typo | Peter Stephenson | 1 | -1/+1 | |
2014-10-02 | 33325: fix ksh autoloads with redirections on function definitions | Peter Stephenson | 3 | -19/+81 | |
2014-10-02 | 33315: fix pattern to match freebsd10 and later | Oliver Kiddle | 1 | -3/+6 | |
2014-10-01 | 33319: fix parens in example from 33312 | Barton E. Schaefer | 2 | -1/+5 | |
2014-10-02 | 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensions | Axel Beckert | 3 | -2/+7 | |
2014-10-02 | Upload to unstable as 5.0.6-3 | Axel Beckert | 1 | -0/+15 | |
2014-10-02 | Complete debian/copyright with individual copyrights and licenses (Closes: ↵ | Axel Beckert | 1 | -5/+122 | |
#763191) | |||||
2014-10-01 | 33312: document redirections applied to function definitions | Peter Stephenson | 3 | -0/+28 | |
2014-10-01 | Switch debian/copyright to the machine-readable DEP5 format | Axel Beckert | 1 | -32/+62 | |
It has been agreed that zsh's Debian packaging is licensed under the MIT/Expat license. Relevant replies: Clint Adams: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001111.html Axel Beckert: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001112.html Richard Hartmann: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001113.html Rob Leslie: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001114.html Frank Terbeck: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001115.html Mika Prokop: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001119.html The debian/copyright in this commit is known to be incomplete. | |||||
2014-10-01 | Cherry-pick 87270496 from upstream: Fixes hanging in freejob from TRAPCHLD | Axel Beckert | 2 | -0/+137 | |
Mitigates if not fixes: #760061 | |||||
2014-09-30 | 33298: make lexrestore() more signal-safe | Barton E. Schaefer | 2 | -53/+61 | |
2014-09-30 | 33294: $functions[func_with_redir] plus extra tests | Peter Stephenson | 3 | -11/+72 | |
2014-09-30 | Fix some compiler warnings in Zle | Peter Stephenson | 3 | -3/+7 | |
2014-09-29 | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 11 | -30/+306 | |
Conflicts: ChangeLog | |||||
2014-09-29 | 33286: handle redirections for multiply named functions | Peter Stephenson | 3 | -1/+35 | |
2014-09-29 | 33285: apply function definition redirections at execution | Peter Stephenson | 8 | -17/+216 | |
2014-09-29 | Do not run (already ignored) test suite on static build to mitigate #760061 | Axel Beckert | 1 | -1/+1 | |
2014-09-29 | 33277: Fix VCS_INFO_reposub's command expansion | Frank Terbeck | 2 | -3/+9 | |
Reported-by: Marco Hinz <mh.codebro@gmail.com> | |||||
2014-09-29 | users/19183: improve unlikely error case with fdopen in history code | Peter Stephenson | 2 | -1/+9 | |
2014-09-29 | 33276: safer import of numerical variables from environment | Peter Stephenson | 3 | -9/+38 | |
2014-09-29 | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is ↵ | Barton E. Schaefer | 4 | -0/+21 | |
disconnected | |||||
2014-09-29 | Set ZTST_verbose=1 to get more details about where exactly the test suite hangs | Axel Beckert | 1 | -2/+2 | |
Suggested by Bart Schaefer in #760061 | |||||
2014-09-27 | 33256: fix prompttrunc() counting of %{ %} spans | Barton E. Schaefer | 2 | -8/+10 | |
2014-09-26 | 33242: tokens following if, for, repeat, while aren't in command position | Peter Stephenson | 2 | -2/+18 | |
2014-09-26 | 33252: complete more notmuch subcommands | Wieland Hoffmann | 2 | -0/+8 | |
2014-09-25 | 33212: improve log entry | Peter Stephenson | 1 | -2/+2 | |
2014-09-25 | users/19143: fix depth glob search with trailing slashes | Peter Stephenson | 2 | -0/+8 | |
2014-09-25 | unposted: tweak last change to NEWS a bit | Peter Stephenson | 2 | -5/+10 | |
2014-09-25 | 33238: correct return values | Oliver Kiddle | 2 | -234/+195 | |
2014-09-24 | 33224: complete directory as second btrfs argument | Eric Cook | 2 | -1/+7 | |
2014-09-23 | 33223: discard stderr except when _complete_debug is in progress. | Barton E. Schaefer | 2 | -2/+20 | |
2014-09-23 | 33180: _git: add missing --3way option | Øystein Walle | 2 | -0/+4 | |