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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
26061: fix clash between process subst and numeric glob
Peter Stephenson
2008-11-18
1
-4
/
+5
*
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
Peter Stephenson
2008-09-29
1
-1
/
+1
*
users/13288: Src/parse.c: don't report parse errors on aborted lines
Peter Stephenson
2008-09-24
1
-6
/
+8
*
25641: add emulation option (NO_)MULTI_FUNC_DEF
Peter Stephenson
2008-09-11
1
-0
/
+3
*
25587: fix a==(stuff) and associated stuff.
Peter Stephenson
2008-09-01
1
-0
/
+12
*
25571: when parsing use line numbers for the start of a token, not the end
Peter Stephenson
2008-08-31
1
-1
/
+1
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-4
/
+8
*
25262: suspicious error checking in braceless function definition
Peter Stephenson
2008-07-01
1
-2
/
+1
*
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
2008-03-14
1
-1
/
+5
*
users/12412: check for extra arguments in test and [
Peter Stephenson
2008-01-10
1
-0
/
+6
*
23670: rationalise some linked list functions
Peter Stephenson
2007-06-27
1
-1
/
+1
*
Phil Pennock: 23480: typo
Peter Stephenson
2007-05-29
1
-1
/
+1
*
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
2007-05-01
1
-0
/
+6
*
unposted: fix error message for short ZWC file
Peter Stephenson
2007-04-23
1
-1
/
+1
*
23313: fix test for incorrect version in ZWC file
Peter Stephenson
2007-04-23
1
-2
/
+3
*
parse.c
Peter Stephenson
2007-04-23
1
-1
/
+1
*
23312: fix versioning and initialisation of word code headers
Peter Stephenson
2007-04-23
1
-0
/
+2
*
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
2007-01-19
1
-5
/
+7
*
22586: fix warnings spotted on Cygwin
Peter Stephenson
2006-08-04
1
-0
/
+7
*
22546: fix {myfd}>... bug and tweak tests
Peter Stephenson
2006-07-11
1
-1
/
+1
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
1
-4
/
+1
*
22542: deoverenthuse cmdpopping
Peter Stephenson
2006-07-09
1
-1
/
+0
*
22516: error in func() didn't pop command stack
Peter Stephenson
2006-06-26
1
-1
/
+4
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-26
/
+23
*
users/10087: no aliases for case of "in" in "case"
Peter Stephenson
2006-03-26
1
-0
/
+10
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-11
/
+11
*
Remove excess argument of zwcstat()
Bart Schaefer
2005-04-24
1
-4
/
+4
*
21133: New {myfd} syntax for allocating file descriptors
Peter Stephenson
2005-04-12
1
-29
/
+103
[next]