Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix markup. | ru | 2007-03-04 | 1 | -5/+8 |
| | |||||
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -12/+12 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | Removed harmful empty lines that crept in during the copyright | ru | 2005-01-13 | 1 | -1/+0 |
| | | | | header update. | ||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -1/+2 |
| | |||||
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
| | | | | We have support now that the regular expression routines do. | ||||
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
| | | | | by POSIX. | ||||
* | mdoc(7) police: | ru | 2002-11-26 | 1 | -1/+1 |
| | | | | | | | | Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai] strings; using these strings is unsafe in troff mode, as they include a change in a font size. Approved by: re | ||||
* | mdoc(7) police: markup fixes. | ru | 2002-11-25 | 1 | -3/+3 |
| | | | | Approved by: re | ||||
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 1 | -31/+32 |
| | | | | | | | | whether a named utility should behave in FreeBSD 4.x-compatible mode or in a standard mode (default standard). The configuration is done malloc(3)-style, with either an environment variable or a symlink. Update expr(1) to use this new interface. | ||||
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -11/+11 |
| | |||||
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | wollman | 2002-05-11 | 1 | -1/+17 |
| | | | | and -e reflects the historic behavior of FreeBSD's expr. | ||||
* | The response to my POSIX interpretation request says that `expr' | wollman | 2002-05-10 | 1 | -16/+23 |
| | | | | | | is required to be oblivious to overflow and to use the data type `long'. (Division by zero is undefined in ISO C so it's still OK to check for it here.) Add a new `-e' flag to get the old, more useful behavior. | ||||
* | Provide an environment variabloe, EXPR_COMPAT, which disables option | wollman | 2002-04-22 | 1 | -2/+16 |
| | | | | parsing for compatibility with old implementations. | ||||
* | Typo (if => of). | wollman | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | Add a word of caution about integer arithmetic range and overflow detection. | wollman | 2002-03-22 | 1 | -0/+6 |
| | |||||
* | Fix a few formatting brainos and make the formatting of the EXAMPLES | wollman | 2002-03-22 | 1 | -6/+9 |
| | | | | section somewhat clearer. | ||||
* | Make expr POSIX-compliant, and fix some bugs. Specifically: | wollman | 2002-03-22 | 1 | -16/+97 |
| | | | | | | | | | | | | | - expr must conform to the Utility Syntax Guidelines, so use getopt() to eat the (non-existent) options. - Use the Standard type intmax_t for arithmetic. - If an argument cannot be *completely* converted to an integer, then it is a string. Additionally make some style cleanups near the modified lines. This utility is still not completely style-compliant. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -14/+14 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Add cross-references to test(1) and expr(1) respectively. | jkoshy | 1998-12-18 | 1 | -1/+4 |
| | | | | | PR: docs/9111 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Correct use of .Nm. | charnier | 1998-05-13 | 1 | -11/+11 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Fix some spelling errors. | mpp | 1996-01-29 | 1 | -5/+5 |
| | |||||
* | Fix gross spelling and typographical errors pointed out by Keith Bostic. | jkh | 1994-04-24 | 1 | -2/+2 |
| | |||||
* | Document the new, less restrictive, behavior of the matching operator. | jtc | 1993-10-04 | 1 | -14/+15 |
| | |||||
* | Update to my latest expr (fixes bugs with comparison and matching operators) | conklin | 1993-07-21 | 1 | -0/+131 |
Add man page I wrote. |