Branch | Commit message | Author | Age | |
---|---|---|---|---|
master | make sure strings are null terminated when rus as echo | Jakob Kaivo | 5 years | |
Age | Commit message | Author | ||
2020-03-31 | make sure strings are null terminated when rus as echoHEADmaster | Jakob Kaivo | ||
2019-08-06 | add makefile since this produces two utilities | Jakob Kaivo | ||
2019-03-15 | have echo() output to a buffer so \c works properly for echo and printf %b | Jakob Kaivo | ||
2019-03-15 | %b conversions support width and precision | Jakob Kaivo | ||
2019-03-15 | make escape output thru a pointer, on the way to proper width/precision suppo... | Jakob Kaivo | ||
2019-03-15 | exit directly from a %b \c escape, ease logic at outer loop | Jakob Kaivo | ||
2019-03-15 | note TODO for %b: it needs to handle width and precision like %s | Jakob Kaivo | ||
2019-03-15 | add more explicit diagnosis for non-numeric conversion | Jakob Kaivo | ||
2019-03-15 | multi-call alias to echo | Jakob Kaivo | ||
2019-03-15 | initial implementation | Jakob Kaivo |