index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
expr
/
expr.c
Age
Commit message (
Expand
)
Author
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2018-03-31
Fix overflows while handling 64 bit integers.
Tobias Stoeckmann
2016-10-19
Delete useless setlocale(3) in src/bin/.
Ingo Schwarze
2016-01-07
need to increase INT_MAX to 64 bits too. from Nathan Holstein
Ted Unangst
2016-01-06
use int64_t for arithmetic. 64 bits ought to be enough for anyone.
Ted Unangst
2015-12-29
fix exit status on pledge(2) failure.
Gleydson Soares
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-04
expr can use tame "stdio"
Theo de Raadt
2015-08-11
avoid casts of malloc() if stdlib.h is present
Theo de Raadt
2013-11-21
add unsigned char casts for specific calls to ctype.h macros.
Theo de Raadt
2013-03-28
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
Nicholas Marriott
2006-06-21
handle -- as POSIX requires; from kili@outback.escape.de; ok otto
Theo de Raadt
2005-11-12
use asprintf instead; dhill@mindcry.org
Theo de Raadt
2003-06-11
ansification, art ok
Theo de Raadt
2003-05-14
add prototypes; ok millert@ w/ 'static', 'no static', deraadt@
Jason Peel
2003-04-15
use a variable
Theo de Raadt
2002-07-04
ansi
Theo de Raadt
2002-06-09
knf
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1997-11-13
let "expr a : /" work. Mark the next token after the match operator as a
Theo de Raadt
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1997-08-19
POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid.
denny
1997-07-23
tabify
kstailey
1996-12-14
-Wall'ing.
Michael Shalayeff
1996-09-15
sprintf -> snprintf paranoia
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1996-06-10
handle locale being incorrect
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt