| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-31 | Fix overflows while handling 64 bit integers. |  tobias | 1 | -47/+52 |
| 2017-08-16 | Explicitly say that expr(1) handles decimal integers only, as mandated |  schwarze | 1 | -7/+8 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2016-10-19 | Delete useless setlocale(3) in src/bin/. |  schwarze | 1 | -23/+9 |
| 2016-01-07 | need to increase INT_MAX to 64 bits too. from Nathan Holstein |  tedu | 1 | -3/+4 |
| 2016-01-06 | use int64_t for arithmetic. 64 bits ought to be enough for anyone. |  tedu | 1 | -12/+12 |
| 2015-12-29 | fix exit status on pledge(2) failure. |  gsoares | 1 | -2/+2 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -3/+3 |
| 2015-10-04 | expr can use tame "stdio" |  deraadt | 1 | -1/+5 |
| 2015-08-11 | avoid casts of malloc() if stdlib.h is present |  deraadt | 1 | -3/+3 |
| 2015-01-16 | Properly escape punctuation when given as an argument to a macro; |  schwarze | 1 | -3/+3 |
| 2014-02-23 | add HISTORY and AUTHORS; |  schwarze | 1 | -2/+20 |
| 2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. |  deraadt | 1 | -2/+2 |
| 2013-03-28 | Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / |  nicm | 1 | -3/+8 |
| 2010-09-03 | remove some unneccessary macros and put EXAMPLES in a more standard format; |  jmc | 1 | -11/+14 |
| 2010-09-03 | add an EXIT STATUS section for /bin; |  jmc | 1 | -4/+4 |
| 2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman |  jmc | 1 | -17/+17 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2009-01-22 | document regexp support |  espie | 1 | -4/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 1 | -3/+4 |
| 2006-06-21 | handle -- as POSIX requires; from kili@outback.escape.de; ok otto |  deraadt | 1 | -1/+5 |
| 2005-11-12 | use asprintf instead; dhill@mindcry.org |  deraadt | 1 | -7/+3 |
| 2003-12-22 | document matching the empty string; |  jmc | 1 | -1/+17 |
| 2003-06-11 | ansification, art ok |  deraadt | 1 | -2/+2 |
| 2003-05-14 | add prototypes; ok millert@ w/ 'static', 'no static', deraadt@ |  jsyn | 1 | -2/+17 |
| 2003-04-15 | use a variable |  deraadt | 1 | -3/+5 |
| 2003-03-12 | more .Li |  deraadt | 1 | -4/+4 |
| 2002-11-14 | use $ or # before commands in examples |  deraadt | 1 | -4/+4 |
| 2002-07-04 | ansi |  deraadt | 1 | -29/+17 |
| 2002-06-09 | knf |  todd | 1 | -3/+3 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -2/+2 |
| 2001-11-13 | o) start new sentence on a new line; |  mpech | 1 | -2/+3 |
| 2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display |  aaron | 1 | -8/+7 |
| 2000-03-17 | Remove hard sentence breaks. |  aaron | 1 | -2/+3 |
| 1999-09-23 | Formatting fixes. Also, add a SEE ALSO section and Xr test(1). |  aaron | 1 | -16/+23 |
| 1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ |  aaron | 1 | -15/+15 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -2/+2 |
| 1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one |  aaron | 1 | -6/+6 |
| 1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously |  aaron | 1 | -6/+7 |
| 1997-11-13 | let "expr a : /" work. Mark the next token after the match operator as a |  deraadt | 1 | -14/+17 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-09-01 | i am bored enough to fix terminal space/tab uglies |  deraadt | 1 | -2/+2 |
| 1997-08-19 | Note return code >2 if malloc fails (POSIX spec behavior). |  denny | 1 | -1/+3 |
| 1997-08-19 | POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid. |  denny | 1 | -4/+4 |
| 1997-07-23 | tabify |  kstailey | 1 | -20/+20 |
| 1996-12-14 | -Wall'ing. |  mickey | 1 | -3/+7 |
| 1996-09-15 | sprintf -> snprintf paranoia |  millert | 1 | -2/+2 |
| 1996-06-23 | update rcsid |  deraadt | 3 | -0/+3 |
| 1996-06-10 | handle locale being incorrect |  deraadt | 1 | -5/+2 |