Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-31 | Fix overflows while handling 64 bit integers. | Tobias Stoeckmann | |
Based on FreeBSD's expr and NetBSD's old regression test suite. with input by and ok schwarze | |||
2017-08-16 | Explicitly say that expr(1) handles decimal integers only, as mandated | Ingo Schwarze | |
by POSIX and as implemented in our utility; triggered by a question from Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net> on misc@. OK millert@ | |||
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie | |
the default. okay millert@ | |||
2016-10-19 | Delete useless setlocale(3) in src/bin/. | Ingo Schwarze | |
Minor cleanup while here: return from main, static void __dead usage, etc. Based on a patch from Jan Stary <hans at stare dot cz>. Feedback and OK tb@, OK millert@. | |||
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 | |
ok deraadt millert schwarze | |||
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares | |
OK tb@ jsg@ | |||
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 | |
ok semarie | |||
2015-08-11 | avoid casts of malloc() if stdlib.h is present | Theo de Raadt | |
2015-01-16 | Properly escape punctuation when given as an argument to a macro; | Ingo Schwarze | |
this was the only mandoc warning in src/bin. | |||
2014-02-23 | add HISTORY and AUTHORS; | Ingo Schwarze | |
my research triggered by a question from Adam Moskowitz via Kirk McKusick; feedback and ok jmc@ | |||
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt | |
ok guenther step | |||
2013-03-28 | Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / | Nicholas Marriott | |
-1 == INT_MIN and % -1 == 0. ok matthew deraadt | |||
2010-09-03 | remove some unneccessary macros and put EXAMPLES in a more standard format; | Jason McIntyre | |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-22 | document regexp support | Marc Espie | |
okay millert@, jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
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-12-22 | document matching the empty string; | Jason McIntyre | |
started by vax at carolina dot rr dot com (NetBSD PR 23810), resolved by jdolecek@netbsd (rev. 1.24); ok millert@ | |||
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 | |
2003-03-12 | more .Li | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | 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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-09-23 | Formatting fixes. Also, add a SEE ALSO section and Xr test(1). | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1997-11-13 | let "expr a : /" work. Mark the next token after the match operator as a | Theo de Raadt | |
pattern, causing the lexical analyzer to short-circuit around operator parsing. my fix to netbsd pr#4187, augustss@cs.chalmers.se | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-08-19 | Note return code >2 if malloc fails (POSIX spec behavior). | denny | |
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 | |