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
*
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
Daniel Shahaf
2020-08-08
1
-0
/
+7
*
Add SHORT_REPEAT option
Mikael Magnusson
2020-04-02
1
-1
/
+1
*
45583/0009: Add end-of-options guard support to 'function -T'.
Daniel Shahaf
2020-03-22
1
-4
/
+12
*
45583/0008: Add the 'function -T' syntax.
Daniel Shahaf
2020-03-22
1
-2
/
+9
*
45583/0007: WC_FUNCDEF: Add a placeholder element.
Daniel Shahaf
2020-03-22
1
-0
/
+5
*
45583/0006: internal: Add some comments for orientation. No functional change.
Daniel Shahaf
2020-03-22
1
-8
/
+8
*
45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...
Daniel Shahaf
2020-03-22
1
-2
/
+8
*
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
2020-03-22
1
-0
/
+7
*
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
2020-03-22
1
-4
/
+27
*
45583/0002: internal: Reduce some variables' visibility. No functional change.
Daniel Shahaf
2020-03-22
1
-8
/
+7
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
1
-1
/
+1
*
44446: Fix here document with file descriptor declarator.
Peter Stephenson
2019-06-24
1
-1
/
+2
*
44296: "typeset Q= {X}" crashed the shell.
Peter Stephenson
2019-05-14
1
-0
/
+8
*
44122: turn int into long to avoid overflow
Kamil Dudka
2019-03-14
1
-2
/
+2
*
Allow short loops with "while"
Peter Stephenson
2018-04-23
1
-1
/
+3
*
42365: Use .zwc file if timestamp identical to source.
Martijn Dekker
2018-03-05
1
-4
/
+4
*
42110: Fix redirections between variable assignments at start of line
Peter Stephenson
2017-12-12
1
-0
/
+4
*
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
2017-10-04
1
-1
/
+2
*
41633: Fix problem backgrounding function definitions.
Peter Stephenson
2017-09-04
1
-1
/
+6
*
41504: make empty strings work in case patterns with no leading parenthesis
Peter Stephenson
2017-08-09
1
-10
/
+38
*
41402: Delay has_tokens() in ecstrcode as may not be needed
Sebastian Gniazdowski
2017-07-09
1
-1
/
+5
*
41402: Add hasher to ecstrcode to reduce string comparisons
Sebastian Gniazdowski
2017-07-09
1
-1
/
+5
*
40173: Off-by-one error checking for {varid}.
Peter Stephenson
2017-05-08
1
-1
/
+1
*
users/22688: Allow mixing redirs and arguments after anon functions.
Peter Stephenson
2017-05-08
1
-4
/
+15
*
Fix combination of HERE document and |&.
Peter Stephenson
2017-05-08
1
-1
/
+1
*
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
2017-03-07
1
-14
/
+27
*
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
2017-01-29
1
-0
/
+1
*
Add features associated with autoloading a function using an absolute
Peter Stephenson
2017-01-11
1
-9
/
+15
*
40306 with doc tweaks: Change behaviour expanding alias in () function defini...
Peter Stephenson
2017-01-10
1
-0
/
+14
*
39777: $() is a valid empty command substitution
Peter Stephenson
2016-10-30
1
-1
/
+1
*
39332: support ksh's [[ -v varname ]] condition for checking if variables are...
Oliver Kiddle
2016-09-16
1
-2
/
+2
*
unposted: remove duplicated assignment
Oliver Kiddle
2016-09-15
1
-1
/
+0
*
39292: Distinguish "=" and "==" tests in output.
Peter Stephenson
2016-09-13
1
-2
/
+7
*
38111: Remove redundant return values in parsing.
Peter Stephenson
2016-03-07
1
-11
/
+4
*
38106: if...then if...else should be a parse error.
Barton E. Schaefer
2016-03-06
1
-1
/
+1
*
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
2016-01-29
1
-0
/
+10
*
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
[next]