about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 33519: last character in the buffer can be cut, changed or yanked using ↵Oliver Kiddle2014-10-231-1/+1
| | | | vi-forward-char
* 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle2014-10-233-7/+20
| | | | zle widget
* 33514: even with a named vi buffer, we should update the default bufferOliver Kiddle2014-10-231-1/+0
|
* 33513: vi mode deletions should replace cut buffer not append to itOliver Kiddle2014-10-231-4/+4
|
* 33512: add support for "0 vi buffer and yank to itOliver Kiddle2014-10-234-14/+22
|
* 33515: suppress parser error messages in comp_match()Barton E. Schaefer2014-10-221-0/+3
|
* 33493: use correct command name in error messages about "ulimit" failure; ↵Barton E. Schaefer2014-10-222-1/+2
| | | | restore internal copy of limits if setrlimit() fails, so the error won't repeat
* 33445: fix handling of -s when combined with -i at shell invocationBarton E. Schaefer2014-10-121-4/+16
| | | | | | Fixes a long-standing (25+ years) bug where using -i -s together did have the documented effect of disabling command line script files but also had the side-effect of invoking ZLE, thereby ignoring the redirected input.
* 33423: expand ${(p)...} to allow ${(ps.$param.)...}Peter Stephenson2014-10-121-5/+16
|
* 33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ↵Barton E. Schaefer2014-10-102-7/+19
| | | | fix crash on zero values for same
* 33365: avoid buffer overflow for very long fds in >& fd syntaxMikael Magnusson2014-10-061-1/+1
|
* 33354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer2014-10-041-1/+3
| | | | Add test for both this and 33345+33346
* 33346: another bit of the 33345 repairBart Schaefer2014-10-031-1/+2
|
* 33345: fix anonymous function complex command handling.Peter Stephenson2014-10-031-83/+84
| | | | | | 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-031-4/+4
|
* 33343: Variant anonymous function synax with arguments.Peter Stephenson2014-10-031-7/+24
| | | | Don't expand arguments as if in command position. Test.
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-1/+3
|
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-023-7/+48
| | | | 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.
* 33325: fix ksh autoloads with redirections on function definitionsPeter Stephenson2014-10-021-19/+63
|
* 33298: make lexrestore() more signal-safeBarton E. Schaefer2014-09-301-53/+57
|
* 33294: $functions[func_with_redir] plus extra testsPeter Stephenson2014-09-301-11/+44
|
* Fix some compiler warnings in ZlePeter Stephenson2014-09-302-3/+2
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-09-297-26/+220
|\ | | | | | | | | Conflicts: ChangeLog
| * 33286: handle redirections for multiply named functionsPeter Stephenson2014-09-291-1/+16
| |
| * 33285: apply function definition redirections at executionPeter Stephenson2014-09-295-16/+166
| |
| * users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2014-09-291-1/+6
| |
| * 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-292-9/+33
| |
* | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is ↵Barton E. Schaefer2014-09-293-0/+16
|/ | | | disconnected
* 33256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2014-09-271-8/+6
|
* 33242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2014-09-261-2/+14
|
* users/19143: fix depth glob search with trailing slashesPeter Stephenson2014-09-251-0/+3
|
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-202-11/+25
|
* users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson2014-09-181-39/+0
|
* 33136: P glob qual appends words when negatedMikael Magnusson2014-09-161-6/+15
|
* 33143: POSIX_ARGZERO more closely matches bash et al.Barton E. Schaefer2014-09-121-1/+2
|
* Add $functypestack special parameter in zsh/parameterPeter Stephenson2014-09-121-0/+39
|
* users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson2014-09-081-0/+10
|
* 33122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer2014-09-071-1/+1
|
* 33118: record original param unset state when treating empty the same as unset,Barton E. Schaefer2014-09-061-6/+9
| | | | to avoid incorrect NO_UNSET errors
* 33116: followup to 32580 to prevent double-locking with shared or ↵Barton E. Schaefer2014-09-061-6/+8
| | | | incremental history
* 33100: check $fd more rigorously in "exec {fd}<&-"Barton E. Schaefer2014-09-031-6/+18
|
* 33077: SHTTY = -1 when closing it in closem()Barton E. Schaefer2014-08-311-1/+4
|
* 33070: add %(e..) based on %eBarton E. Schaefer2014-08-301-0/+11
|
* 33057: %e in prompts shows evaluation / execution depthPeter Stephenson2014-08-291-0/+13
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-234-125/+0
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-08-221-2/+2
|\ | | | | | | | | Conflicts: ChangeLog
| * 33038: Fix {^@..a} hangingMikael Magnusson2014-08-211-2/+2
| |
* | 33042: $? and $pipestatus report 128+signal number for stopped jobsBarton E. Schaefer2014-08-221-5/+10
|/
* Increase size of xbuf2 in xsymlinks to make gcc FORTIFY_SOURCE=2 happy.Barton E. Schaefer2014-08-171-1/+1
|
* 33012: add an error return value (-1) to xsymlinks()Barton E. Schaefer2014-08-151-7/+8
|