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
*
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
*
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
2005-02-06
1
-0
/
+10
*
20418: report parse error rather than crash on unfinished pipelines.
Bart Schaefer
2004-10-02
1
-2
/
+6
*
20214: fix debugging test with recursive functions
Peter Stephenson
2004-07-28
1
-1
/
+4
*
20112 changed c.f. 20113:
Peter Stephenson
2004-06-28
1
-3
/
+0
*
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
2004-06-22
1
-4
/
+34
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-1
/
+1
*
Fixed two signed/unsigned comparisons.
Wayne Davison
2004-05-28
1
-4
/
+3
*
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Oliver Kiddle
2004-03-11
1
-3
/
+3
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-2
/
+2
*
18251: Fix select and make it respect EOF
Peter Stephenson
2003-02-17
1
-4
/
+6
*
17760: Fix case-pattern parsing bug in sh emulation.
Bart Schaefer
2002-10-06
1
-0
/
+2
*
17582: Improved option argument handling.
Peter Stephenson
2002-08-27
1
-17
/
+21
*
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
2002-08-05
1
-2
/
+2
*
17299: Use reference counts in Eprogs so as to be able to free them as soon
Peter Stephenson
2002-06-07
1
-18
/
+41
*
17283: Src/parse.c: `func() { ... } this bit was ignored'.
Peter Stephenson
2002-06-04
1
-0
/
+2
*
17272: inner function definition could define nonsense
Peter Stephenson
2002-06-02
1
-0
/
+2
*
Fix parsing of binary infix operators of test builtin.
Bart Schaefer
2002-03-07
1
-2
/
+2
*
16353: add += parameter assignments
Oliver Kiddle
2001-12-17
1
-8
/
+19
*
16249: Clear here-documents on parse error.
Bart Schaefer
2001-11-21
1
-3
/
+22
*
increment zwc fie version (which means changing the magic number) (15584)
Sven Wischnowsky
2001-08-07
1
-2
/
+2
*
remove nulargs in here strings (15470)
Sven Wischnowsky
2001-07-24
1
-0
/
+3
*
15327: always use local LINENOs in parse_string().
Peter Stephenson
2001-07-09
1
-1
/
+1
*
15265: Src/parse.c: correction problems with new `for' syntax
Peter Stephenson
2001-07-06
1
-4
/
+6
*
15030: multi-parameter `for' loops
Peter Stephenson
2001-06-25
1
-10
/
+21
*
No POSIX "for" syntax with csh syntax.
Bart Schaefer
2001-06-21
1
-2
/
+4
*
POSIX "for" syntax.
Bart Schaefer
2001-06-21
1
-0
/
+2
*
make zcompile unlink() the zwc file first (in case it is currently mapped we ...
Sven Wischnowsky
2001-06-18
1
-4
/
+6
*
Fix problems with zwcstat() on systems that do not USE_MMAP.
Bart Schaefer
2001-06-09
1
-0
/
+22
*
14813: autoload functions from deleted .zwc files
Clint Adams
2001-06-08
1
-2
/
+4
*
calculate the length of the region to map (for mapped zwc files) correctly, i...
Sven Wischnowsky
2001-05-15
1
-4
/
+6
*
two optimisations
Sven Wischnowsky
2001-03-07
1
-25
/
+25
*
make the parser use real memory for the ecbuf to avoid having hrealloc() thro...
Sven Wischnowsky
2001-03-06
1
-7
/
+19
*
*** empty log message ***
Sven Wischnowsky
2001-01-22
1
-4
/
+3
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-20
/
+40
*
Joel Smith: 13230: avoid name clashes with Linux kernel
Peter Stephenson
2000-12-05
1
-25
/
+25
*
don't return invalid Eprog after parse error (12898)
Sven Wischnowsky
2000-10-05
1
-2
/
+3
*
Andrej: Dynamic loading on cygwin
Peter Stephenson
2000-08-02
1
-1
/
+2
*
fix parsing of `time' without a command (12337)
Sven Wischnowsky
2000-07-21
1
-3
/
+7
*
Define aliasspaceflag, and init it in parse_event().
Wayne Davison
2000-07-19
1
-1
/
+5
*
fix for `foo () print bar' (function definitions without braces) (12125)
Sven Wischnowsky
2000-06-29
1
-1
/
+2
*
nix kaboom with `time time' (?)
Sven Wischnowsky
2000-06-14
1
-4
/
+14
*
11606: Propagate parse errors out of parse_list() and parse_event(), and
Bart Schaefer
2000-05-27
1
-4
/
+3
*
close dump file descriptors in children (11151)
Sven Wischnowsky
2000-05-04
1
-0
/
+16
*
compare mapped zwc files using stat instead of the pathnames (10699)
Sven Wischnowsky
2000-04-12
1
-11
/
+18
*
detect ignored signals correctly (10625)
Sven Wischnowsky
2000-04-10
1
-0
/
+7
*
make zwc files use the magic number as their verios, report zsh-version in er...
Sven Wischnowsky
2000-04-05
1
-6
/
+15
*
better error handling for zwc files
Sven Wischnowsky
2000-04-04
1
-16
/
+25
*
Updated from list as far as 10376
Peter Stephenson
2000-04-01
1
-546
/
+2207
[next]