summary refs log tree commit diff
path: root/src/arith_yacc.c (follow)
Commit message (Expand)AuthorAge
* [ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk2011-08-17
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [ARITH] Fix logical or result valueJilles Tjoelker2010-03-10
* [ARITH] Fix binary operator parsingHerbert Xu2010-03-09
* [ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape2007-12-23
* [BUILTIN] Use setvarint to set OPTINDHerbert Xu2007-10-11
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11