| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
atol -> values
ftol -> fields
ltof -> set_fields
values() goes with existing keys() nicely.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- All iterator definitions must provide a __temp_xxx macro
now to declare temporary variables, even if empty.
- Fixing str to use a temporary variable for the string length,
and string object, so it's not evaluated multiple times.
- Fixing argmax and argmin to use temporary variables whose names
are derived from the argument symbols, so that clashes between
multiple occurrences of these in one loop are prevented.
|
| |
|
| |
|
|
|
|
| |
Use only iter-priv.h in cons.h. Use cons-priv.h in iter.h.
|
|
|
|
|
| |
A couple of loop clause macros now match the public macros,
requiring a little adjustment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add forgotten define __CPPAWK_ITER_H.
- This requires the include of "cons.h" to be moved a bit
down, since that uses the doarray and whatnot.
We move it above loop; "cons.h" doesn't use that.
|
|
|