Date: Sat, 30 Aug 2003 05:31:44 -0700 (PDT) From: Jens Schweikhardt <schweikh@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh arith.h arith.y arith_lex.l shell.h Message-ID: <200308301231.h7UCViCJ032168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
schweikh 2003/08/30 05:31:44 PDT
FreeBSD src repository
Modified files:
bin/sh arith.h arith.y arith_lex.l shell.h
Log:
Implement missing shell arithmetic operators in $(()) expansion
and variable recognition.
PR: standards/52972
Submitted by: Wartan Hachaturow <wart@tepkom.ru>
Reviewed by: tjr (improved on original patch)
Tested by: buildworld on CURRENT.
MFC after: 6 weeks
Revision Changes Path
1.7 +1 -0 src/bin/sh/arith.h
1.15 +183 -47 src/bin/sh/arith.y
1.19 +44 -2 src/bin/sh/arith_lex.l
1.15 +8 -0 src/bin/sh/shell.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308301231.h7UCViCJ032168>
