Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-08 | zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760) | Axel Beckert | 1 | -1/+0 | |
2013-11-08 | Make lintian override zsh version agnostic | Axel Beckert | 1 | -1/+1 | |
2013-11-08 | zsh-beta.postrm: Unregister /etc/shells entry on removal (Closes: #724251) | Axel Beckert | 1 | -3/+8 | |
2013-11-07 | Remove patches applied upstream | Axel Beckert | 6 | -130/+0 | |
2013-11-07 | Merge branch 'upstream' into debian | Axel Beckert | 155 | -1421/+5007 | |
2013-11-06 | unposted: updates for 4.0.2-test-1. | Peter Stephenson | 9 | -11/+23 | |
Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. | |||||
2013-11-03 | 31936: Rationalise limits for threads | Stefan Neudorf | 4 | -15/+12 | |
2013-11-03 | 31935: further updates to limits for BSD | Stefan Neudorf | 4 | -23/+20 | |
2013-10-31 | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 5 | -1/+71 | |
Avoid clash of uses for ulimit -k. | |||||
2013-10-29 | 31929: Src/jobs.c: fix DPUTS3() test condition from 31906. | Barton E. Schaefer | 2 | -1/+5 | |
2013-10-28 | Mention HISTORY_IGNORE | Bart Schaefer | 2 | -0/+9 | |
2013-10-28 | 31922: zlecharasstring missed flip of bit 5 after Meta | Peter Stephenson | 2 | -0/+6 | |
2013-10-28 | Bump Standards-Version to 3.9.5 (no changes) | Axel Beckert | 1 | -1/+1 | |
2013-10-27 | 31919: fix deadlock when a shell builtin with a multio redirection is used ↵ | Barton E. Schaefer | 3 | -7/+15 | |
on the left side of a pipeline Make sure stdin/out/err file descriptors are closed for the multio copy process, which means not re-using those descriptors after they are closed and marked FDT_UNUSED in fdtable[]. For completeness, initialize their fdtable[] state to FDT_EXTERNAL. | |||||
2013-10-27 | Some syntax adjustments in _expand_word_and_keep. Add a working URL. | Barton E. Schaefer | 2 | -10/+20 | |
2013-10-27 | 31912: in closemn(), distinguish closing for >&- from closing for a real ↵ | Barton E. Schaefer | 2 | -5/+11 | |
redirect Fixes knock-on multios bug introduced by workers/20666 way back in 2005. | |||||
2013-10-27 | 31909: new cat completion | Jun T | 3 | -0/+48 | |
2013-10-26 | Merge overlapping ChangeLog entries | Barton E. Schaefer | 5 | -2/+22 | |
2013-10-26 | 31906: fix race-condition interaction of $pipestatus with job control | Barton E. Schaefer | 3 | -5/+29 | |
printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair. | |||||
2013-10-27 | 31902: rationalise use of gamma function. | Jun T | 5 | -2/+22 | |
Make zsh/mathfunc consistent across systems and use tgamma() where available | |||||
2013-10-26 | Upload to unstable as 5.0.2-6 | Axel Beckert | 1 | -0/+7 | |
I would have waited for more changes for this upload, but since the first signs of the next upstream release are already there, I'd like to get the new Hurd FTBFS fix tested so that I can submit it to upstream _before_ the new upstream release. Hence that rather small diff for this upload. BTW, I mixed up names in the previous commit message: It was Bart Schaefer of zsh upstream who suggested the fix, not Bart Martens of Debian. I'm sorry, but I noticed this just now when preparing the Debian changelog. | |||||
2013-10-25 | 31890 + 31891: Add NEWS for new features since 5.0.2 | Peter Stephenson | 2 | -0/+20 | |
2013-10-24 | 31885: fix PIPEFAIL when the last command executes in the current shell | Barton E. Schaefer | 2 | -19/+30 | |
2013-10-24 | 31889: tests for disable -p | Peter Stephenson | 2 | -0/+60 | |
2013-10-24 | 31877: fix behaviour of disable -p with parentheses | Peter Stephenson | 2 | -18/+31 | |
2013-10-24 | 31888: Add another test for pipestatus. | Peter Stephenson | 2 | -0/+10 | |
This one was reliably failing before the fix, see zsh-workers-31870 | |||||
2013-10-24 | 31882: Insulate completion widget against environment. | Peter Stephenson | 2 | -4/+4 | |
Prevents change in pipestatus leaking back out. | |||||
2013-10-24 | 31884: Make new pipestatus test implementation proof. | Peter Stephenson | 2 | -2/+7 | |
It seems uniq's vary in the number of spaces they output. | |||||
2013-10-23 | 31879 plus misc.: improve $pipestatus handling and add a test for it | Barton E. Schaefer | 3 | -17/+54 | |
2013-10-23 | 31873: Document conventions for command options in builtins | Peter Stephenson | 2 | -1/+40 | |
2013-10-21 | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2 | -19/+108 | |
Conflicts: ChangeLog | |||||
2013-10-21 | 31865: _git: Make --batch(-check) accept an argument | Øystein Walle | 2 | -2/+5 | |
Also reword the explanation slightly to make it more compact since more explanation is needed. | |||||
2013-10-21 | 31864: _git: Add two sub-comamnds introduced in v1.8.4 | Øystein Walle | 2 | -0/+22 | |
Add _git-check-ignore() and _git-check-mailmap() | |||||
2013-10-21 | 31866: _git: Reword --heads to match new meaning | Øystein Walle | 2 | -1/+4 | |
2013-10-21 | 31862: _git: Add status.short and status.branch | Øystein Walle | 2 | -0/+5 | |
2013-10-21 | 31863: _git: Add new arguments introduced in Git v1.8.4 | Øystein Walle | 2 | -3/+13 | |
2013-10-21 | 31861: _git: Add git-clean -i/--interactive support | Øystein Walle | 2 | -0/+7 | |
- Add -i and --interactive to _git-clean() - Add column.clean configuration variable | |||||
2013-10-21 | 31855: _git: revert: add '-e,--edit' | m0viefreak | 2 | -1/+5 | |
2013-10-21 | 31856: _git: fix a few "undocumented" options | m0viefreak | 2 | -7/+7 | |
commit: '--null' is documented relink: '-h,--help' are never documented for subcommands but always exist verify-tag: '-v,--verbose' are documented with updated description diff: '--cumulative' is deprecated -> remove | |||||
2013-10-21 | 31858: _git: fix wrong default value | Øystein Walle | 2 | -1/+6 | |
2013-10-21 | 31857: _git: Remove unsupported -q option from diff options | m0viefreak | 2 | -1/+5 | |
2013-10-21 | 31859: _git: re-order the last two git-blame arguments | Øystein Walle | 2 | -2/+5 | |
The proper syntax is git blame [<commit>] <file> where <commit> is optional. | |||||
2013-10-21 | 31854: _git: Make git-show accept diff arguments | Øystein Walle | 2 | -1/+5 | |
2013-10-21 | 31853: _git: Add missing column.* config variables | Øystein Walle | 2 | -0/+19 | |
2013-10-21 | 31869: reduce WINCH-twaddling in shingetline() | Barton E. Schaefer | 2 | -2/+8 | |
2013-10-19 | Fix merge conflict | Peter Stephenson | 2 | -0/+11 | |
2013-10-19 | Use VERBOSE option in execstring() | Peter Stephenson | 2 | -0/+10 | |
2013-10-19 | 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special array | Barton E. Schaefer | 2 | -0/+11 | |
2013-10-18 | 31846: fix NOEXEC option in execsimple() optimisation | Peter Stephenson | 2 | -0/+7 | |
2013-10-18 | 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles | Barton E. Schaefer | 2 | -1/+5 | |