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: Fri Nov 14 2003 - 14:25:16 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2003/11/14 13:25:16

Modified files:
        usr.bin/dc : bcode.c dc.1

Log message:
Implement new boolean operations 'N' (not), 'G' (equals), '(' (less)
and '{' (less or equal). These operations push their result back
to the stack. Used by soon to appear boolean operations in bc(1).

man page tweaks and ok jmc