Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32091: WARN_CREATE_GLOBAL false positive. | Daniel Shahaf | 2013-12-06 | 1 | -1/+4 |
| | | | | In cases like () { foo=bar =true; } | ||||
* | 32061: Fix "use of uninitialized memory" in metafy | Barton E. Schaefer | 2013-11-27 | 1 | -2/+2 |
| | |||||
* | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 2013-11-27 | 3 | -15/+15 |
| | | | | | | | | | | Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | ||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -1/+1 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 32023: better interrupt handling at RM_STAR_WAIT | Barton E. Schaefer | 2013-11-19 | 1 | -0/+2 |
| | |||||
* | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2013-11-18 | 1 | -1/+1 |
| | | | | leading paren means grouping | ||||
* | 32001: fix crash on ${:*} and ${:|} | Peter Stephenson | 2013-11-17 | 1 | -0/+8 |
| | |||||
* | 31983: suppress warning from cmp when genering patchlevel.h. | Peter Stephenson | 2013-11-14 | 1 | -1/+1 |
| | | | | The warning doesn't indicate a problem, so isn't useful. | ||||
* | 31982: detection of floating point constants was problematic. | Peter Stephenson | 2013-11-14 | 1 | -8/+3 |
| | | | | | Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way. | ||||
* | 31977: It's OK to autoload a feature that's loaded. | Peter Stephenson | 2013-11-13 | 1 | -1/+14 |
| | | | | Simply check that the feature is from the same module that's requested. | ||||
* | 31961: rationalise fd watching to use structure | Peter Stephenson | 2013-11-12 | 3 | -60/+56 |
| | |||||
* | 31937: zle -Fw uses widget semantics for file descriptor handler | Peter Stephenson | 2013-11-07 | 4 | -23/+61 |
| | |||||
* | unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1 | Peter Stephenson | 2013-11-06 | 2 | -5/+7 |
| | | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. | ||||
* | 31936: Rationalise limits for threads | Stefan Neudorf | 2013-11-03 | 2 | -13/+6 |
| | |||||
* | 31935: further updates to limits for BSD | Stefan Neudorf | 2013-11-03 | 2 | -13/+6 |
| | |||||
* | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 2013-10-31 | 2 | -0/+50 |
| | | | | Avoid clash of uses for ulimit -k. | ||||
* | 31929: Src/jobs.c: fix DPUTS3() test condition from 31906. | Barton E. Schaefer | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | 31922: zlecharasstring missed flip of bit 5 after Meta | Peter Stephenson | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | 31919: fix deadlock when a shell builtin with a multio redirection is used ↵ | Barton E. Schaefer | 2013-10-27 | 2 | -2/+3 |
| | | | | | | | | | 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. | ||||
* | 31912: in closemn(), distinguish closing for >&- from closing for a real ↵ | Barton E. Schaefer | 2013-10-27 | 1 | -5/+5 |
| | | | | | | redirect Fixes knock-on multios bug introduced by workers/20666 way back in 2005. | ||||
* | Merge overlapping ChangeLog entries | Barton E. Schaefer | 2013-10-26 | 1 | -0/+9 |
|\ | |||||
| * | 31902: rationalise use of gamma function. | Jun T | 2013-10-27 | 1 | -0/+9 |
| | | | | | | | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available | ||||
* | | 31906: fix race-condition interaction of $pipestatus with job control | Barton E. Schaefer | 2013-10-26 | 1 | -3/+10 |
|/ | | | | 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. | ||||
* | 31885: fix PIPEFAIL when the last command executes in the current shell | Barton E. Schaefer | 2013-10-24 | 1 | -18/+24 |
| | |||||
* | 31877: fix behaviour of disable -p with parentheses | Peter Stephenson | 2013-10-24 | 1 | -18/+26 |
| | |||||
* | 31882: Insulate completion widget against environment. | Peter Stephenson | 2013-10-24 | 1 | -4/+1 |
| | | | | Prevents change in pipestatus leaking back out. | ||||
* | 31879 plus misc.: improve $pipestatus handling and add a test for it | Barton E. Schaefer | 2013-10-23 | 1 | -17/+35 |
| | |||||
* | 31869: reduce WINCH-twaddling in shingetline() | Barton E. Schaefer | 2013-10-21 | 1 | -2/+4 |
| | |||||
* | Use VERBOSE option in execstring() | Peter Stephenson | 2013-10-19 | 1 | -0/+5 |
| | |||||
* | 31846: fix NOEXEC option in execsimple() optimisation | Peter Stephenson | 2013-10-18 | 1 | -0/+3 |
| | |||||
* | 31832: make execrestore() more signal-safe. | Bart Schaefer | 2013-10-17 | 1 | -23/+27 |
| | |||||
* | 31823: add HISTORY_IGNORE parameter | Barton E. Schaefer | 2013-10-17 | 1 | -0/+17 |
| | | | | | 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 Stephenson | 2013-10-17 | 2 | -4/+22 |
| | | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out. | ||||
* | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 2013-10-11 | 3 | -2/+43 |
| | |||||
* | 31815: another fix for INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-11 | 1 | -2/+15 |
| | | | | | We need to save immediately if something is pushed on the history stack to ensure we use the right file before popping. | ||||
* | 31809: Make whitespace clear in trace output for patterns. | Peter Stephenson | 2013-10-10 | 1 | -0/+13 |
| | |||||
* | 31797: to match documentation, avoid expanding history when there is neither a | Barton E. Schaefer | 2013-10-08 | 1 | -0/+6 |
| | | | | | | | | | word nor an event designator There are still a few cases where expansion is attempted even though the documentation indicates it will not be, but in most of those cases the expansion will fail. The now-fixed case would fall back to default expansion of the previous command. | ||||
* | 31794: further refinement to INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-07 | 1 | -1/+9 |
| | | | | | | With SHAREHISTORY we should make sure the code behaves as it always did, because it takes care about locking a file once for reading and writing. | ||||
* | 31793: Fix problem with non-interactive history. | Peter Stephenson | 2013-10-07 | 1 | -1/+1 |
| | | | | | Modify 31789 so it doesn't try to save history from hbegin() in that case. | ||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 3 | -3/+12 |
| | |||||
* | 31789: Save history for INCAPPENDHISTORY later. | Han Pingtian | 2013-10-05 | 1 | -1/+7 |
| | | | | This improves the timing recorded in the history. | ||||
* | 31784: better line width calculation for completion listings | Barton E. Schaefer | 2013-10-03 | 1 | -25/+33 |
| | | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches. | ||||
* | 31781: "compdescribe -i" clears the completion list column padding width | Barton E. Schaefer | 2013-10-03 | 1 | -0/+1 |
| | |||||
* | 31772: queue_signals() to prevent re-entry into endparamscope(). | Barton E. Schaefer | 2013-09-26 | 1 | -0/+2 |
| | |||||
* | 31770: memmove() instead of memcpy() for overlapping regions. | Barton E. Schaefer | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | 31765: If zle starts in viins mark as insertion. | Peter Stephenson | 2013-09-25 | 1 | -0/+7 |
| | | | | This allows undo to work on everything entered. | ||||
* | 31764: Dewreakify havoc caused by pattern disables on glob qualifiers. | Peter Stephenson | 2013-09-23 | 2 | -5/+7 |
| | | | | Don't use the zpc_specials array before it's defined, it's rude. | ||||
* | unposted: improve an error message. | Barton E. Schaefer | 2013-09-21 | 1 | -1/+2 |
| | |||||
* | 31737: same loop counter fix in get_cadef as get_cvdef. | Barton E. Schaefer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | 31735: fix off-by-one in completion utility cache code. | Axel Beckert | 2013-09-19 | 1 | -1/+1 |
| | | | | Was causing crashes in complex completions, particularly with taskwarrior |