OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Mon Nov 17 2003 - 05:20:13 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2003/11/17 04:20:13

Modified files:
        usr.bin/bc : bc.y scan.l

Log message:
Implement non-portable extensions:
o boolean operators !, && and ||.
o allow relational operators to appear in any expression, not just
conditional expressions.