about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵Barton E. Schaefer2014-08-071-3/+13
| | | | available before right margin
* 32958: bitwise logic fixMiles Ohlrich2014-08-041-1/+1
|
* 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson2014-08-041-2/+1
| | | | | The (#q...) expression should simply be removed to leave a normal pattern as before
* unposted: remove unused variablesPeter Stephenson2014-08-041-1/+1
|
* 32949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson2014-08-041-0/+61
|
* 32932: add hmkarray() and use to fix leakPeter Stephenson2014-08-012-1/+12
|
* 32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern ↵Barton E. Schaefer2014-07-311-0/+2
| | | | returns the original pattern
* missed updates to calls to ztrftime()Peter Stephenson2014-07-303-3/+3
|
* 32918: add %. to ztrftime for use in promptsPeter Stephenson2014-07-304-6/+34
|
* 32910: quiet update of timestamp filesBarton E. Schaefer2014-07-261-2/+2
|