Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 1995 10:08:09 -0700
From:      Joerg Wunsch <joerg>
To:        cvs-bin, CVS-commiters
Subject:   cvs commit: src/bin/expr expr.y
Message-ID:  <199508041708.KAA22209@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
joerg       95/08/04 10:08:08

  Modified:    bin/expr  expr.y
  Log:
  expr(1) didn't comply to Posix.2 and its own man page: any
  comparisions have been made as string comparisions, even in cases
  where both operands clearly qualified as integers.
  
  The fix is to make the parser properly analyzing whether an operand is
  a valid integer or not.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508041708.KAA22209>