cvs commit: src/bin/sh arith.h arith.y arith_lex.l shell.h
Peter Avalos
pavalos at crater.dragonflybsd.org
Thu Jan 4 06:08:43 PST 2007
pavalos 2007/01/04 06:06:21 PST
DragonFly src repository
Modified files:
bin/sh arith.h arith.y arith_lex.l shell.h
Log:
Sync with FreeBSD:
Implement missing shell arithmetic operators in $(()) expansion
and variable recognition.
Provide missing prototypes and variable declarations in arith.h.
Spelling/style fixes.
Revision Changes Path
1.4 +4 -1 src/bin/sh/arith.h
1.5 +235 -63 src/bin/sh/arith.y
1.5 +74 -31 src/bin/sh/arith_lex.l
1.3 +13 -6 src/bin/sh/shell.h
http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith.y.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith_lex.l.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/shell.h.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list