index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
37469: do NOT allow semicolons in place of line breaks in conditionals
Barton E. Schaefer
2015-12-31
1
-14
/
+16
*
37468: allow line breaks in more places in [[ ... ]]
Barton E. Schaefer
2015-12-31
1
-8
/
+12
*
36974: fix some functions with empty argument lists
Peter Stephenson
2015-10-27
1
-1
/
+1
*
36566: check for regular file before lseek()
Barton E. Schaefer
2015-09-19
1
-0
/
+3
*
unposted: fix up for 5.0.8-test-2
zsh-5.0.8-test-2
Peter Stephenson
2015-08-21
1
-1
/
+1
*
36265 plus FAQ: fix alias expansion after "function"
Peter Stephenson
2015-08-21
1
-2
/
+3
*
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
2015-08-09
1
-0
/
+8
*
35643: Redirections after typeset assignments were broken.
Peter Stephenson
2015-06-28
1
-0
/
+2
*
various posts: Implement assignment parsing for typeset.
Peter Stephenson
2015-06-24
1
-21
/
+110
*
35306: "test -z \(" failed due to parse confusion
Peter Stephenson
2015-05-27
1
-8
/
+17
*
35250: Fix case documentation (SH_GLOB)
Peter Stephenson
2015-05-21
1
-2
/
+2
*
35248: treat fully parenthised zsh patterns as complete case patterns again
Peter Stephenson
2015-05-21
1
-10
/
+85
*
35184: Additional case fix for 35168.
Peter Stephenson
2015-05-18
1
-2
/
+0
*
35168: Improve parsing of case patterns.
Peter Stephenson
2015-05-18
1
-66
/
+23
*
34921: handle error in recursive par_event().
Peter Stephenson
2015-04-17
1
-0
/
+1
*
34905: no parse error after keyboard interrupt.
Peter Stephenson
2015-04-17
1
-1
/
+1
*
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
2015-02-12
1
-2
/
+4
*
34485: More rationalisation for anonymous functions.
Peter Stephenson
2015-02-09
1
-4
/
+2
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-3
/
+80
*
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
2015-01-08
1
-9
/
+20
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-15
/
+16
*
unposted: fix compiler set-but-not-used warning.
Wayne Davison
2014-11-28
1
-2
/
+4
*
33346: another bit of the 33345 repair
Bart Schaefer
2014-10-03
1
-1
/
+2
*
33345: fix anonymous function complex command handling.
Peter Stephenson
2014-10-03
1
-83
/
+84
*
unposted: comments in previous commit were reversed
Peter Stephenson
2014-10-03
1
-4
/
+4
*
33343: Variant anonymous function synax with arguments.
Peter Stephenson
2014-10-03
1
-7
/
+24
*
33285: apply function definition redirections at execution
Peter Stephenson
2014-09-29
1
-9
/
+78
*
33242: tokens following if, for, repeat, while aren't in command position
Peter Stephenson
2014-09-26
1
-2
/
+14
*
32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
Barton E. Schaefer
2014-05-13
1
-13
/
+28
*
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
2014-04-18
1
-2
/
+2
*
31696: In "test" No One Can Hear If You Shriek.
Peter Stephenson
2013-09-04
1
-3
/
+11
*
31574: alternative fix for bad fd if no FD_CLOEXEC.
Peter Stephenson
2013-07-25
1
-8
/
+16
*
31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
Peter Stephenson
2013-07-20
1
-0
/
+7
*
this prevent process-based features from working in their arguments
Peter Stephenson
2012-12-21
1
-2
/
+4
*
30735: array substitutions aren't simple:
Peter Stephenson
2012-10-25
1
-0
/
+5
*
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
2012-10-11
1
-1
/
+1
*
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
2012-10-05
1
-22
/
+25
*
29633: more care with anonymous and other functions
Peter Stephenson
2011-08-03
1
-2
/
+8
*
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
2011-07-28
1
-0
/
+2
*
29492: add argument handling to anonymous functions
Peter Stephenson
2011-06-19
1
-2
/
+28
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
1
-2
/
+2
*
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
2010-12-20
1
-4
/
+4
*
28338: keep =~ from inverting sense of subsequent tests (after &&/||)
pdpennock
2010-10-10
1
-1
/
+2
*
28259: Finally fix some ancient problems with here-documents
Peter Stephenson
2010-09-14
1
-7
/
+24
*
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
2009-12-16
1
-5
/
+5
*
27284: better use of movefd()
Peter Stephenson
2009-09-22
1
-0
/
+2
*
users/14240: assignment before a function definition is an error
Peter Stephenson
2009-07-17
1
-1
/
+7
*
27092: missing then-clause for if wasn't an error
Peter Stephenson
2009-07-06
1
-0
/
+4
*
c.f. 26586: rename yylex to zshlex and yytext to zshlextext
Peter Stephenson
2009-02-25
1
-98
/
+98
*
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
2009-02-11
1
-0
/
+1
[next]