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
2025-01-27
github #126: Fix some typos
Wu, Zhenyu
1
-1
/
+1
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-1
/
+1
2024-03-02
52612: %l replacment of zwarning() does literal string output
Bart Schaefer
1
-5
/
+4
2024-02-03
Typos in previous commit comments
Bart Schaefer
1
-1
/
+1
2024-02-03
unposted: Record as comments some notes about namespace usage exceptions.
Bart Schaefer
1
-0
/
+2
2023-12-09
unposted: Fix longstanding typo in comment
Bart Schaefer
1
-1
/
+1
2023-10-05
52204: fix thinko, unmeta() buffer should not be freed
Bart Schaefer
1
-2
/
+0
2023-10-01
52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile
Bart Schaefer
1
-3
/
+9
2023-02-02
51307: Improve error on attempt to define function from aliased name
Peter Stephenson
1
-0
/
+3
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-3
/
+3
2022-10-23
Unposted: Fix typo in comment
Bart Schaefer
1
-1
/
+1
2022-06-08
50341: disallow here-document markers containing newline
Bart Schaefer
1
-0
/
+3
2021-10-05
49433: Don't assume EPROG references are bounded by function depth.
Peter Stephenson
1
-4
/
+0
2021-09-06
49378: skip check for collision of aliases and functions when NO_EXEC
Marlon Richert
1
-1
/
+1
2021-08-10
49269: Fix "[ ! -o ]".
Peter Stephenson
1
-1
/
+1
2020-08-08
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
Daniel Shahaf
1
-0
/
+7
2020-04-02
Add SHORT_REPEAT option
Mikael Magnusson
1
-1
/
+1
2020-03-22
45583/0009: Add end-of-options guard support to 'function -T'.
Daniel Shahaf
1
-4
/
+12
2020-03-22
45583/0008: Add the 'function -T' syntax.
Daniel Shahaf
1
-2
/
+9
2020-03-22
45583/0007: WC_FUNCDEF: Add a placeholder element.
Daniel Shahaf
1
-0
/
+5
2020-03-22
45583/0006: internal: Add some comments for orientation. No functional change.
Daniel Shahaf
1
-8
/
+8
2020-03-22
45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...
Daniel Shahaf
1
-2
/
+8
2020-03-22
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
1
-0
/
+7
2020-03-22
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
1
-4
/
+27
2020-03-22
45583/0002: internal: Reduce some variables' visibility. No functional change.
Daniel Shahaf
1
-8
/
+7
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-1
/
+1
2019-06-24
44446: Fix here document with file descriptor declarator.
Peter Stephenson
1
-1
/
+2
2019-05-14
44296: "typeset Q= {X}" crashed the shell.
Peter Stephenson
1
-0
/
+8
2019-03-14
44122: turn int into long to avoid overflow
Kamil Dudka
1
-2
/
+2
2018-04-23
Allow short loops with "while"
Peter Stephenson
1
-1
/
+3
2018-03-05
42365: Use .zwc file if timestamp identical to source.
Martijn Dekker
1
-4
/
+4
2017-12-12
42110: Fix redirections between variable assignments at start of line
Peter Stephenson
1
-0
/
+4
2017-10-04
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
1
-1
/
+2
2017-09-04
41633: Fix problem backgrounding function definitions.
Peter Stephenson
1
-1
/
+6
2017-08-09
41504: make empty strings work in case patterns with no leading parenthesis
Peter Stephenson
1
-10
/
+38
2017-07-09
41402: Delay has_tokens() in ecstrcode as may not be needed
Sebastian Gniazdowski
1
-1
/
+5
2017-07-09
41402: Add hasher to ecstrcode to reduce string comparisons
Sebastian Gniazdowski
1
-1
/
+5
2017-05-08
40173: Off-by-one error checking for {varid}.
Peter Stephenson
1
-1
/
+1
2017-05-08
users/22688: Allow mixing redirs and arguments after anon functions.
Peter Stephenson
1
-4
/
+15
2017-05-08
Fix combination of HERE document and |&.
Peter Stephenson
1
-1
/
+1
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-14
/
+27
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
[next]