| Age | Commit message (Expand) | Author |
| 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 |
| 2000-09-21 | Fix bug in regexp handling, caused not quite complete conversion | jdolecek |
| 2000-09-19 | reimplement expr using lexical parser generated by yacc | jdolecek |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-01-14 | On memory allocation failure, return 3 as per POSIX. (from OpenBSD) | mjl |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1998-11-04 | cast is*() to unsigned char | christos |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-27 | Slight code reduction. | mycroft |
| 1998-07-27 | __AUDIT__ cleanup. | mycroft |
| 1997-10-20 | Fix .Nm usage. | enami |
| 1997-07-20 | Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc | christos |
| 1997-07-20 | Fix compiler warnings; add WARNS=1 | christos |
| 1996-06-04 | don't spew an error message if setlocale(LC_ALL, ""); fails. This is for | cgd |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1994-07-16 | Clean up deleted files. | mycroft |
| 1994-07-16 | Re-implemented with a recursive descent parser. | jtc |
| 1994-07-10 | don't forget a cast, and thereby fix the regexp problems on big-endian machines | cgd |
| 1994-01-29 | Fix spelling error in Copyright notice | jtc |
| 1994-01-11 | Fix spelling errors. | jtc |
| 1993-11-16 | Fix insignificant memory leak. | jtc |
| 1993-11-11 | Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex. | jtc |
| 1993-10-04 | Document the new, less restrictive, behavior of the matching operator. | jtc |
| 1993-10-04 | Allow expressions like "expr 'ABC' : '^.*$' to work as is done in other | jtc |
| 1993-09-14 | Fix grammar to eliminate support for unary minus expressions -- they | jtc |
| 1993-08-28 | Document the fact that expr is POSIX.2 compliant. | jtc |
| 1993-08-17 | Use err() routine for error messages. | jtc |
| 1993-08-16 | Document that string comparisons are done using the locale specific | jtc |