index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
sh
/
parser.c
Age
Commit message (
Expand
)
Author
2001-11-02
Fix switch alias handling. Inspired from FreeBSD, but corrected to handle
christos
2001-04-03
PR/12533: Koji Mori: eval gets misparsed when it has a trailing semi-colon.
christos
2001-02-04
remove redundant declarations and nexted externs.
christos
2000-07-27
un-__P functions declared in parser.h. host programs include parser.h,
cgd
2000-01-27
Fix bin/9184, bin/9194, bin/9265, bin/9266
christos
1999-07-09
compile with WARNS = 2
christos
1999-02-04
PR/4966: Joel Reicher: Implement <> redirections which are documented in
christos
1999-01-25
Patches from Tor Egge (via Havard Eidnes) to fix various bugs in field
mycroft
1998-09-26
Fixed memory leak on old style command substitution
itohy
1998-07-28
Be more retentive about use of NOTREACHED and noreturn.
mycroft
1998-03-29
- change "extern" variables into int's
mrg
1997-07-15
Fix Sparcworks warnings.
christos
1997-07-04
Fix compiler warnings.
christos
1997-03-14
NO_HISTORY->SMALL
christos
1997-01-26
Fix parsing problem introduced in the previous ${10} fix, where $#digit
christos
1997-01-24
enable parsing of multi-digit positional arguments i.e. ${10} works and it
christos
1997-01-11
kill 'register'
tls
1996-11-25
- fix parsing bug reported by mycroft: ! was only recognized in the beginning
christos
1996-10-16
PR/2808: - detect eof inside backquotes
christos
1996-05-09
Close PR/2384 backquoted backslash-newline was not eaten.
christos
1996-03-05
- parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139
christos
1995-10-19
- fix PR1620, -DNO_HISTORY did not work.
christos
1995-05-17
Fixed bug where ${#} was interpreted incorrectly as ${#var} and thus
christos
1995-05-11
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
christos
1995-03-21
convert to new RCS id conventions.
cgd
1995-01-23
I added the documented in the manual but not implemented variable expansions:
christos
1994-12-05
clean up further. more patches from Jim Jegers
cgd
1994-09-23
Eliminate uses of some obsolete functions.
mycroft
1994-08-24
Fix a core dump and another parse error related to null commands.
mycroft
1994-07-07
Fix some problems with empty commands.
mycroft
1994-06-14
From Christos:
jtc
1994-06-11
Add RCS ids.
mycroft
1994-06-01
Fixed another case statement parsing bug that was introduced by my
jtc
1994-05-30
Re-worked case statement parsing. With luck, this fixes bug #268.
jtc
1994-05-21
a few more things to omit when NO_HISTORY defined. from noel@cs.oberlin.edu
cgd
1994-05-17
Fix backslash parsing within backquoted string
jtc
1994-05-11
Mark Weaver's background/list fix (for bug #236)
jtc
1994-05-11
sync with 4.4lite
jtc
1993-09-09
from jim wilson: (command): Handle TEOF like TNL.
cgd
1993-09-06
Make `>file;' work.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-07-15
Another change from Jim Wilson.
jtc
1993-07-07
IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed
jtc
1993-05-02
Jim "wilson@moria.cygnus.com" Wilson's patches to make C News (and other
sef
1993-04-26
Fixed incorrect calls to longjmp.
dpassage
1993-03-23
changed "Id" to "Header" for rcsids
cgd
1993-03-22
added rcs ids to all files
cgd
1993-03-21
initial import of 386bsd-0.1 sources
cgd