summary refs log tree commit diff
path: root/src/mystring.c (follow)
Commit message (Expand)AuthorAge
* mystring: fix "Illegal number" on FreeBSD & macOS for x=; echo $((x))Martijn Dekker2018-03-10
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Fix backslash handling in read(1)Herbert Xu2011-03-11
* [SHELL] Replace shared illnum message by badnum function.Herbert Xu2007-10-17
* [BUILTIN] Disallow completely blank strings in non-arithmetic context.Oleg Verych2007-10-17
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
* [BUILTIN] Use intmax_t arithmetic in testHerbert Xu2007-10-06
* [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu2007-09-25
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26