Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [ARITH] If imaxdiv() isn't available, use / and % operators | Gerrit Pape | 2007-12-23 |
| | | | | | | | | | | | Although in posix, imaxdiv() isn't implemented on Debian/alpha, causing dash to fail to build. So use / and % operators if imaxdiv() isn't available. http://bugs.debian.org/456398 Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||
* | [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. |