NetBSD/bin/expr
jdolecek a82fc402d8 Fix bug in regexp handling, caused not quite complete conversion
from old expr.c. This fixes PR # 11060.

While here, convert the code to use asprintf() instead of strdup()
followed by truncating of new string and move definition of errstr
to block where it's used.
2000-09-21 20:32:24 +00:00
..
expr.1 reimplement expr using lexical parser generated by yacc 2000-09-19 17:20:00 +00:00
expr.y Fix bug in regexp handling, caused not quite complete conversion 2000-09-21 20:32:24 +00:00
Makefile reimplement expr using lexical parser generated by yacc 2000-09-19 17:20:00 +00:00