index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-0
/
+1
2017-01-11
Add features associated with autoloading a function using an absolute
Peter Stephenson
1
-9
/
+15
2017-01-10
40306 with doc tweaks: Change behaviour expanding alias in () function defini...
Peter Stephenson
1
-0
/
+14
2016-10-30
39777: $() is a valid empty command substitution
Peter Stephenson
1
-1
/
+1
2016-09-16
39332: support ksh's [[ -v varname ]] condition for checking if variables are...
Oliver Kiddle
1
-2
/
+2
2016-09-15
unposted: remove duplicated assignment
Oliver Kiddle
1
-1
/
+0
2016-09-13
39292: Distinguish "=" and "==" tests in output.
Peter Stephenson
1
-2
/
+7
2016-03-07
38111: Remove redundant return values in parsing.
Peter Stephenson
1
-11
/
+4
2016-03-06
38106: if...then if...else should be a parse error.
Barton E. Schaefer
1
-1
/
+1
2016-01-29
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
1
-0
/
+10
2015-12-31
37469: do NOT allow semicolons in place of line breaks in conditionals
Barton E. Schaefer
1
-14
/
+16
2015-12-31
37468: allow line breaks in more places in [[ ... ]]
Barton E. Schaefer
1
-8
/
+12
2015-10-27
36974: fix some functions with empty argument lists
Peter Stephenson
1
-1
/
+1
2015-09-19
36566: check for regular file before lseek()
Barton E. Schaefer
1
-0
/
+3
2015-08-21
unposted: fix up for 5.0.8-test-2
Peter Stephenson
1
-1
/
+1
2015-08-21
36265 plus FAQ: fix alias expansion after "function"
Peter Stephenson
1
-2
/
+3
2015-08-09
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
1
-0
/
+8
2015-06-28
35643: Redirections after typeset assignments were broken.
Peter Stephenson
1
-0
/
+2
2015-06-24
various posts: Implement assignment parsing for typeset.
Peter Stephenson
1
-21
/
+110
2015-05-27
35306: "test -z \(" failed due to parse confusion
Peter Stephenson
1
-8
/
+17
2015-05-21
35250: Fix case documentation (SH_GLOB)
Peter Stephenson
1
-2
/
+2
2015-05-21
35248: treat fully parenthised zsh patterns as complete case patterns again
Peter Stephenson
1
-10
/
+85
2015-05-18
35184: Additional case fix for 35168.
Peter Stephenson
1
-2
/
+0
2015-05-18
35168: Improve parsing of case patterns.
Peter Stephenson
1
-66
/
+23
2015-04-17
34921: handle error in recursive par_event().
Peter Stephenson
1
-0
/
+1
2015-04-17
34905: no parse error after keyboard interrupt.
Peter Stephenson
1
-1
/
+1
2015-02-12
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
1
-2
/
+4
2015-02-09
34485: More rationalisation for anonymous functions.
Peter Stephenson
1
-4
/
+2
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-3
/
+80
2015-01-08
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
1
-9
/
+20
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-15
/
+16
2014-11-28
unposted: fix compiler set-but-not-used warning.
Wayne Davison
1
-2
/
+4
2014-10-03
33346: another bit of the 33345 repair
Bart Schaefer
1
-1
/
+2
2014-10-03
33345: fix anonymous function complex command handling.
Peter Stephenson
1
-83
/
+84
2014-10-03
unposted: comments in previous commit were reversed
Peter Stephenson
1
-4
/
+4
2014-10-03
33343: Variant anonymous function synax with arguments.
Peter Stephenson
1
-7
/
+24
2014-09-29
33285: apply function definition redirections at execution
Peter Stephenson
1
-9
/
+78
2014-09-26
33242: tokens following if, for, repeat, while aren't in command position
Peter Stephenson
1
-2
/
+14
2014-05-13
32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
Barton E. Schaefer
1
-13
/
+28
2014-04-18
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
1
-2
/
+2
2013-09-04
31696: In "test" No One Can Hear If You Shriek.
Peter Stephenson
1
-3
/
+11
2013-07-25
31574: alternative fix for bad fd if no FD_CLOEXEC.
Peter Stephenson
1
-8
/
+16
2013-07-20
31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
Peter Stephenson
1
-0
/
+7
2012-12-21
this prevent process-based features from working in their arguments
Peter Stephenson
1
-2
/
+4
2012-10-25
30735: array substitutions aren't simple:
Peter Stephenson
1
-0
/
+5
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-1
/
+1
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-22
/
+25
2011-08-03
29633: more care with anonymous and other functions
Peter Stephenson
1
-2
/
+8
2011-07-28
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
1
-0
/
+2
2011-06-19
29492: add argument handling to anonymous functions
Peter Stephenson
1
-2
/
+28
[next]