Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [BUILTIN] Use setvarint to set OPTIND | Herbert Xu | 2007-10-11 |
| | | | | | This patch adds a flag argument to setvarint and uses it to set the OPTIND variable. | ||
* | [ARITH] Add assignment and intmax_t support | Herbert Xu | 2007-10-11 |
This patch adds assignment operator support in arithmetic expansions. It also changes the type used to intmax_t. |