summary refs log tree commit diff
path: root/src/arith_yacc.c (follow)
Commit message (Collapse)AuthorAge
* [BUILTIN] Use setvarint to set OPTINDHerbert Xu2007-10-11
| | | | | This patch adds a flag argument to setvarint and uses it to set the OPTIND variable.
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
This patch adds assignment operator support in arithmetic expansions. It also changes the type used to intmax_t.