christos 633ceb6db5 - varisset(): In positional arguments, take into account VSNUL so that:
set -- ""; echo ${1:-wwww} works.
- when expanding arithmetic, discard previous ifs recorded regions, since we
  are doing our own scanning. x=ab; echo $((${#x}+1)) now works.
- in ${var#word} fix two bugs:
   * if there was an exact match, there was an off-by-one bug in the
     comparison of the words. x=abcd; echo ${x#abcd}
   * if there was no match, the stack region was not adjusted and the rest
     of the word was getting written in the wrong place. x=123; echo ${x#abc}X
1997-01-24 17:26:28 +00:00
..
1997-01-09 16:07:09 +00:00
1997-01-09 16:07:09 +00:00
1997-01-13 17:53:15 +00:00
1997-01-09 16:31:05 +00:00
1997-01-09 16:31:05 +00:00
1997-01-09 16:31:05 +00:00
1997-01-09 16:31:05 +00:00
1997-01-09 16:44:06 +00:00
1997-01-11 02:04:27 +00:00
1997-01-09 16:44:06 +00:00