History log of /netbsd-src/bin/expr/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# 6d188dd0 02-Feb-2018 mrg <mrg@NetBSD.org>

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't sup

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)

show more ...


# 6d27b0e8 01-Apr-2016 mrg <mrg@NetBSD.org>

for GCC 5.3 pass -fwrapv as this relies upon well-defined integer overflow.


# 3a4441e3 19-Sep-2000 jdolecek <jdolecek@NetBSD.org>

reimplement expr using lexical parser generated by yacc
highlights:
* / is treated correctly depending upon context (addresses PR # 10995)
* use 64 bit arithmetic, so expr is able to process integer

reimplement expr using lexical parser generated by yacc
highlights:
* / is treated correctly depending upon context (addresses PR # 10995)
* use 64 bit arithmetic, so expr is able to process integer values from
-(2**63) to (2**63 - 1)
* checks for integer over- & underflows added
* error messages improved, more error checking added

add AUTHOR section to manpage
add BUGS section, and mention possible drawbacks with other expr implementations

XXX the old expr treated empty string in arithmetic expressions as if it was 0
XXX this behaviour has been retained

show more ...


# 23edbe35 20-Jul-1997 christos <christos@NetBSD.org>

Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
now that all /bin has been cleaned.


# 1ebc470e 20-Jul-1997 christos <christos@NetBSD.org>

Fix compiler warnings; add WARNS=1


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# b9e9314b 16-Jul-1994 jtc <jtc@NetBSD.org>

Re-implemented with a recursive descent parser.
Fixed subtle bug wrt. comparing integers when either one hasn't been
coersed from a string --- while avoiding an even subtler bug found in
GNU expr.


# 5ce3d664 11-Nov-1993 jtc <jtc@NetBSD.org>

Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.


# 57b5a6be 06-Aug-1993 mycroft <mycroft@NetBSD.org>

Oops. This one does need a single-entry SRCS, because it's generated at
compile time. Lose.


# 210cab45 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# 78bf9d40 20-Jul-1993 jtc <jtc@NetBSD.org>

Add a manual page.


# 3aef7038 14-Jun-1993 jtc <jtc@NetBSD.org>

Use POSIX regular expression routines.
Remove TODO file, as I've allready done everything that there was to do.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# e541169c 21-Mar-1993 cgd <cgd@NetBSD.org>

after 0.2.2 "stable" patches applied


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources