Miguel Piñeiro Jr.
Miguel Piñeiro Jr.
In [run.c::assign(),](https://github.com/onetrueawk/awk/blob/master/run.c#L1135) assigning to $0 from $F, a field, where F >= 2, produces an incoherent cell. The assignment occurs in two steps, first the string value and then the...
Hi, ghshephard: Since savefs() exists only to preserve the value of FS at the time a record is set, it should only be called when a value is assigned to...
Hi arnold, plan9: (I completely changed the content of this post before anyone responded but quite a few hours after initially posting it. Hopefully I didn't cause any confusion or...
> In `b.c`, there's a solitary `ungetc` invoked in a loop, at https://github.com/onetrueawk/awk/blob/master/b.c#L935 > > In standard C, ungetc is only guaranteed to work once without an intervening seek or...
I recommend against using that last commit ([b5e23fd](https://github.com/onetrueawk/awk/pull/198/commits/b5e23fde3d7543e6e70ff8acb0ad469a8b261974)). There are a few things about it that require tidying up. Also, what I had thought of as an unrelated branch of...
@millert Thanks, but it's possible that it would be a waste of time. Here's what I have in mind... As you know, it's not safe to call execute if there...