Michael Mikonos
Michael Mikonos
* MemCopy() appears to be used also in StrB.ZC * The variable 'i' can be eliminated
* When reading code I noticed RawPutchar(CH_SPACE) is called at least once
* Avoid setting _task and sys_focus_task to NULL if sys_focus_task is NULL * Checking sys_focus_task directly is slightly clearer than checking !_task after copy
* awk wrapper doesn't clean up after itself and I am left with all these spam files... a2pin.6695 a2pout.6695 a2pin.6697 a2pout.6697 a2pin.6699 a2pout.6699 a2pin.6702 a2pout.6702 a2pin.6951 a2pout.6951 a2pin.6953 a2pout.6953 *...
* I observed strange output from col when the input file was large * Finally I discovered the issue is related to code that runs when the buffer fills up...
* grep -F is not supposed to use regex at all, but in the perl version it does * I have a file "01" containing the pattern 'a/b' on line...
* The numeric option -w is accepted in the options parser, and sets $pagewidth * Any value given to -w is ignored because $pagewidth is reset by the condition on...
* Update synopsis to reflect the supported options are -bdly * Interactive bc does not require "-" so remove it from synopsis * Use "file..." in synopsis to indicate bc...
* GNU and OpenBSD versions of od support -e and -F for printing two 8-byte floating point numbers per line * Write a new formatting function to handle this *...