| Age | Commit message (Expand) | Author |
| 2018-06-27 | Add a missing check to handle correctly 0 * 0 in expr(1) | kamil |
| 2018-06-27 | Improve the * operator handling in expr(1) | kamil |
| 2018-06-14 | remove notreached | christos |
| 2018-06-14 | return to caller instead of exit(2) | christos |
| 2018-06-13 | Detect properly overflow in expr(1) for 0 + INT | kamil |
| 2018-06-12 | Rework perform_arith_op() in expr(1) to omit Undefined Behavior | kamil |
| 2018-02-02 | convert HAVE_GCC handling to modern GCC release numbering: | mrg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2016-08-23 | Mark email addresses as mailto links, heads up by Sascha Wildner. | sevan |
| 2016-08-23 | Instruction to not split the line needs to be stated separately. | sevan |
| 2016-08-23 | Add HISTORY section | sevan |
| 2016-04-01 | for GCC 5.3 pass -fwrapv as this relies upon well-defined integer overflow. | mrg |
| 2012-08-12 | Improvements: wording, punctuation, macro usage. | wiz |
| 2012-05-09 | Remove an unnecessary space in the manpage. Patch provided by Bug Hunting. | jdf |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 2011-08-25 | Mark yyerror as dead. | joerg |
| 2011-03-23 | minor usage nit | dholland |
| 2010-05-24 | Explicitly quote | and : meant as separate operator. Kill trailing | joerg |
| 2009-01-20 | Revert for now, pending discussion of how expr should behave in the case | joerg |
| 2009-01-20 | SUS says that expr must support "--" to prevent interpretation of | joerg |
| 2008-04-30 | Normalize TNF license, move to 2 clause. | martin |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2006-03-17 | Handle asprintf failing to allocate. | rumble |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2004-04-23 | Grammar improvement by Patrick Welche. | wiz |
| 2004-04-20 | Add some articles; use No instead of Li in one place | wiz |
| 2004-04-20 | add support for 'length' keyword, for compatibility with GNU expr | jdolecek |
| 2004-03-20 | explicitly use REG_BASIC when calling regcomp(3), instead of 0 | jdolecek |
| 2003-12-21 | Add some articles. | wiz |
| 2003-12-21 | add a note explaining empty string matching via : | jdolecek |
| 2003-03-29 | spelling errors, some from Igor Sobrado in PR 19670 | perry |
| 2003-02-14 | 'NetBSD.org' | grant |
| 2002-09-25 | New policy: New sentences start on a new line. | wiz |
| 2002-02-19 | rewritten in NetBSD 1.6 -> rewritten for NetBSD 1.6 | pooka |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-20 | Use standard headers, sort sections. | wiz |
| 2001-10-18 | Quote `:' correctly. | wiz |
| 2001-09-16 | Use {g,s}etprogname, and some other KNF stuff. Patch by Petri Koistinen. | wiz |
| 2001-05-07 | Fix the operator precedence list to match reality. Operators were incorrectly | jdolecek |
| 2001-05-06 | Various cleanups/fixes. | jmc |
| 2001-05-05 | Various changes to fix bugs in PR bin/12838. | jmc |
| 2001-04-25 | Spell occurred correctly. | simonb |
| 2001-02-04 | remove redundant declaration of yyparse | christos |
| 2000-10-30 | list parenthesis usage similar way as other operators | jdolecek |
| 2000-10-30 | add a hack to properly handle '--' as first argument - | jdolecek |
| 2000-10-29 | The "&" operator has a higer precedence than "|". | thorpej |
| 2000-10-27 | also credit J.T. Conklin in copyright message | jdolecek |
| 2000-10-26 | fix operator precedence - | or & have lower priority than | jdolecek |
| 2000-09-29 | in regexp handling code, fix the format passed to asprintf() to be | jdolecek |