2b71810cb3
The current "ADD" vs "ADDQ" is confusing because when thinking in terms
of appending at the end of a list, "ADD" naturally comes to mind, but
here it does the opposite, it inserts. Several times already it's been
incorrectly used where ADDQ was expected, the latest of which was a
fortunate accident explained in
|
||
---|---|---|
.. | ||
ist.c | ||
test-arg.c | ||
test-inherited-fd.py | ||
test-list.c | ||
test-sockpair.py |