about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-069-11/+23
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-034-15/+12
|
* 31935: further updates to limits for BSDStefan Neudorf2013-11-034-23/+20
|
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-315-1/+71
| | | | Avoid clash of uses for ulimit -k.
* 31929: Src/jobs.c: fix DPUTS3() test condition from 31906.Barton E. Schaefer2013-10-292-1/+5
|
* Mention HISTORY_IGNOREBart Schaefer2013-10-282-0/+9
|
* 31922: zlecharasstring missed flip of bit 5 after MetaPeter Stephenson2013-10-282-0/+6
|
* 31919: fix deadlock when a shell builtin with a multio redirection is used ↵Barton E. Schaefer2013-10-273-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.
* Some syntax adjustments in _expand_word_and_keep. Add a working URL.Barton E. Schaefer2013-10-272-10/+20
|
* 31912: in closemn(), distinguish closing for >&- from closing for a real ↵Barton E. Schaefer2013-10-272-5/+11
| | | | | | redirect Fixes knock-on multios bug introduced by workers/20666 way back in 2005.
* 31909: new cat completionJun T2013-10-273-0/+48
|
* Merge overlapping ChangeLog entriesBarton E. Schaefer2013-10-265-2/+22
|\
| * 31902: rationalise use of gamma function.Jun T2013-10-275-2/+22
| | | | | | | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* | 31906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer2013-10-263-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.
* 31890 + 31891: Add NEWS for new features since 5.0.2Peter Stephenson2013-10-252-0/+20
|
* 31885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer2013-10-242-19/+30
|
* 31889: tests for disable -pPeter Stephenson2013-10-242-0/+60
|
* 31877: fix behaviour of disable -p with parenthesesPeter Stephenson2013-10-242-18/+31
|
* 31888: Add another test for pipestatus.Peter Stephenson2013-10-242-0/+10
| | | | This one was reliably failing before the fix, see zsh-workers-31870
* 31882: Insulate completion widget against environment.Peter Stephenson2013-10-242-4/+4
| | | | Prevents change in pipestatus leaking back out.
* 31884: Make new pipestatus test implementation proof.Peter Stephenson2013-10-242-2/+7
| | | | It seems uniq's vary in the number of spaces they output.
* 31879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer2013-10-233-17/+54
|
* 31873: Document conventions for command options in builtinsPeter Stephenson2013-10-232-1/+40
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2013-10-212-19/+108
|\ | | | | | | | | Conflicts: ChangeLog
| * 31865: _git: Make --batch(-check) accept an argumentØystein Walle2013-10-212-2/+5
| | | | | | | | | | Also reword the explanation slightly to make it more compact since more explanation is needed.
| * 31864: _git: Add two sub-comamnds introduced in v1.8.4Øystein Walle2013-10-212-0/+22
| | | | | | | | Add _git-check-ignore() and _git-check-mailmap()
| * 31866: _git: Reword --heads to match new meaningØystein Walle2013-10-212-1/+4
| |
| * 31862: _git: Add status.short and status.branchØystein Walle2013-10-212-0/+5
| |
| * 31863: _git: Add new arguments introduced in Git v1.8.4Øystein Walle2013-10-212-3/+13
| |
| * 31861: _git: Add git-clean -i/--interactive supportØystein Walle2013-10-212-0/+7
| | | | | | | | | | - Add -i and --interactive to _git-clean() - Add column.clean configuration variable
| * 31855: _git: revert: add '-e,--edit'm0viefreak2013-10-212-1/+5
| |
| * 31856: _git: fix a few "undocumented" optionsm0viefreak2013-10-212-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
| * 31858: _git: fix wrong default valueØystein Walle2013-10-212-1/+6
| |
| * 31857: _git: Remove unsupported -q option from diff optionsm0viefreak2013-10-212-1/+5
| |
| * 31859: _git: re-order the last two git-blame argumentsØystein Walle2013-10-212-2/+5
| | | | | | | | The proper syntax is git blame [<commit>] <file> where <commit> is optional.
| * 31854: _git: Make git-show accept diff argumentsØystein Walle2013-10-212-1/+5
| |
| * 31853: _git: Add missing column.* config variablesØystein Walle2013-10-212-0/+19
| |
* | 31869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer2013-10-212-2/+8
|/
* Fix merge conflictPeter Stephenson2013-10-192-0/+11
|\
| * 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer2013-10-192-0/+11
| |
* | Use VERBOSE option in execstring()Peter Stephenson2013-10-192-0/+10
|/
* 31846: fix NOEXEC option in execsimple() optimisationPeter Stephenson2013-10-182-0/+7
|
* 31840: "read" needs IFS unset to avoid stripping whitespace in makefilesBarton E. Schaefer2013-10-182-1/+5
|
* 31832: make execrestore() more signal-safe.Bart Schaefer2013-10-172-23/+29
|
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-173-0/+33
| | | | | HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-175-7/+49
| | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out.
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-164-0/+31
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* 31872: zshaddhistory hook example needs options.Peter Stephenson2013-10-162-4/+12
| | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set.
* Fix trivial typo in zshaddhistory doc.Peter Stephenson2013-10-152-1/+5
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2013-10-1312-88/+232
|\